# 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 = "lis2dw12" version = "0.1.3" authors = ["David Haig "] description = "A no_std compatible Rust driver for the low power ST 3-Axis MEMS 14-bit accelerometer LIS2DW12 using the SPI bus in async or blocking mode" documentation = "https://docs.rs/lis2dw12" readme = "README.md" keywords = ["accelerometer", "sensor", "spi", "driver", "no_std"] categories = ["embedded", "no-std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/ninjasource/lis2dw12" [profile.release] lto = true [dependencies.accelerometer] version = "0.12.0" [dependencies.embassy-traits] version = "0.0.2" features = ["defmt"] optional = true [dependencies.embedded-hal] version = "0.2.5" [dependencies.nb] version = "1.0" [dependencies.num-derive] version = "0.3.3" optional = true default-features = false [dependencies.num-traits] version = "0.2.14" optional = true default-features = false [features] default = [] non_blocking = ["embassy-traits"] out_f32 = ["num-traits", "num-derive"]