proptest-state-machine 0.2.0

State machine based testing support for proptest.
Documentation
[dependencies.proptest]
default-features = true
features = ["fork", "timeout", "bit-set"]
version = "1.4.0"
[dev-dependencies.message-io]
version = "0.18.0"

[features]
default = ["std"]
std = ["proptest/std"]

[package]
authors = ["Tomáš Zemanovič"]
categories = ["development-tools::testing"]
description = "State machine based testing support for proptest.\n"
documentation = "https://docs.rs/proptest-state-machine/latest/proptest-state-machine/"
edition = "2018"
homepage = "https://proptest-rs.github.io/proptest/proptest/state-machine.html"
keywords = ["property", "testing", "quickcheck", "fuzz", "state-machine"]
license = "MIT OR Apache-2.0"
name = "proptest-state-machine"
readme = "README.md"
repository = "https://github.com/proptest-rs/proptest"
version = "0.2.0"