quickcheck 0.9.2

Automatic property based testing with shrinking.
Documentation
[dependencies.env_logger]
default-features = false
optional = true
version = "0.7.0"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.rand]
version = "0.7"

[dependencies.rand_core]
version = "0.5"

[features]
default = ["regex", "use_logging"]
regex = ["env_logger/regex"]
unstable = []
use_logging = ["log", "env_logger"]

[lib]
name = "quickcheck"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
categories = ["development-tools::testing"]
description = "Automatic property based testing with shrinking."
documentation = "https://docs.rs/quickcheck"
edition = "2018"
exclude = ["/.travis.yml", "/Makefile", "/ctags.rust", "/session.vim"]
homepage = "https://github.com/BurntSushi/quickcheck"
keywords = ["testing", "quickcheck", "property", "shrinking", "fuzz"]
license = "Unlicense/MIT"
name = "quickcheck"
readme = "README.md"
repository = "https://github.com/BurntSushi/quickcheck"
version = "0.9.2"