napchart 0.1.2-alpha

Rust interface for the https://napchart.com API alpha
Documentation
[[example]]
name = "api_async"
required-features = ["async"]

[[example]]
name = "api_blocking"
required-features = ["blocking"]
[dependencies.reqwest]
features = ["json"]
version = "0.11.2"

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

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.3.0"

[features]
async = []
blocking = ["reqwest/blocking"]
default = ["blocking"]

[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.1.2-alpha"
[package.metadata.docs.rs]
all-features = true