breathe-api-server 0.1.29

breathe's REST surface (axum) over the BreatheStore facade — the same typed core the MCP drives. Routes for bands + nodepools + catalog mirror spec/breathe.openapi.yaml (the source of truth); handlers are kube-rs facade calls (the design's legit hand-serve).
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.89"
name = "breathe-api-server"
version = "0.1.29"
authors = ["drzzln <drzzln@protonmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "breathe's REST surface (axum) over the BreatheStore facade — the same typed core the MCP drives. Routes for bands + nodepools + catalog mirror spec/breathe.openapi.yaml (the source of truth); handlers are kube-rs facade calls (the design's legit hand-serve)."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/breathe"
resolver = "2"

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

[[bin]]
name = "breathe-api-server"
path = "src/main.rs"

[dependencies.async-graphql]
version = "7"

[dependencies.async-graphql-axum]
version = "7"

[dependencies.axum]
version = "0.7"

[dependencies.breathe-facade]
version = "0.1.29"

[dependencies.breathe-provider]
version = "0.1.29"

[dependencies.pbjson]
version = "0.7"

[dependencies.pbjson-types]
version = "0.7"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.rustls]
version = "0.23"
features = ["aws_lc_rs"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tonic]
version = "0.12"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.breathe-catalog]
version = "0.1.29"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[build-dependencies.pbjson-build]
version = "0.7"

[build-dependencies.prost-build]
version = "0.13"

[build-dependencies.protoc-bin-vendored]
version = "3"

[build-dependencies.tonic-build]
version = "0.12"

[build-dependencies.which]
version = "6"

[lints.clippy]
pedantic = "warn"