habitica-api 0.0.1

Rust bindings for the Habitica API, using Reqwest
Documentation
[dependencies.reqwest]
default-features = false
features = ["json", "gzip", "brotli", "rustls-tls"]
version = "0.11"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "macros", "sync"]
version = "1.2"

[dependencies.url]
version = "2.2"

[features]

[package]
authors = ["Michael Bryant <shadow53@shadow53.com>"]
description = "Rust bindings for the Habitica API, using Reqwest"
edition = "2018"
license-file = "LICENSE"
name = "habitica-api"
version = "0.0.1"