# 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 = "bmx055" version = "0.1.0" authors = ["Alexander Laarmann "] description = "This is a platform agnostic Rust driver for the BMX055 small, versatile 9-axis sensor module: 3D accelerometer, 3D gyroscope and 3D magnetometer." homepage = "https://gitlab.com/alaarmann/bmx055-rs" readme = "README.md" keywords = [ "accelerometer", "gyroscope", "magnetometer", "mems", "embedded-hal-driver", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://gitlab.com/alaarmann/bmx055-rs" [profile.release] lto = true [dependencies.bitflags] version = "2.4.1" [dependencies.embedded-hal] version = "0.2.7" [dependencies.nb] version = "1.1" [dev-dependencies.embedded-hal-mock] version = "0.9" [target."cfg(target_os = \"linux\")".dev-dependencies.linux-embedded-hal] version = "0.3"