# 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 = "html-node-macro" version = "0.5.0" authors = ["Vidhan Bhatt "] description = "A html to node macro powered by rstml." homepage = "https://github.com/vidhanio/html-node" readme = "README.md" keywords = [ "html", "macro", "rstml", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/vidhanio/html-node" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] proc-macro = true [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" [dependencies.syn_derive] version = "0.1" optional = true [features] typed = ["dep:syn_derive"]