polyc-controller 2026.9.0

Conversation CRD + kube reconciler for the polychrome control plane.
# 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 = "polyc-controller"
version = "2026.9.0"
authors = ["Official Unofficial, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conversation CRD + kube reconciler for the polychrome control plane."
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/officialunofficial/polychrome"
resolver = "2"

[package.metadata.polychrome]
layer = "component"
plane_role = "shared"

[features]
e2e = []

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

[[bin]]
name = "crdgen"
path = "src/bin/crdgen.rs"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.chrono-tz]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.k8s-openapi]
version = "0.28"
features = ["v1_33"]

[dependencies.kube]
version = "4.0"
features = [
    "client",
    "runtime",
    "derive",
    "rustls-tls",
]
default-features = false

[dependencies.polyc-agent]
version = "=2026.9.0"

[dependencies.polyc-k8s-types]
version = "=2026.9.0"

[dependencies.polyc-llm]
version = "=2026.9.0"

[dependencies.polyc-tools]
version = "=2026.9.0"

[dependencies.prometheus]
version = "0.14"

[dependencies.saffron]
version = "0.1.0"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.axum]
version = "0.8"

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

[dev-dependencies.rmcp]
version = "3"
features = [
    "server",
    "transport-streamable-http-server",
]

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "net",
    "time",
    "test-util",
]

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

[lints.clippy]
dbg_macro = "deny"
module_name_repetitions = "allow"
redundant_pub_crate = "allow"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rustdoc]
all = "warn"