pgx-tests 0.7.2

Test framework for 'pgx'-based Postgres extensions
Documentation
[dependencies.clap-cargo]
version = "0.10.0"

[dependencies.eyre]
version = "0.6.8"

[dependencies.libc]
version = "0.2.139"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.owo-colors]
version = "3.5.0"

[dependencies.pgx]
default-features = false
features = ["time-crate"]
version = "=0.7.2"

[dependencies.pgx-macros]
version = "=0.7.2"

[dependencies.pgx-pg-config]
version = "=0.7.2"

[dependencies.postgres]
version = "0.19.4"

[dependencies.regex]
version = "1.7.1"

[dependencies.serde]
version = "1.0.152"

[dependencies.serde_json]
version = "1.0.93"

[dependencies.sysinfo]
version = "0.27.7"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3.19"
[dev-dependencies.eyre]
version = "0.6.8"

[features]
cshim = ["pgx/cshim"]
default = []
no-schema-generation = ["pgx/no-schema-generation", "pgx-macros/no-schema-generation"]
pg11 = ["pgx/pg11"]
pg12 = ["pgx/pg12"]
pg13 = ["pgx/pg13"]
pg14 = ["pgx/pg14"]
pg15 = ["pgx/pg15"]
pg_test = []

[lib]
crate-type = ["cdylib", "lib"]

[package]
authors = ["ZomboDB, LLC <zombodb@gmail.com>"]
description = "Test framework for 'pgx'-based Postgres extensions"
documentation = "https://docs.rs/pgx-tests"
edition = "2021"
homepage = "https://github.com/tcdi/pgx"
license = "MIT"
name = "pgx-tests"
readme = "README.md"
repository = "https://github.com/tcdi/pgx"
version = "0.7.2"
[package.metadata.docs.rs]
features = ["pg14"]
no-default-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]