Cargo Features
[dependencies]
uclicious = { version = "0.1.8", default-features = false, features = ["vh_env", "vh_compound", "vh_basic", "derive"] }
- default = derive, vh_basic
-
These default features are set whenever
uclicious
is added without
somewhere in the dependency tree.default-features = false - vh_env vh_basic
- vh_compound vh_basic
-
Affects
variable_handlers::compound
… - vh_basic default = vh_compound, vh_env
-
Affects
variable_handlers::env
… - derive default = uclicious_derive
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.