# 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 = "lsm6ds33" version = "0.5.0" authors = ["Natesh Narain "] description = "A platform agnostic driver for the LSM6DS33 6-DoF Accel + Gyro IMU" readme = "README.md" keywords = [ "embedded-hal-driver", "imu", "accelerometer", "gyroscope", "sensor", ] categories = [ "embedded", "hardware-support", "no-std", ] license-file = "LICENSE" repository = "https://github.com/nnarain/lsm6ds33" [dependencies.arrayref] version = "0.3.6" [dependencies.embedded-hal] version = "0.2" optional = true [dependencies.embedded-hal-async] version = "0.1.0-alpha.1" optional = true [dependencies.maybe-async-cfg] version = "0.2.1" [features] async = ["embedded-hal-async"] blocking = ["embedded-hal"] default = ["blocking"]