| [package] | |
| name = "staging-protobuf-example" | |
| version = "{VERSION}" | |
| edition = "2021" | |
| description = "Example use of Rust Protocol Buffers bindings" | |
| license = "BSD-3-Clause" | |
| [features] | |
| run-protobuf-codegen = [] | |
| [dependencies] | |
| protobuf = { version = "{VERSION}", path = "../protobuf", package = "staging-protobuf" } | |
| [build-dependencies] | |
| protobuf-codegen = { version = "{VERSION}", path = "../protobuf_codegen", package = "staging-protobuf-codegen" } |