/
germanubis
/
rust-postgres
Обзор
Документация
Войти
/
germanubis
/
rust-postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
postgres-derive/Cargo.toml
19 строк
407 B
Paolo Barbolini
Release postgres-derive v0.4.7
25 сен 2025, 10:56
25 сен 2025, 10:56
a6a0d53
Код
Авторство
О чём код?
[package] name = "postgres-derive" version = "0.4.7" authors = ["Steven Fackler <sfackler@palantir.com>"] license = "MIT OR Apache-2.0" edition = "2021" description = "An internal crate used by postgres-types" repository = "https://github.com/rust-postgres/rust-postgres" rust-version = "1.81" [lib] proc-macro = true test = false [dependencies] syn = "2.0" proc-macro2 = "1.0" quote = "1.0" heck = "0.5"