mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
33 lines
898 B
TOML
33 lines
898 B
TOML
[package]
|
|
name = "google-apis-common"
|
|
version = "4.0.0"
|
|
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
|
repository = "https://github.com/Byron/google-apis-rs"
|
|
homepage = "https://github.com/Byron/google-apis-rs/google-apis-common"
|
|
documentation = "https://docs.rs/google-apis-common"
|
|
description = "Shared functionality among the google-api crates."
|
|
license = "MIT"
|
|
keywords = ["google", "web", "api", "common"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
mime = "^ 0.2.0"
|
|
serde = "^ 1.0"
|
|
serde_json = "^ 1.0"
|
|
## TODO: Make yup-oauth2 optional
|
|
## yup-oauth2 = { version = "^ 7.0", optional = true }
|
|
yup-oauth2 = "^ 7.0"
|
|
itertools = "^ 0.10"
|
|
hyper = "^ 0.14"
|
|
http = "^0.2"
|
|
tokio = "^1.0"
|
|
tower-service = "^0.3.1"
|
|
|
|
[dev-dependencies]
|
|
serde = { version = "^ 1.0", features = ["derive"] }
|