lib-client-github 0.1.0

GitHub API client library for ADI tools
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

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