[dependencies.darling]
version = "0.20.10"
[dependencies.heck]
version = "0.5.0"
[dependencies.proc-macro2]
version = "1.0.88"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
version = "2.0.79"
[dev-dependencies.chrono]
default-features = false
features = ["clock", "serde"]
version = "0.4.28"
[dev-dependencies.derive_builder]
version = "0.20.0"
[dev-dependencies.sea-query]
features = ["derive", "attr", "with-chrono", "postgres-types", "postgres-array", "with-json", "with-uuid"]
version = "0.32"
[dev-dependencies.sea-query-binder]
features = ["sqlx-postgres", "with-uuid", "with-chrono", "postgres-array", "with-json"]
version = "0.7"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.sqlx]
features = ["chrono", "runtime-tokio", "tls-rustls", "postgres", "uuid", "time"]
version = "0.8"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"
[dev-dependencies.uuid]
features = ["serde", "v4", "v7"]
version = "1.11"
[lib]
name = "bodega_macros"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
unwrap_used = "warn"
[lints.rust]
unsafe_code = "forbid"
[package]
authors = ["Matt Chun-Lum <matt@questionable.engineering>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "bodega proc macros"
edition = "2021"
license = "MIT"
name = "bodega-macros"
readme = "README.md"
repository = "https://github.com/mattcl/bodega"
version = "0.2.0"