llm_readability 0.0.17

Readability library for LLM's built in Rust
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"
name = "llm_readability"
version = "0.0.17"
authors = ["j-mendez <jeff@spider.cloud>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Readability library for LLM's built in Rust"
documentation = "https://docs.rs/llm_readability"
readme = "README.md"
keywords = [
    "readability",
    "clean-html",
    "safari-reader",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/spider-rs/llm-readability"

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

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

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

[dependencies.auto_encoder]
version = "0.2"

[dependencies.html5ever]
version = "0.39"
package = "spider-html5ever"

[dependencies.markup5ever]
version = "0.39"
package = "spider-markup5ever"

[dependencies.regex]
version = "1"

[dependencies.tendril]
version = "0.5"
package = "spider-tendril"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "io-util",
    "sync",
]
optional = true
default-features = false

[dependencies.url]
version = "2"

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

[dev-dependencies.maud]
version = "0.27"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "io-util",
    "sync",
]