[package] name = "postgres-protocol" version = "0.6.5" authors = ["Steven Fackler "] edition = "2018" description = "Low level Postgres protocol APIs" license = "MIT/Apache-2.0" repository = "https://github.com/sfackler/rust-postgres" readme = "../README.md" [features] default = [] js = ["getrandom/js"] [dependencies] base64 = "0.21" byteorder = "1.0" bytes = "1.0" fallible-iterator = "0.2" hmac = "0.12" md-5 = "0.10" memchr = "2.0" rand = "0.8" sha2 = "0.10" stringprep = "0.1" getrandom = { version = "0.2", optional = true }