[package]
edition = "2021"
name = "apollo_proc_macros"
version = "0.18.0-dev.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the Papyrus node"
readme = false
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/sequencer/"
[lib]
name = "apollo_proc_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0.26"
[dependencies.syn]
version = "2.0.39"
features = ["full"]
[lints.clippy]
as_conversions = "warn"
await_holding_lock = "warn"
await_holding_refcell_ref = "warn"
[lints.rust]
future-incompatible = "warn"
nonstandard-style = "warn"
rust-2018-idioms = "warn"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(coverage_nightly)",
"cfg(addr_of)",
]