[badges.maintenance]
status = "experimental"
[build-dependencies.version_check]
version = "0.1"
[dependencies.bit-set]
version = "0.4.0"
[dependencies.derive_more]
version = "0.7.0"
[dependencies.frunk_core]
optional = true
version = "0.0.21"
[dependencies.frunk_derives]
optional = true
version = "0.0.22"
[dependencies.proptest]
version = "0.3.4"
[features]
default = ["frunk"]
frunk = ["frunk_core", "frunk_derives"]
unstable = []
[package]
authors = ["Mazdak Farrokhzad <twingoow@gmail.com>"]
build = "build.rs"
categories = ["development-tools::testing"]
description = """
The Arbitrary trait for proptest and implementations for the standard library.
"""
documentation = "https://docs.rs/proptest-arbitrary"
keywords = ["arbitrary", "property", "testing", "quickcheck", "hypothesis"]
license = "MIT/Apache-2.0"
name = "proptest-arbitrary"
readme = "README.md"
repository = "https://github.com/Centril/proptest-arbitrary"
version = "0.2.2"