# 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 = "sort_zh" version = "0.1.1" authors = ["Ming Chang "] description = "Provide the functionality to sort Vec<&str> with Chinese collate, with optional Chinese number sort functionality." documentation = "https://mingchang.tw/sort_zh/index.html" readme = "README.md" license = "MIT" repository = "https://github.com/ming900518/sort_zh" [dependencies.chinese-number] version = "0.6.5" [dependencies.rust_icu_ucol] version = "3.0.0"