Cargo Features

authly-common has no features set by default.

[dependencies]
authly-common = { version = "0.0.8", features = ["access_token", "document", "mtls_server", "tonic_server", "unstable-doc-cfg"] }
access_token

Affects authly-common::access_token

document

Enables serde_spanned, toml, and uuid

Affects authly-common::document

mtls_server

Enables http, hyper, rustls, tower-server, and x509-parser ^0.16

Affects authly-common::mtls_server

tonic_server

Enables transport of tonic

unstable-doc-cfg