[package]
name = "proptest"
version = "0.6.0"
authors = ["Jason Lingle"]
description = "Hypothesis-like property-based testing and shrinking.\n"
documentation = "https://docs.rs/proptest"
readme = "README.md"
keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
categories = ["development-tools::testing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/altsysrq/proptest"
[dependencies.bit-set]
version = "0.4.0"
[dependencies.bitflags]
version = "1.0.1"
[dependencies.lazy_static]
version = "1.0.0"
[dependencies.quick-error]
version = "1.2.1"
[dependencies.rand]
version = "0.4.2"
[dependencies.regex-syntax]
version = "0.4.2"
[dev-dependencies.regex]
version = "0.2.5"
[features]
default = []
unstable = ["rand/i128_support"]
[badges.travis-ci]
repository = "AltSysrq/proptest"