# 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-serde" version = "0.3.1" authors = ["Marcus Griep "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Protocol Buffers compiler plugin providing JSON serializations" homepage = "https://github.com/neoeinstein/protoc-gen-prost" documentation = "https://docs.rs/protoc-gen-prost-serde" readme = "README.md" keywords = [ "protobuf", "serialization", "prost", "serde", "json", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/neoeinstein/protoc-gen-prost" [lib] name = "protoc_gen_prost_serde" path = "src/lib.rs" [[bin]] name = "protoc-gen-prost-serde" path = "src/main.rs" [dependencies.pbjson-build] version = "0.7.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