habitica-api 0.0.1

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]

[dependencies]
reqwest = { version = "0.11", default-features = false, features = ["json", "gzip", "brotli", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
tokio = { version = "1.2", default-features = false, features = ["rt-multi-thread", "macros", "sync"] }
url = "2.2"