quickcheck 0.2.6

Automatic property based testing with shrinking.
[package]
name = "quickcheck"
version = "0.2.6"  #: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"

[features]
# Includes impls for `Arbitrary` for some data structures in `collect`.
collect_impls = ["collect"]

[lib]
name = "quickcheck"

[dependencies]
log = "*"
rand = "*"

[dependencies.collect]
optional = true
version = "*"