[build-dependencies.cargo_metadata]
version = "0.18.1"
[build-dependencies.tonic-build]
version = "0.11.0"
[dependencies.async-trait]
version = "0.1.77"
[dependencies.bincode]
features = ["serde"]
version = "2.0.0-rc.3"
[dependencies.bytes]
version = "1.5.0"
[dependencies.futures-core]
version = "0.3.29"
[dependencies.golem-wasm-rpc]
default-features = false
features = ["host"]
version = "0.0.35"
[dependencies.prost]
version = "0.12.3"
[dependencies.prost-types]
version = "0.12.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "io-std", "net", "tracing", "process"]
version = "1.0"
[dependencies.tonic]
version = "0.11.0"
[dependencies.tracing]
features = ["log"]
version = "0.1.40"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1.7.0"
[lib]
name = "golem_api_grpc"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "GRPC API for Golem services"
edition = "2021"
homepage = "https://golem.cloud"
license = "Apache-2.0"
name = "golem-api-grpc"
readme = false
repository = "https://github.com/golemcloud/golem"
version = "0.0.123"