# 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 = "ytdlp_bindings" version = "0.1.0" authors = ["c12i "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "ytdlp cli bindings" readme = "README.md" license = "MIT" [lib] name = "ytdlp_bindings" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.webvtt-parser] version = "1.0.0-beta.1" optional = true [dependencies.which] version = "6.0.3" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.tempfile] version = "3.12.0" [build-dependencies.reqwest] version = "0.12" features = ["blocking"] [features] audio-processing = [] default = [ "yt-dlp-vendored", "audio-processing", "video-processing", "vtt-processing", ] video-processing = [] vtt-processing = ["dep:webvtt-parser"] yt-dlp-vendored = []