# 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 = "icm20689_driver_rs" version = "0.0.2" authors = ["Deepesh Padala"] description = "platform independant Drivers for the ICM20689 6 axis IMU with embedded-hal" readme = "README.md" keywords = [ "no-std", "imu", "embedded-hal-driver", "embedded-hal", "icm20689", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/DS3a/icm20689_driver_rs.git" [dependencies.embedded-hal] version = "^0.2.4"