[package] name = "unimotion-rs" version = "0.1.0" authors = ["SCARTbut8K "] repository = "https://github.com/SCARTbut8K/unimotion-rs" description = "A library to interface Uni-motion's Unisensors with slime-wrangler" edition = "2021" readme = "README.md" categories = ["game-development", "hardware-support"] keywords = ["vr", "unisensor"] license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.*" macaddr = "1.*" serialport = "4.*" crossbeam-channel = "0.5" lazy_static = "1.4" serde = { version = "1.0", features = ["derive"] , optional = true }