[package]
name = "buttplug_client"
version = "11.0.0"
authors = ["Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>"]
description = "Buttplug Intimate Hardware Control Library - Core Library"
license = "BSD-3-Clause"
homepage = "http://buttplug.io"
repository = "https://github.com/buttplugio/buttplug.git"
readme = "./README.md"
keywords = ["usb", "serial", "hardware", "bluetooth", "teledildonics"]
edition = "2024"
exclude = ["examples/**"]
[lib]
name = "buttplug_client"
path = "src/lib.rs"
test = true
doctest = true
doc = true
[features]
default = ["tokio-runtime"]
tokio-runtime = ["buttplug_core/tokio-runtime"]
wasm = ["buttplug_core/wasm"]
[dependencies]
buttplug_core = { version = "11.0.0", path = "../buttplug_core", default-features = false }
futures = "0.3.33"
thiserror = "2.0.19"
log = "0.4.33"
getset = "0.1.7"
tokio = { version = "1.53.1", features = ["macros"] }
dashmap = { version = "6.2.1" }
tracing = "0.1.44"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
jsonschema = { version = "0.49.1", default-features = false }
strum = "0.28.0"
strum_macros = "0.28.0"