[go: up one dir, main page]

assert_cmd 0.1.0

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

[[bin]]
name = "bin_fixture"

[dependencies]
failure = "0.1"
failure_derive = "0.1"
predicates = "0.4"
escargot = "0.1"
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
docmatic = "0.1"