ftf 0.2.0

Run functional tests from a variety of formats
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ftf"
version = "0.2.0"
authors = ["cohenarthur <arthur.cohen@epita.fr>"]
edition = "2018"
license-file = "LICENSE.md"
description = "Run functional tests from a variety of formats"
repository = "https://github.com/cohenarthur/ft"
keywords = ["tests", "yaml", "functional"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structopt = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
wait-timeout = "0.2"
colored = "2.0"