postgres-static-analyzer-ddl-catalog-structs 0.1.0

DDL-only struct definitions for postgres catalog tables.
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-ddl-catalog-structs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DDL-only struct definitions for postgres catalog tables."
readme = "README.md"
license = "MIT"
repository = "https://github.com/blainehansen/postgres-static-analyzer"

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

[dependencies.chrono]
version = "0.4"
features = [
    "alloc",
    "std",
    "alloc",
    "clock",
    "now",
    "serde",
    "alloc",
    "std",
    "alloc",
    "clock",
    "now",
    "serde",
]
default-features = false

[dependencies.hashbrown]
version = "0.16"
features = ["serde"]

[dependencies.ordered-float]
version = "5.3.0"
features = ["serde"]
default-features = false

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

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.smol_str]
version = "0.3"
features = ["serde"]