postgres 0.19.12

A native, synchronous PostgreSQL client
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.bytes]
version = "1.0"

[dependencies.fallible-iterator]
version = "0.2"

[dependencies.futures-util]
default-features = false
features = ["sink"]
version = "0.3.14"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
features = ["rt", "time"]
version = "1.0"

[dependencies.tokio-postgres]
version = "0.7.15"

[dev-dependencies.criterion]
version = "0.7"

[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-time-0_2 = ["tokio-postgres/with-time-0_2"]
with-time-0_3 = ["tokio-postgres/with-time-0_3"]
with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]
with-uuid-1 = ["tokio-postgres/with-uuid-1"]

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

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "A native, synchronous PostgreSQL client"
edition = "2021"
keywords = ["database", "postgres", "postgresql", "sql"]
license = "MIT OR Apache-2.0"
name = "postgres"
readme = "README.md"
repository = "https://github.com/rust-postgres/rust-postgres"
rust-version = "1.81"
version = "0.19.12"

[package.metadata.docs.rs]
all-features = true