# 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 = "partiql-eval" version = "0.11.0" authors = ["PartiQL Team "] build = false exclude = [ "**/.git/**", "**/.github/**", "**/.travis.yml", "**/.appveyor.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "PartiQL Expression Evaluator" homepage = "https://github.com/partiql/partiql-lang-rust" readme = "README.md" keywords = [ "sql", "parser", "query", "compilers", "interpreters", ] categories = [ "database", "compilers", ] license = "Apache-2.0" repository = "https://github.com/partiql/partiql-lang-rust" [lib] name = "partiql_eval" path = "src/lib.rs" bench = false [[bench]] name = "bench_eval" path = "benches/bench_eval.rs" harness = false [dependencies.assert_matches] version = "1" [dependencies.delegate] version = "0.13" [dependencies.itertools] version = "0.13" [dependencies.ordered-float] version = "4" [dependencies.partiql-catalog] version = "0.11.*" [dependencies.partiql-logical] version = "0.11.*" [dependencies.partiql-types] version = "0.11.*" [dependencies.partiql-value] version = "0.11.*" [dependencies.petgraph] version = "0.6" [dependencies.regex] version = "1" [dependencies.regex-syntax] version = "0.8" [dependencies.rust_decimal] version = "1" features = ["std"] default-features = false [dependencies.rust_decimal_macros] version = "1" [dependencies.rustc-hash] version = "2" [dependencies.thiserror] version = "1" [dependencies.unicase] version = "2" [dev-dependencies.criterion] version = "0.5"