llm_readability 0.0.13

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.13"
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"

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

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

[dependencies.auto_encoder]
version = "0"

[dependencies.html5ever]
version = "0.27"

[dependencies.markup5ever]
version = "0.13"

[dependencies.markup5ever_rcdom]
version = "0.3"

[dependencies.regex]
version = "1"

[dependencies.url]
version = "2"

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

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