postgres-static-analyzer-reflect 0.1.0

Reflection functions to read from postgres catalog tables and produce DDL-only structs.
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"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reflection functions to read from postgres catalog tables and produce DDL-only structs."
readme = "README.md"
license = "MIT"
repository = "https://github.com/blainehansen/postgres-static-analyzer"

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

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.14.0"

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

[dependencies.postgres-static-analyzer-reflect-queries]
version = "=0.1.0"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "rt",
    "full",
    "rt",
]

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.insta]
version = "1.46"
features = [
    "colors",
    "ron",
    "redactions",
]
default-features = false

[dev-dependencies.ron]
version = "0.8"