# 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 = "partial_sort" version = "1.0.0" authors = ["sundy-li <543950155@qq.com>"] build = false include = [ "src/", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This library provide a Rust version std::partial_sort" homepage = "https://github.com/sundy-li/partial_sort" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sundy-li/partial_sort" [lib] name = "partial_sort" path = "src/lib.rs" bench = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"