# 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 = "2021" name = "extsort" version = "0.5.0" authors = ["Andre-Philippe Paquet "] description = "External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator" readme = "README.md" keywords = [ "sorting", "sort", "external", ] license = "Apache-2.0" repository = "https://github.com/appaquet/extsort-rs" [profile.bench] opt-level = 1 debug = 2 [[bench]] name = "sort" harness = false [dependencies.rayon] version = "1.8" [dependencies.tempfile] version = "3.10" [dev-dependencies.byteorder] version = "1.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.skeptic] version = "0.13" [build-dependencies.skeptic] version = "0.13"