/
germanubis
/
rust-postgres
Обзор
Документация
Войти
/
germanubis
/
rust-postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
postgres-openssl/Cargo.toml
25 строк
753 B
Paolo Barbolini
Release postgres-openssl v0.5.2
25 сен 2025, 10:56
25 сен 2025, 10:56
6226d7c
Код
Авторство
О чём код?
[package] name = "postgres-openssl" version = "0.5.2" authors = ["Steven Fackler <sfackler@gmail.com>"] edition = "2021" license = "MIT OR Apache-2.0" description = "TLS support for tokio-postgres via openssl" repository = "https://github.com/rust-postgres/rust-postgres" readme = "../README.md" rust-version = "1.81" [features] default = ["runtime"] runtime = ["tokio-postgres/runtime"] [dependencies] openssl = "0.10" tokio = "1.0" tokio-openssl = "0.6" tokio-postgres = { version = "0.7.14", path = "../tokio-postgres", default-features = false } [dev-dependencies] futures-util = { version = "0.3", default-features = false } tokio = { version = "1.0", features = ["macros", "net", "rt"] } postgres = { version = "0.19.8", path = "../postgres" }