protobuf-example 4.33.5-release

Example use of Rust Protocol Buffers bindings
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "protobuf-example"
version = "4.33.5-release"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Example use of Rust Protocol Buffers bindings"
readme = "README.md"
license = "BSD-3-Clause"

[[bin]]
name = "protobuf-example"
path = "src/main.rs"

[dependencies.protobuf]
version = "4.33.5-release"
package = "protobuf"

[dependencies.protobuf_well_known_types]
version = "4.33.5-release"
package = "protobuf-well-known-types"

[build-dependencies.protobuf-codegen]
version = "4.33.5-release"
package = "protobuf-codegen"

[build-dependencies.protobuf_well_known_types]
version = "4.33.5-release"
package = "protobuf-well-known-types"