[package] name = "tmkms-prost" # NB: When modifying, also modify html_root_url in lib.rs version = "0.0.1" authors = ["Dan Burkert "] license = "Apache-2.0" repository = "https://github.com/danburkert/prost" documentation = "https://docs.rs/prost" readme = "README.md" description = "A Protocol Buffers implementation for the Rust Language." keywords = ["protobuf", "serialization"] categories = ["encoding"] [badges] travis-ci = { repository = "danburkert/prost" } appveyor = { repository = "danburkert/prost" } [workspace] members = [ "prost-derive", ] exclude = [ # The fuzz crate can't be compiled or tested without the 'cargo fuzz' command, # so exclude it from normal builds. "fuzz", ] [dependencies] byteorder = "1" bytes = "0.4.7"