# 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 = "adqselect" version = "0.1.3" authors = ["frjnn "] description = "A lightweight crate that brings an implementation of nth_element by using the adaptive quickselect algorithm by Andrei Alexandrescu." readme = "README.md" keywords = ["nth_element", "adaptive", "quickselect", "SELECT", "order_statistics"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/frjnn/adqselect" [[bench]] name = "compare" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.floydrivest] version = "0.2.2" [dev-dependencies.kth] version = "0.1.0" [dev-dependencies.order-stat] version = "0.1.3" [dev-dependencies.pdqselect] version = "0.1.0" [dev-dependencies.rand] version = "0.7.3"