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