protobuf-example 4.31.0-beta1

Example use of Rust Protocol Buffers bindings
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
dependencies = [
 "shlex",
]

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[package]]
name = "protobuf"
version = "4.31.0-beta1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6aa5619a3f0a3b11d1c155ae350b674edc0569b998d30a1c0ccb0762ee240c7"
dependencies = [
 "cc",
 "paste",
]

[[package]]
name = "protobuf-codegen"
version = "4.31.0-beta1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "202ced2afdd00c0bf9cafb154f128a2985bec694766f3bd12fbecc7c5c1e1762"
dependencies = [
 "cc",
]

[[package]]
name = "protobuf-example"
version = "4.31.0-beta1"
dependencies = [
 "protobuf",
 "protobuf-codegen",
 "protobuf-well-known-types",
]

[[package]]
name = "protobuf-well-known-types"
version = "4.31.0-beta1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d317cfda88804075b07f2e7807b034e17efa943117bb5631b3dfdc4407ad0e5"
dependencies = [
 "protobuf",
 "protobuf-codegen",
]

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"