[package]
name = "quickcheck"
version = "0.3.2"
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 = []
use_logging = ["log", "env_logger"]
default = ["use_logging"]
[lib]
name = "quickcheck"
[dependencies]
env_logger = { version = "0.3", optional = true }
log = { version = "0.3", optional = true }
rand = "0.3"