# 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 = "yt-dlp" version = "1.2.3" authors = ["boul2gom "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "⚙️ A Rust library (with auto dependencies downloading) for yt-dlp 🎬️" homepage = "https://github.com/boul2gom/yt-dlp" documentation = "https://docs.rs/yt-dlp" readme = "README.md" keywords = [ "youtube", "yt-dlp", "async", "downloader", ] categories = [ "api-bindings", "asynchronous", "development-tools", ] license = "GPL-3.0" repository = "https://github.com/boul2gom/yt-dlp" [package.metadata.docs.rs] all-features = true [lib] name = "yt_dlp" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = [ "display", "constructor", ] [dependencies.flate2] version = "1.0.34" [dependencies.futures-util] version = "0.3.31" [dependencies.ordered-float] version = "4.4.0" [dependencies.reqwest] version = "0.12.9" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tar] version = "0.4.42" [dependencies.thiserror] version = "1.0.66" [dependencies.tokio] version = "1.41.0" features = [ "rt-multi-thread", "macros", "fs", "time", "process", ] [dependencies.tracing] version = "0.1.40" optional = true [dependencies.xz2] version = "0.1.7" [dependencies.zip] version = "2.2.0" [features] default = [] tracing = ["dep:tracing"]