blob: e905992427646abf400ff78e8e9b195725633118 [file] [log] [blame]
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07001name: "protobuf-codegen"
Chih-Hung Hsieh07f32d92020-10-06 01:50:33 -07002description: "Code generator for rust-protobuf. Includes a library and `protoc-gen-rust` binary. See `protoc-rust` and `protobuf-codegen-pure` crates."
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/protobuf-codegen"
7 }
8 url {
Chih-Hung Hsieh5bc6d392020-08-25 20:49:25 -07009 type: ARCHIVE
Elliott Hughesa013f1f2021-04-01 17:02:23 -070010 value: "https://static.crates.io/crates/protobuf-codegen/protobuf-codegen-2.22.1.crate"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070011 }
Elliott Hughesa013f1f2021-04-01 17:02:23 -070012 version: "2.22.1"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070013 license_type: NOTICE
14 last_upgrade_date {
Haibo Huangb7f1d002021-01-07 18:06:37 -080015 year: 2021
Elliott Hughesa013f1f2021-04-01 17:02:23 -070016 month: 4
17 day: 1
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070018 }
19}