lib-client-github 0.1.0

GitHub API client library for ADI tools
Documentation
[package]
name = "lib-client-github"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description = "GitHub API client library for ADI tools"
authors = ["ADI Team"]
keywords = ["github", "api", "client", "rest"]
categories = ["api-bindings", "web-programming"]
repository = "https://github.com/adi-family/lib-client-github"
homepage = "https://adi.the-ihor.com"
documentation = "https://docs.rs/lib-client-github"

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