boatramp-docker 0.2.13

Remote-Docker compute backend for boatramp: run workloads on an existing Docker daemon via the Engine API (bollard). Cross-platform client.
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"
rust-version = "1.82"
name = "boatramp-docker"
version = "0.2.13"
authors = ["Uranion <boatramp@uranion.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Remote-Docker compute backend for boatramp: run workloads on an existing Docker daemon via the Engine API (bollard). Cross-platform client."
homepage = "https://boatramp.dev"
documentation = "https://docs.boatramp.dev"
readme = "README.md"
keywords = [
    "serverless",
    "wasm",
    "faas",
    "web-server",
    "static-site",
]
categories = [
    "web-programming::http-server",
    "wasm",
    "network-programming",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BoatRamp/BoatRamp"

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

[[test]]
name = "docker_live"
path = "tests/docker_live.rs"

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

[dependencies.boatramp-core]
version = "0.2.13"

[dependencies.bollard]
version = "0.17"

[dependencies.futures]
version = "0.3"

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

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "io-util",
    "io-std",
    "net",
    "process",
    "signal",
    "time",
]

[dev-dependencies.boatramp-types]
version = "0.2.13"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "io-util",
    "io-std",
    "net",
    "process",
    "signal",
    "macros",
    "rt-multi-thread",
    "time",
]

[lints.clippy]
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
manual_string_new = "warn"
redundant_closure_for_method_calls = "warn"
semicolon_if_nothing_returned = "warn"
use_self = "warn"