Buttplug sex toy control library
at dev 479 B view raw
1[package] 2name = "buttplug_derive" 3version = "0.9.0" 4authors = ["Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>"] 5description = "Trait Derive Macros for Buttplug Intimate Hardware Control Library" 6license = "BSD-3-Clause" 7homepage = "http://buttplug.io" 8repository = "https://github.com/buttplugio/buttplug-rs.git" 9keywords = ["usb", "serial", "hardware", "bluetooth", "teledildonics"] 10edition = "2024" 11 12[lib] 13proc-macro = true 14 15[dependencies] 16syn = "2.0.104" 17quote = "1.0.40"