jetstream/third_party/p9_wire_format_derive/Cargo.toml
2024-03-13 16:38:31 +00:00

19 lines
384 B
TOML

[package]
name = "p9_wire_format_derive"
version = "0.2.3"
authors = ["The ChromiumOS Authors"]
license = "BSD-3-Clause"
description = "Supporting proc-macro for the `p9` crate."
repository = "https://github.com/google/rust-p9"
readme = "../README.md"
[dependencies]
syn = "^1"
quote = "^1"
proc-macro2 = "^1"
[lib]
proc-macro = true
[dev-dependencies]
pretty_assertions = "1.4.0"