[package]
edition = "2021"
name = "ixa-derive"
version = "1.0.0"
authors = ["The Ixa Developers <cfa@cdc.gov>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for Ixa"
homepage = "https://github.com/CDCgov/ixa"
readme = false
license = "Apache-2.0"
repository = "https://github.com/CDCgov/ixa"
[lib]
name = "ixa_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro-crate]
version = "3.3.0"
[dependencies.proc-macro2]
version = "1.0.93"
[dependencies.quote]
version = "^1.0.38"
[dependencies.syn]
version = "^2.0.95"
[lints.clippy]
module-name-repetitions = "allow"
result_unit_err = "allow"
uninlined_format_args = "allow"
upper-case-acronyms = "allow"
[lints.rust]
mismatched_lifetime_syntaxes = "allow"