openclaw-agents 0.1.0

Agent runtime and workflow engine for OpenClaw
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.85"
name = "openclaw-agents"
version = "0.1.0"
authors = ["OpenClaw Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent runtime and workflow engine for OpenClaw"
homepage = "https://github.com/openclaw/openclaw-rs"
documentation = "https://docs.rs/openclaw-agents"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "workflow",
    "sandbox",
    "tools",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/openclaw/openclaw-rs"
resolver = "2"

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.openclaw-core]
version = "0.1.0"

[dependencies.openclaw-providers]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1.43"
features = [
    "full",
    "test-util",
    "macros",
]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
]

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"