# 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 = "tera-template-macro" version = "0.1.3" authors = ["Tebarem"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Proc Macro for tera-hot-reload crate" homepage = "https://github.com/oxidlabs/tera-template-macro" readme = "README.md" keywords = [ "tera", "template", ] license = "MIT" [lib] name = "tera_template_macro" path = "src/lib.rs" proc-macro = true [[test]] name = "ui_tests" path = "tests/ui_tests.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.72" [dependencies.tera] version = "1.20.0" default-features = false [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.tera-hot-reload] version = "0.2.2" [dev-dependencies.trybuild] version = "1.0.100"