# 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.67.1" name = "rustypipe" version = "0.7.0" authors = ["ThetaDev "] build = false include = [ "/src", "README.md", "CHANGELOG.md", "LICENSE", "!snapshots", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Client for the public YouTube / YouTube Music API (Innertube), inspired by NewPipe" readme = "README.md" keywords = [ "youtube", "video", "music", ] categories = [ "api-bindings", "multimedia", ] license = "GPL-3.0" repository = "https://codeberg.org/ThetaDev/rustypipe" [package.metadata.docs.rs] features = ["rss"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rustypipe" path = "src/lib.rs" [dependencies.base64] version = "0.22.0" [dependencies.fancy-regex] version = "0.14.0" [dependencies.once_cell] version = "1.12.0" [dependencies.phf] version = "0.11.0" [dependencies.quick-js-dtp] version = "0.4.1" features = ["patch-dateparser"] default-features = false [dependencies.quick-xml] version = "0.37.0" features = ["serialize"] optional = true [dependencies.rand] version = "0.8.0" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.12.0" features = [ "json", "gzip", "brotli", ] default-features = false [dependencies.ress] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.serde_plain] version = "1.0.0" [dependencies.serde_with] version = "3.0.0" features = [ "alloc", "macros", ] default-features = false [dependencies.thiserror] version = "2.0.0" [dependencies.time] version = "0.3.10" features = [ "macros", "serde-human-readable", "serde-well-known", ] [dependencies.tokio] version = "1.20.4" features = [ "macros", "time", ] [dependencies.tracing] version = "0.1.0" features = ["log"] [dependencies.url] version = "2.2.0" [dependencies.urlencoding] version = "2.1.0" [dev-dependencies.insta] version = "1.17.1" features = [ "ron", "redactions", ] [dev-dependencies.path_macro] version = "1.0.0" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tracing-test] version = "0.2.5" [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] native-tls = ["reqwest/native-tls"] native-tls-alpn = ["reqwest/native-tls-alpn"] native-tls-vendored = ["reqwest/native-tls-vendored"] rss = ["quick-xml"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]