[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"