# 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 = "rdst" version = "0.20.14" authors = ["Nathan Essex "] description = "A flexible parallel unstable radix sort that supports sorting by any arbitrarily defined sequence of bytes." homepage = "https://github.com/Nessex/rdst" documentation = "https://docs.rs/rdst/" readme = "README.md" keywords = [ "radix", "sort", "rayon", "parallel", "multithreaded", ] categories = ["algorithms"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Nessex/rdst" [profile.release] opt-level = 3 codegen-units = 1 [[bin]] name = "profiling" path = "src/cmd/profiling.rs" required-features = ["profiling"] [[bin]] name = "timings" path = "src/cmd/timings.rs" required-features = ["timings"] [[bench]] name = "basic_sort" harness = false required-features = ["multi-threaded"] [[bench]] name = "full_sort" harness = false required-features = ["multi-threaded"] [[bench]] name = "struct_sort" harness = false required-features = ["multi-threaded"] [[bench]] name = "tuning_parameters" harness = false required-features = ["multi-threaded"] [dependencies.arbitrary-chunks] version = "0.4.1" [dependencies.partition] version = "0.1.2" [dependencies.rayon] version = "1.8" optional = true [dev-dependencies.block-pseudorand] version = "0.1.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rayon] version = "1.8" [features] default = ["multi-threaded"] multi-threaded = ["rayon"] profiling = ["multi-threaded"] timings = ["multi-threaded"] work_profiles = [] [target."cfg(all(not(target_env = \"msvc\"), tuning))".dependencies.tikv-jemallocator] version = "0.5.4" [target."cfg(any(bench, tuning))".dependencies.block-pseudorand] version = "0.1.2" [target."cfg(any(bench, tuning))".dependencies.criterion] version = "0.5.1" [target."cfg(any(bench, tuning))".dependencies.voracious_radix_sort] version = "1.2" features = ["voracious_multithread"]