template-quote 0.4.4

A new-fasioned quote! macro implementation with pretty template-engine like syntax
Documentation
# 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.56"
name = "template-quote"
version = "0.4.4"
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A new-fasioned quote! macro implementation with pretty template-engine like syntax"
homepage = "https://github.com/yasuo-ozu/template_quote"
documentation = "https://docs.rs/template-quote"
readme = "README.md"
keywords = [
    "quote",
    "proc-macro",
    "macros",
    "template",
    "codegen",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "template-engine",
]
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.35"

[dependencies.template-quote-impl]
version = "0.4.4"

[dev-dependencies.proc-macro2]
version = "1.0.79"