# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "unimotion-rs" version = "0.1.0" authors = ["SCARTbut8K "] description = "A library to interface Uni-motion's Unisensors with slime-wrangler" readme = "README.md" keywords = [ "vr", "unisensor", ] categories = [ "game-development", "hardware-support", ] license = "GPL-3.0-only" repository = "https://github.com/SCARTbut8K/unimotion-rs" [dependencies.base64] version = "0.21.*" [dependencies.crossbeam-channel] version = "0.5" [dependencies.lazy_static] version = "1.4" [dependencies.macaddr] version = "1.*" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serialport] version = "4.*"