[package]
name = "model"
version = "0.0.3"
authors = ["Tyler Neely <t@jujit.su>"]
description = "model-based testing for data structures, with linearizability checking"
homepage = "https://github.com/spacejam/sled/tree/master/crates/model"
documentation = "https://docs.rs/model/"
keywords = ["testing", "simulation", "deterministic", "model-checking"]
license = "MIT/Apache-2.0"
repository = "https://github.com/spacejam/sled"
[dependencies.deterministic]
version = "0.0"
[dependencies.permutohedron]
version = "0.2"
[dependencies.proptest]
version = "0.7"
[dependencies.quickcheck]
version = "0.6"
[dependencies.rand]
version = "0.4"