langcontinuation 0.1.0

Continuation-passing workflow engine for durable Rust programs and AI agent systems.
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 = "langcontinuation"
version = "0.1.0"
authors = ["Robert Escriva <robert@rescrv.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Continuation-passing workflow engine for durable Rust programs and AI agent systems."
documentation = "https://docs.rs/langcontinuation"
readme = "README.md"
keywords = [
    "agents",
    "continuation",
    "durable",
    "workflow",
]
categories = ["asynchronous"]
license = "Apache-2.0"
repository = "https://github.com/rescrv/langcontinuation"

[package.metadata.docs.rs]
all-features = true

[features]
batch = ["dep:sqlx"]

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

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

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

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

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

[dependencies.arrrg]
version = "0.10.0"

[dependencies.arrrg_derive]
version = "0.10.0"

[dependencies.claudius]
version = "0.32.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.getopts]
version = "0.2.24"

[dependencies.handled]
version = "0.9.0"

[dependencies.indicio]
version = "0.16.0"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.setsum]
version = "0.8.0"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "postgres",
    "json",
    "uuid",
]
optional = true
default-features = false

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

[dependencies.two_five_six]
version = "0.3.0"

[dependencies.utf8path]
version = "0.11.0"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v7",
]