# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "g2-unicode-jp" version = "0.4.1" authors = [ "gemmarx ", "G2 ", ] description = "A library to convert Japanese Half-width-kana[半角カナ] and Wide-alphanumeric[全角英数] into normal ones." readme = "readme.md" keywords = [ "unicode", "japanese", "hankaku", "zenkaku", "kana", ] license = "MIT" repository = "https://github.com/G2-Games/unicode-jp-rs" [lib] name = "kana" path = "src/kana.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10"