spark-dashboard 0.7.0

Real-time hardware and LLM inference monitoring for Linux hosts with NVIDIA GPUs
# 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 = "spark-dashboard"
version = "0.7.0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
    "/CHANGELOG.md",
    "/frontend/dist/**",
    "/packaging/systemd/spark-dashboard.service",
    "/packaging/config.env.example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-time hardware and LLM inference monitoring for Linux hosts with NVIDIA GPUs"
readme = "README.md"
keywords = [
    "monitoring",
    "gpu",
    "nvml",
    "dgx-spark",
    "vllm",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/niklasfrick/spark-dashboard"

[[bin]]
name = "spark-dashboard"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"
features = ["ws"]

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

[dependencies.mime_guess]
version = "2"

[dependencies.prometheus-parse]
version = "0.2"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rust-embed]
version = "8"
features = ["axum"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.38"

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

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[target.'cfg(target_os = "linux")'.dependencies.bollard]
version = "0.20"

[target.'cfg(target_os = "linux")'.dependencies.nvml-wrapper]
version = "0.12"

[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.18"