[dependencies.proc-macro-crate]
version = "1.0.0"
[dependencies.proc-macro2]
version = "1.0.74"
[dependencies.quote]
version = "1.0.35"
[dependencies.sha2]
version = "0.10.0"
[dependencies.syn]
features = ["extra-traits", "full", "parsing", "visit", "visit-mut"]
version = "2.0.46"
[dev-dependencies.insta]
version = "1.39"
[dev-dependencies.prettyplease]
features = ["verbatim"]
version = "0.2.0"
[lib]
name = "stageleft_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"
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 = false
description = "Helper macros for the stageleft crate"
documentation = "https://docs.rs/stageleft_macro/"
edition = "2024"
license = "Apache-2.0"
name = "stageleft_macro"
publish = true
readme = false
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.6.0"