Cargo Features

[dependencies]
moz-cheddar = { version = "0.4.2", default-features = false, features = ["with-syntex"] }
default = with-syntex

The with-syntex feature is set by default whenever moz-cheddar is added without default-features = false somewhere in the dependency tree.

with-syntex default = syntex_errors, syntex_syntax

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.

syntex_errors with-syntex

Enables syntex_errors ^0.58.1

syntex_syntax with-syntex

Enables syntex_syntax ^0.58.1