Cargo Features

[dependencies]
py-lex = { version = "0.0.3", default-features = false, features = ["parse", "ops", "preprocess", "syntax", "types"] }
default = ops, parse, preprocess, syntax, types

These default features are set whenever py-lex is added without default-features = false somewhere in the dependency tree.

parse default = terl
ops default

Affects py-lex::ops

preprocess default

Affects py-lex::preprocess

syntax default

Affects py-lex::syntax

types default

Affects py-lex::types

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.

terl parse