Buttplug sex toy control library
1[package]
2name = "buttplug_tests"
3version = "0.0.0"
4authors = ["Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>"]
5description = "Buttplug Intimate Hardware Control Library - Core Library"
6license = "BSD-3-Clause"
7homepage = "http://buttplug.io"
8repository = "https://github.com/buttplugio/buttplug.git"
9readme = "./README.md"
10keywords = ["usb", "serial", "hardware", "bluetooth", "teledildonics"]
11edition = "2024"
12
13[dependencies]
14buttplug_derive = "0.8.1"
15buttplug_core = { path = "../buttplug_core" }
16buttplug_client = { path = "../buttplug_client" }
17buttplug_client_in_process = { path = "../buttplug_client_in_process", default-features = false}
18buttplug_server = { path = "../buttplug_server" }
19buttplug_server_device_config = { path = "../buttplug_server_device_config" }
20log = "0.4.27"
21tokio = { version = "1.46.1", features = ["macros"] }
22uuid = "1.17.0"
23futures = "0.3.31"
24tracing = "0.1.41"
25tracing-subscriber = "0.3.19"
26tracing-futures = "0.2.5"
27tokio-test = "0.4.4"
28serde = "1.0.219"
29async-trait = "0.1.88"
30dashmap = "6.1.0"
31thiserror = "2.0.12"
32getset = "0.1.6"
33jsonschema = { version = "0.30.0", default-features = false }
34test-case = "3.3.1"
35serde_yaml = "0.9.34"