blob: c99930125a62aa71ad9d7d9b7be52b761f775210 [file] [log] [blame]
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07001name: "protobuf-codegen"
2description: "Code generator for rust-protobuf.\n\nIncludes a library and `protoc-gen-rust` binary.\n\nSee `protoc-rust` and `protobuf-codegen-pure` crates.\n"
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/protobuf-codegen"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/stepancheg/rust-protobuf"
11 }
Haibo Huang72fec012020-07-10 20:24:04 -070012 version: "2.16.2"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
Haibo Huang72fec012020-07-10 20:24:04 -070016 month: 7
17 day: 10
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070018 }
19}