cheep-crator-2/vendor/postgres/Cargo.toml

77 lines
1.9 KiB
TOML

# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "postgres"
version = "0.19.3"
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
[[bench]]
name = "bench"
harness = false
[dependencies.bytes]
version = "1.0"
[dependencies.fallible-iterator]
version = "0.2"
[dependencies.futures]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.tokio]
version = "1.0"
features = [
"rt",
"time",
]
[dependencies.tokio-postgres]
version = "0.7.6"
[dev-dependencies.criterion]
version = "0.3"
[features]
array-impls = ["tokio-postgres/array-impls"]
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-eui48-1 = ["tokio-postgres/with-eui48-1"]
with-geo-types-0_6 = ["tokio-postgres/with-geo-types-0_6"]
with-geo-types-0_7 = ["tokio-postgres/with-geo-types-0_7"]
with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
with-time-0_2 = ["tokio-postgres/with-time-0_2"]
with-time-0_3 = ["tokio-postgres/with-time-0_3"]
with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]
with-uuid-1 = ["tokio-postgres/with-uuid-1"]
[badges.circle-ci]
repository = "sfackler/rust-postgres"