[package]
edition = "2024"
name = "pbt-tests"
version = "0.4.14"
authors = ["Will Sturgeon <willstrgn@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Property-based testing with `derive` macros, aware of mutual induction & instantiability."
readme = "README.md"
keywords = [
"property",
"proptest",
"arbitrary",
"fuzz",
"test",
]
categories = [
"algorithms",
"data-structures",
"development-tools::testing",
"mathematics",
"security",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wrsturgeon/pbt"
[lib]
name = "pbt_tests"
path = "src/lib.rs"
[dependencies.pbt]
version = "~0.4"
[dependencies.pretty_assertions]
version = "~1.4"