# 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 = "grpcmock" version = "0.1.1" authors = ["Dan Clark, Gaurav Kumbhat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "gRPC server mocking for Rust" documentation = "https://docs.rs/grpcmock/" readme = "README.md" keywords = [ "mocking", "grpc-mocking", "grpc", "testing", ] categories = [ "development-tools", "development-tools::testing", ] license = "Apache-2.0" repository = "https://github.com/IBM/grpcmock" [lib] name = "grpcmock" path = "src/lib.rs" [dependencies.bytes] version = "1.9.0" [dependencies.futures] version = "0.3.31" [dependencies.http] version = "1.2.0" [dependencies.http-body] version = "1.0.1" [dependencies.http-body-util] version = "0.1.2" [dependencies.http-serde] version = "2.1.1" [dependencies.prost] version = "0.13.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.serde_yml] version = "0.0.12" [dependencies.thiserror] version = "2.0.4" [dependencies.tokio] version = "1.42.0" [dependencies.tonic] version = "0.12.3" [dependencies.tracing] version = "0.1.41"