[dependencies.async-recursion]
version = "1.0.5"
[dependencies.reqwest]
features = ["json"]
version = "0.11.23"
[dependencies.serde]
features = ["derive"]
version = "1.0.195"
[dependencies.serde_json]
version = "1.0.111"
[dependencies.serde_path_to_error]
version = "0.1.15"
[dependencies.serde_repr]
version = "0.1.18"
[dependencies.thiserror]
version = "1.0.56"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "rt", "macros"]
version = "1.35.1"
[package]
authors = ["Miguel Piedrafita <rust@miguel.build>"]
description = "An unofficial API client for the Things Cloud API. Work in progress."
edition = "2021"
license = "MIT"
name = "things-cloud"
readme = "README.md"
repository = "https://github.com/m1guelpf/things-cloud-api"
version = "0.1.0"