cotton 0.0.2

A prelude with crates, types and functions useful for writing CLI tools.
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 = "cotton"
version = "0.0.2"
authors = ["Jakub Pastuszek <jpastuszek@protonmail.com>"]
description = "A prelude with crates, types and functions useful for writing CLI tools."
documentation = "https://docs.rs/cotton"
readme = "README.md"
keywords = ["cli", "prelude"]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/jpastuszek/cotton"
[dependencies.ansi_term]
version = "0.11.0"

[dependencies.atty]
version = "0.2.11"

[dependencies.boolinator]
version = "2.4.0"

[dependencies.itertools]
version = "0.8.0"

[dependencies.log]
version = "0.4.5"
features = ["std"]

[dependencies.problem]
version = "5.1.0"

[dependencies.structopt]
version = "0.2.12"

[dependencies.tap]
version = "0.3.1"
[dev-dependencies.clap]
version = "2.1.2"