[build-dependencies.dfir_lang]
version = "^0.15.0"
[build-dependencies.hydro_build_utils]
version = "^0.0.1"
[build-dependencies.itertools]
version = "0.13.0"
[build-dependencies.quote]
version = "1.0.35"
[dependencies.dfir_lang]
version = "^0.15.0"
[dependencies.hydro_build_utils]
optional = true
version = "^0.0.1"
[dependencies.proc-macro-crate]
version = "3.3"
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
features = ["parsing", "extra-traits"]
version = "2.0.46"
[lib]
name = "dfir_macro"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
explicit_into_iter_loop = "warn"
let_and_return = "allow"
uninlined_format_args = "allow"
upper_case_acronyms = "warn"
[lints.rust]
impl_trait_overcaptures = "warn"
missing_unsafe_on_extern = "deny"
unsafe_attr_outside_unsafe = "deny"
unused_qualifications = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Macro for using Hydro's Data Flow Intermediate Representation (DFIR)."
documentation = "https://docs.rs/dfir_macro/"
edition = "2024"
license = "Apache-2.0"
name = "dfir_macro"
publish = true
readme = false
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.15.0"