# 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.75" name = "adi-adxl355-async" version = "1.0.0" authors = ["Max Lehuraux "] description = "An embedded-hal-async driver for the ADXL355 accelerometer" homepage = "https://github.com/analogdevicesinc/adi-adxl355-rs" readme = "README.md" keywords = [ "accelerometer", "adi", "MEMS", "analog-devices", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "Apache-2.0" repository = "https://github.com/analogdevicesinc/adi-adxl355-rs" [dependencies.adi-adxl355] version = "1.0.0" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.micromath] version = "2.0" features = ["vector"] [features] default = [] defmt = [ "dep:defmt", "adi-adxl355/defmt", ]