[package] name = "anni-google-drive3" version = "0.1.0+4.0.0-20220225" authors = ["Sebastian Thiel "] description = "Patched library to interact with drive (protocol v3) with range support" repository = "https://github.com/ProjectAnni/anni/tree/master/third_party/google-drive3" homepage = "https://developers.google.com/drive/" license = "MIT" keywords = ["drive", "google", "protocol", "web", "api"] autobins = false edition = "2021" [dependencies] hyper-rustls = "^0.23" mime = "^ 0.2.0" serde = "^ 1.0" serde_json = "^ 1.0" serde_derive = "^ 1.0" yup-oauth2 = "^ 7.0" itertools = "^ 0.10" hyper = { version = "^ 0.14", features = ["stream"] } http = "^0.2" tokio = "^1.0" tower-service = "^0.3.1" url = "= 1.7" [lib] doctest = false