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-interpreteris added withoutsomewhere in the dependency tree.default-features = false - 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