dapr-durabletask 0.0.3

Dapr Durable Task Framework
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 = "2024"
rust-version = "1.88"
name = "dapr-durabletask"
version = "0.0.3"
authors = ["Mike Nguyen <hey@mike.ee>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dapr Durable Task Framework"
readme = false
license = "Apache-2.0"
repository = "https://github.com/mikeee/dapr-durabletask"

[features]
default = []
opentelemetry = ["dep:opentelemetry"]
proto = []

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

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

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

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

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

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

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[[test]]
name = "orchestration_executor"
path = "tests/orchestration_executor.rs"

[[test]]
name = "perf"
path = "tests/perf.rs"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.dapr-durabletask-proto]
version = "0.0.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.opentelemetry]
version = "0.32.0"
optional = true

[dependencies.rand]
version = "0.10.1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tonic]
version = "0.14.5"
features = ["tls-ring"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.23.1"
features = ["v4"]

[dev-dependencies.libc]
version = "0.2.186"

[dev-dependencies.opentelemetry]
version = "0.32.0"

[dev-dependencies.opentelemetry_sdk]
version = "0.32.0"
features = ["testing"]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"