# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "protoc-gen-prost-crate" version = "0.4.1" authors = ["Marcus Griep "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Protocol Buffers compiler plugin powered by Prost!" homepage = "https://github.com/neoeinstein/protoc-gen-prost" documentation = "https://docs.rs/protoc-gen-prost" readme = "README.md" keywords = [ "protobuf", "serialization", "prost", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/neoeinstein/protoc-gen-prost" [lib] name = "protoc_gen_prost_crate" path = "src/lib.rs" [[bin]] name = "protoc-gen-prost-crate" path = "src/main.rs" [dependencies.once_cell] version = "1.10.0" [dependencies.prost] version = "0.13.1" features = ["std"] default-features = false [dependencies.prost-build] version = "0.13.1" default-features = false [dependencies.prost-types] version = "0.13.1" default-features = false [dependencies.protoc-gen-prost] version = "0.4.0" [dependencies.regex] version = "1.5.5" default-features = false