Cargo Features

PropelAuth has no features set by default.

[dependencies]
propelauth = { version = "0.12.1", features = ["rustls", "axum06", "axum07", "actix4"] }
default

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

Enables json and multipart of reqwest

rustls

Enables charset, http2, json, multipart and rustls-tls of reqwest

axum06

Enables axum ^0.6 and tower

Affects propelauth::axum06

axum07

Enables axum and tower

Affects propelauth::axum07

actix4

Enables actix-web

Affects propelauth::actix