proptest-derive 0.3.0

Custom-derive for the Arbitrary trait of proptest.
Documentation
[[bench]]
harness = false
name = "large_enum"
[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["visit", "extra-traits", "full"]
version = "0.15.17"
[dev-dependencies.compiletest_rs]
features = ["tmp", "stable"]
version = "0.3.19"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.proptest]
version = "1.0.0"

[lib]
proc-macro = true

[package]
authors = ["Mazdak Farrokhzad <twingoow@gmail.com>"]
categories = ["development-tools::testing"]
description = "Custom-derive for the Arbitrary trait of proptest.\n"
documentation = "https://altsysrq.github.io/proptest-book/proptest-derive/index.html"
edition = "2018"
homepage = "https://altsysrq.github.io/proptest-book/proptest-derive/index.html"
keywords = ["derive", "arbitrary", "proptest", "testing", "quickcheck"]
license = "MIT/Apache-2.0"
name = "proptest-derive"
readme = "README.md"
repository = "https://github.com/AltSysrq/proptest"
version = "0.3.0"