# 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] edition = "2018" name = "rustic-backup" version = "0.2.1" authors = ["Ben Navetta "] description = "Restic wrapper for convenient backups" homepage = "https://github.com/bnavetta/rustic" readme = "README.md" keywords = ["restic", "backups"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/bnavetta/rustic.git" [[bin]] name = "rustic" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.human-panic] version = "1.0" [dependencies.itertools] version = "0.9" [dependencies.paw] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.slog] version = "2.5" features = ["max_level_trace", "release_max_level_trace"] [dependencies.slog-term] version = "2.5" [dependencies.structopt] version = "0.3" features = ["paw"] [dependencies.tabwriter] version = "1.2" [dependencies.tempfile] version = "3.1" [dependencies.toml] version = "0.5"