Cargo Features
[dependencies]
mmd = { version = "0.0.6", default-features = false, features = ["arrayvec", "vek"] }
- default = arrayvec, vek
-
These default features are set whenever
mmd
is added without
somewhere in the dependency tree.default-features = false
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.
- arrayvec default
-
Enables arrayvec ^0.5.2
- vek default
-
Enables vek ^0.14.0