1# 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 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. 11 12[package] 13name = "protobuf-codegen" 14version = "2.27.1" 15authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"] 16description = """ 17Code generator for rust-protobuf. 18 19Includes a library and `protoc-gen-rust` binary. 20 21See `protoc-rust` and `protobuf-codegen-pure` crates. 22""" 23homepage = "https://github.com/stepancheg/rust-protobuf/" 24license = "MIT" 25repository = "https://github.com/stepancheg/rust-protobuf/" 26 27[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 42 43[dependencies.protobuf] 44version = "=2.27.1" 45