# 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 = "dcp" version = "0.4.1" description = "A utility tool to copy container filesystems easily" readme = "README.md" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.57" [dependencies.clap] version = "2.33" [dependencies.docker-api] version = "0.9.1" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.podman-api] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.tar] version = "0.4" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.xdg] version = "^2.1" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.rand] version = "0.8.5"