Cargo Features
[dependencies]
rust-api-kit = { version = "0.1.2", default-features = false, features = ["axum", "anyhow", "tracing"] }
- default = anyhow, axum, tracing
-
These default features are set whenever
rust-api-kitis added withoutsomewhere in the dependency tree.default-features = false - axum default
-
Enables axum
Affects
http::axum_integration… - anyhow default
-
Enables anyhow
Affects
http::anyhow_integration… - tracing default
-
Enables tracing