[package] name = "tonic-interceptor" version = "0.2.0" authors = ["Douman "] edition = "2018" description = "Improve tonic interceptor" license = "BSL-1.0" repository = "https://github.com/DoumanAsh/tonic-interceptor" readme = "README.md" keywords = ["async", "grpc", "tonic", "protobuf", "interceptor"] categories = ["web-programming"] include = [ "**/*.rs", "Cargo.toml", "README.md" ] [dependencies] bytes = "1" tower-layer = "0.3" tower-service = "0.3" [dependencies.http] version = "1" default-features = false [dependencies.tonic] version = "0.12" default-features = false