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 default-features = false somewhere in the dependency tree.

ahash default

Enables ahash

tokio default real_ip

Enables tokio, tokio of axum

real_ip default = tokio

Enables async-trait

Affects axum_gcra::real_ip