orchestrator-client 0.3.0

Shared control-plane client types and connection logic for the Agent Orchestrator
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.85"
name = "orchestrator-client"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared control-plane client types and connection logic for the Agent Orchestrator"
readme = false
keywords = [
    "orchestrator",
    "client",
    "grpc",
    "control-plane",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/c9r-io/orchestrator"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "6"

[dependencies.hyper-util]
version = "0.1"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1.44"
features = [
    "time",
    "net",
]

[dependencies.tonic]
version = "0.14"
features = [
    "tls-native-roots",
    "tls-ring",
]

[dependencies.tower]
version = "0.5"

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