xbp-deploy 10.46.0

Service-centric declarative deploy engine for XBP.
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"
name = "xbp-deploy"
version = "10.46.0"
authors = ["Floris @ floris@xylex.group"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Service-centric declarative deploy engine for XBP."
homepage = "https://github.com/xylex-group/xbp"
readme = false
license = "MIT"
repository = "https://github.com/xylex-group/xbp"

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

[dependencies.async-trait]
version = "0.1.80"

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

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.tokio]
version = "1.44.1"
features = [
    "fs",
    "macros",
    "process",
    "rt-multi-thread",
    "time",
]

[dependencies.url]
version = "2.5"

[dependencies.xbp-k8s]
version = "10.46.0"

[dependencies.xbp-oci]
version = "10.46.0"

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