/
germanubis
/
rust-postgres
Обзор
Документация
Войти
/
germanubis
/
rust-postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
postgres-protocol/Cargo.toml
27 строк
589 B
Paolo Barbolini
Release postgres-protocol v0.6.9
25 сен 2025, 10:56
25 сен 2025, 10:56
cb2ba1c
Код
Авторство
О чём код?
[package] name = "postgres-protocol" version = "0.6.9" authors = ["Steven Fackler <sfackler@gmail.com>"] edition = "2021" description = "Low level Postgres protocol APIs" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-postgres/rust-postgres" readme = "../README.md" rust-version = "1.81" [features] default = [] js = ["getrandom/wasm_js"] [dependencies] base64 = "0.22" byteorder = "1.0" bytes = "1.0" fallible-iterator = "0.2" hmac = "0.12" md-5 = "0.10" memchr = "2.0" rand = "0.9" sha2 = "0.10" stringprep = "0.1" getrandom = { version = "0.3", optional = true }