Cargo Features

[dependencies]
limes = { version = "0.1.1", default-features = false, features = ["all", "kubernetes", "rustls-tls", "jwks", "axum"] }
default = jwks, rustls-tls

These default features are set whenever limes is added without default-features = false somewhere in the dependency tree.

all = axum, jwks, kubernetes, rustls-tls
kubernetes all? = k8s-openapi, kube

Affects limes::kubernetes

rustls-tls default all?

Enables rustls-tls and rustls-tls-native-roots of reqwest, rustls-tls of optional jwks_client_rs and optional kube

jwks default all? = jwks_client_rs

Affects limes::jwks

axum all? = axum-extra

Enables axum

Affects limes::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-extra axum?
jwks_client_rs jwks
k8s-openapi kubernetes?
kube kubernetes?