# 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 = "max31855-rs" version = "0.1.0" authors = ["Dalton C. "] description = "MAX31855 Cold-Junction Compensated Thermocouple-to-Digial Converter" readme = "README.md" keywords = [ "embedded-hal-driver", "max31855", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/dolphindalt/max31855" [dependencies.bit_field] version = "0.10.1" [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.linux-embedded-hal] version = "0.4" features = ["spidev"] [features] default = [] std = []