lhm-client 0.3.0

Client for using the LHM service
[dependencies.futures-util]
features = ["sink"]
version = "=0.3.31"

[dependencies.interprocess]
features = ["tokio"]
version = "2.2.3"

[dependencies.lhm-shared]
version = "0.2.0"

[dependencies.parking_lot]
version = "=0.12.4"

[dependencies.rmp-serde]
version = "=1.3.0"

[dependencies.thiserror]
version = "=2.0.12"

[dependencies.tokio]
version = "=1.45.1"

[dependencies.tokio-util]
features = ["codec"]
version = "=0.7.15"

[dependencies.windows-service]
optional = true
version = "=0.8.0"

[dev-dependencies.tokio]
features = ["macros"]
version = "=1.45.1"

[[example]]
name = "cpu_temp"
path = "examples/cpu_temp.rs"

[[example]]
name = "gpu_temp"
path = "examples/gpu_temp.rs"

[[example]]
name = "mem"
path = "examples/mem.rs"

[[example]]
name = "query_hardware"
path = "examples/query_hardware.rs"

[features]
default = ["service"]
service = ["dep:windows-service"]

[lib]
name = "lhm_client"
path = "src/lib.rs"

[package]
authors = ["Jacobtread <jacobtread@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Client for using the LHM service"
edition = "2024"
license = "MIT"
name = "lhm-client"
readme = "README.md"
repository = "https://github.com/jacobtread/lhm-service"
resolver = "2"
version = "0.3.0"