Cargo Features
[dependencies]
frontend-environment = { version = "0.1.0", default-features = false, features = ["axum"] }
- default = axum
-
The
axum
feature is set by default wheneverfrontend-environment
is added without
somewhere in the dependency tree.default-features = false - axum default
-
Enables axum ^0.6.18, http-body ^0.4.5, and tower-http ^0.4.0
Affects
frontend-environment::axum
…