[package] name = "buttplug_derive" version = "0.9.0" authors = ["Nonpolynomial Labs, LLC "] description = "Trait Derive Macros for Buttplug Intimate Hardware Control Library" license = "BSD-3-Clause" homepage = "http://buttplug.io" repository = "https://github.com/buttplugio/buttplug-rs.git" keywords = ["usb", "serial", "hardware", "bluetooth", "teledildonics"] edition = "2024" [lib] proc-macro = true [dependencies] syn = "2.0.104" quote = "1.0.40"