forked from assert-rs/assert_cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (28 loc) · 804 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
33
[package]
name = "assert_cli"
version = "0.5.4"
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_cli.git"
homepage = "https://github.com/assert-rs/assert_cli"
documentation = "http://docs.rs/assert_cli/"
readme = "README.md"
categories = ["development-tools::testing"]
keywords = ["cli", "testing", "assert", "command-line-interface"]
build = "build.rs"
[[bin]]
name = "assert_fixture"
[dependencies]
colored = "1.5"
difference = "2.0"
failure = "0.1"
failure_derive = "0.1"
serde_json = "1.0"
environment = "0.1"
[build-dependencies]
skeptic = "0.13"
[dev-dependencies]
skeptic = "0.13"
[badges]
travis-ci = { repository = "assert-rs/assert_cli" }