[package]
edition = "2021"
rust-version = "1.82"
name = "meco-core"
version = "0.2.1"
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_default"
path = "tests/utn57_default.rs"
[[test]]
name = "utn57_feature"
path = "tests/utn57_feature.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.0-alpha.3"
optional = true
[features]
default = []
utn57-command = ["dep:zvvnmod-utn57"]