[package]
edition = "2021"
rust-version = "1.82"
name = "mongol-convert"
version = "0.7.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mongolian Encoding Converter — pure-by-default Rust library and CLI, ported from Java meco."
homepage = "https://github.com/Satsrag/mongol-convert"
documentation = "https://docs.rs/mongol-convert"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Satsrag/mongol-convert"
[lib]
name = "mongol_convert"
path = "src/lib.rs"
[[bin]]
name = "mongol-convert"
path = "src/bin/mongol-convert.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "fuzz"
path = "tests/fuzz.rs"
[[test]]
name = "g_o_isol"
path = "tests/g_o_isol.rs"
[[test]]
name = "golden"
path = "tests/golden.rs"
[[test]]
name = "input_repair"
path = "tests/input_repair.rs"
[[test]]
name = "lone_initials"
path = "tests/lone_initials.rs"
[[test]]
name = "menk_shape_punctuation"
path = "tests/menk_shape_punctuation.rs"
[[test]]
name = "menk_shape_softbank_emoji"
path = "tests/menk_shape_softbank_emoji.rs"
[[test]]
name = "repeated_suffix_boundary"
path = "tests/repeated_suffix_boundary.rs"
[[test]]
name = "utn57"
path = "tests/utn57.rs"
[[test]]
name = "utn57_shape"
path = "tests/utn57_shape.rs"
[[test]]
name = "z52_punctuation"
path = "tests/z52_punctuation.rs"
[[test]]
name = "zvvnmod_birga_nirugu"
path = "tests/zvvnmod_birga_nirugu.rs"
[dependencies.zvvnmod-utn57]
version = "=0.3.2"
[features]
default = []
utn57-command = []