capricorn 0.1.7

Parse html according to configuration
Documentation
[package]
name = "capricorn"
version = "0.1.7"
authors = ["petechen <15736755067@163.com>"]
edition = "2018"
homepage = "https://github.com/ptechen"
documentation = "https://github.com/ptechen/Capricorn/blob/main/README.md"
repository = "https://github.com/ptechen/Capricorn.git"
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "Parse html according to configuration"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

nipper = "0.1.8"
quicli = "0.4.0"
serde_yaml = "0.8.14"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"
tendril = "0.4.1"
regex = "1.4.2"
lazy_static = "1.4.0"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "benchmark"
harness = false