opendp_derive 0.12.1-dev.20250412.1

Minimal proc-macro wrappers around the opendp_tooling crate.
Documentation
[dependencies.opendp_tooling]
optional = true
version = "0.12.1-dev.20250412.1"

[dependencies.quote]
optional = true
version = "1.0"

[dependencies.syn]
features = ["full", "parsing"]
optional = true
version = "2.0"

[features]
full = ["syn", "quote", "opendp_tooling"]
partials = ["full"]

[lib]
name = "opendp_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["The OpenDP Project <info@opendp.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Minimal proc-macro wrappers around the opendp_tooling crate."
edition = "2024"
homepage = "https://opendp.org/"
license-file = "LICENSE"
name = "opendp_derive"
readme = "README.md"
repository = "https://github.com/opendp/opendp"
rust-version = "1.85.0"
version = "0.12.1-dev.20250412.1"