quicli 0.2.0

Quickly build cool CLI apps in Rust.
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]
name = "quicli"
version = "0.2.0"
authors = ["Pascal Hertleif <killercup@gmail.com>"]
description = "Quickly build cool CLI apps in Rust."
homepage = "https://killercup.github.io/quicli/"
readme = "Readme.md"
keywords = ["cli", "prelude"]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/killercup/quicli"
[dependencies.env_logger]
version = "0.5.3"

[dependencies.failure]
version = "0.1.1"

[dependencies.failure_derive]
version = "0.1.1"

[dependencies.glob]
version = "0.2.11"

[dependencies.log]
version = "0.4.1"

[dependencies.rayon]
version = "0.9.0"

[dependencies.serde]
version = "1.0.27"

[dependencies.serde_derive]
version = "1.0.27"

[dependencies.structopt]
version = "0.2"

[dependencies.structopt-derive]
version = "0.2"