# 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 = "2021" name = "adafruit_nxp" version = "0.1.3" authors = ["florian.leon "] exclude = ["/.cargo", "/.vscode", "*.code-workspace", "*.json"] description = "Driver for Adafruit Precision NXP 9-DOF Breakout Board - FXOS8700 + FXAS21002 modules" readme = "README.md" keywords = ["no-std", "adafruit", "FXOS8700", "FXAS21002C", "embedded"] categories = ["embedded", "no-std", "hardware-support"] license = "0BSD" repository = "https://github.com/SII-Public-Research/Adafruit_NXP" resolver = "2" [dependencies.embedded-hal] version = "0.2.7" [dependencies.nalgebra] version = "0.31.0" features = ["libm-force"] default-features = false [dev-dependencies.rppal] version = "0.13.1" features = ["hal"]