[package] name = "adi-adxl355-async" description = "An embedded-hal-async driver for the ADXL355 accelerometer" version = "1.0.0" edition = "2021" rust-version = "1.75" authors = ["Max Lehuraux "] keywords = ["accelerometer", "adi", "MEMS", "analog-devices"] categories = ["embedded", "hardware-support", "no-std"] readme = "README.md" license = "Apache-2.0" repository = "https://github.com/analogdevicesinc/adi-adxl355-rs" homepage = "https://github.com/analogdevicesinc/adi-adxl355-rs" [dependencies] adi-adxl355 = { path = "../adi-adxl355", version = "1.0.0" } defmt = { version = "0.3", optional = true } embedded-hal = "1.0.0" embedded-hal-async = "1.0.0" micromath = { version = "2.0", features = ["vector"] } [features] default = [] defmt = ["dep:defmt", "adi-adxl355/defmt"]