Cargo Features
[dependencies]
vii = { version = "0.0.19", default-features = false, features = ["textprop", "channel"] }
- default = channel, textprop
-
These default features are set whenever
vii
is added without
somewhere in the dependency tree.default-features = false - textprop default = serde, serde_json
-
Affects
vii::textprop
… - channel default
-
Affects
vii::channel
…
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.