[package]
edition = "2024"
name = "falsify"
version = "0.1.0"
authors = ["Adam Szkoda <adaszko@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Property testing based on coroutines"
homepage = "https://github.com/adaszko/falsify"
readme = "README.md"
keywords = [
"property",
"testing",
"quickcheck",
"hypothesis",
"proptest",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/adaszko/roaring-graphs"
[lib]
name = "falsify"
path = "src/lib.rs"
[dependencies.rand]
version = "0.10.1"