ckeylock-api 0.1.7

API for ckeylock.
Documentation
[package]
name = "ckeylock-api"
version = "0.1.7"
edition.workspace = true
readme.workspace = true
repository.workspace = true
license.workspace = true
description = "API for ckeylock."

[dependencies]
ckeylock-core = "0.1.3"
futures-util = "0.3.31"
serde_json = "1.0.140"
thiserror = "2.0.12"
tokio = { version = "1.44.2", features = ["sync"] }
tokio-tungstenite = { version = "0.26.2", features = ["native-tls"] }

[dev-dependencies]
tokio = { version = "1.44.2", features = ["rt", "rt-multi-thread", "macros"] }