# 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 = "maelstrom-node" version = "0.1.6" authors = ["Ivan Prisyazhnyy "] description = "Maelstrom Rust node framework" readme = "README.md" keywords = [ "maelstrom", "fly-io", "distributed-systems", "testing", ] categories = [ "asynchronous", "concurrency", "network-programming", "distributed-systems", "simulation", ] license = "EPL-2.0" repository = "https://github.com/sitano/maelstrom-rust-node" [lib] name = "maelstrom" [[example]] name = "echo" [[example]] name = "echo_failure" [[example]] name = "broadcast" [[example]] name = "lin_kv" [[example]] name = "g_set" [dependencies.async-trait] version = "0.1.68" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.simple-error] version = "0.3.0" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tokio-context] version = "0.1.3" [dependencies.tokio-util] version = "0.7.7"