smbcloud-deploy 0.4.9

smbCloud build and deploy engine: UI-agnostic, reusable by the CLI, CI, and the server-side git receiver.
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 = "smbcloud-deploy"
version = "0.4.9"
authors = ["keypair34 <216233964+keypair34@users.noreply.github.com>, Seto Elkahfi <hej@setoelkahfi.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "smbCloud build and deploy engine: UI-agnostic, reusable by the CLI, CI, and the server-side git receiver."
homepage = "https://smbcloud.xyz"
documentation = "https://docs.rs/smbcloud-deploy"
readme = "README.md"
keywords = [
    "deploy",
    "cloud",
    "smbcloud",
    "rsync",
    "ci",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "Apache-2.0"
repository = "https://github.com/smbcloudXYZ/smbcloud-cli"

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

[dependencies.anyhow]
version = "1.0.58"

[dependencies.smbcloud-model]
version = "0.4.9"

[dependencies.smbcloud-utils]
version = "0.4.9"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1.35"