[package] name = "kana2phone" description = "a kana string to phoneme" version = "0.3.0" authors = ["corocn "] license = "MIT" categories = ["text-processing"] edition = "2018" keywords = ["japanese", "kana", "phoneme", "phone", "katakana"] readme = "README.md" homepage = "https://github.com/corocn/kana2phone" repository = "https://github.com/corocn/kana2phone" include = ["src/**/*", "LICENSE", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] phf = { version = "0.8.0", features = ["macros"] } regex = "1.4.5"