ring-client 0.1.3

A Rust client for interfacing with Ring home security devices.
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 = "ring-client"
version = "0.1.3"
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 Ring home security devices."
homepage = "https://ryanmaber.com"
readme = "README.md"
keywords = [
    "home-security",
    "smart-home",
    "home-automation",
    "client",
    "ring",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/ryanmab/ring-client"

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

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

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

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

[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]
version = "0.12.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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

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

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

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