pgrx-tests 0.19.2

Test framework for 'pgrx'-based Postgres extensions
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.96"
name = "pgrx-tests"
version = "0.19.2"
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
build = false
include = [
    "src/**/*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test framework for 'pgrx'-based Postgres extensions"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
documentation = "https://docs.rs/pgrx-tests"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pgcentralfoundation/pgrx/"

[package.metadata.docs.rs]
features = [
    "pg14",
    "proptest",
]
no-default-features = true
targets = ["x86_64-unknown-linux-gnu"]

[features]
cshim = ["pgrx/cshim"]
default = []
nightly = ["pgrx/nightly"]
no-schema-generation = [
    "pgrx/no-schema-generation",
    "pgrx-macros/no-schema-generation",
]
pg13 = ["pgrx/pg13"]
pg14 = ["pgrx/pg14"]
pg15 = ["pgrx/pg15"]
pg16 = ["pgrx/pg16"]
pg17 = ["pgrx/pg17"]
pg18 = ["pgrx/pg18"]
pg19 = ["pgrx/pg19"]
pg_test = []
proptest = ["dep:proptest"]

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

[dependencies.clap-cargo]
version = "0.18.3"
features = ["cargo_metadata"]

[dependencies.eyre]
version = "~0.6.8"

[dependencies.libc]
version = "0.2"

[dependencies.owo-colors]
version = "4.0"
features = ["supports-color"]

[dependencies.pgrx]
version = "=0.19.2"
default-features = false

[dependencies.pgrx-macros]
version = "=0.19.2"

[dependencies.pgrx-pg-config]
version = "=0.19.2"

[dependencies.postgres]
version = "0.19.13"

[dependencies.proptest]
version = "1"
optional = true

[dependencies.rand]
version = "0.10.1"

[dependencies.regex]
version = "1.12"

[dependencies.shlex]
version = "2.0"

[dependencies.sysinfo]
version = "0.39.3"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3.9"
features = [
    "securitybaseapi",
    "minwinbase",
    "namedpipeapi",
    "winbase",
    "winerror",
    "winnt",
]

[lints.clippy]
used-underscore-binding = "deny"

[lints.rust]
unsafe-op-in-unsafe-fn = "allow"
unused-lifetimes = "deny"