hive-client 0.0.6

A Rust client for interfacing with Hive smart home systems.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85.0"
name = "hive-client"
version = "0.0.6"
authors = ["Ryan Maber <ryan@ryanmaber.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for interfacing with Hive smart home systems."
homepage = "https://ryanmaber.com"
readme = "README.md"
keywords = [
    "hive",
    "smart-home",
    "home-automation",
    "client",
    "hive-home",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/ryanmab/hive-client"

[badges.maintenance]
status = "passively-maintained"

[lib]
name = "hive_client"
path = "src/lib.rs"

[[test]]
name = "hive_checks"
path = "tests/hive_checks.rs"

[dependencies.aws-cognito-srp]
version = "0.2"

[dependencies.aws-config]
version = "1.6.1"

[dependencies.aws-sdk-cognitoidentityprovider]
version = "1.76.0"

[dependencies.chrono]
version = "0.4.40"
features = ["serde"]

[dependencies.log]
version = "0.4.27"
features = ["kv"]

[dependencies.reqwest]
version = "0.12.15"
features = ["json"]

[dependencies.serde]
version = "1.0.217"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_with]
version = "3.12.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.44.2"
features = [
    "test-util",
    "macros",
]

[dev-dependencies.dotenvy_macro]
version = "0.15.7"

[dev-dependencies.tokio-test]
version = "0.4.4"