2019-10-12 13:42:19 +00:00
|
|
|
[package]
|
|
|
|
name = "tests-ui"
|
|
|
|
version = "0.10.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# We do not publish this crate because it contains tests which should only be
|
|
|
|
# available during development and CI runs, but there's nothing that a user of
|
|
|
|
# any imag command might need, ever.
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2019-10-12 14:34:21 +00:00
|
|
|
assert_cmd = "0.11"
|
|
|
|
assert_fs = "0.11"
|
|
|
|
duct = "0.13"
|
|
|
|
env_logger = "0.7"
|
|
|
|
log = "0.4"
|
|
|
|
predicates = "1"
|
|
|
|
pretty_assertions = "0.6"
|
2019-10-13 08:04:29 +00:00
|
|
|
semver = "0.9"
|
2019-10-13 11:00:07 +00:00
|
|
|
version = "3"
|
|
|
|
|