Cargo Features
[dependencies]
avocado = { version = "0.6.0", default-features = false, features = ["schema_validation", "raw_uuid"] }
- default = raw_uuid, schema_validation
-
These default features are set whenever
avocado
is added without
somewhere in the dependency tree.default-features = false - schema_validation default = magnet_schema
-
Affects
db::DatabaseExt.empty_collection
… - raw_uuid default = uuid
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.