mangofetch-gui 0.7.3

Graphical interface for MangoFetch download manager (egui + eframe)
# 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 = "mangofetch-gui"
version = "0.7.3"
authors = ["Jules Martins <TU_ID+julesklord@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graphical interface for MangoFetch download manager (egui + eframe)"
readme = "README.md"
keywords = [
    "mangofetch",
    "downloader",
    "gui",
    "video",
    "egui",
]
categories = [
    "gui",
    "multimedia",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/julesklord/mangofetch-cli"

[lib]
name = "mangofetch_gui"
path = "src/lib.rs"

[[bin]]
name = "mangofetch-gui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6"

[dependencies.eframe]
version = "0.31"
features = [
    "default_fonts",
    "persistence",
]

[dependencies.egui]
version = "0.31"

[dependencies.egui_extras]
version = "0.31"
features = ["all_loaders"]

[dependencies.mangofetch-core]
version = "0.7.3"
features = ["platforms"]

[dependencies.rfd]
version = "0.17.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.30"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"