# 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-test-generator" 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 conformance test generator" homepage = "https://github.com/partiql/partiql-lang-rust" readme = "README.md" keywords = [ "sql", "parser", "conformance", "codegen", "tests", ] categories = [ "database", "compilers", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/partiql/partiql-lang-rust" [lib] name = "partiql_conformance_test_generator" path = "src/lib.rs" bench = false [dependencies.Inflector] version = "0.11" [dependencies.codegen] version = "0.2" [dependencies.ion-rs_old] version = "0.18" package = "ion-rs" [dependencies.miette] version = "7" features = ["fancy"] [dependencies.quote] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2.5"