Cargo Features
[dependencies]
rustcities = { version = "1.0.3", default-features = false, features = ["bright-color", "dull-color"] }
- default = bright-color
-
The
bright-color
feature is set by default wheneverrustcities
is added without
somewhere in the dependency tree.default-features = false - bright-color default
-
Enables bright-color of bpaf ^0.7
- dull-color
-
Enables dull-color of bpaf ^0.7
rustcities has 3 features without comments.