[package] name = "serial-sensors-proto-derive" description = "A simple wire format for transmitting MEMS sensor data and friends" version.workspace = true authors.workspace = true categories.workspace = true edition.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true readme = "../../README.md" [dependencies] syn = "2.0.68" quote = "1.0" proc-macro2 = "1.0" darling = "0.20.9" [lib] proc-macro = true