# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dockyard" version = "0.1.1" authors = ["Aaron Griffin "] build = "build.rs" description = "Back up and restore Docker resources" homepage = "https://github.com/aig787/dockyard" documentation = "https://docs.rs/dockyard" readme = "README.md" keywords = ["docker"] license = "MIT" repository = "https://github.com/aig787/dockyard" [dependencies.anyhow] version = "1.0.33" [dependencies.base64] version = "0.13.0" [dependencies.bollard] version = "0.8" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2" features = ["yaml"] [dependencies.ctrlc] version = "3.1.7" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3.4" [dependencies.futures-core] version = "0.3.4" [dependencies.futures-util] version = "0.3.4" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.4.0" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.simple_logger] version = "1.11.0" [dependencies.tar] version = "0.4.30" [dependencies.tokio] version = "0.2.17" features = ["time", "fs"] [dependencies.uuid] version = "0.4" features = ["v4"] [dev-dependencies.tempfile] version = "3.1.0" [build-dependencies.vergen] version = "3"