# 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" version = "0.5.0" authors = ["Vidhan Bhatt "] description = "A html to node macro powered by rstml." homepage = "https://github.com/vidhanio/html-node" documentation = "https://docs.rs/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", ] [[example]] name = "axum" required-features = ["axum"] [[example]] name = "typed_custom_attributes" required-features = ["typed"] [dependencies.html-node-core] version = "0.5" [dependencies.html-node-macro] version = "0.5" [dev-dependencies.axum] version = "0.6" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] axum = ["html-node-core/axum"] pretty = ["html-node-core/pretty"] serde = ["html-node-core/serde"] typed = [ "html-node-core/typed", "html-node-macro/typed", ] [lints.clippy] nursery = "warn" pedantic = "warn" [lints.rust] missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" unsafe_code = "forbid"