# 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-core" 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", ] [dependencies.axum] version = "0.6" optional = true default-features = false [dependencies.html-escape] version = "0.2" [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] axum = ["dep:axum"] pretty = [] serde = ["dep:serde"] typed = [] [lints.clippy] nursery = "warn" pedantic = "warn" [lints.rust] missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" unsafe_code = "forbid"