# 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 = "system-backup" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TODO" homepage = "https://github.com/adam-gaia/system-backup" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adam-gaia/system-backup" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "system-backup" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.directories] version = "5.0.1" [dependencies.gethostname] version = "0.5.0" [dependencies.globset] version = "0.4.15" [dependencies.ignore] version = "0.4.23" [dependencies.jiff] version = "0.1.13" [dependencies.lazy_static] version = "1.5.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "full", "macros", "process", ] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.varpath] version = "0.3.0" [dependencies.which] version = "6.0.3" [dev-dependencies.pretty_assertions] version = "1.4.1"