[package] name = "cli-yt-downloader" version = "0.1.4" authors = ["Bryan Yi"] edition = "2021" description = "A simple to use Cli for downloading YouTube videos" readme = "README.md" license = "MIT" keywords = ["cli"] categories = ["command-line-utilities"] homepage = "https://github.com/bryanyi/cli-yt-downloader" repository = "https://github.com/bryanyi/cli-yt-downloader" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.4", features = ["derive"] } rustube = {version = "0.6.0", features = ["callback"]} serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" tokio = {version = "1.11.0", features = ["full"] } indicatif = "0.16" home = "0.5.9" directories = "5.0.1" url = "2.5.0"