# 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] name = "quickersort" version = "3.0.1" authors = ["Viktor Dahl ", "Michael Howell ", "Vinzent Steinberg "] description = "Fast sorting compatible with stable Rust.\nAlso has (optional) support for efficient and robust sorting of floating point numbers." documentation = "https://docs.rs/quickersort/3.0.0/quickersort/" readme = "README.md" keywords = ["sorting", "sort", "float"] license = "MIT / Apache-2.0" repository = "https://github.com/notriddle/quickersort" [profile.test] opt-level = 1 [lib] name = "quickersort" path = "src/lib.rs" test = false bench = false [dependencies.nodrop] version = "0.1" [dependencies.unreachable] version = "1" default-features = false [dev-dependencies.rand] version = "0.4" [dev-dependencies.itertools] version = "0.7" [dev-dependencies.num-traits] version = "0.1" [features] unstable = [] assert_working_compare = [] [badges.maintenance] status = "deprecated"