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