assert_cmd 0.9.1

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_cmd"
version = "0.9.1"
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
description = "Test CLI Applications."
homepage = "https://github.com/assert-rs/assert_cmd"
documentation = "http://docs.rs/assert_cmd/"
readme = "README.md"
keywords = ["cli", "test", "assert", "command", "duct"]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/assert-rs/assert_cmd.git"

[[bin]]
name = "bin_fixture"
[dependencies.escargot]
version = "0.3"

[dependencies.predicates]
version = "0.9.0"

[dependencies.predicates-core]
version = "0.9.0"

[dependencies.predicates-tree]
version = "0.9.0"
[dev-dependencies.docmatic]
version = "0.1"