ukraine 1.1.0

Glory to Ukraine. Library for transliterating Ukrainian Cyrillic text into Latin script representation
Documentation
[dependencies.chrono]
default-features = false
features = ["clock"]
optional = true
version = "0.4.38"

[features]
datetime = ["chrono"]
default = ["greeting", "lozynsky", "dstu9112a", "dstu9112b", "kmu55", "jirecek", "gajica", "datetime", "numbers"]
dstu9112a = []
dstu9112b = []
gajica = []
greeting = []
jirecek = []
kmu55 = []
lozynsky = []
numbers = []

[lib]
name = "ukraine"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Glory to Ukraine. Library for transliterating Ukrainian Cyrillic text into Latin script representation"
edition = "2021"
exclude = [".gitignore"]
keywords = ["ukrainian", "dstu9112", "transliteration", "cyrillic", "latin"]
license = "LGPL-3.0-only"
name = "ukraine"
readme = "README.md"
version = "1.1.0"

[profile.dev]
debug = 2
incremental = true
opt-level = 0

[profile.release]
strip = true

[[test]]
name = "dstu9112a"
path = "tests/dstu9112a.rs"

[[test]]
name = "dstu9112b"
path = "tests/dstu9112b.rs"

[[test]]
name = "kmu55"
path = "tests/kmu55.rs"

[[test]]
name = "latin"
path = "tests/latin.rs"

[[test]]
name = "numbers"
path = "tests/numbers.rs"

[[test]]
name = "numbers_dstu9112a"
path = "tests/numbers_dstu9112a.rs"