offload 0.3.3

Flexible parallel test runner with pluggable cloud providers
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 = "offload"
version = "0.3.3"
authors = ["Imbue AI"]
build = false
include = [
    "src/**/*.rs",
    "scripts/*.py",
    "LICENSE",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flexible parallel test runner with pluggable cloud providers"
homepage = "https://github.com/imbue-ai/offload"
readme = "README.md"
keywords = [
    "testing",
    "parallel",
    "runner",
    "sandbox",
    "ci",
]
categories = ["development-tools::testing"]
license-file = "LICENSE"
repository = "https://github.com/imbue-ai/offload"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.bollard]
version = "0.18"

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

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

[dependencies.console]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.shell-words]
version = "1"

[dependencies.shellexpand]
version = "3"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-scoped]
version = "0.2"

[dependencies.tokio-stream]
version = "0.1"
features = ["io-util"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dev-dependencies.tokio-test]
version = "0.4"