postgres-static-analyzer-reflect-queries 0.1.0

Reflection queries for postgres-static-analyzer.
Documentation
# 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 = "2024"
name = "postgres-static-analyzer-reflect-queries"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reflection queries for postgres-static-analyzer."
readme = false
license = "MIT"
repository = "https://github.com/blainehansen/postgres-static-analyzer"

[features]
deadpool = [
    "dep:deadpool-postgres",
    "tokio-postgres/default",
]
default = [
    "dep:postgres",
    "deadpool",
]
wasm-async = [
    "tokio-postgres/js",
    "chrono/wasmbind",
]

[lib]
name = "postgres_static_analyzer_reflect_queries"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.44"

[dependencies.deadpool-postgres]
version = "0.14.1"
optional = true

[dependencies.futures]
version = "0.3.32"

[dependencies.postgres]
version = "0.19.12"
features = ["with-chrono-0_4"]
optional = true

[dependencies.postgres-protocol]
version = "0.6.10"

[dependencies.postgres-static-analyzer-ddl-catalog-structs]
version = "=0.1.0"

[dependencies.postgres-types]
version = "0.2.12"
features = ["derive"]

[dependencies.tokio-postgres]
version = "0.7.16"
features = ["with-chrono-0_4"]
default-features = false