postgres-openssl 0.5.3

TLS support for tokio-postgres via openssl
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "postgres-openssl"
version = "0.5.3"
authors = ["Steven Fackler <sfackler@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TLS support for tokio-postgres via openssl"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-postgres/rust-postgres"
resolver = "2"

[features]
default = ["runtime"]
runtime = ["tokio-postgres/runtime"]

[lib]
name = "postgres_openssl"
path = "src/lib.rs"

[dependencies.openssl]
version = "0.10"

[dependencies.tokio]
version = "1.0"

[dependencies.tokio-openssl]
version = "0.6"

[dependencies.tokio-postgres]
version = "0.7.14"
default-features = false

[dev-dependencies.futures-util]
version = "0.3"
default-features = false

[dev-dependencies.postgres]
version = "0.19.8"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "net",
    "rt",
]