Cargo Features

[dependencies]
cel = { version = "0.11.6", default-features = false, features = ["json", "regex", "chrono", "arbitrary", "dhat-heap"] }
default = chrono, regex

These default features are set whenever cel 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

dhat-heap

if you are doing heap profiling