prost-types 0.2.3

A Protocol Buffers implementation for the Rust Language.
Documentation
[package]
name = "prost-types"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.2.3"
authors = ["Dan Burkert <dan@danburkert.com>"]
license = "Apache-2.0"
repository = "https://github.com/danburkert/prost"
documentation = "https://docs.rs/prost-types"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."

[lib]
doctest = false
test = false

[dependencies]
bytes = "0.4"
prost = { version = "0.2", path = ".." }
prost-derive = { version = "0.2", path = "../prost-derive" }