# 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 = "ytdlp-gui" version = "0.3.0" authors = ["Salman"] description = "a GUI for yt-dlp written in Rust" homepage = "https://github.com/BKSalman" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/BKSalman/ytdlp-gui" [package.metadata.aur] depends = [ "ffmpeg", "yt-dlp", ] [package.metadata.deb] assets = [ [ "target/release/ytdlp-gui", "usr/bin/", "755", ], [ "data/applications/ytdlp-gui.desktop", "usr/share/applications/", "644", ], [ "data/icons/*/apps/ytdlp-gui.png", "usr/share/icons/hicolor/", "644", ], ] depends = "yt-dlp, ffmpeg" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/ytdlp-gui" mode = "755" source = "target/release/ytdlp-gui" [[package.metadata.generate-rpm.assets]] dest = "/usr/share/applications/ytdlp-gui.desktop" mode = "644" source = "data/applications/ytdlp-gui.desktop" [[package.metadata.generate-rpm.assets]] dest = "/usr/share/icons/hicolor/" mode = "644" source = "data/icons/*/apps/ytdlp-gui.png" [package.metadata.generate-rpm.requires] "(ffmpeg or ffmpeg-free)" = "*" yt-dlp = "*" [dependencies.chrono] version = "0.4.23" [dependencies.dirs] version = "4.0.0" [dependencies.gix] version = "0.51.0" default-features = false [dependencies.iced] version = "0.9.0" [dependencies.iced_aw] version = "0.5.0" features = [ "tabs", "modal", "card", ] default-features = false [dependencies.iced_native] version = "0.10.0" [dependencies.native-dialog] version = "0.6.3" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.shared_child] version = "1.0.0" [dependencies.toml] version = "0.5.10" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.url] version = "2.4.0"