proptest-derive 0.5.0

Custom-derive for the Arbitrary trait of proptest.
Documentation
[[bench]]
harness = false
name = "large_enum"
path = "benches/large_enum.rs"

[[test]]
name = "assoc"
path = "tests/assoc.rs"

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "enum"
path = "tests/enum.rs"

[[test]]
name = "filter"
path = "tests/filter.rs"

[[test]]
name = "misc"
path = "tests/misc.rs"

[[test]]
name = "no_bound"
path = "tests/no_bound.rs"

[[test]]
name = "params"
path = "tests/params.rs"

[[test]]
name = "phantom"
path = "tests/phantom.rs"

[[test]]
name = "regex"
path = "tests/regex.rs"

[[test]]
name = "skip"
path = "tests/skip.rs"

[[test]]
name = "strategy"
path = "tests/strategy.rs"

[[test]]
name = "struct"
path = "tests/struct.rs"

[[test]]
name = "uninhabited-pass"
path = "tests/uninhabited-pass.rs"

[[test]]
name = "units"
path = "tests/units.rs"

[[test]]
name = "value"
path = "tests/value.rs"

[[test]]
name = "value_param"
path = "tests/value_param.rs"

[[test]]
name = "weight"
path = "tests/weight.rs"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

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

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

[features]
boxed_union = []

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

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