# 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 = "rust_html_macros" version = "1.1.4" authors = ["Sigve Røkenes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal compile-safe HTML templating library" homepage = "https://github.com/evgiz/rust_html" readme = "README.md" keywords = [ "html", "templating", "template", "components", "rhtml", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/evgiz/rust_html" [lib] name = "rust_html_macros" path = "src/lib.rs" proc-macro = true [dependencies.html5ever] version = "0.29.0" [dependencies.litrs] version = "0.4.1" [dependencies.proc-macro2] version = "1.0.92" [dependencies.quote] version = "1.0" [dependencies.scraper] version = "0.21.0" [dependencies.syn] version = "2.0" features = ["full"] [dependencies.tendril] version = "0.4.3" [dev-dependencies]