readable-rs 0.1.2

A native Rust port of Mozilla's Readability algorithm for extracting readable content from HTML pages
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 = "2024"
name = "readable-rs"
version = "0.1.2"
build = false
exclude = [
    "test_textures/",
    "Tasks.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A native Rust port of Mozilla's Readability algorithm for extracting readable content from HTML pages"
homepage = "https://github.com/Ahmed-Ali/readable-rs"
documentation = "https://docs.rs/readable-rs"
readme = "README.md"
keywords = [
    "html",
    "readability",
    "extraction",
    "mozilla",
    "arc90",
]
categories = [
    "text-processing",
    "web-programming",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/Ahmed-Ali/readable-rs"

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

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

[dependencies.bitflags]
version = "2.10.0"

[dependencies.html5ever]
version = "0.38.0"

[dependencies.kuchikikiki]
version = "0.9.2"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1.0.44"

[dependencies.url]
version = "2.1.1"

[dev-dependencies.serde]
version = "1.0.104"
features = ["derive"]

[dev-dependencies.test-generator]
version = "0.3.0"