gherkin_rust 0.10.0

A pure Rust implementation of the Gherkin (`.feature` file) language for the Cucumber testing framework
Documentation
[[test]]
harness = false
name = "cucumber"
[build-dependencies.heck]
version = "0.3"

[build-dependencies.quote]
version = "1"

[build-dependencies.serde]
features = ["derive"]
version = "1"

[build-dependencies.serde_json]
version = "1"

[build-dependencies.syn]
version = "1"
[dependencies.juniper]
optional = true
version = "0.15"

[dependencies.peg]
version = "0.6.3"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.textwrap]
version = "0.12.1"

[dependencies.thiserror]
version = "1.0.20"

[dependencies.typed-builder]
optional = true
version = "0.7.0"
[dev-dependencies.async-trait]
version = "0.1.40"

[dev-dependencies.cucumber]
package = "cucumber_rust"
version = "0.8.1"

[dev-dependencies.futures]
version = "0.3.5"

[features]
default = ["parser"]
parser = ["typed-builder"]

[package]
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
description = "A pure Rust implementation of the Gherkin (`.feature` file) language for the Cucumber testing framework"
documentation = "https://docs.rs/gherkin_rust"
edition = "2018"
homepage = "https://github.com/bbqsrc/gherkin-rust"
license = "MIT OR Apache-2.0"
name = "gherkin_rust"
readme = "README.md"
repository = "https://github.com/bbqsrc/gherkin-rust"
version = "0.10.0"