Cargo Features
[dependencies]
erased_set = { version = "0.8.0", default-features = false, features = ["send", "sync"] }
- default = send, sync
-
These default features are set whenever
erased_set
is added without
somewhere in the dependency tree.default-features = false - send default
- sync default
ErasedSet has 3 features without comments.