# 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 = "partition-sim" version = "0.1.0" authors = ["Aalekh Patel "] default-run = "supervisor" description = "Simulate network partitions in a docker cluster." homepage = "https://github.com/aalekhpatel07/partition-sim" readme = "README.md" keywords = [ "network-partition", "partition", "simulator", "distributed-systems", "testing", ] categories = [ "development-tools::testing", "simulation", "web-programming::http-server", ] license-file = "LICENSE.md" repository = "https://github.com/aalekhpatel07/partition-sim" [profile.release] lto = "fat" [dependencies.axum] version = "0.6.4" features = [ "http2", "headers", "macros", ] [dependencies.axum-macros] version = "0.3.2" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.local-ip-address] version = "0.5.1" [dependencies.openssh] version = "0.9.9" [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.13.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.uuid] version = "1.2.2" features = [ "fast-rng", "v4", ]