# 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 = "ak09915_rs" version = "0.2.0" description = "A Rust library for interacting with the AK09915 magnetometer" homepage = "https://docs.bluerobotics.com/AK09915-rs/ak09915_rs" documentation = "https://docs.rs/ak09915_rs" readme = "README.md" keywords = [ "magnetometer", "sensor", "embedded", "ak09915", "AsahiKASEI", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/bluerobotics/AK09915-rs" [[bench]] name = "bench" harness = false [dependencies.embedded-hal] version = "0.2.5" [dev-dependencies.clap] version = "4.2.2" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.embedded-hal-mock] version = "0.9.0" [dev-dependencies.linux-embedded-hal] version = "0.3.2"