awattar-api 0.2.0

API client for the awattar price API
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.chrono-tz]
version = "0.5"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.thiserror]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.1"

[package]
authors = ["Markus Kasten <github@markuskasten.eu>"]
categories = ["api-bindings"]
description = "API client for the awattar price API"
edition = "2021"
license = "MIT"
name = "awattar-api"
readme = "README.md"
repository = "https://github.com/markus-k/awattar-api-rs"
version = "0.2.0"