# 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 = "lsm6ds3tr" version = "0.1.1" authors = ["Marcin Czekajło "] description = "LSM6DS3TR 6-axis (DOF) IMU accelerometer & gyroscope rust driver library" readme = "readme.md" license = "MIT" repository = "https://gitlab.com/mtczekajlo/lsm6ds3tr-rs" [dependencies.defmt] version = "0.3.5" optional = true [dependencies.embedded-hal] version = "0.2.7" [features] default = [] defmt = ["dep:defmt"]