tokio-postgres 0.7.10

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

[dependencies.byteorder]
version = "1.0"

[dependencies.bytes]
version = "1.0"

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

[dependencies.futures-channel]
features = ["sink"]
version = "0.3"

[dependencies.futures-util]
features = ["sink"]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.phf]
version = "0.11"

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

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

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

[dependencies.rand]
version = "0.8.5"

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

[dependencies.tokio-util]
features = ["codec"]
version = "0.7"

[dependencies.whoami]
version = "1.4.1"
[dev-dependencies.bit-vec-06]
package = "bit-vec"
version = "0.6"

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

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

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

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

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

[dev-dependencies.futures-executor]
version = "0.3"

[dev-dependencies.geo-types-06]
package = "geo-types"
version = "0.6"

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

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

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

[dev-dependencies.smol_str-01]
package = "smol_str"
version = "0.1"

[dev-dependencies.time-02]
package = "time"
version = "0.2"

[dev-dependencies.time-03]
features = ["parsing"]
package = "time"
version = "0.3"

[dev-dependencies.tokio]
features = ["macros", "net", "rt", "rt-multi-thread", "time"]
version = "1.0"

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

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

[features]
array-impls = ["postgres-types/array-impls"]
default = ["runtime"]
js = ["postgres-protocol/js"]
runtime = ["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-eui48-1 = ["postgres-types/with-eui48-1"]
with-geo-types-0_6 = ["postgres-types/with-geo-types-0_6"]
with-geo-types-0_7 = ["postgres-types/with-geo-types-0_7"]
with-serde_json-1 = ["postgres-types/with-serde_json-1"]
with-smol_str-01 = ["postgres-types/with-smol_str-01"]
with-time-0_2 = ["postgres-types/with-time-0_2"]
with-time-0_3 = ["postgres-types/with-time-0_3"]
with-uuid-0_8 = ["postgres-types/with-uuid-0_8"]
with-uuid-1 = ["postgres-types/with-uuid-1"]

[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"
resolver = "2"
version = "0.7.10"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.socket2]
features = ["all"]
version = "0.5"