blob: 5a52570f210d2698669980c649d1ac64516612cc [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
Haibo Huangb7f1d002021-01-07 18:06:37 -080010 value: "https://static.crates.io/crates/protobuf-codegen/protobuf-codegen-2.20.0.crate"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070011 }
Haibo Huangb7f1d002021-01-07 18:06:37 -080012 version: "2.20.0"
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
16 month: 1
17 day: 7
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070018 }
19}