[dependencies.proptest]
version = "1.5.0"
[lib]
name = "prop_test"
path = "src/lib.rs"
[package]
authors = ["Stanislav Stoyanov <grimerssy@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Formattable proptest macro"
documentation = "https://docs.rs/prop-test"
edition = "2021"
keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
license = "MIT OR Apache-2.0"
name = "prop-test"
readme = "README.md"
repository = "https://github.com/grimerssy/prop-test"
rust-version = "1.65"
version = "0.1.1"