# 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-ir" version = "0.8.0" authors = ["PartiQL Team "] exclude = [ "**/.git/**", "**/.github/**", "**/.travis.yml", "**/.appveyor.yml", ] description = "PartiQL Intermediate Representation" 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] bench = false [dependencies]