[package]
edition = "2021"
rust-version = "1.90"
name = "uqa-pg-query"
version = "0.1.6"
authors = [
"Paul Mason <paul@form1.co.nz>",
"Duboce Labs, Inc. (pganalyze) <team@pganalyze.com>",
]
build = "build.rs"
include = [
"README.md",
"UPSTREAM.md",
"LICENSE",
"LIBPG_QUERY-LICENSE",
"build.rs",
"tests/integration.rs",
"src/**/*.rs",
"libpg_query/Makefile",
"libpg_query/pg_query.h",
"libpg_query/postgres_deparse.h",
"libpg_query/src/**/*",
"libpg_query/vendor/**/*",
"libpg_query/protobuf/pg_query.pb-c.c",
"libpg_query/protobuf/pg_query.pb-c.h",
"libpg_query/protobuf/pg_query.proto",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL 18 libpg_query parser pin used by UQA Engine"
homepage = "https://github.com/cognica-io/uqa-engine"
documentation = "https://docs.rs/uqa-pg-query"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cognica-io/uqa-engine"
[lib]
name = "pg_query"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.itertools]
version = "0.10.3"
[dependencies.prost]
version = "0.13.5"
[dependencies.serde]
version = "1.0.139"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.82"
[dependencies.thiserror]
version = "1.0.31"
[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.13.5"
[lints.clippy]
clone_on_copy = "allow"
len_zero = "allow"
mem_replace_option_with_some = "allow"
redundant_field_names = "allow"