alien-worker-protocol 2.0.1

gRPC Worker app protocol for task delivery, lifecycle, and waitUntil
Documentation
# 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 = "alien-worker-protocol"
version = "2.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC Worker app protocol for task delivery, lifecycle, and waitUntil"
readme = false
license-file = "LICENSE.md"

[features]
default = []
server = [
    "dep:alien-error",
    "dep:async-stream",
    "dep:async-trait",
    "dep:serde",
    "dep:serde_json",
    "dep:tokio",
    "dep:tokio-stream",
    "dep:tonic-reflection",
    "dep:tracing",
]

[lib]
name = "alien_worker_protocol"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.alien-error]
version = "2.0.1"
features = ["anyhow"]
optional = true

[dependencies.async-stream]
version = "0.3"
optional = true

[dependencies.async-trait]
version = "0.1.88"
optional = true

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.140"
optional = true

[dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
    "sync",
    "macros",
    "rt",
    "time",
    "net",
]
optional = true

[dependencies.tokio-stream]
version = "0.1"
optional = true

[dependencies.tonic]
version = "0.13"

[dependencies.tonic-reflection]
version = "0.13.1"
optional = true

[dependencies.tracing]
version = "0.1.41"
optional = true

[build-dependencies.tonic-build]
version = "0.13"