# 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 = "include_tt" version = "1.0.4" authors = ["Denis Kotlyarov (Денис Котляров) "] description = "Macro for embedding (trees, strings, arrays) into macro trees directly from files." homepage = "https://github.com/clucompany/include_tt.git" readme = "README.md" keywords = [ "procedural-macros", "macro", "code-generation", "code-transformation", "clucompany", ] categories = [ "development-tools", "development-tools::build-utils", ] license = "MIT/Apache-2.0" repository = "https://github.com/clucompany/include_tt.git" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.82" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.63" features = ["parsing"] default-features = false