quickcheck_macros 0.8.0

A macro attribute for quickcheck.
Documentation
[package]
name = "quickcheck_macros"
version = "0.8.0"  #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A macro attribute for quickcheck."
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"
autotests = false

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

[dependencies]
proc-macro2 = "0.4.19"
quote = "0.6.8"
syn = { version = "0.15", features = ["full"] }

[dev-dependencies]
quickcheck = { path = "..", version = "0.8.0" }