# 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 = "pg_query" version = "5.1.1" build = "build.rs" description = "PostgreSQL parser that uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parse tree." documentation = "https://docs.rs/pg_query/" readme = "./README.md" license = "MIT" repository = "https://github.com/pganalyze/pg_query.rs" [dependencies.itertools] version = "0.10.3" [dependencies.prost] version = "0.10.4" [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.easy-parallel] version = "3.2.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.regex] version = "1.6.0" [build-dependencies.bindgen] version = "0.66.1" [build-dependencies.cc] version = "1.0.83" [build-dependencies.clippy] version = "0.0.302" optional = true [build-dependencies.fs_extra] version = "1.2.0" [build-dependencies.glob] version = "0.3.1" [build-dependencies.prost-build] version = "0.10.4"