# 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 = "grpc-build" version = "7.0.0" authors = ["Stefan Adrian Danaita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "gPRC compilation made easy" homepage = "https://github.com/stefandanaita/grpc-build" readme = "README.md" keywords = [ "grpc", "tonic", "proto", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/stefandanaita/grpc-build" [lib] name = "grpc_build" path = "src/lib.rs" [[bin]] name = "grpc_build" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.fs-err] version = "2.7" [dependencies.paw] version = "1" [dependencies.prost] version = "0.13" [dependencies.prost-build] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.tempfile] version = "3.3" [dependencies.tonic-build] version = "0.12" [dependencies.walkdir] version = "2.3" [dev-dependencies.tonic] version = "0.12" [dev-dependencies.trybuild] version = "1.0"