toprs 0.6.2

Cross platform memory focused top
# 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"
name = "toprs"
version = "0.6.2"
authors = ["https://github.com/griccardos"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross platform memory focused top"
readme = "README.md"
keywords = [
    "monitoring",
    "process",
    "top",
    "memory",
    "performance",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/griccardos/toprs/"

[features]
default = ["gui"]
gui = [
    "dep:dioxus",
    "dep:dioxus-desktop",
    "dep:image",
    "dep:tokio",
]

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dioxus]
version = "0.7.3"
optional = true

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

[dependencies.dirs]
version = "6"

[dependencies.formato]
version = "0.3.0"

[dependencies.gumdrop]
version = "0.8.1"

[dependencies.image]
version = "0.25"
optional = true

[dependencies.ratatui]
version = "0.30"

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

[dependencies.sysinfo]
version = "0.38"

[dependencies.tokio]
version = "1"
features = ["time"]
optional = true

[dependencies.toml]
version = "0.9"

[build-dependencies.embed-resource]
version = "3.0"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "wincon",
    "winuser",
]