lhm-server 0.2.0

Server for running LHM and allowing clients to connect to it without requiring admin rights
[dependencies.futures-util]
features = ["sink"]
version = "0.3"

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

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

[dependencies.lhm-sys]
version = "0.1.0"

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

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

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

[dependencies.widestring]
version = "1"

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

[package]
authors = ["Jacobtread <jacobtread@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Server for running LHM and allowing clients to connect to it without requiring admin rights"
edition = "2024"
license = "MIT"
name = "lhm-server"
readme = "README.md"
repository = "https://github.com/jacobtread/lhm-service"
resolver = "2"
version = "0.2.0"