[build-dependencies.tonic-prost-build]
version = "0.14"
[dependencies.prost]
version = "0.14"
[dependencies.prost-types]
version = "0.14"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["sync", "rt-multi-thread", "macros"]
version = "1"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tonic]
version = "0.14"
[dependencies.tonic-prost]
version = "0.14"
[lib]
name = "actflow_agent_sdk"
path = "src/lib.rs"
[package]
authors = ["Yunis Du <yunis@88.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A Rust SDK for building agents for Actflow."
edition = "2024"
include = ["src/**/*", "proto/**/*", "build.rs", "Cargo.toml", "README.md"]
license = "MIT"
name = "actflow-agent-sdk"
readme = "README.md"
repository = "https://github.com/yunis-du/actflow-agent-sdk"
version = "0.1.2"