# 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 = "youtube_downloader_cli" version = "1.1.0" authors = ["malakai gunderson"] include = [ "LICENSE*", "src", "Cargo.toml", "README.md", "icon.ico", ] description = "A cli YouTube downloader develop in rust" readme = "README.md" keywords = [ "youtube", "youtube-downloader", ] categories = ["multimedia"] license = "GPL-3.0" repository = "https://github.com/Kaifungamedev/youtube_downloader_rust/" [dependencies.futures] version = "0.3.25" [dependencies.reqwest] version = "0.11.12" [dependencies.rustube] version = "0.6.0" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.ytextract] version = "0.11.0" [target."cfg(target_os=\"windows\")".build-dependencies.winres] version = "^0.1"