octocrab 0.3.2

A modern, extensible GitHub API client.
Documentation
[package]
name = "octocrab"
version = "0.3.2"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"
homepage = "https://github.com/XAMPPRocky/octocrab"
repository = "https://github.com/XAMPPRocky/octocrab.git"
description = "A modern, extensible GitHub API client."
license = "Apache-2.0/MIT"
documentation = "https://docs.rs/octocrab"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.docs.rs]
# This sets the default target to `x86_64-unknown-linux-gnu`
# and only builds that target
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
reqwest = { version = "0.10.4", features = ["json"] }
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
serde_path_to_error = "0.1.2"
async-trait = "0.1.30"
chrono = { version = "0.4.11", features = ["serde"] }
url = { version = "2.1.1", features = ["serde"] }
hyperx = "1.0.0"
snafu = { version = "0.6.6", features = ["backtraces"] }
once_cell = "1.3.1"
arc-swap = "0.4.6"
base64 = "0.12"
bytes = "0.5.4"

[dev-dependencies]
tokio = { version = "0.2.17", default-features = false, features = ["macros"] }