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]
13edition = "2021"
14name = "protobuf-codegen"
15version = "3.2.0"
16authors = ["Stepan Koltsov <[email protected]>"]
17description = """
18Code generator for rust-protobuf.
19
20Includes a library to invoke programmatically (e. g. from `build.rs`) and `protoc-gen-rust` binary.
21"""
22homepage = "https://github.com/stepancheg/rust-protobuf/"
23readme = "README.md"
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[dependencies.anyhow]
39version = "1.0.53"
40
41[dependencies.once_cell]
42version = "1.10.0"
43
44[dependencies.protobuf]
45version = "=3.2.0"
46
47[dependencies.protobuf-parse]
48version = "=3.2.0"
49
50[dependencies.regex]
51version = "1.5.5"
52
53[dependencies.tempfile]
54version = "3"
55
56[dependencies.thiserror]
57version = "1.0.30"
58