# 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 = "fibril_verifier" version = "0.0.12" authors = ["Jonathan Nadal "] description = "Verifies behavior for distributed systems implemented with the Fibril library." readme = "README.md" keywords = [ "actor", "model-checking", "paxos", "raft", "simulation", ] categories = [ "algorithms", "concurrency", "development-tools", "network-programming", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonnadal/fibril" resolver = "1" [dependencies.colorful] version = "0.2" [dependencies.consistency_model] version = "0" [dependencies.fibril] version = "0" features = [ "fibers", "rt", "serde_json", ] [dependencies.fibril_core] version = "0" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.vector_clock] version = "0" features = ["serde"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]