Cargo Features
[dependencies]
spiffe-rustls = { version = "0.4.9", default-features = false, features = ["ring", "aws-lc-rs", "parking-lot", "logging", "tracing"] }
- default = ring
-
The
ringfeature is set by default wheneverspiffe-rustlsis added withoutsomewhere in the dependency tree.default-features = false - ring default
-
Crypto backend selection (rustls feature passthrough)
- aws-lc-rs
- parking-lot
-
Use parking_lot for internal synchronization
Enables parking_lot
- logging
-
Observability
Enables logging of spiffe and log
Observability (optional)
- tracing