TLS support for tokio-postgres via native-tls, enabling encrypted database connections.
# Cargo.toml
[dependencies]
postgres-native-tls = "0.5.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a TLS connector for tokio-postgres using native-tls.
Add tokio-postgres to dependencies and use #[tokio::main] or similar runtime.
No dependency data recorded yet.