caisson 0.1.0

Offline Docker service updater for airgapped edge devices
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"
name = "caisson"
version = "0.1.0"
authors = ["Marcelo Amorim"]
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline Docker service updater for airgapped edge devices"
homepage = "https://github.com/marcelo-6/caisson"
documentation = "https://docs.rs/caisson"
readme = "README.md"
keywords = [
    "docker",
    "edge",
    "offline",
    "updater",
    "airgap",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/marcelo-6/caisson"

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

[[bin]]
name = "caisson"
path = "src/main.rs"

[dependencies.bollard]
version = "0.20"

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.futures-util]
version = "0.3"

[dependencies.semver]
version = "1.0"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "serde",
]

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

[dependencies.toml]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[dev-dependencies]