# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "borg-hive" version = "0.0.2" authors = ["Lorenzo Villani "] description = "Automated backups using Borg Backup" homepage = "https://github.com/lvillani/borg-hive" license = "GPL-3.0" repository = "https://github.com/lvillani/borg-hive" [dependencies.slog-async] version = "2" [dependencies.app_dirs] version = "1" [dependencies.keyring] version = "0.5" [dependencies.error-chain] version = "0.10" [dependencies.serde_derive] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.rpassword] version = "0.4" [dependencies.shellexpand] version = "1" [dependencies.slog] version = "2" [dependencies.clap] version = "2" [dependencies.slog-scope] version = "4" [dependencies.serde_json] version = "1" [dependencies.slog-term] version = "2" [dependencies.serde] version = "1" [dev-dependencies.tempdir] version = "0.3"