rust-postgres/postgres-derive/Cargo.toml
Steven Fackler 790af54a0f
Merge pull request #1008 from JaydenElliott/feature/rename_all_attr
added `rename_all` container attribute for enums and structs
2023-06-10 07:36:30 -07:00

18 lines
376 B
TOML

[package]
name = "postgres-derive"
version = "0.4.4"
authors = ["Steven Fackler <sfackler@palantir.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
description = "An internal crate used by postgres-types"
repository = "https://github.com/sfackler/rust-postgres"
[lib]
proc-macro = true
test = false
[dependencies]
syn = "2.0"
proc-macro2 = "1.0"
quote = "1.0"
heck = "0.4"