sortpar 0.1.0

Unix sort but in parallel
# 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)

cargo-features = ["edition"]

[package]
name = "sortpar"
version = "0.1.0"
authors = ["Garrett Squire <garrettsquire@gmail.com>"]
description = "Unix sort but in parallel"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gsquire/sortpar"
edition = "2018"

[[bin]]
name = "sp"
path = "src/main.rs"
[dependencies.caseless]
version = "0.2"

[dependencies.clap]
version = "2.32"
features = ["color"]

[dependencies.itertools]
version = "0.7"

[dependencies.lazy_static]
version = "1.0"

[dependencies.natord]
version = "1.0"

[dependencies.rayon]
version = "1.0"

[dependencies.regex]
version = "1.0"

[dependencies.version-compare]
version = "0.0"
[dev-dependencies.assert_cmd]
version = "0.9"

[dev-dependencies.slurp]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"
[badges.travis-ci]
repository = "gsquire/sortpar"