# 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.72" name = "dredge-tool" version = "1.1.0" authors = ["Anthony Oteri"] description = "A Command Line tool for interracting with the Docker Registry API" readme = "README.md" keywords = [ "docker", "registry", "cli", ] categories = [ "command-line-utilities", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anthonyoteri/dredge" [[bin]] name = "dredge" path = "src/main.rs" [dependencies.clap] version = "4.4.3" features = [ "derive", "env", "wrap_help", ] [dependencies.http] version = "0.2.9" [dependencies.indoc] version = "2.0.4" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.20" features = [ "json", "gzip", "multipart", "native-tls-vendored", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_toml] version = "0.0.1" [dependencies.serde_yaml] version = "0.9.25" [dependencies.simple_logger] version = "4.2.0" features = [ "timestamps", "colors", "stderr", ] [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.32.0" features = ["macros"] [dependencies.toml] version = "0.8.0" [dependencies.url] version = "2.4.1" features = ["serde"] [dependencies.xdg] version = "2.5.2" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.mockito] version = "1.2.0"