readability-text-cleanup 1.0.0

A Rust library for cleaning up text from HTML using Mozilla's Readability algorithm
Documentation
[dependencies.html2md]
version = "0.2.14"

[dependencies.lazy_static]
version = "^1.4.0"

[dependencies.rayon]
version = "^1.9.0"

[dependencies.regex]
version = "^1.10.3"

[dependencies.wasm-bindgen]
version = "^0.2.92"

[lib]
crate_type = ["cdylib"]

[package]
description = "A Rust library for cleaning up text from HTML using Mozilla's Readability algorithm"
edition = "2021"
license = "MIT"
name = "readability-text-cleanup"
readme = "README.md"
repository = "https://github.com/indicium-ag/readability-text-cleanup-rs"
version = "1.0.0"

[profile.dev]
rpath = true

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
rpath = true
strip = "symbols"