# 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 = "dockerdump" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extract any file from any Docker image." readme = "README.md" keywords = [ "docker", "extract", "container", ] categories = ["virtualization"] license = "MIT" repository = "https://github.com/saefstroem/dockerdump" [[bin]] name = "dockerdump" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.flate2] version = "1.0.34" [dependencies.oci-distribution] version = "0.11.0" [dependencies.tar] version = "0.4.42" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.uuid] version = "1.11.0" features = ["v4"] [dependencies.walkdir] version = "2.5.0"