Cargo Features
[dependencies]
avantis-rust-utilities = { version = "0.1.3", default-features = false, features = ["cfg"] }
- default = cfg
-
The
cfg
feature is set by default wheneveravantis-rust-utilities
is added without
somewhere in the dependency tree.default-features = false - cfg default = anyhow, config, serde, strum
-
Affects
avantis-rust-utilities::config
…
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.
- config cfg
-
Enables config ^0.12
- strum cfg
-
Enables strum ^0.24
- serde cfg
- anyhow cfg