2017-03-12 20:44:27 +00:00
|
|
|
[package]
|
|
|
|
name = "postgres-protocol"
|
2017-05-02 15:53:28 +00:00
|
|
|
version = "0.2.2"
|
2017-03-12 20:44:27 +00:00
|
|
|
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"
|
2017-05-02 15:53:28 +00:00
|
|
|
documentation = "https://docs.rs/postgres-protocol/0.2.2/postgres_protocol"
|
|
|
|
readme = "../README.md"
|
2017-03-12 20:44:27 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-05-06 15:28:07 +00:00
|
|
|
bytes = "0.4"
|
2017-03-12 20:44:27 +00:00
|
|
|
byteorder = "1.0"
|
|
|
|
fallible-iterator = "0.1"
|
|
|
|
md5 = "0.3"
|
|
|
|
memchr = "1.0"
|