# 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 = "marked" version = "0.3.0" authors = ["David Kellum "] build = "build.rs" description = "Parsing, filtering, selecting and serializing HTML/XML markup." readme = "README.md" keywords = ["html", "sanitization"] categories = ["web-programming", "text-processing"] license = "MIT/Apache-2.0" repository = "https://github.com/dekellum/marked" [package.metadata.docs.rs] features = ["xml"] [lib] doctest = false [dependencies.encoding_rs] version = ">=0.8.13, <0.9" [dependencies.html5ever] version = ">=0.25.1, <0.26" [dependencies.lazy_static] version = ">=1.3.0, <1.5" [dependencies.log] version = ">=0.4.4, <0.5" features = ["std"] [dependencies.mime] version = ">=0.3.14, <0.4" [dependencies.string_cache] version = ">=0.8.0, <0.9" [dependencies.tendril] version = ">=0.4.1, <0.5" features = ["encoding_rs"] [dependencies.xml-rs] version = ">=0.8, <0.9" optional = true package = "xml-rs" [dev-dependencies.rand] version = ">=0.7.0, <0.8" [features] default = [] xml = ["xml-rs"]