Cargo Features
[dependencies]
ansible-inventory-cloud = { version = "0.1.0", default-features = false, features = ["impl_axum"] }
- default = impl_axum
-
The
impl_axum
feature is set by default wheneveransible-inventory-cloud
is added without
somewhere in the dependency tree.default-features = false - impl_axum default = axum
-
Affects
http::impl_axum
…
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.