readah 0.1.0

Key component of Readability module extracted from https://gitlab.com/news-flash/article_scraper.
Documentation
[[bin]]
name = "main"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.71"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"

[dependencies.escaper]
version = "0.1"

[dependencies.html2text]
version = "0.6.0"

[dependencies.http_req]
version = "0.9.1"

[dependencies.libxml]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.17"

[dependencies.regex]
version = "1.8"

[dependencies.reqwest]
features = ["json", "native-tls", "gzip", "brotli", "stream"]
version = "0.11"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["macros", "fs", "io-util", "rt", "rt-multi-thread"]
version = "1.27"

[dependencies.url]
version = "2.3"

[package]
description = "Key component of Readability module extracted from https://gitlab.com/news-flash/article_scraper."
edition = "2021"
license = "MIT"
name = "readah"
readme = "README"
version = "0.1.0"