gravatar_api 0.3.0

Access to the public Gravatar API
Documentation
[dependencies.bytes]
version = "1.7"

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

[dependencies.sha2]
version = "0.9"

[dependencies.url]
version = "2"

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

[package]
authors = ["Benjamin P. Jung <headcr4sh@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Access to the public Gravatar API"
edition = "2021"
license = "MIT"
name = "gravatar_api"
readme = "README.md"
repository = "https://github.com/cathive/gravatar-api-rs"
version = "0.3.0"