syncable-ag-ui-server 0.2.0

Server-side AG-UI event producer for streaming to frontends - Syncable SDK
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.88"
name = "syncable-ag-ui-server"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server-side AG-UI event producer for streaming to frontends - Syncable SDK"
readme = "README.md"
keywords = [
    "ag-ui",
    "agent",
    "server",
    "syncable",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/syncable-dev/ag-ui-sdk"

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

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

[dependencies.axum]
version = "0.8"
features = ["ws"]

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.syncable-ag-ui-core]
version = "0.2.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "sync",
]

[dependencies.tokio-stream]
version = "0.1"