# 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-dl-gui" version = "0.2.1" authors = ["hristogochev"] description = "Cross-platform GUI for youtube-dl made with Iced" readme = "README.md" keywords = [ "youtube-dl", "youtube", "gui", ] license = "GPL-3.0" repository = "https://github.com/hristogochev/youtube-dl-gui" [dependencies.iced] version = "0.8.0" features = ["image"] [dependencies.image] version = "0.24" features = ["ico"] [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17" [dependencies.rfd] version = "0.11" [dependencies.simplelog] version = "0.12" [dependencies.single-instance] version = "0.3" [dependencies.youtube-dl-parser] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" [target."cfg(windows)".build-dependencies.winres] version = "0.1"