# 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 = "dd_backup" version = "0.1.2" description = "A utility for creating device backups using dd" homepage = "https://github.com/arminfro/dd_backup" documentation = "https://docs.rs/dd_backup" readme = "README.md" license = "MIT" repository = "https://github.com/arminfro/dd_backup" [package.metadata] categories = ["command-line-utilities"] keywords = ["backup"] [dependencies.chrono] version = "0.4.26" [dependencies.chrono-humanize] version = "0.2.2" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.10.0" [dependencies.libc] version = "0.2.146" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.26.2" [dependencies.relative-path] version = "1.8.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96"