Buttplug sex toy control library
at dev 1.1 kB view raw
1[package] 2name = "buttplug_client" 3version = "10.0.0-beta2" 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" 12exclude = ["examples/**"] 13 14[lib] 15name = "buttplug_client" 16path = "src/lib.rs" 17test = true 18doctest = true 19doc = true 20 21 22[dependencies] 23buttplug_derive = "0.8.1" 24buttplug_core = { path = "../buttplug_core" } 25# buttplug_derive = { path = "../buttplug_derive" } 26futures = "0.3.31" 27thiserror = "2.0.12" 28log = "0.4.27" 29getset = "0.1.6" 30tokio = { version = "1.46.1", features = ["macros"] } 31dashmap = { version = "6.1.0" } 32tracing-futures = "0.2.5" 33tracing = "0.1.41" 34serde = { version = "1.0.219", features = ["derive"] } 35serde_json = "1.0.140" 36jsonschema = { version = "0.30.0", default-features = false } 37strum = "0.27.1" 38strum_macros = "0.27.1"