# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chert" version = "0.2.1" description = "domain-specific expression language" homepage = "https://github.com/jesopo/chert" documentation = "https://github.com/jesopo/chert" readme = "README.md" license = "MIT" repository = "https://github.com/jesopo/chert" [profile.bench] debug = 2 [[bench]] name = "eval_compare_native" harness = false [[bench]] name = "eval_flamegraphable" harness = false [dependencies.chert_accessor] version = "0.2.0" [dependencies.chert_derive] version = "0.2.0" [dependencies.cidr] version = "0.2.2" features = ["serde"] [dependencies.logos] version = "0.13.0" [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_regex] version = "1.1.0" [dev-dependencies.criterion] version = "0.4.0"