klieo-ops-api 2.2.0

Read-only HTTP monitoring router for klieo agentic systems.
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 = "2021"
rust-version = "1.89"
name = "klieo-ops-api"
version = "2.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read-only HTTP monitoring router for klieo agentic systems."
homepage = "https://github.com/mohrimic/klieo"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mohrimic/klieo"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
dev-auth = ["klieo-auth-common/test-fixtures"]
test-fixtures = [
    "klieo-auth-common/test-fixtures",
    "klieo-core/test-utils",
]

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

[[test]]
name = "smoke"
path = "tests/smoke.rs"

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

[dependencies.axum]
version = "0.7"
features = ["json"]

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

[dependencies.klieo-a2a]
version = "2"

[dependencies.klieo-auth-common]
version = "2"

[dependencies.klieo-core]
version = "2"

[dependencies.klieo-runlog]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

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

[dependencies.tower-http]
version = "0.5"
features = ["trace"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tokio-test]
version = "0.4"