echo_integration 0.1.3

Integration layer for echo-agent framework (providers, mcp, channels)
Documentation
[package]
name = "echo_integration"
version = "0.1.3"
edition = "2024"
rust-version = "1.85"
license = "MIT"
description = "Integration layer for echo-agent framework (providers, mcp, channels)"
repository = "https://github.com/EchoYue-lp/echo-agent"
homepage = "https://github.com/EchoYue-lp/echo-agent"
documentation = "https://docs.rs/echo_integration"
keywords = ["ai", "agent", "llm", "mcp"]
categories = ["api-bindings", "asynchronous"]
readme = "README.md"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

exclude = ["**/.DS_Store"]

[dependencies]
echo_core = { version = "0.1.3", path = "../echo-core" }
# From echo-providers
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"
dotenvy = "0.15"
# From echo-mcp
tokio-tungstenite = { version = "0.24", features = ["native-tls"] }
# From echo-channels
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"