# 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 = "2018" name = "tonic-mock" version = "0.3.0" authors = ["Tyr Chen "] description = """ Test utilities for easy mocking tonic streaming interface """ homepage = "https://github.com/tyrchen/tonic-mock" documentation = "https://docs.rs/tonic-mock" readme = "README.md" keywords = [ "tonic", "testing", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/tonic-mock" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4" [dependencies.prost] version = "0.12" [dependencies.tonic] version = "0.11" [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"]