quickcheck_macros 0.9.1

A macro attribute for quickcheck.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.quickcheck]
version = "0.9.0"

[lib]
name = "quickcheck_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autotests = false
description = "A macro attribute for quickcheck."
documentation = "http://burntsushi.net/rustdoc/quickcheck/"
homepage = "https://github.com/BurntSushi/quickcheck"
keywords = ["testing", "quickcheck", "property", "shrinking", "fuzz"]
license = "Unlicense/MIT"
name = "quickcheck_macros"
readme = "../README.md"
repository = "https://github.com/BurntSushi/quickcheck"
version = "0.9.1"