github-app-auth 1.1.0

Library for authenticating as a GitHub app
Documentation
[dependencies.http]
version = "0.2"

[dependencies.jsonwebtoken]
version = "6.0"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10"

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

[package]
authors = ["Nicholas Bishop <nicholasbishop@gmail.com>"]
description = "Library for authenticating as a GitHub app"
edition = "2018"
license = "Apache-2.0"
name = "github-app-auth"
readme = "README.md"
repository = "https://github.com/nicholasbishop/github-app-auth"
version = "1.1.0"