# 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 = "ism330dhcx" version = "0.6.0" authors = ["Andrei Sousa "] include = [ "src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT", ] description = "Simple driver for ST ism330dhcx sensor" documentation = "https://docs.rs/ism330dhcx" readme = "README.md" keywords = [ "i2c", "embedded-hal-driver", "ism330dhcx", "gyroscope", "accelerometer", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/sousandrei/ism330dhcx" [dependencies.defmt] version = "0.3" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-io] version = "0.6.1" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.embedded-hal-mock] version = "0.11"