# 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" name = "youtubei-rs" version = "1.3.5" description = """ A asynchronous implementation of the invidious innertube aka youtubei API wrapper. """ readme = "README.md" keywords = [ "api", "youtube", "innertube", "wrapper", ] license = "AGPL-3.0-only" repository = "https://github.com/11tuvork28/youtubei-rs" resolver = "2" [lib] name = "youtubei_rs" crate-type = ["lib"] path = "src/lib.rs" test = true [dependencies.reqwest] version = "0.11" features = [ "json", "gzip", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1"