[package]
edition = "2021"
name = "langmail"
version = "0.8.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"