Cargo Features
[dependencies]
desert_core = { version = "0.1.0", default-features = false, features = ["bigdecimal", "chrono", "uuid"] }
- default = bigdecimal, chrono, uuid
-
These default features are set whenever
desert_core
is added without
somewhere in the dependency tree.default-features = false - bigdecimal default
-
Enables bigdecimal
- chrono default
- uuid default
-
Enables uuid
desert_core has 4 features without comments.