# 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-util" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for use by non-WASM Maelstrom libraries and binaries." 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_util" path = "src/lib.rs" [[bin]] name = "manifest-cli" path = "src/manifest_cli.rs" [dependencies.anstyle] version = "1.0.6" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1" [dependencies.async-walkdir] version = "1" [dependencies.byteorder] version = "1.5.0" [dependencies.bytesize] version = "1.3.0" [dependencies.bytesize-serde] version = "0.2.1" [dependencies.clap] version = "4.2.7" features = [ "cargo", "derive", "string", "wrap_help", ] [dependencies.derive_more] version = "0.99" [dependencies.fs2] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.futures-lite] version = "2.1" [dependencies.globset] version = "0.4" [dependencies.heck] version = "0.5.0" [dependencies.lddtree] version = "0.3" [dependencies.lru] version = "0.12" [dependencies.maelstrom-base] version = "0.12.0" [dependencies.maelstrom-linux] version = "0.12.0" features = ["std"] [dependencies.maelstrom-macro] version = "0.12.0" [dependencies.num_cpus] version = "1.15.0" [dependencies.pin-project] version = "1" [dependencies.regex] version = "1.8.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha2] version = "0.10.6" [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.tempfile] version = "3.5.0" [dependencies.tokio] version = "1.28" features = [ "rt", "rt-multi-thread", "macros", "fs", "io-util", "net", "sync", "time", ] [dependencies.toml] version = "0.8.8" [dependencies.walkdir] version = "2.4" [dependencies.xdg] version = "2.5.2" [dev-dependencies.concat-idents] version = "1.1.5" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.maelstrom-simex] version = "0.12.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_test] version = "1" [dev-dependencies.tokio] version = "1.28" features = [ "rt", "rt-multi-thread", "macros", "fs", "io-util", "io-util", "macros", "rt-multi-thread", "time", ]