assert_cli 0.5.4

Test CLI Applications.
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 = "assert_cli"
version = "0.5.4"
authors = ["Pascal Hertleif <killercup@gmail.com>"]
build = "build.rs"
description = "Test CLI Applications."
homepage = "https://github.com/killercup/assert_cli"
documentation = "http://docs.rs/assert_cli/"
readme = "README.md"
keywords = ["cli", "testing", "assert"]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/killercup/assert_cli.git"
[dependencies.error-chain]
version = "0.11"

[dependencies.environment]
version = "0.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.colored]
version = "1.5"

[dependencies.difference]
version = "1.0"
[dev-dependencies.skeptic]
version = "0.13"
[build-dependencies.skeptic]
version = "0.13"
[badges.travis-ci]
repository = "killercup/assert_cli"