kcode-kennedy-app 0.1.0

Security-reviewed Kennedy application composition and lifecycle
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-app"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security-reviewed Kennedy application composition and lifecycle"
readme = false
license = "MIT"
repository = "https://github.com/taek42/kcode-rust-libs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.hex]
version = "0.4"

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

[dependencies.kcode-audio-ingress]
version = "0.5.3"

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

[dependencies.kcode-codex-runtime]
version = "0.1.1"

[dependencies.kcode-credential-vault]
version = "=0.1.0"

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

[dependencies.kcode-http-api]
version = "0.1.0"

[dependencies.kcode-intelligence-chatend]
version = "0.1.0"

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

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

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

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

[dependencies.kcode-kennedy-telegram-runtime]
version = "0.1.0"

[dependencies.kcode-kmap-size]
version = "0.1.0"

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

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

[dependencies.kcode-speech-classification]
version = "0.1.2"

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

[dependencies.kcode-telegram-session-coordinator]
version = "0.1.0"

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

[dependencies.rpassword]
version = "7.5.4"

[dependencies.rusqlite]
version = "0.40"
features = [
    "backup",
    "bundled",
]

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dependencies.zeroize]
version = "1.9"