# 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 = "dfl-cli" version = "1.2.3" authors = ["kaoru <@901597854274052106>"] description = "A CLI tool for downloading videos from youtube, and twitch." readme = "README.md" keywords = [ "dfl", "download", "video", "youtube", "twitch", ] license = "MIT" repository = "https://github.com/kaorlol/dfl-cli" [lib] name = "modules" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.colored] version = "2.0.4" [dependencies.indicatif] version = "0.17.7" features = ["rayon"] [dependencies.invidious] version = "0.7.2" features = ["reqwest_async"] [dependencies.regex] version = "1.9.5" [dependencies.reqwest] version = "0.11.20" [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.urlencoding] version = "2.1.3"