# 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 = "mmc5983ma" version = "0.1.0-rc1" authors = ["John Schmidt "] description = "Async driver for the mmc5983ma" readme = "README.md" keywords = [ "embedded-hal-async", "async", "no_std", "mmc5983", "magnetometer", ] license = "MIT" repository = "https://github.com/John2143/mmc5983ma" [dependencies.bitfield] version = "0.15.0" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.embedded-hal-async] version = "1.0.0" [features] default = [] defmt = ["dep:defmt"] float = []