rphtml 0.5.12

A html parser written in rust.
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[[bin]]
name = "rphtml"
path = "src/main.rs"

[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"

[lib]
crate-type = ["cdylib", "rlib"]
name = "rphtml"
path = "src/lib.rs"

[package]
authors = ["jxz_211 <jxz_211@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations", "wasm"]
description = "A html parser written in rust."
edition = "2018"
exclude = ["node/**/*.*", "cases/**/*.*", "build.sh", "codecov.yml", ".travis.yml"]
keywords = ["html", "parser", "html-parser", "html-minify"]
license = "MIT"
name = "rphtml"
readme = "README.md"
repository = "https://github.com/fefit/rphtml"
version = "0.5.12"

[profile.release]
debug = 0

[[test]]
name = "html"
path = "tests/html.rs"