temporalio-sdk 0.1.0-alpha.1

Temporal Rust SDK
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"
name = "temporalio-sdk"
version = "0.1.0-alpha.1"
authors = ["Spencer Judge <spencer@temporal.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Temporal Rust SDK"
homepage = "https://temporal.io/"
readme = "README.md"
keywords = [
    "temporal",
    "workflow",
]
categories = ["development-tools"]
license-file = "LICENSE.txt"
repository = "https://github.com/temporalio/sdk-core"
resolver = "2"

[features]
antithesis_assertions = ["temporalio-sdk-core/antithesis_assertions"]
default = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bon]
version = "3"
features = ["implied-bounds"]

[dependencies.derive_more]
version = "2.0"
features = [
    "constructor",
    "display",
    "from",
    "into",
    "debug",
    "try_into",
]

[dependencies.futures-util]
version = "0.3"
default-features = false

[dependencies.parking_lot]
version = "0.12"
features = ["send_guard"]

[dependencies.prost-types]
version = "0.7"
package = "prost-wkt-types"

[dependencies.serde]
version = "1.0"

[dependencies.temporalio-client]
version = "0.1"

[dependencies.temporalio-common]
version = "0.1"

[dependencies.temporalio-macros]
version = "0.1"

[dependencies.temporalio-sdk-core]
version = "0.1"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.47"
features = [
    "rt",
    "rt-multi-thread",
    "parking_lot",
    "time",
    "fs",
]

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

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

[dependencies.tracing]
version = "0.1"

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

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

[lints.clippy]
dbg_macro = "warn"

[lints.rust]
unreachable_pub = "warn"