protobuf-example 4.30.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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf"
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.30.0-beta1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a44a7f19c26d932f9c298b51d0074cedbd54b3775accf16c8bb0b7fa6649606"
dependencies = [
 "cc",
 "paste",
]

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

[[package]]
name = "protobuf-example"
version = "4.30.0-beta1"
dependencies = [
 "protobuf",
 "protobuf-codegen",
]

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