durable-workflow 0.1.4

First-party Rust SDK for Durable Workflow workers and clients
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"
rust-version = "1.86"
name = "durable-workflow"
version = "0.1.4"
build = false
include = [
    "/src/**",
    "/examples/**",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "First-party Rust SDK for Durable Workflow workers and clients"
homepage = "https://durable-workflow.com"
documentation = "https://rust.durable-workflow.com/"
readme = "README.md"
keywords = [
    "durable",
    "workflow",
    "temporal",
    "worker",
    "sdk",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/durable-workflow/sdk-rust"

[package.metadata.durable-workflow]
control-plane-version = "2"
durable-timers = true
payload-codecs = [
    "avro",
    "json",
]
query-state-model = "deterministic-workflow-replay"
query-task-minimum-worker-protocol-version = "1.8"
query-tasks = true
replayed-instance-state-queries = true
snapshot-inspection-queries = true
supported-server-versions = ">=0.2,<0.3"
timer-command = "start_timer"
timer-replay-validation = "command-order+sequence+timer-id+delay"
worker-protocol-version = "1.2"

[lib]
name = "durable_workflow"
path = "src/lib.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[dependencies.apache-avro]
version = "0.21"
default-features = false

[dependencies.base64]
version = "0.22"

[dependencies.bon]
version = "=3.8.1"
default-features = false

[dependencies.futures-util]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]