mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
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.
23 lines
644 B
TOML
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 = "*"
|