shardio 0.7.4

Out-of-memory sorting and streaming of large datasets
Documentation
[[bench]]
harness = false
name = "my_bench"
[dependencies.bincode]
version = "1.3"

[dependencies.byteorder]
version = "1.3.0"

[dependencies.crossbeam-channel]
version = ">=0.4, <=0.5"

[dependencies.failure]
version = "0.1.5"

[dependencies.failure_derive]
version = "0.1"

[dependencies.log]
version = "^0.4"

[dependencies.lz4]
version = "1"

[dependencies.min-max-heap]
version = "1.2.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.fxhash]
version = "0.2.1"

[dev-dependencies.is_sorted]
version = "0.1"

[dev-dependencies.lazy_static]
version = "1.2"

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.rand]
version = "^0.7"

[dev-dependencies.tempfile]
version = "^3.1"

[features]
full-test = []

[package]
authors = ["Patrick Marks <patrick@10xgenomics.com>", "Sreenath Krishnan <sreenath.krishnan@10xgenomics.com>", "Lance Hepler <lance.hepler@10xgenomics.com>"]
description = "Out-of-memory sorting and streaming of large datasets"
documentation = "https://10xgenomics.github.io/rust-shardio"
edition = "2018"
keywords = ["serde", "serialization", "map-reduce", "out-of-memory"]
license = "MIT"
name = "shardio"
readme = "README.md"
repository = "https://github.com/10XGenomics/rust-shardio"
version = "0.7.4"
[profile.bench]
debug = true

[profile.release]
debug = true