# 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 = "rphtml" version = "0.5.10" authors = ["jxz_211 "] exclude = [ "node/**/*.*", "cases/**/*.*", "build.sh", "codecov.yml", ".travis.yml", ] description = "A html parser written in rust." readme = "README.md" keywords = [ "html", "parser", "html-parser", "html-minify", ] categories = [ "parser-implementations", "wasm", ] license = "MIT" repository = "https://github.com/fefit/rphtml" [profile.release] debug = 0 [lib] name = "rphtml" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bench]] name = "benchmark" harness = false [dependencies.htmlentity] version = "^1.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.thiserror] version = "1.0.21" [dev-dependencies.criterion] version = "0.3"