blob: 3a79d84a7c6b099a0bc4ac234cae6df36dfd3ecf [file] [log] [blame] [edit]
[package]
name = "quickcheck"
version = "0.4.1" #:version
authors = ["Andrew Gallant <[email protected]>"]
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"