perfgate-validation 0.15.1

Validation functions for benchmark names and configuration
Documentation
[package]

name = "perfgate-validation"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

license.workspace = true

repository.workspace = true

homepage.workspace = true

authors.workspace = true

description = "Validation functions for benchmark names and configuration"

readme = "README.md"

documentation = "https://docs.rs/perfgate-validation"

keywords = ["validation", "benchmarking", "names"]

categories = ["development-tools"]



[dependencies]

thiserror.workspace = true

perfgate-error.workspace = true



[dev-dependencies]

proptest = "1.7"