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 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" 15version = "2.22.1" 16authors = ["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] 37version = "=2.22.1" 38