proptest-arbitrary 0.2.0

The Arbitrary trait for proptest and implementations for the standard library.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"