# 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-container" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for downloading and storing OCI container images." 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_container" path = "src/lib.rs" [[bin]] name = "maelstrom-container" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.anyhow_trace] version = "0.1.3" [dependencies.async-compression] version = "0.4" features = [ "tokio", "gzip", ] [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.2.7" features = [ "cargo", "derive", "string", "wrap_help", ] [dependencies.combine] version = "4" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "http1", "server", "tcp", "stream", ] [dependencies.indicatif] version = "0.17" features = [ "in_memory", "tokio", ] [dependencies.maelstrom-base] version = "0.12.0" [dependencies.maelstrom-util] version = "0.12.0" [dependencies.native-tls] version = "0.2" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2" [dependencies.oci-spec] version = "0.6" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_repr] version = "0.1" [dependencies.slog] version = "2.7.0" features = [ "dynamic-keys", "max_level_debug", "release_max_level_debug", ] [dependencies.tokio] version = "1.28" features = [ "rt", "rt-multi-thread", "macros", "fs", "io-util", ] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tokio-tar] version = "0.3" [dependencies.tokio-util] version = "0.7.10" features = ["compat"] [dependencies.toml] version = "0.8.8" [dev-dependencies.maplit] version = "1" [dev-dependencies.tempfile] version = "3.5.0"