# 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-middleware" version = "0.2.3" authors = ["Teimuraz Kantariya "] description = "Async middleware and interceptor for Tonic services" homepage = "https://github.com/teimuraz/tonic-middleware" documentation = "https://github.com/teimuraz/tonic-middleware" readme = "README.md" keywords = [ "middleware", "interceptor", "tonic", "async", "grpc", ] categories = [ "web-programming", "network-programming", "asynchronous", "authentication", ] license = "MIT" repository = "https://github.com/teimuraz/tonic-middleware" [dependencies.async-trait] version = "0.1.78" [dependencies.futures-util] version = "0.3.30" [dependencies.tonic] version = "0.12.3" [dependencies.tower] version = "0.4.13"