blob: b594d67f3a93489f14928a343397afeb764b9db3 [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
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "protobuf-codegen"
Elliott Hughesa013f1f2021-04-01 17:02:23 -070015version = "2.22.1"
Chih-Hung Hsieh92ff6052020-06-10 20:18:39 -070016authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
17description = "Code generator for rust-protobuf.\n\nIncludes a library and `protoc-gen-rust` binary.\n\nSee `protoc-rust` and `protobuf-codegen-pure` crates.\n"
18homepage = "https://github.com/stepancheg/rust-protobuf/"
19license = "MIT"
20repository = "https://github.com/stepancheg/rust-protobuf/"
21[package.metadata.docs.rs]
22all-features = true
23
24[lib]
25bench = false
26
27[[bin]]
28name = "protoc-gen-rust"
29path = "src/bin/protoc-gen-rust.rs"
30test = false
31
32[[bin]]
33name = "protobuf-bin-gen-rust-do-not-use"
34path = "src/bin/protobuf-bin-gen-rust-do-not-use.rs"
35test = false
36[dependencies.protobuf]
Elliott Hughesa013f1f2021-04-01 17:02:23 -070037version = "=2.22.1"