# 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 = "axum_tonic" version = "0.2.0" description = "Use Tonic with Axum" homepage = "https://github.com/jvdwrf/axum-tonic" readme = "README.md" keywords = [ "axum", "tonic", "interop", "grpc", "web", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" [dependencies.axum] version = "0.6.1" [dependencies.futures] version = "0.3.21" [dependencies.hyper] version = "0.14.19" [dependencies.tonic] version = "0.10.2" [dependencies.tower] version = "0.4" [dev-dependencies.http-body] version = "0.4.4" [dev-dependencies.prost] version = "0.12.3" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.tower-http] version = "0.4.4" features = [ "compression-gzip", "cors", "compression-br", "compression-deflate", "trace", ] [dev-dependencies.tracing-subscriber] version = "0.3.11" [build-dependencies.tonic-build] version = "0.10.2"