# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "yt-api" version = "0.3.2" authors = [ "fdangelo ", "nycex ", ] 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", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://codeberg.org/nycex/yt-api" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.futures] version = "0.3.13" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.snafu] version = "0.6.10" [dependencies.surf] version = "2.2.0" default-features = false [features] curl-client = ["surf/curl-client"] default = ["surf/default"] h1-client = ["surf/h1-client"] h1-client-rustls = ["surf/h1-client-rustls"] hyper-client = ["surf/hyper-client"] middleware-logger = ["surf/middleware-logger"] wasm-client = ["surf/wasm-client"] [badges.maintenance] status = "deprecated"