Skip to content

Commit b11bb09

Browse files
committed
Add missing deps to every feature
1 parent 5a26d1d commit b11bb09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

objdiff-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ crate-type = ["cdylib", "rlib"]
1717

1818
[features]
1919
all = ["config", "dwarf", "mips", "ppc", "x86", "arm", "bindings"]
20-
any-arch = ["bimap"] # Implicit, used to check if any arch is enabled
21-
config = ["bimap", "globset", "semver", "serde_json", "serde_yaml"]
20+
any-arch = ["bimap", "config", "dep:strum", "dep:similar", "dep:flagset", "dep:log", "dep:tsify-next", "dep:wasm-bindgen", "memmap2"] # Implicit, used to check if any arch is enabled
21+
config = ["bimap", "globset", "semver", "serde_json", "serde_yaml", "dep:serde", "dep:filetime"]
2222
dwarf = ["gimli"]
2323
mips = ["any-arch", "rabbitizer"]
2424
ppc = ["any-arch", "cwdemangle", "cwextab", "ppc750cl"]
2525
x86 = ["any-arch", "cpp_demangle", "iced-x86", "msvc-demangler"]
2626
arm = ["any-arch", "cpp_demangle", "unarm", "arm-attr"]
27-
bindings = ["serde_json", "prost", "pbjson"]
28-
wasm = ["bindings", "console_error_panic_hook", "console_log"]
27+
bindings = ["serde_json", "prost", "pbjson", "dep:serde"]
28+
wasm = ["bindings", "console_error_panic_hook", "console_log", "dep:wasm-bindgen"]
2929

3030
[package.metadata.docs.rs]
3131
features = ["all"]

0 commit comments

Comments
 (0)