[[bin]]
name = "maelstrom-admin"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.97"
[dependencies.clap]
features = ["cargo", "derive", "string", "wrap_help"]
version = "4"
[dependencies.maelstrom-base]
version = "0.14.0"
[dependencies.maelstrom-macro]
version = "0.14.0"
[dependencies.maelstrom-util]
version = "0.14.0"
[dependencies.slog]
features = ["dynamic-keys", "max_level_debug", "release_max_level_debug"]
version = "2.7.0"
[dependencies.tokio]
features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time"]
version = "1.44"
[dependencies.url]
version = "2"
[dependencies.xdg]
version = "2.5.2"
[lib]
name = "maelstrom_admin"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "virtualization"]
description = "The maelstrom admin program. This process is used to administer Maelstrom clusters."
documentation = "https://maelstrom-software.com/doc/book/latest/"
edition = "2021"
homepage = "https://maelstrom-software.com"
keywords = ["cluster", "containers"]
license = "MIT OR Apache-2.0"
name = "maelstrom-admin"
readme = "README.md"
repository = "https://github.com/maelstrom-software/maelstrom"
rust-version = "1.84.1"
version = "0.14.0"