# 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" name = "docker-prefetch-image" version = "0.1.4" description = "Pull Docker images to a Docker daemon via a configuration file" readme = "README.md" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.10" features = [ "derive", "env", ] [dependencies.docker-api] version = "0.14.0" [dependencies.futures] version = "0.3.29" [dependencies.maud] version = "0.25.0" features = ["axum"] [dependencies.once_cell] version = "1.18.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.service_conventions] version = "0.0.1" [dependencies.signal-hook] version = "0.3.17" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.toml] version = "0.8.8" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0"