# 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] name = "partial_sort" version = "0.2.0" authors = ["sundy-li <543950155@qq.com>"] include = [ "src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT", ] description = "partial_sort is Rust version of [std::partial_sort](https://en.cppreference.com/w/cpp/algorithm/partial_sort)" homepage = "https://github.com/sundy-li/partial_sort" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/sundy-li/partial_sort" [lib] name = "partial_sort" bench = false edition = "2018" [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7"