# 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-parallel" version = "0.5.22" authors = ["Philip Rodrigues"] description = "This application runs download tools (default is yt-dlp) in parallel to download batches of videos." readme = "readme.md" license = "GPL-2.0-or-later" repository = "https://github.com/phiroict/yt-parallel" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.env_logger] version = "0.11.1" [dependencies.fs_extra] version = "1.3.0" [dependencies.log] version = "0.4.20" [dependencies.uuid] version = "1.7.0" features = ["v4"] [dependencies.which] version = "6.0.0" features = []