Cargo Features
[dependencies]
muddy = { version = "0.3.2", default-features = false, features = ["env"] }
- default = env
-
The
env
feature is set by default whenevermuddy
is added without
somewhere in the dependency tree.default-features = false - env default
-
Enables std of const-hex, env of muddy_macros
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.