# 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 = "ecr-dump" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dump all ECR image manifests locally" readme = "README.md" license = "MIT" repository = "https://github.com/orf/ecr-dump/" [profile.lto] lto = true codegen-units = 1 panic = "abort" inherits = "release" [[bin]] name = "ecr-dump" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.aws-config] version = "1.5.4" features = ["behavior-version-latest"] [dependencies.aws-sdk-ecr] version = "1.37.0" [dependencies.aws-smithy-types-convert] version = "0.60.8" features = ["convert-chrono"] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.futures-util] version = "0.3.30" features = ["sink"] [dependencies.globset] version = "0.4.14" features = ["serde"] [dependencies.indicatif] version = "0.17.8" [dependencies.itertools] version = "0.13.0" [dependencies.oci-spec] version = "0.6.8" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1.40" features = ["release_max_level_info"] [dependencies.tracing-indicatif] version = "0.3.6" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]