postgres 0.16.0-rc.1

A native, synchronous PostgreSQL client
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

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

[dependencies.futures]
version = "0.1"

[dependencies.lazy_static]
version = "1.0"
optional = true

[dependencies.log]
version = "0.4"
optional = true

[dependencies.tokio]
version = "0.1"
optional = true

[dependencies.tokio-postgres]
version = "0.4.0-rc.2"
default-features = false

[features]
default = ["runtime"]
runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
with-bit-vec-0_5 = ["tokio-postgres/with-bit-vec-0_5"]
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_7 = ["tokio-postgres/with-uuid-0_7"]
[badges.circle-ci]
repository = "sfackler/rust-postgres"