[package] name = "i2cdev-lsm9ds0" version = "0.1.3" authors = ["martindeegan "] description = "I2C driver for the LSM9DS0 gyroscope, accelerometer, magnetometer." repository = "https://github.com/martindeegan/i2cdev-sensors" readme = "README.md" license = "MIT/Apache-2.0" [lib] name = "i2cdev_lsm9ds0" path = "src/lib.rs" [[bin]] name = "lsm9ds0_bin" path = "src/main.rs" [dependencies] i2cdev = "0.3.1" byteorder = "1" i2csensors = "0.1.*"