[go: up one dir, main page]

model 0.0.1

model-based and linearizability testing for data structures and clusters
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"