proptest 0.7.0

Hypothesis-like property-based testing and shrinking.
Documentation
# 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"
version = "0.7.0"
authors = ["Jason Lingle"]
description = "Hypothesis-like property-based testing and shrinking.\n"
documentation = "https://docs.rs/proptest"
readme = "README.md"
keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
categories = ["development-tools::testing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/altsysrq/proptest"
[dependencies.bit-set]
version = "0.5.0"
default-features = false

[dependencies.bitflags]
version = "1.0.1"

[dependencies.hashmap_core]
version = "0.1.5"
optional = true

[dependencies.lazy_static]
version = "1.0.0"
default-features = false

[dependencies.num-traits]
version = "0.2.2"
default-features = false

[dependencies.quick-error]
version = "1.2.1"
optional = true

[dependencies.rand]
version = "0.4.2"
features = ["alloc"]
default-features = false

[dependencies.regex-syntax]
version = "0.4.2"
optional = true
[dev-dependencies.regex]
version = "0.2.5"

[features]
alloc = ["hashmap_core"]
default = ["std"]
nightly = ["lazy_static/spin_no_std"]
std = ["rand/std", "bit-set/std", "quick-error", "regex-syntax", "num-traits/std"]
unstable = ["rand/i128_support"]
[badges.travis-ci]
repository = "AltSysrq/proptest"