Cargo Features

GitlabClient has no features set by default.

[dependencies]
gitlab_client = { version = "0.14.2", features = ["serde", "http", "reqwest"] }
serde http? reqwest?

Enables serde, serde of url, serde of bytes, chrono, and compact_str

http = serde

Enables demurgos_headers, http, http-body, http-body-util, and serde_json

Affects client::http, gitlab_client::http

reqwest = serde

Enables reqwest ^0.11.14 and serde_json

Affects client::reqwest