[package]
edition = "2021"
rust-version = "1.82"
name = "mongol-norm"
version = "0.1.1"
build = false
include = [
"src/**",
"Cargo.toml",
"README.md",
"LICENSE",
"NOTICE",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shape-aware normalizer for Traditional Mongolian script: the UTN #57 v4 shaping engine and FVS-pinned canonical normalizer, pure Rust with zero dependencies."
readme = "README.md"
keywords = [
"mongolian",
"unicode",
"shaping",
"normalization",
"utn57",
]
categories = [
"text-processing",
"internationalization",
]
license = "MIT"
repository = "https://github.com/Satsrag/mongol-norm"
[lib]
name = "mongol_norm"
path = "src/lib.rs"
[[bin]]
name = "mongol-norm"
path = "src/bin/mongol-norm.rs"
[dependencies]
[features]
testing = []