# 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 = "adbackup" version = "0.5.2" authors = ["Julian Raufelder ", "Jonas Reinwald "] description = "backup tool for android written in rust which can either be used as a module and as a cli-tool" documentation = "https://github.com/bb30/adbackup/blob/master/README.md" readme = "README.md" keywords = ["android", "backup"] license = "MIT" repository = "https://github.com/bb30/adbackup/" [lib] name = "adbackup" path = "src/lib.rs" doc = false [[bin]] name = "adbackup-cli" path = "src/bin/adbackup-cli.rs" doc = false [dependencies.chrono] version = "0.4" [dependencies.clap] version = "~2.19" [dependencies.clippy] version = "0.0.103" optional = true [dependencies.failure] version = "0.1.1" [dependencies.failure_derive] version = "0.1.1" [dependencies.fern] version = "0.4.4" [dependencies.log] version = "0.3" [dependencies.rusqlite] version = "0.13.0" features = ["bundled"] [dependencies.spectral] version = "0.6.0" [dev-dependencies.hamcrest] version = "0.1.5" [features] default = []