# 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 = "google_drive_client" version = "0.4.6" authors = ["jonathan ", "hebert "] description = "Google Drive Client (Rocket) for api rest." readme = "Readme.md" keywords = ["google", "drive", "gdrive", "client"] categories = ["filesystem"] license-file = "LICENSE" repository = "https://gitlab.com/artgam3s/public-libraries/rust/google_drive_client" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.dirs] version = "3.0.2" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.8.3" [dependencies.hyper] version = "0.14.8" [dependencies.log] version = "0.4.14" [dependencies.openssl] version = "0.10.34" [dependencies.reqwest] version = "0.11.3" features = ["json", "blocking"] [dependencies.rocket] version = "0.4.10" [dependencies.rocket_contrib] version = "0.4.10" features = ["json"] default-features = false [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.time] version = "0.2.26" [dependencies.url] version = "2.2.2"