[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
default-features = false
features = ["parsing"]
version = "2.0.104"
[[example]]
name = "basic_codegen"
path = "examples/basic_codegen.rs"
[[example]]
name = "basic_data"
path = "examples/basic_data.rs"
[[example]]
name = "mrules"
path = "examples/mrules.rs"
[[example]]
name = "template_macro"
path = "examples/template_macro.rs"
[features]
default = []
escape_symbol = []
[lib]
name = "include_tt"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Denis Kotlyarov (Денис Котляров) <denis2005991@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::build-utils", "parsing"]
description = "Macros for ultra-flexible injection of compiler trees, literals, or binary data into Rust syntax trees from external sources."
edition = "2024"
keywords = ["procedural-macros", "macro", "syntax-injection", "tt-injection", "clucompany"]
license = "MIT OR Apache-2.0"
name = "include_tt"
readme = "README.md"
repository = "https://github.com/clucompany/include_tt.git"
version = "1.1.0"
[[test]]
name = "break"
path = "tests/break.rs"
[[test]]
name = "empty"
path = "tests/empty.rs"
[[test]]
name = "expr_lit"
path = "tests/expr_lit.rs"
[[test]]
name = "unk_token"
path = "tests/unk_token.rs"