[package]
name = "proptest-derive"
version = "0.5.0"
authors = ["Mazdak Farrokhzad <twingoow@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/proptest-rs/proptest"
documentation = "https://proptest-rs.github.io/proptest/proptest-derive/index.html"
keywords = ["derive", "arbitrary", "proptest", "testing", "quickcheck"]
categories = ["development-tools::testing"]
description = """
Custom-derive for the Arbitrary trait of proptest.
"""
homepage = "https://proptest-rs.github.io/proptest/proptest-derive/index.html"
edition = "2018"
[lib]
proc-macro = true
[dev-dependencies]
proptest = { version = "1.0.0", path = "../proptest" }
compiletest_rs = { version = "0.11", features = ["tmp", "stable"] }
criterion = "0.5"
[dependencies]
proc-macro2 = "1.0"
syn = { version = "2.0.48", features = ["visit", "extra-traits", "full"] }
quote = "1.0"
[features]
boxed_union = []
[[bench]]
name = "large_enum"
harness = false