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