# 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 = "mpu6050" version = "0.1.6" authors = ["Julian Gaal "] description = "Platform agnostic driver for MPU6050 6-axis IMU" readme = "README.md" keywords = [ "mpu6050", "imu", "embedded", ] license = "MIT" repository = "https://github.com/juliangaal/mpu6050" [dependencies.embedded-hal] version = "0.2.4" [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.0"