Cargo Features

Parsec has no features set by default.

[dependencies]
parsec = { version = "0.7.3", features = ["dump-graphs", "malice-detection", "testing", "mock"] }
dump-graphs
malice-detection
testing = mock, pom, proptest, rand_xorshift

Affects dev_utils::proptest

mock 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.

pom testing?

Enables pom ^1.1.0

rand_xorshift testing?

Enables rand_xorshift ~0.2.0

proptest testing?

Enables proptest ~0.8.6