resource-tracker 0.1.6

Lightweight Linux resource and GPU tracker for system and process monitoring.
# 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 = "resource-tracker"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight Linux resource and GPU tracker for system and process monitoring."
homepage = "https://github.com/SpareCores/resource-tracker-rs"
documentation = "https://docs.rs/resource-tracker"
readme = "README.md"
keywords = [
    "monitoring",
    "resources",
    "gpu",
    "linux",
    "metrics",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/SpareCores/resource-tracker-rs"

[[bin]]
name = "resource-tracker"
path = "src/main.rs"

[[test]]
name = "compare"
path = "tests/compare.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "std",
    "help",
    "usage",
    "error-context",
    "env",
]
default-features = false

[dependencies.flate2]
version = "=1.1.9"
features = ["rust_backend"]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.13.0-rc.6"

[dependencies.libamdgpu_top]
version = "0.11.2"
features = ["libdrm_dynamic_loading"]
default-features = false

[dependencies.libc]
version = "0.2"

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

[dependencies.procfs]
version = "0.18"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11.0"

[dependencies.toml]
version = "1.0"
features = [
    "parse",
    "serde",
]
default-features = false

[dependencies.ureq]
version = "3"
features = ["json"]

[dev-dependencies.num_cpus]
version = "1"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true