Cargo Features
[dependencies]
tokio-postgres-rustls-improved = { version = "0.16.2", default-features = false, features = ["aws-lc-rs", "ring", "config-stream", "tracing"] }
- default = aws-lc-rs, config-stream
-
These default features are set whenever
tokio-postgres-rustls-improvedis added withoutsomewhere in the dependency tree.default-features = false - aws-lc-rs default
-
rustls:
Alias because Cargo features commonly use
- - ring
- config-stream default
-
Enables rustls-config-stream
- tracing
-
Enables tracing of optional rustls-config-stream
tokio-postgres-rustls-improved has 5 features without comments.