tatara-process 0.2.163

Process CRD — K8s clusters, workloads, migrations, tests as Unix processes in the tatara convergence lattice
# 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"
name = "tatara-process"
version = "0.2.163"
authors = ["Pleme.io <engineering@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process CRD — K8s clusters, workloads, migrations, tests as Unix processes in the tatara convergence lattice"
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "tatara-lispc"
path = "src/bin/tatara-lispc.rs"

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.humantime]
version = "2"

[dependencies.k8s-openapi]
version = "0.24"
features = ["latest"]

[dependencies.kube]
version = "0.99"
features = [
    "runtime",
    "derive",
    "client",
]

[dependencies.schemars]
version = "0.8"
features = ["chrono"]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tatara-core]
version = "0.2.65"

[dependencies.tatara-lisp]
version = "0.3"

[dependencies.tatara-lisp-derive]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"