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 whenever ansible-inventory-cloud is added without default-features = false somewhere in the dependency tree.

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.

axum impl_axum

Enables axum ^0.6