stakpak-api 0.3.22

Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.
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"
name = "stakpak-api"
version = "0.3.22"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production."
homepage = "https://stakpak.io"
readme = false
license = "Apache-2.0"
repository = "https://github.com/stakpak/agent"
resolver = "2"

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

[dependencies.async-stream]
version = "0.3.6"

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

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

[dependencies.eventsource-stream]
version = "0.2.3"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.libsql]
version = "0.9.29"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "=0.12.15"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

[dependencies.rmcp]
version = "0.11.0"
features = [
    "base64",
    "macros",
    "client",
    "server",
    "reqwest",
    "transport-io",
    "transport-child-process",
    "transport-streamable-http-client",
    "transport-streamable-http-client-reqwest",
    "transport-streamable-http-server",
    "transport-streamable-http-server-session",
    "transport-worker",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.stakpak-shared]
version = "0.3.22"

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

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.10.0"
features = [
    "serde",
    "v4",
]

[dev-dependencies.tempfile]
version = "3.0"