Cargo Features

CucumberTrellis has no features set by default.

[dependencies]
cucumber-trellis = { version = "0.1.4", features = ["macro", "libtest"] }
macro

Enables cucumber-trellis-macro

libtest

Enables libtest of cucumber

cucumber:

Enables compatibility with Rust libtest (like outputting in its JSON format).

CucumberTrellis has 2 features without comments.