[dependencies.actix-http]
version = "3"
[dependencies.actix-web]
version = "4"
[dependencies.http]
version = "1.2"
[dependencies.prost]
version = "0.13"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_with]
features = ["base64"]
version = "3.12"
[dependencies.tonic]
version = "0.12"
[lib]
name = "actix_prost"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generate actix handles and routes from grpc definitions"
edition = "2021"
exclude = ["tests"]
homepage = "https://github.com/blockscout/actix-prost/tree/main/actix-prost"
license = "MIT"
name = "actix-prost"
readme = false
repository = "https://github.com/blockscout/actix-prost"
resolver = "1"
version = "0.2.3"