Cargo Features
[dependencies]
axvmconfig = { version = "0.4.2", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneveraxvmconfigis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables clap, env_logger, and schemars
AxVMConfig has 2 features without comments.