armada-client 0.1.0

Rust client for the Armada batch job scheduler
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 = "armada-client"
version = "0.1.0"
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "examples/**/*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for the Armada batch job scheduler"
homepage = "https://armadaproject.io"
documentation = "https://docs.rs/armada-client"
readme = "README.md"
keywords = [
    "armada",
    "kubernetes",
    "batch",
    "jobs",
    "grpc",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/armadaproject/armada"

[lib]
name = "armada_client"
path = "src/lib.rs"
doctest = false

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

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

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.prost]
version = "0.13"

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

[dependencies.thiserror]
version = "1"

[dependencies.tonic]
version = "0.12"
features = [
    "tls",
    "tls-roots",
]

[dependencies.tracing]
version = "0.1"

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

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

[build-dependencies.tonic-build]
version = "0.12"