[package]
name = "postgres_array"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Array support for rust-postgres"
repository = "https://github.com/sfackler/rust-postgres-array"
documentation = "https://sfackler.github.io/rust-postgres-array/doc/postgres_array"
[dependencies]
postgres = "0.7.1"
byteorder = "0.2.11"
[dev-dependencies]
rustc-serialize = "0.3"
time = "0.1"
uuid = "0.1"
[dev-dependencies.postgres]
features = ["rustc-serialize", "time", "uuid"]