[package]
edition = "2024"
rust-version = "1.89.0"
name = "engenho-control-server"
version = "0.53.119"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "engenho-control-server — serves engenho's control API (spec/engenho-control.openapi.yaml): the local Unix socket with kernel peer credentials, routing every request through the spec's operation catalog to one EngenhoControl implementation."
homepage = "https://github.com/pleme-io/engenho"
readme = "README.md"
keywords = [
"kubernetes",
"engenho",
"pleme-io",
]
categories = [
"api-bindings",
"network-programming",
]
license = "MIT"
repository = "https://github.com/pleme-io/engenho"
resolver = "2"
[lib]
name = "engenho_control_server"
path = "src/lib.rs"
[[test]]
name = "remote"
path = "tests/remote.rs"
[[test]]
name = "router"
path = "tests/router.rs"
[dependencies.arc-swap]
version = "1"
[dependencies.blake3]
version = "1"
[dependencies.bytes]
version = "1"
[dependencies.chrono]
version = "0.4"
features = [
"serde",
"std",
"clock",
]
default-features = false
[dependencies.engenho-config]
version = "0.53.119"
[dependencies.engenho-control-types]
version = "0.53.119"
features = ["tls"]
[dependencies.engenho-serve]
version = "0.53.119"
[dependencies.engenho-store]
version = "0.53.119"
[dependencies.engenho-substrate-core]
version = "0.53.119"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
version = "1"
features = [
"client",
"http1",
"server",
"http1",
]
[dependencies.nix]
version = "0.29"
features = ["user"]
default-features = false
[dependencies.rustls]
version = "0.23"
features = [
"ring",
"std",
"tls12",
"logging",
]
default-features = false
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tokio-rustls]
version = "0.26"
features = ["ring"]
default-features = false
[dependencies.tower-service]
version = "0.3"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.engenho-control-client]
version = "0.53.119"
[dev-dependencies.reqwest]
version = "0.12"
features = [
"json",
"rustls-tls",
"rustls-tls-native-roots",
"charset",
"http2",
"system-proxy",
]
default-features = false
[dev-dependencies.tempfile]
version = "3"
[lints.clippy]
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1