[package]
name = "lmrc-gitlab"
version = "0.3.16"
edition = "2024"
authors = ["Lemarc <lemarc.dev@gmail.com>"]
description = "GitLab API client library for the LMRC Stack - comprehensive Rust library for programmatic control of GitLab via its API"
license.workspace = true
repository = "https://gitlab.com/lemarco/lmrc-stack"
documentation = "https://docs.rs/lmrc-gitlab"
homepage = "https://gitlab.com/lemarco/lmrc-stack/tree/main/libs/gitlab-manager"
keywords = ["gitlab", "api", "ci", "cd", "devops"]
categories = ["api-bindings", "development-tools"]
readme = "README.md"
[dependencies]
lmrc-ports = { workspace = true }
async-trait = { workspace = true }
gitlab = "0.1805"
thiserror = "2.0"
tracing = "0.1"
tokio = { version = "1.35", features = ["rt-multi-thread"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.12.24", features = ["json", "rustls-tls"] }
[dev-dependencies]
tokio = { version = "1.35", features = ["full", "test-util"] }
tokio-test = "0.4"
[lib]
name = "lmrc_gitlab"
path = "src/lib.rs"