propfuzz 0.0.1

Combine property-based testing and fuzzing.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.propfuzz-macro]
optional = true
version = "0.0.1"

[dependencies.proptest]
version = "0.10.0"

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[dev-dependencies.trybuild]
version = "1.0.30"

[features]
default = ["macro"]
macro = ["propfuzz-macro"]

[package]
authors = ["Rain <rain1@fb.com>"]
description = "Combine property-based testing and fuzzing."
edition = "2018"
exclude = ["README.tpl"]
license = "MIT OR Apache-2.0"
name = "propfuzz"
readme = "README.md"
repository = "https://github.com/facebookincubator/propfuzz"
version = "0.0.1"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "basic"
required-features = ["macro"]

[[test]]
name = "trybuild"
required-features = ["macro"]