Cargo Features

[dependencies]
muddy = { version = "0.3.2", default-features = false, features = ["env"] }
default = env

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

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.

const-hex env