nomnom-app 0.1.2

YT-DLP GUI Wrapper, but it eats URLs and spits out videos. simple.
# 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 = "2024"
rust-version = "1.88.0"
name = "nomnom-app"
version = "0.1.2"
authors = ["SeyedAli <seyed.ali.devl@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YT-DLP GUI Wrapper, but it eats URLs and spits out videos. simple."
homepage = "https://github.com/seyallius/nomnom"
readme = "README.md"
keywords = [
    "yt-dlp",
    "youtube",
    "yt-dlp-gui",
    "gui",
    "downloader",
]
categories = [
    "gui",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/seyallius/nomnom"

[[bin]]
name = "nomnom"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.dioxus]
version = "0.7.3"
features = ["desktop"]

[dependencies.dioxus-desktop]
version = "0.7.3"

[dependencies.dirs]
version = "6"

[dependencies.rfd]
version = "0.17.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1