ring-client 0.1.2

A Rust client for interfacing with Ring home security devices.
Documentation
[badges.maintenance]
status = "passively-maintained"

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

[dependencies.futures-util]
version = "0.3.31"

[dependencies.log]
version = "0.4.26"

[dependencies.rand]
version = "0.9.1"

[dependencies.rand_seeder]
version = "0.4.0"

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

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.28.0"

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

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

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

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

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