# 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 = "proto-gen" version = "0.2.8" authors = ["Embark "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Protobuf to Rust CLI tool" homepage = "https://github.com/embarkstudios/proto-gen" readme = "README.md" keywords = [ "codegen", "cli", "protobuf", ] categories = [ "api-bindings", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embarkstudios/proto-gen" [[bin]] name = "proto-gen" path = "src/main.rs" [dependencies.clap] version = "4.1.13" features = [ "derive", "derive", ] [dependencies.prost-build] version = "0.12" [dependencies.tempfile] version = "3.4.0" [dependencies.tonic-build] version = "0.10.2" features = [ "transport", "prost", "transport", "prost", ] default-features = false [features] default = [] protoc-tests = []