ar-drivers 0.4.3

Opensource driver for Rokid, Nreal and some other AR glasses
Documentation
[dependencies.bytemuck]
optional = true
version = "1.13.1"

[dependencies.byteorder]
version = "1.4"

[dependencies.nalgebra]
default-features = false
features = ["std"]
version = "0.32.3"

[dependencies.rusb]
optional = true
version = "0.9.2"

[dependencies.serialport]
optional = true
version = "4.2"

[dependencies.tinyjson]
optional = true
version = "2.5.1"
[dev-dependencies.clap]
features = ["derive"]
version = "4.3"

[dev-dependencies.opencv]
default-features = false
features = ["highgui", "imgproc", "calib3d"]
version = "0.84.2"

[features]
default = ["mad_gaze", "rokid", "nreal", "grawoow"]
grawoow = ["rusb", "tinyjson", "bytemuck"]
mad_gaze = ["serialport"]
nreal = ["hidapi", "tinyjson", "bytemuck"]
rokid = ["rusb"]

[package]
authors = ["Alex Badics <admin@stickman.hu>"]
categories = ["hardware-support"]
description = "Opensource driver for Rokid, Nreal and some other AR glasses"
documentation = "https://docs.rs/ar-drivers"
edition = "2021"
keywords = ["rokid", "ar"]
license = "MIT"
name = "ar-drivers"
readme = "README.md"
repository = "https://github.com/badicsalex/ar-drivers-rs"
version = "0.4.3"
[target."cfg(not(target_os = \"android\"))".dependencies.hidapi]
optional = true
version = "2.4.1"
[target."cfg(target_os = \"android\")".dependencies.hidapi]
default-features = false
features = ["linux-static-libusb"]
optional = true
version = "2.4.1"