# 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 = "blob-dl" version = "1.0.2" description = "A cli tool to make downloading youtube content easy, based on yt-dlp" readme = "README.md" keywords = [ "youtube", "youtube-dl", "yt-dlp", "video", "playlist", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MicheleCioccarelli/blob-dl" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.2" [dependencies.execute] version = "0.2.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.spinoff] version = "0.8.0" [dependencies.url] version = "2.3.1" [dependencies.which] version = "4.4.0"