syswatch 0.4.0

Single-host, read-only system diagnostics TUI. Twelve tabs covering CPU, memory, disks, processes, GPU, power, services, network, plus a Timeline scrubber and an Insights anomaly engine. Sibling to netwatch.
# 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 = "syswatch"
version = "0.4.0"
build = false
exclude = [
    "demo.gif",
    "demo.tape",
    "Formula/**",
    "LAUNCH_DRAFT.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-host, read-only system diagnostics TUI. Twelve tabs covering CPU, memory, disks, processes, GPU, power, services, network, plus a Timeline scrubber and an Insights anomaly engine. Sibling to netwatch."
homepage = "https://github.com/matthart1983/syswatch"
readme = "README.md"
keywords = [
    "system",
    "monitoring",
    "tui",
    "diagnostics",
    "observability",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/matthart1983/syswatch"

[features]
default = []
gpu-nvidia = ["dep:nvml-wrapper"]
smart = []

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.netwatch-sdk]
version = "0.1"

[dependencies.nvml-wrapper]
version = "0.12"
optional = true

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.32"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "time",
    "sync",
]

[dependencies.toml]
version = "0.8"

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

[target.'cfg(target_os = "macos")'.dependencies.macpow]
version = "0.1"
default-features = false

[profile.release]
lto = "thin"
codegen-units = 1
strip = true