# 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 = "gbackup-rs" version = "0.2.0" authors = ["Nikola Dipanov "] description = "Fast and configurable CLI tool to back-up your GMail data" keywords = ["gmail", "backup", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/djipko/gbackup-rs/" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.27.1" [dependencies.imap] version = "2.3.0" [dependencies.mailparse] version = "0.13.0" [dependencies.native-tls] version = "0.2.4" [dependencies.rusqlite] version = "0.24.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.threadpool] version = "1.8.1" [dependencies.toml] version = "0.5.6"