# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "adxl345_driver" version = "0.0.6" authors = ["Michael Cummings "] description = "Driver for Analog Device ADXL345/ADXL346 3-Axis Digital Accelerometer" homepage = "https://github.com/Dragonrun1/adxl345_driver" readme = "README.md" keywords = ["adxl345", "embedded", "pi", "raspberry", "driver"] categories = ["embedded", "hardware-support", "os"] license = "MIT" repository = "https://github.com/Dragonrun1/adxl345_driver" [dependencies.bitflags] version = "1.2.1" [dependencies.c2rust-bitfields] version = "0.3.0" [dependencies.rppal] version = "0.11.3" features = ["hal", "hal-unproven"] [dependencies.thiserror] version = "1.0.20" [dev-dependencies.anyhow] version = "1.0.33" [dev-dependencies.ctrlc] version = "3.1.7" features = ["termination"]