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 default-features = false somewhere in the dependency tree.

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.

magnet_schema schema_validation
uuid raw_uuid

Enables uuid ^0.7.2