# 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" rust-version = "1.61.0" name = "proc-macro-tester" version = "0.1.0-alpha.2" authors = [ "sup39 ", "naskya ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for testing procedural macros" documentation = "https://docs.rs/proc-macro-tester/" readme = "README.md" categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/supnas/proc-macro-tester" [profile.release] lto = true [lib] name = "proc_macro_tester" path = "src/lib.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dev-dependencies.syn] version = "2.0.75" features = [ "full", "printing", ]