Cargo Features
[dependencies]
bluetooth_mesh = { version = "0.1.4", default-features = false, features = ["std", "full_stack", "serde-1"] }
- default = full_stack
-
The
full_stackfeature is set by default wheneverbluetooth_meshis added withoutsomewhere 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.