language-text-analysis 0.1.3

Small, deterministic multilingual text-analysis pipeline for search and document processing
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"
rust-version = "1.85"
name = "language-text-analysis"
version = "0.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small, deterministic multilingual text-analysis pipeline for search and document processing"
homepage = "https://github.com/legra-ai/language-text-analysis"
readme = "README.md"
keywords = [
    "text",
    "search",
    "tokenization",
    "stemming",
    "unicode",
]
categories = [
    "text-processing",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/legra-ai/language-text-analysis"

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

[dependencies.rust-stemmers]
version = "1"

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

[dependencies.unicode-normalization]
version = "0.1"

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

[build-dependencies.rhusky]
version = "0.0.6"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "deny"