# 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 = "2018" name = "match-pinyin-with-hanzi" version = "0.1.4" description = "Checks whether the sentence in Chinese characters (汉字) matches with the sentence in pinyin (拼音). Erhua is supported." readme = "README.md" license = "MIT" repository = "https://github.com/sozysozbot/match-pinyin-with-hanzi" [dependencies.pinyin] version = "0.10.0" [dependencies.pinyin-parser] version = "0.1.9"