view async-google-apis-common/Cargo.toml @ 180:ef4b7082ead3

agac: Release v0.2.0
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 13 Jan 2021 12:16:33 +0100
parents 1302eeaccf20
children 1bd604e5ab31
line wrap: on
line source

[package]
name = "async-google-apis-common"
version = "0.2.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"
keywords = ["rest", "google", "async", "api"]
description = "Shared code for the async-google-apis generated code."
homepage = "https://github.com/dermesser/async-google-apis"
repository = "https://github.com/dermesser/async-google-apis"
license = "MIT"
documentation = "https://docs.rs/async-google-apis-common"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "~1.0"
chrono = "~0.4"
futures = "~0.3"
hyper = { version = "~0.14", features = ["stream"] }
hyper-rustls = "~0.22"
log = "~0.4"
percent-encoding = "~2.1"
radix64 = "~0.6"
serde = "~1.0"
serde_json = "~1.0"
tokio = { version = "1.0", features = ["fs"] }
tokio-stream = "^0.1"
yup-oauth2 = "~5"