Cargo Features

[dependencies]
cel-interpreter = { version = "0.10.0", default-features = false, features = ["json", "regex", "chrono", "arbitrary"] }
default = chrono, regex

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

json

Enables base64 and serde_json

regex default

Enables regex

Affects functions::matches

chrono default

Enables chrono

Affects functions::time, ser::Duration, ser::Timestamp

arbitrary

Enables arbitrary, arbitrary and std of optional chrono