rust-postgres/postgres-protocol/Cargo.toml
2017-03-12 13:46:01 -07:00

16 lines
431 B
TOML

[package]
name = "postgres-protocol"
version = "0.2.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Low level Postgres protocol APIs"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/rust-postgres-protocol"
documentation = "https://docs.rs/postgres-protocol/0.2.1/postgres_protocol"
readme = "README.md"
[dependencies]
byteorder = "1.0"
fallible-iterator = "0.1"
md5 = "0.3"
memchr = "1.0"