# 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 = "async-maelstrom" version = "0.1.2" authors = ["bnjmnt "] description = "A library that allows distributed applications to work with Maelstrom" homepage = "https://github.com/bnjmnt/async-maelstrom" readme = "README.md" keywords = [ "distributed", "jepsen", "maelstrom", "systems", "workbench", ] categories = ["simulation"] license-file = "LICENSE" repository = "https://github.com/bnjmnt/async-maelstrom" [dependencies.async-std] version = "1" features = ["async-io"] [dependencies.async-trait] version = "0" [dependencies.log] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.async-scoped] version = "0.7.0" features = ["use-tokio"] [dev-dependencies.env_logger] version = "0" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0"