Cargo Features
[dependencies]
quack-builder = { version = "0.1.20241106", default-features = false, features = ["std", "generateImplFromForEnums"] }
- default = std
-
The
std
feature is set by default wheneverquack-builder
is added without
somewhere in the dependency tree.default-features = false - std default = clap, env_logger
- generateImplFromForEnums
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.
- clap std
-
Enables clap ^2.34.0
TODO: bump to clap v4.5.18
- env_logger std