# 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 = "template-quote" version = "0.4.2" authors = ["Yasuo Ozu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A new-fasioned quote! macro implementation with pretty template-engine like syntax" readme = "README.md" keywords = [ "syn", "quote", "proc-macro", "macros", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT" repository = "https://github.com/yasuo-ozu/template_quote" [lib] name = "template_quote" path = "src/lib.rs" [[test]] name = "conditional" path = "tests/conditional.rs" [[test]] name = "interpolation" path = "tests/interpolation.rs" [[test]] name = "repetition" path = "tests/repetition.rs" [[test]] name = "test" path = "tests/test.rs" [[test]] name = "types" path = "tests/types.rs" [dependencies.quote] version = "1.0" [dependencies.template-quote-impl] version = "0.4.2" [dev-dependencies.proc-macro2] version = "1.0.47"