postgres-shared 0.4.2

Internal crate used by postgres and postgres-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 = "postgres-shared"
version = "0.4.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Internal crate used by postgres and postgres-tokio"
license = "MIT"
repository = "https://github.com/sfackler/rust-postgres"
[dependencies.bit-vec]
version = "0.4"
optional = true

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

[dependencies.eui48]
version = "0.3"
optional = true

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

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

[dependencies.hex]
version = "0.2"

[dependencies.phf]
version = "0.7.22"

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

[dependencies.rustc-serialize]
version = "0.3"
optional = true

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

[dependencies.time]
version = "0.1.14"
optional = true

[dependencies.uuid]
version = "0.5"
optional = true

[features]
with-bit-vec = ["bit-vec"]
with-chrono = ["chrono"]
with-eui48 = ["eui48"]
with-geo = ["geo"]
with-rustc-serialize = ["rustc-serialize"]
with-serde_json = ["serde_json"]
with-time = ["time"]
with-uuid = ["uuid"]