# 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" rust-version = "1.65" name = "lis3dh-async" version = "0.9.3" authors = [ "Benjamin Bergman ", "Paul Sajna ", "Jesse Braham ", "Folkert de Vries ", "Dion Dokter ", ] description = "An embedded-hal-async driver for the LIS3DH accelerometer" readme = "README.md" keywords = [ "embedded-hal-driver", "accelerometer", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/diondokter/lis3dh-rs-async" [dependencies.accelerometer] version = "~0.12" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.num_enum] version = "0.7" default-features = false [features] default = [] defmt = ["dep:defmt"]