Cargo.toml raw

[package]
name = "struct-patch-derive"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[features]
with-serde = []
with-sqlx = []

[dependencies]
darling = "0.13.0"
proc-macro2 = "1.0.28"
quote = "1.0.9"
syn = { version = "1.0.74", features = ["proc-macro", "derive"] }