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