# 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 = "gsync" version = "0.1.2" authors = ["Tobias de Bruijn "] description = "GSync is a command line utility to sync your files to Google Drive, while respecting .gitignore files" homepage = "https://github.com/TheDutchMC/GSync" readme = "README.md" keywords = ["Sync", "Drive", "Backup", "gitignore"] categories = ["command-line-utilities", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/TheDutchMC/GSync" [dependencies.actix] version = "0.4" [dependencies.actix-server] version = "1.0.4" [dependencies.actix-web] version = "3.3.2" [dependencies.base64] version = "0.13.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.mime_guess] version = "2.0.3" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.11.4" features = ["json", "blocking", "multipart"] [dependencies.rusqlite] version = "0.25.3" features = ["bundled"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_qs] version = "0.8.3" [dependencies.sha2] version = "0.9.5" [dependencies.tokio] version = "1.7.1" features = ["full"]