2023-03-03 01:47:16 +00:00
|
|
|
[package]
|
|
|
|
name = "axum-connect-build"
|
2023-03-03 23:37:29 +00:00
|
|
|
version = "0.1.1"
|
2023-03-03 01:47:16 +00:00
|
|
|
edition = "2021"
|
2023-03-03 04:52:10 +00:00
|
|
|
categories = ["rpc", "connect-web", "axum", "http"]
|
|
|
|
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"
|
2023-03-03 01:47:16 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0"
|
|
|
|
convert_case = "0.6.0"
|
2023-03-03 23:37:29 +00:00
|
|
|
protobuf = "3.2.0"
|
|
|
|
protobuf-codegen = "3.2.0"
|
|
|
|
protobuf-parse = "3.2.0"
|