lmrc-gitlab 0.2.12

GitLab API client library for the LMRC Stack - comprehensive Rust library for programmatic control of GitLab via its API
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.gitlab]
version = "0.1805"

[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.12.24"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.35"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio-test]
version = "0.4"

[[example]]
name = "api_patterns"
path = "examples/api_patterns.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

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

[package]
authors = ["Lemarc <lemarc.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools"]
description = "GitLab API client library for the LMRC Stack - comprehensive Rust library for programmatic control of GitLab via its API"
documentation = "https://docs.rs/lmrc-gitlab"
edition = "2024"
homepage = "https://gitlab.com/lemarco/lmrc-stack/tree/main/libs/gitlab-manager"
keywords = ["gitlab", "api", "ci", "cd", "devops"]
license = "MIT OR Apache-2.0"
name = "lmrc-gitlab"
readme = "README.md"
repository = "https://gitlab.com/lemarco/lmrc-stack"
resolver = "2"
version = "0.2.12"