cleansys-gui 0.6.7

CleanSys — desktop GUI for system cleanup on Linux, macOS, and Windows (Iced)
Documentation
# 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 = "cleansys-gui"
version = "0.6.7"
authors = ["Sorin Albu-Irimies <sorinirimies@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CleanSys — desktop GUI for system cleanup on Linux, macOS, and Windows (Iced)"
readme = "README.md"
keywords = [
    "clean",
    "system",
    "linux",
    "cleanup",
    "gui",
]
categories = [
    "gui",
    "filesystem",
    "os",
]
license = "MIT"
repository = "https://github.com/sorinirimies/cleansys"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.cleansys-core]
version = "0.6.7"

[dependencies.env_logger]
version = "0.11"

[dependencies.iced]
version = "0.14"
features = ["advanced"]

[dependencies.iced_fonts]
version = "0.3"
features = ["bootstrap"]

[dependencies.log]
version = "0.4"

[dependencies.notify-rust]
version = "4.18"

[dev-dependencies.tempfile]
version = "3.27"

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = [
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]