justext 0.2.0

Rust port of JusText — paragraph-level boilerplate removal for 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.83"
name = "justext"
version = "0.2.0"
build = false
exclude = [
    "CLAUDE.md",
    "PLAN.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of JusText — paragraph-level boilerplate removal for HTML"
documentation = "https://docs.rs/justext"
readme = "README.md"
keywords = [
    "justext",
    "boilerplate",
    "html",
    "extraction",
    "text",
]
categories = [
    "parser-implementations",
    "text-processing",
    "web-programming",
]
license = "BSD-2-Clause"
repository = "https://github.com/nchapman/justext-rs"

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

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

[[bin]]
name = "compare"
path = "src/bin/compare.rs"
required-features = []

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

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

[[bench]]
name = "extraction"
path = "benches/extraction.rs"
harness = false

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

[dependencies.scraper]
version = "0.25"

[dependencies.thiserror]
version = "2"

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

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

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