lib-client-gitlab 0.1.0

GitLab API client library for ADI
Documentation
[package]
name = "lib-client-gitlab"
version = "0.1.0"
edition = "2021"
license = "BSL-1.0"
description = "GitLab API client library for ADI"
authors = ["ADI Team"]
keywords = ["gitlab", "api", "git"]
categories = ["api-bindings", "development-tools"]
repository = "https://github.com/adi-family/lib-client-gitlab"
homepage = "https://adi.the-ihor.com"
documentation = "https://docs.rs/lib-client-gitlab"

[lib]
name = "lib_client_gitlab"

[dependencies]
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
async-trait = "0.1"
thiserror = "2"
tracing = "0.1"
urlencoding = "2"