# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mpu9250-dmp" version = "1.0.0" authors = ["Ken Elkabany "] description = "Library for the MPU-9250 IMU and Digital Motion Processor." readme = "README.md" keywords = ["mpu9250"] license = "MIT" repository = "https://github.com/braincore/mpu9250-dmp-rs" [[example]] name = "scan" crate-type = ["bin"] [[example]] name = "scan_dmp" crate-type = ["bin"] [dependencies.ak8963] version = "1.1.0" [dependencies.byteorder] version = "1.1.0" [dependencies.i2cdev] version = "0.3.1" [dependencies.ndarray] version = "0.12" [dev-dependencies.clap] version = "2.32" [dev-dependencies.sysfs_gpio] version = "0.5"