1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "protobuf" 15version = "3.2.0" 16authors = ["Stepan Koltsov <[email protected]>"] 17description = """ 18Rust implementation of Google protocol buffers 19""" 20homepage = "https://github.com/stepancheg/rust-protobuf/" 21documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md" 22readme = "README.md" 23license = "MIT" 24repository = "https://github.com/stepancheg/rust-protobuf/" 25 26[package.metadata.docs.rs] 27all-features = true 28 29[lib] 30bench = false 31 32[dependencies.bytes] 33version = "1.1" 34optional = true 35 36[dependencies.once_cell] 37version = "1.9.0" 38 39[dependencies.protobuf-support] 40version = "=3.2.0" 41 42[dependencies.thiserror] 43version = "1.0.30" 44 45[features] 46default = [] 47with-bytes = ["bytes"] 48