mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
This also includes documentation to state which methods actually support media download, and how to achieve that. Added TODO to not forget we should tell the user how to achieve these kinds of things. Fixes #21
22 lines
631 B
TOML
22 lines
631 B
TOML
# DO NOT EDIT !
|
|
# This file was generated automatically from 'src/mako/Cargo.toml.mako'
|
|
# DO NOT EDIT !
|
|
[package]
|
|
|
|
name = "google-youtube3"
|
|
version = "0.0.1"
|
|
authors = ["Sebastian Thiel <byronimo@gmail>"]
|
|
description = "A complete library to interact with YouTube (protocol v3)"
|
|
repository = "https://github.com/Byron/google-apis-rs/gen/youtube3/.timestamp"
|
|
homepage = "https://developers.google.com/youtube/v3"
|
|
documentation = "http://byron.github.io/google-apis-rs"
|
|
license = "MIT"
|
|
keywords = ["youtube", "google", "protocol", "web", "api"]
|
|
|
|
[dependencies]
|
|
hyper = "*"
|
|
mime = "*"
|
|
url = "*"
|
|
rustc-serialize = "*"
|
|
yup-oauth2 = "*"
|