langmail 0.10.0

Email preprocessing for LLMs
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 = "langmail"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Email preprocessing for LLMs"
readme = "README.md"
keywords = [
    "email",
    "llm",
    "preprocessing",
    "mime",
    "nlp",
]
categories = [
    "email",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/usemarbles/langmail"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.htmd]
version = "0.5"

[dependencies.mail-parser]
version = "0.11"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

[dependencies.scraper]
version = "0.22"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"