# 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 = "bmi270" version = "0.1.1" authors = ["Zhang-Yang"] description = "Rust BMI270" license = "MIT OR Apache-2.0" [package.metadata.cross.target.aarch64-unknown-linux-gnu] image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:0.2.4" pre-build = [ "dpkg --add-architecture arm64 ", "apt-get update ", "apt-get install --assume-yes libc6-dev:arm64 libclang-3.9 libssl-dev libudev-dev:arm64 gfortran-aarch64-linux-gnu", ] [dependencies.embedded-hal] version = "0.2.7" [dependencies.linux-embedded-hal] version = "0.3.2"