# 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 = "papyrus_proc_macros" version = "0.4.0-rc.0" description = "Procedural macros for the Papyrus node" license-file = "LICENSE" repository = "https://github.com/starkware-libs/papyrus/" [lib] proc-macro = true [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "2.0.39" features = ["full"] [dev-dependencies.metrics] version = "0.21.0" [dev-dependencies.metrics-exporter-prometheus] version = "0.12.1" [dev-dependencies.papyrus_common] version = "0.4.0-dev.1" [dev-dependencies.prometheus-parse] version = "0.2.4"