# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "scaleway-registry-prune" version = "0.1.0" authors = ["Mikkel Kroman "] description = "Command-line tool to clean up old images on your Scaleway Container Registry" readme = "../README.md" keywords = ["scaleway", "container", "registry"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/mkroman/scaleway-registry-prune" [[bin]] name = "scaleway-registry-prune" path = "src/main.rs" [dependencies.clap] version = "2.33" [dependencies.env_logger] version = "0.7.1" [dependencies.failure] version = "0.1.7" [dependencies.humantime] version = "2.0" [dependencies.indicatif] version = "0.14" [dependencies.log] version = "0.4.8" [dependencies.scaleway_sdk] version = "0.1" [dependencies.tokio] version = "0.2" features = ["full"]