# 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 = "adxl343" version = "0.8.0" authors = ["Tony Arcieri "] description = "Platform-agnostic ADXL343 accelerometer driver which uses I2C via embedded-hal" homepage = "https://neobirth.org" readme = "README.md" keywords = ["analog-devices", "accelerometer"] categories = ["embedded", "hardware-support", "no-std"] license = "Apache-2.0" repository = "https://github.com/NeoBirth/ADXL343.rs" [dependencies.accelerometer] version = "0.11" [dependencies.bitflags] version = "1" [dependencies.embedded-hal] version = "0.2" [features] default = ["i16x3"] i16x3 = [] u16x3 = []