hubcaps 0.6.2

Rust interface for Github
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.base64]
version = "0.12"

[dependencies.data-encoding]
version = "2"

[dependencies.dirs]
optional = true
version = "3.0"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "0.2"

[dependencies.hyperx]
version = "1"

[dependencies.jsonwebtoken]
version = "7"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.percent-encoding]
version = "2"

[dependencies.reqwest]
default-features = false
version = "0.10"

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "2"

[dev-dependencies.pretty_env_logger]
version = "0.4"

[dev-dependencies.tokio]
features = ["macros", "rt-threaded"]
version = "0.2"

[features]
default = ["default-tls"]
default-tls = ["reqwest/default-tls"]
httpcache = ["dirs"]
rustls-tls = ["reqwest/rustls-tls"]

[package]
authors = ["softprops <d.tangren@gmail.com>"]
categories = ["api-bindings", "web-programming::http-client"]
description = "Rust interface for Github"
documentation = "https://docs.rs/hubcaps/"
edition = "2018"
homepage = "https://github.com/softprops/hubcaps"
keywords = ["hyper", "github"]
license = "MIT"
name = "hubcaps"
readme = "README.md"
repository = "https://github.com/softprops/hubcaps"
version = "0.6.2"