/
germanubis
/
rust-postgres
Обзор
Документация
Войти
/
germanubis
/
rust-postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
postgres/Cargo.toml
51 строка
2 KB
Paolo Barbolini
Release postgres v0.19.12
08 окт 2025, 20:28
08 окт 2025, 20:28
81d39c5
Код
Авторство
О чём код?
[package] name = "postgres" version = "0.19.12" authors = ["Steven Fackler <sfackler@gmail.com>"] edition = "2021" license = "MIT OR Apache-2.0" description = "A native, synchronous PostgreSQL client" repository = "https://github.com/rust-postgres/rust-postgres" readme = "../README.md" keywords = ["database", "postgres", "postgresql", "sql"] categories = ["database"] rust-version = "1.81" [[bench]] name = "bench" harness = false [package.metadata.docs.rs] all-features = true [features] array-impls = ["tokio-postgres/array-impls"] with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"] with-bit-vec-0_7 = ["tokio-postgres/with-bit-vec-0_7"] with-bit-vec-0_8 = ["tokio-postgres/with-bit-vec-0_8"] with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"] with-cidr-0_2 = ["tokio-postgres/with-cidr-0_2"] with-cidr-0_3 = ["tokio-postgres/with-cidr-0_3"] with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"] with-eui48-1 = ["tokio-postgres/with-eui48-1"] with-geo-types-0_6 = ["tokio-postgres/with-geo-types-0_6"] with-geo-types-0_7 = ["tokio-postgres/with-geo-types-0_7"] with-jiff-0_1 = ["tokio-postgres/with-jiff-0_1"] with-jiff-0_2 = ["tokio-postgres/with-jiff-0_2"] with-serde_json-1 = ["tokio-postgres/with-serde_json-1"] with-smol_str-01 = ["tokio-postgres/with-smol_str-01"] with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"] with-uuid-1 = ["tokio-postgres/with-uuid-1"] with-time-0_2 = ["tokio-postgres/with-time-0_2"] with-time-0_3 = ["tokio-postgres/with-time-0_3"] [dependencies] bytes = "1.0" fallible-iterator = "0.2" futures-util = { version = "0.3.14", default-features = false, features = ["sink"] } log = "0.4" tokio-postgres = { version = "0.7.15", path = "../tokio-postgres" } tokio = { version = "1.0", features = ["rt", "time"] } [dev-dependencies] criterion = "0.7"