# 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" 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 in Rust" homepage = "https://github.com/partiql/partiql-lang-rust" readme = "README.md" keywords = [ "sql", "parser", "query", "compilers", "interpreters", ] categories = [ "database", "compilers", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/partiql/partiql-lang-rust" [lib] name = "partiql" path = "src/lib.rs" bench = false [[test]] name = "extension_error" path = "tests/extension_error.rs" [[test]] name = "pretty" path = "tests/pretty.rs" [[test]] name = "tuple_ops" path = "tests/tuple_ops.rs" [[test]] name = "user_context" path = "tests/user_context.rs" [[bench]] name = "bench_agg" path = "benches/bench_agg.rs" harness = false [[bench]] name = "bench_eval_multi_like" path = "benches/bench_eval_multi_like.rs" harness = false [dependencies] [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.insta] version = "1.40.0" [dev-dependencies.itertools] version = "0.13" [dev-dependencies.rand] version = "0.8" [dev-dependencies.thiserror] version = "1.0"