openrustclaw-core 1.4.10

Core types, traits, and error handling for OpenRustClaw
Documentation
[package]
name = "openrustclaw-core"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Core types, traits, and error handling for OpenRustClaw"
readme = "README.md"
repository.workspace = true
homepage = "https://github.com/aihxp/OpenRustClaw"
documentation = "https://docs.rs/openrustclaw-core"
keywords = ["openrustclaw", "ai", "assistant", "agent", "core"]
categories = ["development-tools", "asynchronous"]

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = []
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
tokio.workspace = true
futures.workspace = true
async-trait.workspace = true
pin-project-lite.workspace = true
serde.workspace = true
serde_json.workspace = true
toml.workspace = true
thiserror.workspace = true
chrono.workspace = true
chrono-tz.workspace = true
uuid.workspace = true
config.workspace = true
tracing.workspace = true
url.workspace = true
bytes.workspace = true