Cargo Features

parsec-interface has no features set by default.

[dependencies]
parsec-interface = { version = "0.29.1", features = ["regenerate-protobuf", "fuzz", "testing"] }
regenerate-protobuf = prost-build
fuzz = arbitrary
testing

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.

prost-build build regenerate-protobuf?

Enables prost-build ^0.9.0

arbitrary fuzz?

Enables arbitrary ^0.4.6