pgorm-check 0.1.5

Runtime SQL vs schema checks for pgorm (with optional local schema cache)
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"
rust-version = "1.88"
name = "pgorm-check"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime SQL vs schema checks for pgorm (with optional local schema cache)"
readme = false
license = "MIT"
resolver = "2"

[features]
default = []
sql = ["dep:pg_query"]

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

[[example]]
name = "sql_check"
path = "examples/sql_check.rs"
required-features = ["sql"]

[[example]]
name = "sql_lint"
path = "examples/sql_lint.rs"
required-features = ["sql"]

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.pg_query]
version = "6.1.1"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio-postgres]
version = "0.7.16"
features = [
    "with-chrono-0_4",
    "with-uuid-1",
    "with-serde_json-1",
]

[dev-dependencies.async-trait]
version = "0.1.89"

[dev-dependencies.colored]
version = "3.0.0"

[dev-dependencies.deadpool-postgres]
version = "0.14.1"

[dev-dependencies.dotenvy]
version = "0.15"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]