[package] name = "axum-connect" version = "0.3.2" authors = ["Alec Thilenius "] edition = "2021" categories = [ "network-programming", "web-programming", "web-programming::http-server", ] description = "Connect-Web RPC for Axum" keywords = ["rpc", "axum", "protobuf", "connect"] license = "MIT OR Apache-2.0" readme = "../README.md" repository = "https://github.com/AThilenius/axum-connect" [dependencies] async-stream = "0.3.5" async-trait = "0.1.64" axum = { version = "0.7.2", features = ["multipart"] } base64 = "0.21.5" futures = "0.3.26" pbjson = "0.6.0" pbjson-types = "0.6.0" prost = "0.12.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_qs = "0.12.0"