Cargo Features

cel-interpreter has no features set by default.

[dependencies]
cel-interpreter = { version = "0.9.0", features = ["json", "regex", "chrono"] }
json

Enables base64 and serde_json

regex

Enables regex

Affects functions::matches

chrono

Enables chrono

Affects functions::duration, functions::timestamp