# 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 = "kv-par-merge-sort" version = "0.1.0" description = "External sorting algorithm for (key, value) data sets." license = "MIT OR Apache-2.0" repository = "https://github.com/bonsairobo/kv-par-merge-sort-rs" resolver = "2" [profile.bench] lto = "thin" [profile.dev] opt-level = 2 [profile.release] lto = "thin" [dependencies.bytemuck] version = "1.9" [dependencies.crossbeam-channel] version = "0.5" [dependencies.log] version = "0.4" [dependencies.tempfile] version = "3.3" [dependencies.tracing] version = "0.1" [dev-dependencies.clap] version = "3.1" features = ["derive"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.tracing-chrome] version = "0.6" [dev-dependencies.tracing-subscriber] version = "0.3"