tokio-postgres 0.5.1

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

[dependencies.bytes]
version = "0.5"

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

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.10"

[dependencies.percent-encoding]
version = "2.0"

[dependencies.phf]
version = "0.8"

[dependencies.pin-project-lite]
version = "0.1"

[dependencies.postgres-protocol]
version = "0.5.0"

[dependencies.postgres-types]
version = "0.1.0"

[dependencies.tokio]
features = ["io-util"]
version = "0.2"

[dependencies.tokio-util]
features = ["codec"]
version = "0.2"
[dev-dependencies.bit-vec-06]
package = "bit-vec"
version = "0.6"

[dev-dependencies.chrono-04]
package = "chrono"
version = "0.4"

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

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

[dev-dependencies.eui48-04]
package = "eui48"
version = "0.4"

[dev-dependencies.geo-types-04]
package = "geo-types"
version = "0.4"

[dev-dependencies.serde-1]
package = "serde"
version = "1.0"

[dev-dependencies.serde_json-1]
package = "serde_json"
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[dev-dependencies.uuid-07]
package = "uuid"
version = "0.7"

[dev-dependencies.uuid-08]
package = "uuid"
version = "0.8"

[features]
default = ["runtime"]
runtime = ["tokio/dns", "tokio/net", "tokio/time"]
with-bit-vec-0_6 = ["postgres-types/with-bit-vec-0_6"]
with-chrono-0_4 = ["postgres-types/with-chrono-0_4"]
with-eui48-0_4 = ["postgres-types/with-eui48-0_4"]
with-geo-types-0_4 = ["postgres-types/with-geo-types-0_4"]
with-serde_json-1 = ["postgres-types/with-serde_json-1"]
with-uuid-0_8 = ["postgres-types/with-uuid-0_8"]

[lib]
test = false

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