[[bin]]
name = "doom-status"
path = "src/main.rs"
[build-dependencies.vergen]
features = ["build"]
version = "9.0.4"
[build-dependencies.vergen-gitcl]
features = ["build"]
version = "1.0.5"
[dependencies.image]
default-features = false
features = ["png"]
version = "0.25.5"
[dependencies.muda]
default-features = false
version = "0.15.3"
[dependencies.sysinfo]
default-features = false
features = ["system"]
version = "0.33.1"
[dependencies.tray-icon]
default-features = false
version = "0.19.2"
[dependencies.winit]
version = "0.30.8"
[lib]
name = "doom_status"
path = "src/lib.rs"
[package]
authors = ["Richard Zak <richard.j.zak@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Show the CPU load in a menu or status bar by displaying the face of Doom Guy"
edition = "2021"
homepage = "https://github.com/rjzak/doom-status"
license = "GPL-2.0-only"
name = "doom-status"
readme = "readme.md"
repository = "https://github.com/rjzak/doom-status"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
strip = "symbols"
[target.'cfg(target_os = "linux")'.dependencies.gtk]
version = "0.18"
[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10.0"
[target."cfg(windows)".build-dependencies.winresource]
default-features = false
version = "0.1.19"