Files
google-apis-rs/gen/translate2/Cargo.toml
2017-09-24 15:08:20 +02:00

32 lines
791 B
TOML

# DO NOT EDIT !
# This file was generated automatically from 'src/mako/Cargo.toml.mako'
# DO NOT EDIT !
[package]
name = "google-translate2"
version = "1.0.6+20160627"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with translate (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/translate2"
homepage = "https://developers.google.com/translate/v2/using_rest"
documentation = "https://docs.rs/google-translate2/1.0.6+20160627"
license = "MIT"
keywords = ["translate", "google", "protocol", "web", "api"]
[dev-dependencies]
hyper-rustls = "^0.6"
[dependencies]
hyper = "^ 0.10"
mime = "^ 0.2.0"
serde = "^ 1.0"
serde_json = "^ 1.0"
serde_derive = "^ 1.0"
yup-oauth2 = "^ 1.0"
url = "= 0.5"
[features]