readability-rust 0.1.0

A Rust port of Mozilla's Readability library for extracting article content from web pages
Documentation
[[bin]]
name = "readability-rust"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.html5ever]
version = "0.26"

[dependencies.regex]
version = "1.10"

[dependencies.scraper]
version = "0.18"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "readability_rust"
path = "src/lib.rs"

[package]
authors = ["Mozilla Readability Rust Port"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "text-processing", "web-programming"]
description = "A Rust port of Mozilla's Readability library for extracting article content from web pages"
edition = "2021"
keywords = ["html", "parsing", "readability", "content-extraction", "article"]
license = "Apache-2.0"
name = "readability-rust"
readme = "README.md"
repository = "https://github.com/dreampuf/readability-rust"
version = "0.1.0"