indieweb 0.0.8

A collection of utilities for working with the IndieWeb.
Documentation
[package]
name = "indieweb"
version = "0.0.8"
authors = ["Jacky Alciné <yo@jacky.wtf>"]
edition = "2018"
description = "A collection of utilities for working with the IndieWeb."
license = "AGPL-3.0"
readme = "README.markdown"
repository = "https://github.com/jalcine/indieweb-rs.git"
keywords = ["api", "indieweb", "link-rel"]
categories = ["web-programming::http-client", "api-bindings", "web-programming"]

[dependencies]
futures = "0.3.13"
thiserror = "1.0"
anyhow = "1.0"
log = "0.4"
reqwest = { version = "0.11" }
scraper = "0.12.0"
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
serde_urlencoded = "0.7"
sha2 = "0.9.3"
tokio = { version = "1.4.0", features = ["full"] }
url = "2.2.1"
base64 = "0.13.0"
rand = "0.8.0"
oauth2 = "4.0.0"

[dev-dependencies]
clippy = "0.0.302"
mockito = "0.29.0"