[dependencies.libc]
version = "0.2"
[dependencies.runtara-agents]
version = "1.3"
[dependencies.runtara-sdk]
version = "1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.ureq]
version = "2.12"
[lib]
crate-type = ["rlib"]
name = "runtara_workflow_stdlib"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "development-tools"]
description = "Standard library for runtara workflow binaries - combines agents and runtime"
edition = "2024"
keywords = ["durable", "workflow", "stdlib", "agents"]
license = "AGPL-3.0-or-later"
name = "runtara-workflow-stdlib"
readme = "README.md"
repository = "https://github.com/runtara/runtara"
resolver = "2"
version = "1.3.2"