[package] name = "ntex-prost-derive" version = "0.10.3" authors = [ "Dan Burkert ", "Tokio Contributors ", ] license = "Apache-2.0" repository = "https://github.com/tokio-rs/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.0.1" itertools = "0.10" proc-macro2 = "1" quote = "1" syn = { version = "1.0.3", features = [ "full", "extra-traits", "fold" ] }