# 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 = "2018" name = "sanitize_html" version = "0.8.1" authors = ["Andrey Kutejko "] description = "Rule-based HTML Sanitization library" homepage = "https://github.com/andy128k/sanitize-html-rs" readme = "README.md" keywords = [ "html", "sanitize", ] license = "MIT" repository = "https://github.com/andy128k/sanitize-html-rs.git" [dependencies.html5ever] version = "0.27" [dependencies.lazy_static] version = "1" [dependencies.markup5ever_rcdom] version = "0.3" [dependencies.regex] version = "1"