[package]
edition = "2024"
rust-version = "1.87.0"
name = "diceprop"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mathematical properties for random testing"
readme = "README.md"
keywords = [
"algebra",
"dicetest",
"math",
"property",
"testing",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jakoschiko/diceprop"
[lib]
name = "diceprop"
path = "src/lib.rs"
[[test]]
name = "readme"
path = "tests/readme.rs"
[dependencies.dicetest]
version = "0.4.0"