# 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 = "hmc5883-async" version = "0.1.3" authors = [ "Todd Stellanova ", "Aïssata Maiga ", "Henrik Alsér ", ] exclude = [".cargo_vcs_info.json"] description = "HMC5883 magnetometer async driver for embedded hal" readme = "README.md" keywords = [ "embedded-hal-driver", "async", "HMC5883", "magnetometer", ] categories = [ "embedded", "hardware-support", "no-std", "async", ] license = "BSD-3-Clause" repository = "https://github.com/Dajamante/hmc5983-async" [dependencies.defmt] version = "0.3.2" [dependencies.embedded-hal-async] version = "0.1.0-alpha.1" [dependencies.panic-rtt-core] version = "0.1.0" optional = true [features] default = [] rttdebug = ["panic-rtt-core"]