# 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.75" name = "dockertags" version = "0.1.0" authors = ["Yezzi Hsueh "] exclude = [] description = "List all tags for a Docker image on a remote registry" documentation = "https://code.simaek.com/xueye/docker-tags/src/branch/main/README.md" readme = "README.md" keywords = ["docker"] license = "MIT" repository = "https://code.simaek.com/xueye/docker-tags" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.base64] version = "0.21.7" [dependencies.clap] version = "4.4.16" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.reqwest] version = "0.11.23" features = ["blocking"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111"