# 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-conformance-tests" version = "0.11.0" authors = ["PartiQL Team "] build = "build.rs" exclude = [ "**/.git/**", "**/.github/**", "**/.travis.yml", "**/.appveyor.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "PartiQL conformance test runner" homepage = "https://github.com/partiql/partiql-lang-rust" readme = "README.md" keywords = [ "sql", "parser", "conformance", "compilers", "tests", ] categories = [ "database", "compilers", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/partiql/partiql-lang-rust" [[bin]] name = "generate_comparison_report" path = "src/bin/generate_comparison_report.rs" bench = false required-features = ["report_tool"] [[bin]] name = "generate_cts_report" path = "src/bin/generate_cts_report.rs" bench = false required-features = ["report_tool"] [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "test_value" path = "tests/test_value.rs" [dependencies.ion-rs_old] version = "0.18" package = "ion-rs" [dependencies.once_cell] version = "1" [dependencies.partiql-ast] version = "0.11.*" [dependencies.partiql-ast-passes] version = "0.11.*" [dependencies.partiql-catalog] version = "0.11.*" [dependencies.partiql-eval] version = "0.11.*" [dependencies.partiql-extension-ion] version = "0.11.*" [dependencies.partiql-logical] version = "0.11.*" [dependencies.partiql-logical-planner] version = "0.11.*" [dependencies.partiql-parser] version = "0.11.*" [dependencies.partiql-value] version = "0.11.*" [dependencies.regex] version = "1.10" [dependencies.rust_decimal] version = "1.36" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1.0" [build-dependencies.miette] version = "7" features = ["fancy"] [build-dependencies.partiql-conformance-test-generator] version = "0.11.*" [features] base = [ "syntax", "semantics", "strict", "permissive", ] conformance_test = [] default = ["base"] experimental = [] permissive = [] report_tool = ["serde"] semantics = [] serde = [ "dep:serde", "dep:serde_json", ] strict = [] syntax = [] test_pretty_print = []