2019-10-10 02:23:12 +00:00
|
|
|
[package]
|
|
|
|
name = "postgres-derive"
|
2023-03-27 23:04:38 +00:00
|
|
|
version = "0.4.4"
|
2019-10-10 02:23:12 +00:00
|
|
|
authors = ["Steven Fackler <sfackler@palantir.com>"]
|
|
|
|
license = "MIT/Apache-2.0"
|
2019-10-10 22:23:53 +00:00
|
|
|
edition = "2018"
|
2019-10-15 00:50:04 +00:00
|
|
|
description = "An internal crate used by postgres-types"
|
2019-10-10 22:23:53 +00:00
|
|
|
repository = "https://github.com/sfackler/rust-postgres"
|
2019-10-10 02:23:12 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
test = false
|
|
|
|
|
|
|
|
[dependencies]
|
2023-03-20 14:06:03 +00:00
|
|
|
syn = "2.0"
|
2019-10-10 02:23:12 +00:00
|
|
|
proc-macro2 = "1.0"
|
|
|
|
quote = "1.0"
|