[package] name = "clickhouse-derive" version = "0.2.0" description = "A macro for deriving clickhouse::Row" authors = ["Paul Loyd "] edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.67.0" # update `Cargo.toml` and CI if changed [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" syn = "2.0" quote = "1.0" serde_derive_internals = "0.29"