quickcheck 0.7.2

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

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

[dependencies.rand]
version = "0.5"

[dependencies.rand_core]
version = "0.2.1"

[features]
default = ["regex", "use_logging"]
i128 = ["rand/i128_support"]
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 = "http://burntsushi.net/rustdoc/quickcheck/"
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.7.2"