[[bench]]
harness = false
name = "benchmark"
[dependencies.anyhow]
version = "1.0.70"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.thiserror]
version = "1.0.40"
[dev-dependencies.criterion]
version = "0.4.0"
[dev-dependencies.grcov]
version = "0.8.16"
[lib]
crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[package]
authors = ["ganmin <jxz_211@163.com>"]
categories = ["encoding", "parsing"]
description = "A library for encoding and decoding HTML entities."
edition = "2018"
exclude = ["node/**/*.*", "pkg/**/*.*", "build.sh", "codecov.yml"]
homepage = "https://github.com/fefit/htmlentity"
keywords = ["entity", "html-entity", "html-escape", "html-encode", "html-decode"]
license = "MIT"
name = "htmlentity"
readme = "README.md"
repository = "https://github.com/fefit/htmlentity"
version = "1.3.0"