Files
google-apis-rs/gen/youtube3/cargo.toml
Sebastian Thiel 020300af15 feat(type-params): ground work for upload media
This might mean we need additional type parameters, but I will see how
it's going to work out.

In theory, we could define a new trait for Seek+Read, but this would
mean that we couldn't contain owned streams.

For max flexibility, it's better to have additional type parameters
and use BorrowMut to allow ownership, and borrow.
2015-03-08 09:09:18 +01:00

23 lines
644 B
TOML

# DO NOT EDIT !
# This file was generated automatically from 'src/mako/cargo.toml.mako'
# DO NOT EDIT !
[package]
name = "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 = "*"
rustc-serialize = "*"
yup-oauth2 = "*"
[dev-dependencies]
yup-hyper-mock = "*"