# 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 = "2018" name = "mpu6886" version = "0.1.0" authors = ["oldsheep68@hotmail.com"] exclude = ["target/*"] description = "Platform agnostic driver for mpu6886 6-axis IMU" readme = "README.md" keywords = [ "mpu6886", "imu", "embedded", "driver", "accelerometer", ] license = "MIT" repository = "https://github.com/oldsheep68/mpu6886" [dependencies.embedded-hal] version = "0.2.4" [dependencies.esp-println] version = "0.3.1" features = ["esp32"] [dependencies.libm] version = "0.2.1" [dependencies.nalgebra] version = "0.31.2" default-features = false [dev-dependencies.i2cdev] version = "0.5.1" [dev-dependencies.linux-embedded-hal] version = "0.3.2"