[dependencies.bytemuck]
features = ["derive"]
version = "1.23.1"
[dependencies.thiserror-no-std]
version = "2.0.2"
[lib]
name = "renik"
path = "src/lib.rs"
[package]
authors = ["rttf <contact@rttf.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "🤖 Renik shared library"
documentation = "https://docs.rs/renik"
edition = "2024"
keywords = ["renik", "no_std", "bluetooth"]
license = "MIT"
name = "renik"
readme = "README.md"
repository = "https://github.com/rttfd/renik"
version = "0.7.1"
[[test]]
name = "bluetooth_tests"
path = "tests/bluetooth_tests.rs"
[[test]]
name = "device_tests"
path = "tests/device_tests.rs"
[[test]]
name = "wifi_tests"
path = "tests/wifi_tests.rs"