[package]
edition = "2024"
name = "pgrx-bench"
version = "0.18.1"
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
build = false
include = [
"src/**/*",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Benchmark runtime support for pgrx extensions"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
documentation = "https://docs.rs/pgrx-bench"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pgcentralfoundation/pgrx/"
[lib]
name = "pgrx_bench"
path = "src/lib.rs"
[dependencies.criterion]
version = "0.8.2"
default-features = false
[dependencies.oorandom]
version = "11.1.5"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tempfile]
version = "3.27.0"
[lints.rust]
unsafe-op-in-unsafe-fn = "allow"