forked from assert-rs/assert_cmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (28 loc) · 940 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "assert_cmd"
version = "1.0.7"
description = "Test CLI Applications."
authors = ["Pascal Hertleif <[email protected]>", "Ed Page <[email protected]>"]
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", "test", "assert", "command", "duct"]
edition = "2018"
[badges]
azure-devops = { project = "assert-rs", pipeline = "assert_cmd" }
codecov = { repository = "assert-rs/assert_cmd" }
maintenance = { status = "passively-maintained" }
[[bin]]
name = "bin_fixture"
[dependencies]
predicates = { version = "2.0", default-features = false, features = ["diff"] }
predicates-core = "1.0"
predicates-tree = "1.0"
doc-comment = "0.3"
wait-timeout = "0.2.0"
bstr = "0.2.14"
[dev-dependencies]
escargot = "0.5"