rust-postgres/postgres-derive/Cargo.toml

20 lines
472 B
TOML
Raw Normal View History

2019-10-10 02:23:12 +00:00
[package]
name = "postgres-derive"
version = "0.3.3"
authors = ["Steven Fackler <sfackler@palantir.com>"]
license = "MIT/Apache-2.0"
2019-10-10 22:23:53 +00:00
edition = "2018"
2019-10-10 02:23:12 +00:00
description = "Deriving plugin support for Postgres enum, domain, and composite types"
2019-10-10 22:23:53 +00:00
repository = "https://github.com/sfackler/rust-postgres"
2019-10-10 02:23:12 +00:00
readme = "README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
[lib]
proc-macro = true
test = false
[dependencies]
syn = "1.0"
proc-macro2 = "1.0"
quote = "1.0"