Cargo Features
[dependencies]
bluetooth_mesh = { version = "0.1.4", default-features = false, features = ["std", "full_stack", "serde-1"] }
- default = full_stack
-
The
full_stack
feature is set by default wheneverbluetooth_mesh
is added without
somewhere in the dependency tree.default-features = false - std full_stack
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.Affects
stack::segments
… - full_stack default = futures-core, futures-util, std, tokio
- serde-1 = serde
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.