gitlab-runner 0.3.0

Helper crate to build custom gitlab runners
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.90"
name = "gitlab-runner"
version = "0.3.0"
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate to build custom gitlab runners"
homepage = "https://github.com/collabora/gitlab-runner-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/collabora/gitlab-runner-rs"
resolver = "2"

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

[[example]]
name = "demo-runner"
path = "examples/demo-runner.rs"

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

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

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

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.doc-comment]
version = "0.3.4"

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures]
version = "0.3.32"

[dependencies.glob]
version = "0.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.pin-project]
version = "1.1.11"

[dependencies.rand]
version = "0.10.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "multipart",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

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

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

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dependencies.url]
version = "2.5.8"

[dependencies.zip]
version = "8.4.0"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dev-dependencies.futures]
version = "0.3.32"

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "full",
    "test-util",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "json",
]

[build-dependencies.vergen-gitcl]
version = "9.1.0"