# 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 = "2018" name = "icm20948" version = "0.0.1" authors = ["William Salmon "] description = "A bus-agnostic driver for the icm20948 accelerometer, gyro and compass." readme = "README.md" keywords = ["embedded-hal-driver", "spi", "i2c", "icm20948"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT" [dependencies.bit-byte-structs] version = "0.0.3" features = ["cortex-m-debuging"] [dependencies.cortex-m] version = "0.7.0" optional = true [dependencies.cortex-m-semihosting] version = "0.3.3" optional = true [dependencies.embedded-hal] version = "0.2.3" [dev-dependencies.linux-embedded-hal] version = "0.3.0" [features] cortex-m-debuging = ["cortex-m-semihosting", "cortex-m"]