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