clarkmcc / cel-rust

Common Expression Language interpreter written in Rust
https://crates.io/crates/cel-interpreter
MIT License
362 stars 18 forks source link

Only use minimal set of chrono features #63

Closed alexsnaps closed 2 months ago

alexsnaps commented 2 months ago

Based on what I read, only feature alloc of chrono is actually required for the interpreter to work (rfc3339 stuff), so I think there is no harm in removing the other cruft…

Fixes #62