# 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 = "quote_into" version = "0.2.0" authors = ["Reinis Mazeiks"] description = "Easily & efficiently generate code by quoting it in a macro" readme = "Readme.md" keywords = [ "macro", "quote", "syn", "performance", "proc-macro", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" [[bench]] name = "simple" harness = false [[bench]] name = "loop" harness = false [[bench]] name = "deep_recurse" harness = false [dependencies.proc-macro2] version = "1.0.49" [dependencies.quote] version = "1.0.23" [dependencies.quote_into_macro] version = "0.2.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.syn] version = "1.0.107"