# 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-ast-passes" version = "0.11.0" authors = ["PartiQL Team "] build = false exclude = [ "**/.git/**", "**/.github/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for PartiQL AST transformation passes" homepage = "https://github.com/partiql/partiql-lang-rust" readme = "README.md" keywords = [ "sql", "ast", "compilers", "visitors", "passes", ] categories = [ "database", "compilers", ] license = "Apache-2.0" repository = "https://github.com/partiql/partiql-lang-rust" [lib] name = "partiql_ast_passes" path = "src/lib.rs" bench = false [dependencies.assert_matches] version = "1" [dependencies.fnv] version = "1" [dependencies.indexmap] version = "2.5" [dependencies.partiql-ast] version = "0.11.*" [dependencies.partiql-catalog] version = "0.11.*" [dependencies.partiql-common] version = "0.11.*" [dependencies.partiql-types] version = "0.11.*" [dependencies.thiserror] version = "1.0" [dev-dependencies.partiql-parser] version = "0.11.*" [features] default = []