google_drive_client 0.1.0

Google Drive Client (Rocket) for api rest.
Documentation
# 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.1.0"
authors = ["jonathan <jonathan.franco.2103@gmail.com>", "hebert <hebver20@gmail.com>"]
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/gexuy/public-libraries/rust/google_drive_client"
[dependencies.base64]
version = "0.10.1"

[dependencies.chrono]
version = "0.4.6"
features = ["serde"]

[dependencies.derive_builder]
version = "0.7.2"

[dependencies.dirs]
version = "2.0.2"

[dependencies.dotenv]
version = "0.14.1"

[dependencies.env_logger]
version = "0.6.2"

[dependencies.hyper]
version = "0.12.33"

[dependencies.log]
version = "0.4.8"

[dependencies.openssl]
version = "0.10.24"

[dependencies.reqwest]
version = "0.9.19"

[dependencies.rocket]
version = "0.4.1"

[dependencies.rocket_contrib]
version = "0.4.1"
features = ["json"]
default-features = false

[dependencies.serde]
version = "1.0.92"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.39"

[dependencies.time]
version = "0.1.42"