apollo_proc_macros 0.18.0-dev.2

Procedural macros for the Papyrus node
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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)",
]