[package] name = "kanji_hanzi_converter" edition = "2021" authors = ["Pascal Seitz "] description = "Translate Japanese Kanji to Chinese Hanzi" keywords = ["kanji", "hanzi", "converter"] homepage = "https://github.com/pseitz/kanji_hanzi_converter" repository = "https://github.com/pseitz/kanji_hanzi_converter" readme = "README.md" license = "MIT" version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fnv = "1.0.7" once_cell = "1.18.0"