# 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 = "backr" version = "0.5.0" authors = ["martinak1 "] description = "A program that backs up user data that matches a regular expression" readme = "README.md" keywords = ["backup-utility", "regex", "clap", "cross-platform"] categories = ["command-line-utilities", "filesystem"] license = "BSD-3-Clause" repository = "https://github.com/martinak1/backr" [dependencies.clap] version = "2.31.2" [dependencies.progress] version = "0.2.0" [dependencies.regex] version = "1.0.0" [badges.travis-ci] repository = "martinak1/backr"