async-postgres 0.5.1

A runtime-independent, asynchronous PostgreSQL client.
[badges.codecov]
repository = "Hexilee/async-postgres"

[dependencies.async-std]
version = "1.6"

[dependencies.bytes]
version = "0.5"

[dependencies.futures]
default-features = false
version = "0.3"

[dependencies.tokio]
version = "0.2"

[dependencies.tokio-postgres]
default-features = false
version = "0.5"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.6"

[dev-dependencies.native-tls]
version = "0.2"

[dev-dependencies.postgres-native-tls]
version = "0.3"

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

[dev-dependencies.tokio-postgres]
version = "0.5"

[features]
all-types = ["with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-geo-types-0_4", "with-serde_json-1", "with-uuid-0_8", "with-time-0_2"]
docs = ["full"]
full = ["all-types"]
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-time-0_2 = ["tokio-postgres/with-time-0_2"]
with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]

[package]
authors = ["Hexilee <i@hexilee.me>"]
categories = ["database"]
description = "A runtime-independent, asynchronous PostgreSQL client."
edition = "2018"
keywords = ["database", "postgres", "postgresql", "sql", "async"]
license = "MIT"
name = "async-postgres"
readme = "README.md"
repository = "https://github.com/Hexilee/async-postgres"
version = "0.5.1"

[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", 'feature="docs"']