# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stateright" version = "0.30.2" authors = ["Jonathan Nadal "] description = "A model checker for implementing distributed systems." homepage = "https://www.stateright.rs" readme = "README.md" keywords = [ "actor", "model-checking", "paxos", "raft", "simulation", ] categories = [ "algorithms", "concurrency", "development-tools", "network-programming", "simulation", ] license = "MIT" repository = "https://github.com/stateright/stateright" [dependencies.ahash] version = "0.8.3" [dependencies.choice] version = "0.0.2" [dependencies.crossbeam-utils] version = "0.8.16" [dependencies.dashmap] version = "5.5.0" [dependencies.id-set] version = "0.2.2" [dependencies.log] version = "0.4" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = [ "rc", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.tiny_http] version = "0.12.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.num_cpus] version = "1.16" [dev-dependencies.pico-args] version = "0.5" [dev-dependencies.serde_json] version = "1.0"