Cargo Features

[dependencies]
pest_derive = { version = "2.7.9", default-features = false, features = ["std", "not-bootstrap-in-src", "grammar-extras"] }
default = std

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

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