Cargo Features
[dependencies]
beet_ml = { version = "0.0.4-rc.3", default-features = false, features = ["beet_spatial", "beetmash"] }
- default = beet_spatial, beetmash
-
These default features are set whenever
beet_ml
is added without
somewhere in the dependency tree.default-features = false - beet_spatial default
-
Enables beet_spatial
- beetmash default
-
Enables beetmash
beet_ml has 3 features without comments.