Cargo Features

[dependencies]
limes = { version = "0.3.1", default-features = false, features = ["all", "kubernetes", "rustls-tls", "aws-lc-rs", "ring", "jwks", "axum"] }
default = aws-lc-rs, 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 ^0.12 and rustls-tls of optional jwks_client_rs and optional kube ^2.0

kube:

default tls stack

aws-lc-rs default

Enables aws-lc-rs of optional kube ^2.0

kube:

aws rustls provider

ring

Enables ring of optional kube ^2.0

kube:

ring rustls provider

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?

Enables k8s-openapi ^0.26

kube kubernetes?

Enables kube ^2.0