Cargo Features

[dependencies]
gherkin_rust = { version = "0.10.1", default-features = false, features = ["parser", "serde", "juniper"] }
default = parser

The parser feature is set by default whenever gherkin_rust is added without default-features = false somewhere in the dependency tree.

parser default = typed-builder

Affects gherkin_rust::tagexpr, gherkin_rust::is_language_supported

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

typed-builder parser

Enables typed-builder ^0.7.0

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

juniper implicit feature

Enables juniper ^0.15

juniper:

GraphQL server library