Cargo Features
[dependencies]
axum_gcra = { version = "0.1.1", default-features = false, features = ["ahash", "tokio", "real_ip"] }
- default = ahash, real_ip, tokio
-
These default features are set whenever
axum_gcra
is added without
somewhere in the dependency tree.default-features = false - ahash default
-
Enables ahash
- tokio default real_ip
- real_ip default = tokio
-
Enables async-trait
Affects
axum_gcra::real_ip
…