# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lignin-html" version = "0.0.5" authors = ["Tamme Schichler "] include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md"] description = "HTML renderer for lignin VDOM Nodes. This crate is primarily for static and server-side rendering. For client-side use, see lignin-dom." homepage = "https://github.com/Tamschi/lignin-html/tree/v0.0.5" documentation = "https://docs.rs/lignin-html/0.0.5" readme = "README.md" keywords = ["VDOM", "HTML"] categories = ["web-programming", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/lignin-html" [dependencies.lignin] version = "0.0.5" [dependencies.v_htmlescape] version = "0.12.0" [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.version-sync] version = "0.9.1" [features] debug = ["lignin/debug"] [badges.is-it-maintained-issue-resolution] repository = "Tamschi/lignin-html" [badges.is-it-maintained-open-issues] repository = "Tamschi/lignin-html" [badges.maintenance] status = "experimental"