include_tt 1.0.6

Macro for embedding (trees, strings, arrays) into macro trees directly from files.
Documentation
[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 = "constmodule"
path = "examples/constmodule.rs"

[[example]]
name = "full"
path = "examples/full.rs"

[[example]]
name = "mrules"
path = "examples/mrules.rs"

[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"]
description = "Macro for embedding (trees, strings, arrays) into macro trees directly from files."
edition = "2024"
keywords = ["procedural-macros", "macro", "code-generation", "code-transformation", "clucompany"]
license = "MIT OR Apache-2.0"
name = "include_tt"
readme = "README.md"
repository = "https://github.com/clucompany/include_tt.git"
version = "1.0.6"

[[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"