napchart 0.3.1

Rust interface for the https://napchart.com API alpha
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.colorsys]
version = "0.6.3"

[dependencies.noneifempty]
version = "0.1"

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

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

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Ezra Barrow <barrow@tilde.team>"]
categories = ["api-bindings"]
description = "Rust interface for the https://napchart.com API alpha"
edition = "2018"
license = "MIT"
name = "napchart"
readme = "README.md"
repository = "https://github.com/barrowsys/napchart-rs"
version = "0.3.1"