kitchen_sink 0.3.0

A simple re-export of a bunch of other useful crates
Documentation
[package]
name = "kitchen_sink"
description = "A simple re-export of a bunch of other useful crates"
version = "0.3.0"
edition = "2018"
license-file = "LICENSE"
readme = "README.md"
documentation = "https://docs.rs/kitchen_sink/"
repository = "https://gitlab.com/dysania/kitchen-sync-rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
glob = "0.3.0"
structopt = "0.3.23"
fastrand = "1.5.0"
anyhow = "1.0.44"
regex = "1.5.4"
once_cell = "1.8.0"
[dependencies.rayon]
version = "1.5.1"