summaryrefslogtreecommitdiffstats
path: root/tests/ui/Cargo.toml
blob: 2d82319138e427470c75198bc3761e2626d3189e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name    = "tests-ui"
version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
license = "LGPL-2.1"

# 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]
assert_cmd        = "0.11"
assert_fs         = "0.11"
duct              = "0.13"
env_logger        = "0.7"
log               = "0.4"
predicates        = "1"
pretty_assertions = "0.6"
semver            = "0.9"
version           = "3"