# 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" rust-version = "1.70" name = "salvage" version = "0.7.2" authors = ["Kevin Wheelans "] description = "A docker container utility to schedule archiving container volumes." homepage = "https://github.com/kwheelans/salvage" readme = "README.md" keywords = [ "docker", "volume", "docker-volume-backup", ] license = "MIT" repository = "https://github.com/kwheelans/salvage" [profile.release] lto = true codegen-units = 1 [dependencies.bollard] version = "0.15" [dependencies.bzip2] version = "0.4" [dependencies.flate2] version = "1" [dependencies.log] version = "0.4" [dependencies.simple_logger] version = "4" features = ["timestamps"] default-features = false [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "local-offset", "macros", "formatting", ] [dependencies.tokio] version = "1" features = ["rt"] [dependencies.xz2] version = "0.1" [dependencies.zstd] version = "0.13"