[dependencies.hiwonder]
version = "0.6.3"
[dependencies.imu-traits]
version = "0.0.4"
[dependencies.log]
version = "0.4"
[dependencies.serialport]
version = "4.7.1"
[lib]
crate-type = ["rlib"]
name = "imu"
path = "src/lib.rs"
[package]
authors = ["Wesley Maa <wesley@kscale.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Interface for interacting with various IMU devices"
edition = "2021"
license = "MIT"
name = "imu"
readme = "README.md"
repository = "https://github.com/kscalelabs/imu"
version = "0.7.4"
[target.'cfg(target_os = "linux")'.dependencies.hexmove]
version = "0.2.2"
[target.'cfg(target_os = "linux")'.dependencies.linux_bmi088]
version = "0.1.2"
[target.'cfg(target_os = "linux")'.dependencies.linux_bno055]
version = "0.1.2"