# 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 = "2018" name = "lis3dh-spi" version = "0.0.5" authors = ["Robert Hanyecz "] description = "no_std driver for the ultra-low-power high-performance 3-axis \"nano\" accelerometer LIS3DH using SPI" documentation = "https://docs.rs/lis3dh-spi" readme = "README.md" categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/robhany/lis3dh-spi" [dependencies.embedded-hal] version = "0.2.5" [dependencies.micromath] version = "2.0.0" features = ["vector"] [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false