[go: up one dir, main page]

postgres 0.9.0

A native PostgreSQL driver
Documentation
[[test]]
name = "test"
path = "tests/test.rs"

[build-dependencies]
phf_codegen = "0.7"

[dependencies]
bufstream = "0.1"
byteorder = "0.3"
debug-builders = "0.1"
log = "0.3"
phf = "0.7"
rust-crypto = "0.2"
rustc-serialize = "0.3"

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

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

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

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

[dependencies.unix_socket]
optional = true
version = ">= 0.3, < 0.5"

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

[dev-dependencies]
url = "0.2"

[lib]
bench = false
name = "postgres"
path = "src/lib.rs"
test = false

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
build = "build.rs"
description = "A native PostgreSQL driver"
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.9.0/postgres"
keywords = ["database", "sql"]
license = "MIT"
name = "postgres"
readme = "README.md"
repository = "https://github.com/sfackler/rust-postgres"
version = "0.9.0"