[package] name = "cel-rs" version = "0.2.0" edition = "2021" description = "Common Expression Language (cel) for Rust." license = "MIT" authors = ["Sahin Yort "] repository = "https://github.com/thesayyn/cel-rs" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ordered-float = "4.2.0" ordered_hash_map = "0.4.0" regex = "1.4.2" lalrpop-util = "0.19.1" [dev_dependencies] cel-spec = {path = "../cel-spec"} [build-dependencies] lalrpop = { version = "0.19.1", features = ["lexer"] }