Cargo Features
[dependencies]
macaddr = { version = "1.0.1", default-features = false, features = ["std", "serde_std"] }
- default = std
-
The
stdfeature is set by default whenevermacaddris added withoutsomewhere in the dependency tree.default-features = false - std default serde_std?
- serde_std = std
-
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.