blob: ca327e2246aaa513b3043230054093452d1700fc [file] [log] [blame]
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
Joel Galenson7f6fb132021-08-09 10:40:01 -07006# to registry (e.g., crates.io) dependencies.
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -07007#
Joel Galenson7f6fb132021-08-09 10:40:01 -07008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070011
12[package]
13name = "protobuf-codegen"
David LeGare316092b2022-03-02 16:21:18 +000014version = "2.27.1"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070015authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
David LeGare316092b2022-03-02 16:21:18 +000016description = """
17Code generator for rust-protobuf.
18
19Includes a library and `protoc-gen-rust` binary.
20
21See `protoc-rust` and `protobuf-codegen-pure` crates.
22"""
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070023homepage = "https://github.com/stepancheg/rust-protobuf/"
24license = "MIT"
25repository = "https://github.com/stepancheg/rust-protobuf/"
David LeGare316092b2022-03-02 16:21:18 +000026
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070027[package.metadata.docs.rs]
28all-features = true
29
30[lib]
31bench = false
32
33[[bin]]
34name = "protoc-gen-rust"
35path = "src/bin/protoc-gen-rust.rs"
36test = false
37
38[[bin]]
39name = "protobuf-bin-gen-rust-do-not-use"
40path = "src/bin/protobuf-bin-gen-rust-do-not-use.rs"
41test = false
David LeGare316092b2022-03-02 16:21:18 +000042
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070043[dependencies.protobuf]
David LeGare316092b2022-03-02 16:21:18 +000044version = "=2.27.1"