Cargo Features
[dependencies]
pest_derive = { version = "2.7.14", default-features = false, features = ["std", "not-bootstrap-in-src", "grammar-extras"] }
- default = std
-
The
std
feature is set by default wheneverpest_derive
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of pest and pest_generator
pest:
for tests, included transitively anyway
- not-bootstrap-in-src
-
Enables not-bootstrap-in-src of pest_generator
- grammar-extras
-
Enables grammar-extras of pest_generator