# 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 = "adxl345_driver2" version = "2.0.1" authors = [ "Michael Büsch ", "Michael Cummings ", ] description = "Driver for Analog Device ADXL345/ADXL346 3-Axis Digital Accelerometer" homepage = "https://bues.ch" readme = "README.md" keywords = [ "adxl345", "adxl346", "embedded", "driver", ] categories = [ "embedded", "hardware-support", "os", ] license = "MIT" repository = "https://git.bues.ch/git/adxl345_driver2.git" [dependencies.bitflags] version = "2" [dependencies.c2rust-bitfields] version = "0.18" features = ["no_std"] default-features = false [dependencies.embedded-hal] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.ctrlc] version = "3" features = ["termination"] [dev-dependencies.rppal] version = "0.17" features = ["hal"] [features] default = [] no_std = []