# 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 = "cli-yt-downloader" version = "0.1.4" authors = ["Bryan Yi"] description = "A simple to use Cli for downloading YouTube videos" homepage = "https://github.com/bryanyi/cli-yt-downloader" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bryanyi/cli-yt-downloader" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.home] version = "0.5.9" [dependencies.indicatif] version = "0.16" [dependencies.rustube] version = "0.6.0" features = ["callback"] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.11.0" features = ["full"] [dependencies.url] version = "2.5.0"