[package]
name = "gitlab-runner-mock"
version = { workspace = true }
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
edition = "2024"
rust-version.workspace = true
license = "MIT OR Apache-2.0"
description = "Mock crate for gitlab runners"
homepage = "https://github.com/collabora/gitlab-runner-rs"
repository = "https://github.com/collabora/gitlab-runner-rs"
[dependencies]
wiremock = "0.6.5"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
url = "2.5.8"
thiserror = "2.0.18"
http = "1.4.0"
multer = "3.1.0"
futures = "0.3.32"