Cargo Features
[dependencies]
binator_context = { version = "0.0.2", default-features = false, features = ["alloc", "stack", "tree", "serde", "tracing"] }
- default = alloc, stack, tree
-
These default features are set whenever
binator_context
is added without
somewhere in the dependency tree.default-features = false - alloc default tree
-
Enables alloc of binator_core
- stack default = smallvec
-
Enables smallvec of binator_core
- tree default = alloc, smallvec
-
Enables smallvec of binator_core
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.