# 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 = "max112x" version = "0.7.0" description = "Driver for the 24-bit MAX11214 and similar ADCs." homepage = "https://github.com/reitermarkus/max112x-rs" documentation = "https://docs.rs/max112x" readme = "ReadMe.md" keywords = [ "max11214", "adc", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/reitermarkus/max112x-rs" [dependencies.bitflags] version = "2.4" [dependencies.embedded-hal] version = "1" [dev-dependencies.embedded-hal-mock] version = "0.10"