yt-api 0.2.0-alpha.2

a work in progress library to interact asynchronously with the youtube api
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "yt-api"
version = "0.2.0-alpha.2"
authors = ["nycex <nycex@protonmail.com>"]
description = "a work in progress library to interact asynchronously with the youtube api"
documentation = "https://docs.rs/yt-api"
readme = "README.md"
keywords = ["youtube", "api", "async"]
license = "MIT"
repository = "https://gitlab.com/nycex/yt-api"
[dependencies.chrono]
version = "0.4.9"
features = ["serde"]

[dependencies.futures-preview]
version = "0.3.0-alpha.18"
features = ["compat"]

[dependencies.log]
version = "0.4.8"

[dependencies.reqwest]
version = "0.9.20"

[dependencies.serde]
version = "1.0.100"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.40"

[dependencies.serde_qs]
version = "0.5.0"

[dependencies.snafu]
version = "0.5.0"
[dev-dependencies.futures-preview]
version = "0.3.0-alpha.18"
features = ["compat"]

[dev-dependencies.tokio]
version = "0.1.22"
[badges.gitlab]
branch = "master"
repository = "nycex/yt-api"

[badges.maintenance]
status = "experimental"