Files
tonic/tests/compression/Cargo.toml
T
tottotoandGitHub 838d91aca3 chore: Update to tower-http 0.4 (#1296)
* chore: Update to tower-http 0.4

* chore(tonic): Update to axum 0.6.9
2023-02-27 14:33:14 +00:00

27 lines
651 B
TOML

[package]
authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT"
name = "compression"
publish = false
version = "0.1.0"
[dependencies]
bytes = "1"
futures = "0.3"
http = "0.2"
http-body = "0.4"
hyper = "0.14.3"
pin-project = "1.0"
prost = "0.11"
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
tonic = {path = "../../tonic", features = ["gzip"]}
tower = {version = "0.4", features = []}
tower-http = {version = "0.4", features = ["map-response-body", "map-request-body"]}
[build-dependencies]
tonic-build = {path = "../../tonic-build" }
[package.metadata.cargo-machete]
ignored = ["prost"]