[dependencies.embedded-hal]
version = "1.0.0"
[dev-dependencies.embedded-hal-mock]
default-features = false
features = ["eh1"]
version = "0.10.0"
[dev-dependencies.linux-embedded-hal]
version = "0.4.0"
[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the BMI160 inertial measurement unit (IMU)."
documentation = "https://docs.rs/bmi160"
edition = "2021"
homepage = "https://github.com/eldruin/bmi160-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["inertial", "accelerometer", "gyroscope", "imu", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "bmi160"
readme = "README.md"
repository = "https://github.com/eldruin/bmi160-rs"
version = "1.1.0"
[profile.release]
lto = true