fundamentum-sdk-api 0.2.1

HTTP client targeting Fundamentum IoT devices RestAPI
Documentation
[package]
name = "fundamentum-sdk-api"
description = "HTTP client targeting Fundamentum IoT devices RestAPI"
version = "0.2.1"
edition = "2021"
authors = [
    "Walter Bonetti <wbonetti@dimonoff.com>",
    "Jacob Ouellet-Boudreault <joboudreault@dimonoff.com>",
    "Jonathan Chouinard <jchouinard@dimonoff.com>",
]
readme = "README.md"
license = "Apache-2.0"
keywords = ["api", "iot", "sdk", "http", "fundamentum"]
categories = ["asynchronous"]
homepage = "https://www.dimonoff.com/services/fundamentum-iot-platform-paas"
repository = "https://bitbucket.org/amotus/fundamentum-sdk-api"

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

[dependencies]
serde      = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest    = { version = "0.11", features = ["json"] }
tokio      = { version = "1.29", features = ["full"] }
thiserror  = "1.0"
url        = { version = "2.4", features = ["serde"] }
displaydoc = "0.2"


[dev-dependencies]
cargo-husky = { version = "1.5.0", default-features = false, features = ["precommit-hook", "run-cargo-fmt"] }