# 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 = "kth" version = "0.1.0" authors = ["Cody P Schafer "] include = ["Cargo.toml", "**/*.rs"] description = "Find the k-th order element of an array (one of which is the median)" documentation = "https://docs.rs/kth" keywords = ["nth_element", "partition", "median", "select", "no_std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/jmesmon/kth" [profile.test] panic = "abort" [profile.bench] debug = 2 [profile.release] debug = 2 [dependencies.index-fixed] version = "0.0" [dev-dependencies.rand] version = "0.3" [dev-dependencies.quickcheck] version = "0.4" [build-dependencies.rustc_version] version = "0.2" [features] nightly = []