prost-derive 0.6.1

A Protocol Buffers implementation for the Rust Language.
Documentation
[package]
name = "prost-derive"
version = "0.6.1"
authors = ["Dan Burkert <dan@danburkert.com>"]
license = "Apache-2.0"
repository = "https://github.com/danburkert/prost"
documentation = "https://docs.rs/prost-derive"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
edition = "2018"

[lib]
proc_macro = true

[dependencies]
anyhow = "1"
itertools = "0.8"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = [ "extra-traits" ] }