[package]
edition = "2021"
name = "ainconv"
version = "0.3.0"
authors = ["mkpoli <mkpoli@mkpo.li>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converts Ainu words between different scripts (Katakana, Latin, Cyrillic)"
documentation = "https://docs.rs/ainconv"
readme = "README.md"
keywords = [
"ainu",
"converter",
"script",
"language",
"text",
]
license = "MIT"
repository = "https://github.com/mkpoli/ainconv-rs"
[lib]
name = "ainconv"
path = "src/lib.rs"
[[test]]
name = "conversion"
path = "tests/conversion.rs"
[dependencies.unicode-normalization]
version = "0.1.24"
[dev-dependencies.lazy_static]
version = "1.5.0"
[dev-dependencies.serde]
version = "1.0.214"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0.132"