# 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 = "lsm6dsox" version = "1.0.1" authors = ["Fraunhofer IML Embedded Rust Group "] description = "Platform-agnostic embedded-hal driver for the ST LSM6DSOX iNEMO inertial module" readme = "README.md" keywords = [ "no_std", "sensor", "magnetometer", "accelerometer", "embedded-hal-driver", ] categories = [ "embedded", "no-std", "no-std::no-alloc", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/lsm6dsox" [package.metadata.cargo-udeps.ignore] development = ["embedded-hal-mock"] [dependencies.accelerometer] version = "0.12.0" [dependencies.byteorder] version = "1.4.3" default-features = false [dependencies.embedded-hal] version = "0.2.7" [dependencies.enumflags2] version = "0.7.3" [dependencies.measurements] version = "0.11" [dependencies.num_enum] version = "0.5" default-features = false [dev-dependencies.embedded-hal-mock] version = "0.8.0"