[package]
name = "echo_integration"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "Integration layer for echo-agent framework (providers, mcp, channels)"
repository = "https://github.com/EchoYue-lp/echo-agent"
[dependencies]
echo_core = { version = "0.1.1", path = "../echo-core" }
reqwest = { version = "0.12", features = ["json", "stream"] }
async-stream = "0.3"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
futures = "0.3"
tracing = "0.1"
dotenv = "0.15"
tokio-tungstenite = { version = "0.24", features = ["native-tls"] }
tokio-util = { version = "0.7", features = ["rt"] }
async-trait = "0.1"
dashmap = "6"
chrono = { version = "0.4", features = ["serde"] }
axum = "0.7"
prost = "0.13"
url = "2"
rand = "0.9"
hmac = "0.12"
sha2 = "0.10"
subtle = "2"
base64 = "0.22"