# 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 = "dext" version = "0.1.3" authors = ["Ryan Thomas "] description = "A CLI tool to extract and unpack the layers of a docker image." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/rthomas/docker_extract" [dependencies.anyhow] version = "1.0.66" [dependencies.bollard] version = "0.13.0" [dependencies.env_logger] version = "0.9.1" [dependencies.futures-util] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.structopt] version = "0.3.26" features = ["color"] [dependencies.tar] version = "0.4.38" [dependencies.tempdir] version = "0.3.7" [dependencies.tokio] version = "1.21.2" features = ["full"]