# 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" rust-version = "1.81.0" name = "maelstrom-client-base" version = "0.12.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Client library code shared between API and process for Maelstrom." homepage = "https://maelstrom-software.com" documentation = "https://maelstrom-software.com/doc/book/latest/" readme = "README.md" keywords = [ "cluster", "containers", ] categories = [ "development-tools::testing", "virtualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/maelstrom-software/maelstrom" [lib] name = "maelstrom_client_base" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.derive_more] version = "0.99" [dependencies.enum-map] version = "2.7.0" features = ["serde"] [dependencies.enumset] version = "1.1.3" features = ["serde"] [dependencies.maelstrom-base] version = "0.12.0" [dependencies.maelstrom-container] version = "0.12.0" [dependencies.maelstrom-macro] version = "0.12.0" [dependencies.maelstrom-util] version = "0.12.0" [dependencies.prost] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] [dependencies.slog] version = "2.7.0" features = [ "dynamic-keys", "max_level_debug", "release_max_level_debug", ] [dependencies.tonic] version = "0.11" [dependencies.tuple] version = "0.5.1" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.maelstrom-test] version = "0.12.0" [dev-dependencies.maplit] version = "1" [dev-dependencies.toml] version = "0.8.8" [build-dependencies.protoc-bin-vendored] version = "3.0.0" [build-dependencies.tonic-build] version = "0.11" [build-dependencies.versions] version = "6.2.0"