# 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 = "2021" rust-version = "1.70" name = "youtube_search" version = "1.0.2" authors = ["Marc Cámara"] description = "A crate to navigate the YouTube API" readme = "README.md" keywords = [ "youtube", "search", "lemnoslife", ] categories = [ "api", "youtube", ] license-file = "LICENSE" repository = "https://github.com/mcamara/youtube_search" [dependencies.anyhow] version = "1.0.44" [dependencies.async-trait] version = "0.1.72" [dependencies.reqwest] version = "0.11.18" features = [ "cookies", "gzip", "json", ] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.url] version = "2.2.2" [dev-dependencies.mockito] version = "1.1.0"