tonic-server-mock 1.0.1

Mock tonic-based gRPC servers that run in memory without networking
Documentation
# 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 = "tonic-server-mock"
version = "1.0.1"
authors = ["Maksim Makarov aka pr0n1x <maxim.pronix@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mock tonic-based gRPC servers that run in memory without networking"
readme = "README.md"
keywords = [
    "grpc",
    "tonic",
    "mock",
    "testing",
]
license = "MIT"
repository = "https://github.com/pr0n1x/tonic-server-mock"

[lib]
name = "tonic_server_mock"
path = "src/lib.rs"

[dependencies.hyper-util]
version = "0.1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tonic]
version = "0.12"
features = [
    "tls-native-roots",
    "tls-webpki-roots",
    "gzip",
    "zstd",
]

[dependencies.tower]
version = "0.4.3"

[dependencies.tracing]
version = "0.1"