crankshaft-docker 0.6.0

Docker facilities for Crankshaft
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"
rust-version = "1.91.1"
name = "crankshaft-docker"
version = "0.6.0"
authors = ["The Rust WDL project developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Docker facilities for Crankshaft"
homepage = "https://github.com/stjude-rust-labs/crankshaft"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/stjude-rust-labs/crankshaft"
resolver = "2"

[features]
binaries = [
    "dep:clap",
    "dep:clap-verbosity-flag",
    "dep:shlex",
    "dep:tracing-log",
    "dep:tracing-subscriber",
]

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

[[bin]]
name = "docker-driver"
path = "src/bin/docker-driver.rs"
test = false
bench = false
required-features = ["binaries"]

[dependencies.anyhow]
version = "1.0.104"

[dependencies.bollard]
version = "0.21.1"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]
optional = true

[dependencies.clap-verbosity-flag]
version = "3.0.4"
optional = true

[dependencies.crankshaft-config]
version = "0.7.0"

[dependencies.crankshaft-events]
version = "0.2.0"

[dependencies.futures]
version = "0.3.34"

[dependencies.indexmap]
version = "2.14.0"
features = ["serde"]

[dependencies.nix]
version = "0.31.3"
features = ["user"]
default-features = false

[dependencies.shlex]
version = "2.0.1"
optional = true

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "full",
    "time",
    "tracing",
]

[dependencies.tokio-retry2]
version = "0.9"
features = ["jitter"]

[dependencies.tokio-stream]
version = "0.1.19"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-log]
version = "0.2.0"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]
optional = true

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
missing_docs_in_private_items = "warn"

[lints.rust]
missing_docs = "warn"
rust-2018-idioms = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]

[lints.rustdoc]
broken_intra_doc_links = "warn"