[dependencies.arrayvec]
version = "0.7.6"
[dependencies.binrw]
version = "0.14.1"
[dependencies.btleplug]
version = "0.11.7"
[dependencies.futures]
version = "0.3.31"
[dependencies.futures-signals]
default-features = false
version = "0.3.34"
[dependencies.smart-default]
version = "0.7.1"
[dependencies.tracing]
version = "0.1.41"
[dependencies.uuid]
version = "1.16.0"
[dev-dependencies.eyre]
version = "0.6.12"
[dev-dependencies.hex-literal]
version = "1.0.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal"]
version = "1.44.2"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"
[[example]]
name = "stim"
path = "examples/stim.rs"
[features]
coyote3 = []
default = []
[lib]
name = "dungeonctl"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "hardware-support"]
description = "Control smart electronic toys created by DG-LAB"
edition = "2024"
keywords = ["dg-lab", "coyote", "estim", "e-stim", "bluetooth"]
license = "MIT OR Apache-2.0"
name = "dungeonctl"
readme = "README.md"
repository = "https://github.com/mebutkinky/dungeonctl"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]