quickcheck 0.2.26

Automatic property based testing with shrinking.
Documentation
[package]
name = "quickcheck"
version = "0.2.26"  #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Automatic property based testing with shrinking."
documentation = "http://burntsushi.net/rustdoc/quickcheck/"
homepage = "https://github.com/BurntSushi/quickcheck"
repository = "https://github.com/BurntSushi/quickcheck"
readme = "README.md"
keywords = ["testing", "quickcheck", "property", "shrinking", "fuzz"]
license = "Unlicense/MIT"

[features]
unstable = []

[lib]
name = "quickcheck"

[dependencies]
env_logger = "0.3"
log = "0.3"
rand = "0.3"