# 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-test-runner" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library used by Maelstrom binaries to implement a test runner" homepage = "https://maelstrom-software.com" documentation = "https://maelstrom-software.com/doc/book/latest/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/maelstrom-software/maelstrom" [lib] name = "maelstrom_test_runner" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.2.7" features = [ "cargo", "derive", "string", "wrap_help", ] [dependencies.colored] version = "2.0.4" [dependencies.combine] version = "4" [dependencies.console] version = "0.15" [dependencies.crossterm] version = "0.28.0" default-features = false [dependencies.derive_more] version = "0.99" [dependencies.enumset] version = "1.1.3" features = ["serde"] [dependencies.globset] version = "0.4" [dependencies.indicatif] version = "0.17" features = [ "in_memory", "tokio", ] [dependencies.maelstrom-base] version = "0.12.0" [dependencies.maelstrom-client] version = "0.12.0" [dependencies.maelstrom-linux] version = "0.12.0" [dependencies.maelstrom-macro] version = "0.12.0" [dependencies.maelstrom-util] version = "0.12.0" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2" [dependencies.ratatui] version = "0.28" features = ["unstable-rendered-line-info"] [dependencies.regex] version = "1.8.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "3.4" features = ["chrono"] [dependencies.slog] version = "2.7.0" features = [ "dynamic-keys", "max_level_debug", "release_max_level_debug", ] [dependencies.slog-async] version = "2.8.0" [dependencies.slog-term] version = "2.9.0" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.throbber-widgets-tui] version = "0.7" [dependencies.toml] version = "0.8.8" [dependencies.tui-term] version = "0.1.13" [dependencies.unicode-truncate] version = "0.2.0" [dependencies.unicode-width] version = "0.1.7" [dependencies.vt100] version = "0.15" [dependencies.xdg] version = "2.5.2" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.colored-diff] version = "0.2.3" [dev-dependencies.enum-map] version = "2.7.0" features = ["serde"] [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.itertools] version = "0.10.5" [dev-dependencies.maelstrom-test] version = "0.12.0" [dev-dependencies.maplit] version = "1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.slog-json] version = "2.6" [dev-dependencies.tempfile] version = "3.5.0" [features] new-app = []