tokio-postgres 0.3.0

A native PostgreSQL driver using Tokio
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]
name = "tokio-postgres"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "A native PostgreSQL driver using Tokio"
readme = "../README.md"
keywords = ["database", "postgres", "postgresql", "sql", "async"]
categories = ["database"]
license = "MIT"
repository = "https://github.com/sfackler/rust-postgres"
[package.metadata.docs.rs]
features = ["with-bit-vec", "with-chrono", "with-eui48", "with-geo", "with-rustc-serialize", "with-serde_json", "with-time", "with-uuid", "with-openssl"]
[dependencies.bytes]
version = "0.4"

[dependencies.tokio-dns-unofficial]
version = "0.1"

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

[dependencies.futures]
version = "0.1.7"

[dependencies.tokio-core]
version = "0.1"

[dependencies.openssl]
version = "0.9"
optional = true

[dependencies.futures-state-stream]
version = "0.2"

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

[dependencies.tokio-io]
version = "0.1"

[dependencies.postgres-shared]
version = "0.4.0"

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

[features]
with-chrono = ["postgres-shared/with-chrono"]
with-eui48 = ["postgres-shared/with-eui48"]
with-bit-vec = ["postgres-shared/with-bit-vec"]
with-time = ["postgres-shared/with-time"]
with-uuid = ["postgres-shared/with-uuid"]
with-rustc-serialize = ["postgres-shared/with-rustc-serialize"]
with-serde_json = ["postgres-shared/with-serde_json"]
with-geo = ["postgres-shared/with-geo"]
with-openssl = ["tokio-openssl", "openssl"]
[target."cfg(unix)".dependencies.tokio-uds]
version = "0.1"
[badges.circle-ci]
repository = "sfackler/rust-postgres"