# 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] edition = "2018" name = "lexical-sort" version = "0.3.1" authors = ["Ludwig Stecher "] exclude = ["deny.toml", "docs/Diagrams.ods"] description = "Sort Unicode strings lexically" homepage = "https://lib.rs/crates/lexical-sort" documentation = "https://docs.rs/lexical-sort" readme = "README.md" keywords = ["Unicode", "transliteration", "lexicographical", "sort", "no_std"] categories = ["text-processing", "internationalization"] license = "MIT OR Apache-2.0" repository = "https://github.com/Aloso/lexical-sort" [[bench]] name = "comparing" path = "benches/comparing.rs" harness = false [dependencies.any_ascii] version = "^0.1.6" [dev-dependencies.alphanumeric-sort] version = "1.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rust_icu_ucol] version = "0.3" [dev-dependencies.rust_icu_ustring] version = "0.3" [features] default = ["std"] std = []