# 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 = "macro_state" version = "0.2.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A set of macros allowing storing and loading global state at compile-time within proc macros." documentation = "https://docs.rs/macro_state" readme = "README.md" license = "MIT" repository = "https://github.com/sam0x17/macro_state" [lib] name = "macro_state" path = "src/macro_state.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.macro_state_macros] version = "0.2.1"