# 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 = "bma423" version = "0.0.4" authors = ["Pierre-Yves Aillet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust driver for Bma423 accelerometer" readme = "README.md" categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pyaillet/bma423-rs" [lib] name = "bma423" path = "src/lib.rs" [dependencies.accelerometer] version = "0.12" optional = true [dependencies.bitmask-enum] version = "2.2" [dependencies.embedded-hal] version = "1.0" [dependencies.num_enum] version = "0.7" default-features = false [features] accel = ["accelerometer"] default = ["accel"]