[dependencies.rand]
default-features = false
features = ["getrandom", "small_rng"]
version = "0.8"
[dev-dependencies.qcheck-macros]
version = "1"
[lib]
name = "qcheck"
[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
categories = ["development-tools::testing"]
description = "Automatic property based testing with shrinking."
documentation = "https://docs.rs/qcheck"
edition = "2021"
exclude = ["/Makefile", "/ctags.rust", "/session.vim"]
homepage = "https://github.com/cloudhead/qcheck"
keywords = ["testing", "quickcheck", "property", "shrinking", "fuzz"]
license = "Unlicense OR MIT"
name = "qcheck"
readme = "README.md"
repository = "https://github.com/cloudhead/qcheck"
resolver = "1"
version = "1.0.0"