# 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 = "dockerbackup" version = "2.1.0" authors = ["Radek"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is a simple Docker backup tool. It allows you to automatically stop running containers and backup Docker volumes to local or remote destination." homepage = "https://github.com/radek00/dockerbackup" readme = "README.md" keywords = [ "cli", "backup", "docker", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/radek00/dockerbackup" [[bin]] name = "dockerbackup" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5.1" [dependencies.crossterm] version = "0.28.1" [dependencies.ctrlc] version = "3.4.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ]