llm-text 0.1.1

A Rust library for processing text for LLM consumption
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 = "llm-text"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for processing text for LLM consumption"
readme = "README.md"
keywords = [
    "llm",
    "text-processing",
    "html",
    "nlp",
    "text-extraction",
]
categories = [
    "text-processing",
    "web-programming",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/longcipher/llm-utils"

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

[dependencies.dom_smoothie]
version = "0.17.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.html2text]
version = "0.17.1"

[dependencies.linkify]
version = "0.11.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.unicode-segmentation]
version = "1.12.0"

[dependencies.url]
version = "2.5.4"