# 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-rules-rt" version = "0.1.1" authors = ["frozenlib"] description = "Transforms text or TokenStream using Rust's macro_rules syntax." documentation = "https://docs.rs/macro-rules-rt/" readme = "README.md" keywords = ["macro_rules"] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/frozenlib/macro-rules-rt" [dependencies.proc-macro2] version = "1.0.55" features = ["span-locations"] [dependencies.quote] version = "1.0.26" [dependencies.structmeta] version = "0.2.0" [dependencies.syn] version = "2.0.13" features = [ "full", "extra-traits", ] [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.proptest] version = "1.1.0" [dev-dependencies.test-strategy] version = "0.3.0"