pbt-tests 0.4.14

Property-based testing with `derive` macros, aware of mutual induction & instantiability.
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 = "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"