# 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 = "backuplit" version = "0.1.4" description = "Backup a directory on a linux filesystem to Google Cloud Storage" license = "MIT" repository = "https://github.com/kodylow/backuplit" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "backuplit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.4.13" features = [ "derive", "env", ] [dependencies.flate2] version = "1.0.28" [dependencies.google-cloud] version = "0.2.1" features = ["storage"] [dependencies.inotify] version = "0.10.2" [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]