# 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-eh-driver" version = "0.2.2" authors = ["Xabier Crespo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust embedded-hal device driver for the ADXL345 Analog Devices Digital Accelerometer" readme = "README.md" keywords = [ "adxl345", "accelerometer", "I2C", "interrupts", ] categories = ["embedded"] license = "MIT" repository = "https://gitlab.com/scrobotics/embedded-rs/adxl234-rs" [lib] name = "adxl345_eh_driver" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "interrupts" path = "examples/interrupts.rs" [dependencies.bitfield] version = "0.17.0" [dependencies.embedded-hal] version = "1.0.0"