libreadability 0.1.0

Rust port of go-readability — extract readable content from HTML
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.80"
name = "libreadability"
version = "0.1.0"
build = false
exclude = [
    "test-pages/",
    "benches/",
    "CLAUDE.md",
    "PLAN.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of go-readability — extract readable content from HTML"
readme = "README.md"
keywords = [
    "readability",
    "html",
    "extraction",
    "article",
    "scraping",
]
categories = [
    "parser-implementations",
    "text-processing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/nchapman/readability-rs"

[features]
default = []
tracing = ["dep:tracing"]

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

[[test]]
name = "fixtures"
path = "tests/fixtures.rs"

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

[dependencies.dateparser]
version = "0.2"

[dependencies.ego-tree]
version = "0.10"

[dependencies.html5ever]
version = "0.36"

[dependencies.markup5ever]
version = "0.36"

[dependencies.regex]
version = "1"

[dependencies.scraper]
version = "0.25"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.url]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.pretty_assertions]
version = "1"