# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "pinyin-order" version = "0.1.2" authors = ["iovxw "] build = "build.rs" include = ["**/*.rs", "build.rs", "Cargo.toml", "UNLICENSE", "README.md", "pinyin-data/pinyin.txt"] description = "A Rust library that helps sort a string vector by Pinyin. Rust 字符串向量按拼音排序" homepage = "https://github.com/iovxw/pinyin-order" documentation = "https://docs.rs/pinyin-order" readme = "README.md" keywords = ["pinyin", "hanzi", "Chinese", "sort", "order"] license = "Unlicense" repository = "https://github.com/iovxw/pinyin-order" [dependencies.phf] version = "0.7" [build-dependencies.phf_codegen] version = "0.7" [build-dependencies.regex] version = "0.2"