Cargo Features
[dependencies]
binator_core = { version = "0.0.2", default-features = false, features = ["std", "alloc", "nightly", "hashmap", "tracing", "either", "serde", "smallvec"] }
- default = either, hashmap, serde, smallvec
-
These default features are set whenever
binator_core
is added without
somewhere in the dependency tree.default-features = false - std hashmap = alloc
- alloc std?
-
Affects
try_extend::TryExtend
… - nightly
- hashmap default = std
- tracing
-
Enables tracing
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.