# 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 = "wiremock-grpc" version = "0.0.3-alpha2" authors = ["Mohammad Mustakim Ali "] description = "Mock gRPC server to test your outgoing gRPC requests" documentation = "https://docs.rs/wiremock-grpc/" readme = "README.md" categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/mustakimali/wiremock-grpc-rs" resolver = "1" [lib] doctest = false [dependencies.http-body] version = "0.4.4" [dependencies.log] version = "0.4.14" [dependencies.prost] version = "0.9.0" [dependencies.rand] version = "0.8.4" [dependencies.tokio] version = "1.12.0" [dependencies.tonic] version = "0.6.0"