Cargo Features

[dependencies]
beet_ml = { version = "0.0.4-rc.1", default-features = false, features = ["beet_spatial", "beetmash"] }
default = beet_spatial, beetmash

These default features are set whenever beet_ml is added without default-features = false somewhere in the dependency tree.

beet_spatial default

Enables beet_spatial

beetmash default

Enables beetmash

beet_ml has 3 features without comments.