kcode-kennedy-orchestration 0.1.0

Typed orchestration and session-control runtime for Kennedy
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.97"
name = "kcode-kennedy-orchestration"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed orchestration and session-control runtime for Kennedy"
readme = false
license = "MIT"
repository = "https://github.com/taek42/kcode-rust-libs"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.kcode-agent-runtime]
version = "0.2.1"

[dependencies.kcode-audio-session-ingress]
version = "0.2.1"

[dependencies.kcode-dev-tools]
version = "0.4.3"

[dependencies.kcode-intelligence-router]
version = "0.2.3"

[dependencies.kcode-kennedy-sessions]
version = "0.1.0"

[dependencies.kcode-kweb-db]
version = "1.0.4"

[dependencies.kcode-kweb-manager]
version = "0.1.1"

[dependencies.kcode-session-history]
version = "0.1.3"

[dependencies.kcode-telegram-identity]
version = "0.1.5"

[dependencies.kcode-tg-kennedy-bot]
version = "0.5.1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]