[package]
name = "opendp_derive"
description = "Minimal proc-macro wrappers around the opendp_tooling crate."
version.workspace = true
license-file.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { workspace = true, optional = true }
quote = { workspace = true, optional = true }
opendp_tooling = { path = "../opendp_tooling", optional = true, version = "0.12.2-dev.20250412.2" }
[features]
full = ["syn", "quote", "opendp_tooling"]
partials = ["full"]