# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "anni-google-drive3" version = "0.1.0+4.0.0-20220225" authors = ["Sebastian Thiel "] autobins = false description = "Patched library to interact with drive (protocol v3) with range support" homepage = "https://developers.google.com/drive/" readme = "README.md" keywords = [ "drive", "google", "protocol", "web", "api", ] license = "MIT" repository = "https://github.com/ProjectAnni/anni/tree/master/third_party/google-drive3" resolver = "1" [lib] doctest = false [dependencies.http] version = "^0.2" [dependencies.hyper] version = "^ 0.14" features = ["stream"] [dependencies.hyper-rustls] version = "^0.23" [dependencies.itertools] version = "^ 0.10" [dependencies.mime] version = "^ 0.2.0" [dependencies.serde] version = "^ 1.0" [dependencies.serde_derive] version = "^ 1.0" [dependencies.serde_json] version = "^ 1.0" [dependencies.tokio] version = "^1.0" [dependencies.tower-service] version = "^0.3.1" [dependencies.url] version = "= 1.7" [dependencies.yup-oauth2] version = "^ 7.0"