[package]
edition = "2021"
rust-version = "1.82"
name = "meco-core"
version = "0.4.2"
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/meco-rust"
documentation = "https://docs.rs/meco-core"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Satsrag/meco-rust"
[lib]
name = "meco_core"
path = "src/lib.rs"
[[bin]]
name = "meco"
path = "src/bin/meco.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "fuzz"
path = "tests/fuzz.rs"
[[test]]
name = "golden"
path = "tests/golden.rs"
[[test]]
name = "utn57"
path = "tests/utn57.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.1.2"
[features]
default = []
utn57-command = []