talos-api-rs 0.2.0

A typed, async, idiomatic Rust client for the Talos Linux gRPC API
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.82"
name = "talos-api-rs"
version = "0.2.0"
authors = [
    "XMV Solutions GmbH",
    "Talos API Rust Contributors",
]
build = "build.rs"
exclude = [
    ".github/",
    "tests/",
    "docs/",
    "*.md",
    "!Readme.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A typed, async, idiomatic Rust client for the Talos Linux gRPC API"
homepage = "https://github.com/XMV-Solutions-GmbH/talos-api-rs"
documentation = "https://docs.rs/talos-api-rs"
readme = "Readme.md"
keywords = [
    "talos",
    "linux",
    "grpc",
    "kubernetes",
    "async",
]
categories = [
    "api-bindings",
    "asynchronous",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/XMV-Solutions-GmbH/talos-api-rs"

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

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

[[example]]
name = "machine"
path = "examples/machine.rs"

[[example]]
name = "monitoring_metrics"
path = "examples/monitoring_metrics.rs"

[[example]]
name = "mtls_test"
path = "examples/mtls_test.rs"

[[example]]
name = "resilient_client"
path = "examples/resilient_client.rs"

[[example]]
name = "talosconfig"
path = "examples/talosconfig.rs"

[[example]]
name = "version"
path = "examples/version.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.5"

[dependencies.dirs]
version = "5.0"

[dependencies.http]
version = "1.0"

[dependencies.hyper-util]
version = "0.1.19"
features = ["tokio"]

[dependencies.prost]
version = "0.14"

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

[dependencies.rand]
version = "0.8"

[dependencies.rustls]
version = "0.23.36"
features = [
    "logging",
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.rustls-pemfile]
version = "2.2"

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tempfile]
version = "3.10"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "logging",
    "ring",
    "tls12",
]
default-features = false

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

[dependencies.tonic-prost]
version = "0.14"

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.webpki-roots]
version = "1.0"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.base64]
version = "0.22.1"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

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

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

[dev-dependencies.tokio-stream]
version = "0.1"
features = ["net"]

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]

[build-dependencies.tonic-prost-build]
version = "0.14"