Cargo Features

[dependencies]
worlds_ecs = { version = "0.1.0", default-features = false, features = ["many_components"] }
default = many_components

The many_components feature is set by default whenever worlds_ecs is added without default-features = false somewhere in the dependency tree.

many_components default

worlds_ecs has 2 features without comments.