google-drive3-fork 1.0.9

A fork of Sebastian Thiel's complete library to interact with drive (protocol v3)
Documentation
[package]

name = "google-drive3-fork"
version = "1.0.9"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A fork of Sebastian Thiel's complete library to interact with drive (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/drive3"
homepage = "https://developers.google.com/drive/"
documentation = "https://docs.rs/google-drive3/1.0.7+20171201"
license = "MIT"
keywords = ["drive", "google", "protocol", "web", "api"]


[dev-dependencies]
hyper-rustls = "^0.6"

[dependencies]
hyper = "^ 0.10"
mime = "^ 0.2.0"
serde = "^ 1.0"
serde_json = "^ 1.0"
serde_derive = "^ 1.0"
yup-oauth2 = "^ 1.0"
url = "= 0.5"

[features]