meco-core 0.4.2

Mongolian Encoding Converter — pure-by-default Rust library and CLI, ported from Java meco.
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 = "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 = []