[dependencies.lazy_static]
version = "1.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["net", "io-util", "rt", "time", "macros"]
optional = true
version = "1.0"
[dependencies.tokio-util]
optional = true
version = "0.7"
[features]
async = ["tokio", "tokio-util"]
default = []
[lib]
name = "viiper_client"
path = "src/lib.rs"
[package]
authors = ["Peter Repukat"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "hardware-support"]
description = "VIIPER Client SDK for Rust"
documentation = "https://alia5.github.io/viiper-docs/clients/rust/"
edition = "2021"
homepage = "https://github.com/Alia5/VIIPER"
keywords = ["viiper", "usbip", "virtual-device", "input-emulation", "hid"]
license = "MIT"
name = "viiper-client"
readme = "README.md"
repository = "https://github.com/Alia5/VIIPER"
rust-version = "1.70"
version = "0.0.1-dev"