glowmarkt 0.2.0

Access to the Glowmarkt API for smart meter data.
Documentation
[dependencies.clap]
features = ["derive", "env"]
version = "^3.2.17"

[dependencies.flexi_logger]
features = ["colors", "use_chrono_for_offset"]
version = "^0.22.3"

[dependencies.log]
version = "^0.4.14"

[dependencies.reqwest]
features = ["json"]
version = "^0.11.10"

[dependencies.serde]
features = ["derive"]
version = "^1.0.136"

[dependencies.serde_json]
version = "^1.0.83"

[dependencies.time]
features = ["serde", "serde-well-known", "parsing"]
version = "^0.3.13"

[dependencies.tokio]
features = ["full"]
version = "^1.17.0"

[package]
authors = ["Dave Townsend <dtownsend@oxymoronical.com>"]
description = "Access to the Glowmarkt API for smart meter data."
edition = "2021"
license = "MIT"
name = "glowmarkt"
readme = "README.md"
resolver = "2"
version = "0.2.0"