external_sort 0.1.2

Provides the ability to perform external sorts on structs, which allows for rapid sorting of large data streams.
Documentation
# 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]
edition = "2018"
name = "external_sort"
version = "0.1.2"
authors = ["Phillips, Aaron R <aaron.phillips@pnnl.gov>"]
description = "Provides the ability to perform external sorts on structs, which allows for rapid sorting of large data streams.\n"
readme = "README.md"
keywords = ["sort", "external", "merge", "mergesort"]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/pnnl/external_sort"
[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.tempdir]
version = "^0.3.5"
[dev-dependencies.rand]
version = "0.5.1"