[package] name = "dfl-cli" version = "1.2.3" edition = "2021" authors = ["kaoru <@901597854274052106>"] description = "A CLI tool for downloading videos from youtube, and twitch." repository = "https://github.com/kaorlol/dfl-cli" license = "MIT" keywords = ["dfl", "download", "video", "youtube", "twitch"] [lib] name = "modules" path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2.0.4" indicatif = {version = "0.17.7", features = ["rayon"]} regex = "1.9.5" reqwest = "0.11.20" serde_json = "1.0.107" tokio = { version = "1.32.0", features = ["full"] } urlencoding = "2.1.3" invidious = { version = "0.7.2", features = ["reqwest_async"] } url = "2.2.2" async-trait = "0.1.73"