[package]
name = "detone"
description = "Decompose Vietnamese tone marks"
version = "1.0.1"
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "README.md"
documentation = "https://docs.rs/detone/"
homepage = "https://docs.rs/detone/"
repository = "https://github.com/hsivonen/detone"
keywords = ["unicode", "vietnamese"]
categories = ["text-processing", "internationalization"]
rust-version = "1.60.0"
[dev-dependencies]
icu_normalizer = { version = "1.4.3", features = ["compiled_data"] }