postgres 0.17.1

A native, synchronous PostgreSQL client
Documentation
[[bench]]
harness = false
name = "bench"
[badges.circle-ci]
repository = "sfackler/rust-postgres"
[dependencies.bytes]
version = "0.5"

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

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
features = ["rt-core"]
version = "0.2"

[dependencies.tokio-postgres]
version = "0.5.2"
[dev-dependencies.criterion]
version = "0.3"

[features]
with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"]
with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"]
with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"]
with-geo-types-0_4 = ["tokio-postgres/with-geo-types-0_4"]
with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
categories = ["database"]
description = "A native, synchronous PostgreSQL client"
edition = "2018"
keywords = ["database", "postgres", "postgresql", "sql"]
license = "MIT/Apache-2.0"
name = "postgres"
readme = "../README.md"
repository = "https://github.com/sfackler/rust-postgres"
version = "0.17.1"
[package.metadata.docs.rs]
all-features = true