2017-03-12 20:44:27 +00:00
|
|
|
[package]
|
|
|
|
name = "postgres-protocol"
|
2021-09-29 23:27:15 +00:00
|
|
|
version = "0.6.2"
|
2017-03-12 20:44:27 +00:00
|
|
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
2018-12-09 01:18:08 +00:00
|
|
|
edition = "2018"
|
2017-03-12 20:44:27 +00:00
|
|
|
description = "Low level Postgres protocol APIs"
|
|
|
|
license = "MIT/Apache-2.0"
|
2020-01-02 12:08:15 +00:00
|
|
|
repository = "https://github.com/sfackler/rust-postgres"
|
2017-05-02 15:53:28 +00:00
|
|
|
readme = "../README.md"
|
2017-03-12 20:44:27 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-10-01 13:18:42 +00:00
|
|
|
base64 = "0.13"
|
2017-03-12 20:44:27 +00:00
|
|
|
byteorder = "1.0"
|
2020-12-24 02:03:15 +00:00
|
|
|
bytes = "1.0"
|
2019-03-10 23:32:28 +00:00
|
|
|
fallible-iterator = "0.2"
|
2021-04-29 21:02:13 +00:00
|
|
|
hmac = "0.11"
|
2021-01-08 18:35:45 +00:00
|
|
|
md-5 = "0.9"
|
2018-04-15 20:59:48 +00:00
|
|
|
memchr = "2.0"
|
2020-12-21 15:05:20 +00:00
|
|
|
rand = "0.8"
|
2020-06-10 23:45:58 +00:00
|
|
|
sha2 = "0.9"
|
2017-05-21 04:45:01 +00:00
|
|
|
stringprep = "0.1"
|