[package] name = "protobuf3" version = "2.27.2" authors = ["Stepan Koltsov "] edition = "2018" license = "MIT" homepage = "https://github.com/Tim-Zhang/rust-protobuf/blob/protobuf3/README.md" repository = "https://github.com/Tim-Zhang/rust-protobuf/blob/protobuf3" documentation = "https://github.com/Tim-Zhang/rust-protobuf/blob/protobuf3/README.md" description = """ Rust implementation of Google protocol buffers """ [lib] doctest = false bench = false [features] with-bytes = ["bytes"] with-serde = ["serde", "serde_derive"] [dependencies] bytes = { version = "1.0", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } serde_derive = { version = "1.0", optional = true } [package.metadata.docs.rs] all-features = true