1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "assert_cmd"
16version = "1.0.7"
17authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
18description = "Test CLI Applications."
19homepage = "https://github.com/assert-rs/assert_cmd"
20documentation = "http://docs.rs/assert_cmd/"
21readme = "README.md"
22keywords = ["cli", "test", "assert", "command", "duct"]
23categories = ["development-tools::testing"]
24license = "MIT OR Apache-2.0"
25repository = "https://github.com/assert-rs/assert_cmd.git"
26
27[[bin]]
28name = "bin_fixture"
29[dependencies.bstr]
30version = "0.2.14"
31
32[dependencies.doc-comment]
33version = "0.3"
34
35[dependencies.predicates]
36version = "2.0"
37features = ["diff"]
38default-features = false
39
40[dependencies.predicates-core]
41version = "1.0"
42
43[dependencies.predicates-tree]
44version = "1.0"
45
46[dependencies.wait-timeout]
47version = "0.2.0"
48[dev-dependencies.escargot]
49version = "0.5"
50[badges.azure-devops]
51pipeline = "assert_cmd"
52project = "assert-rs"
53
54[badges.codecov]
55repository = "assert-rs/assert_cmd"
56
57[badges.maintenance]
58status = "passively-maintained"
59