# 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 = "dyson" version = "0.2.0" authors = ["Daiki Shiroi "] description = "A CLI tool to destroy staled ECR images which are not used by applications." readme = "README.md" license = "MIT" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.68" [dependencies.aws-config] version = "0.55.2" [dependencies.aws-sdk-ecr] version = "0.27.0" [dependencies.aws-sdk-ecs] version = "0.27.0" [dependencies.aws-sdk-lambda] version = "0.27.0" [dependencies.aws-smithy-http] version = "0.55.2" [dependencies.aws-smithy-types] version = "0.55.2" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.glob] version = "0.3.1" [dependencies.once_cell] version = "1.17.1" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.8.1" [dependencies.reqwest] version = "0.11.17" features = [ "rustls-tls", "json", ] [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_yaml] version = "0.9.21" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dev-dependencies]