pgrx-bench 0.18.1

Benchmark runtime support for pgrx 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"
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"