[package] name = "jetstream_p9_wire_format_derive" version = "0.6.0" authors = ["The ChromiumOS Authors"] license = "BSD-3-Clause" description = "Supporting proc-macro for the `p9` crate." repository = "https://github.com/google/rust-p9" readme = "../rust-p9/README.md" [dependencies] # rust analyzer doesn't understand the `quote` macro from `proc-macro2` so we # need to use `syn` to parse the input and then use `quote` to generate the syn = "2" quote = "^1" proc-macro2 = "^1" [lib] proc-macro = true [dev-dependencies] pretty_assertions = "1.4.0"