cucumber_rust 0.1.0

An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cucumber_rust"
version = "0.1.0"
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
description = "An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/bbqsrc/cucumber-rust"
documentation = "https://docs.rs/cucumber_rust"
homepage = "https://github.com/bbqsrc/cucumber-rust"

[lib]
harness = false

[dependencies]
gherkin_rust = "^0.1"
regex = "^1.0"