# 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 = "hypertext-macros" version = "0.5.1" authors = ["Vidhan Bhatt "] description = "A blazing fast type-checked HTML macro crate." homepage = "https://github.com/vidhanio/hypertext" readme = "README.md" keywords = [ "html", "macro", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/vidhanio/hypertext" [lib] proc-macro = true [dependencies.html-escape] version = "0.2" default-features = false [dependencies.proc-macro2] version = "1" [dependencies.proc-macro2-diagnostics] version = "0.10" default-features = false [dependencies.quote] version = "1" [dependencies.rstml] version = "0.11" default-features = false [dependencies.syn] version = "2" [lints.clippy] cargo = "warn" nursery = "warn" pedantic = "warn" [lints.rust] missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" unsafe_code = "forbid"