[package]
edition = "2021"
rust-version = "1.94.0"
name = "zendo-protocol"
version = "0.2.0"
authors = ["Akina <michele.xiloyannis@akina.health>"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire-protocol constants and binary frame decoders for the Zendo motion-tracking WebSocket stream."
readme = "README.md"
keywords = [
"zendo",
"motion-capture",
"pose",
"protocol",
]
categories = [
"encoding",
"parser-implementations",
"no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/akina-health/zendo-sdk"
[features]
default = ["std"]
std = []
[lib]
name = "zendo_protocol"
path = "src/lib.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[lints.rust]
unsafe_code = "forbid"