# 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 = "max6675-hal" version = "1.0.0" authors = ["Barrett "] exclude = [ ".github", "examples", "tests", "deny.toml", ] description = "An embedded-hal driver for the MAX6675 digital thermocouple converter." readme = "README.md" keywords = [ "temperature", "thermocouple", "max6675", ] categories = [ "embedded", "hardware-support", "no-std", "science::robotics", ] license = "MIT" repository = "https://github.com/onkoe/max6675-hal" [dependencies.embedded-hal] version = "1.0.0" features = [] [dependencies.simmer] version = "0.3" features = ["f32"] [dependencies.ufmt] version = "0.2" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_approx_eq] version = "1.1" [dev-dependencies.embedded-hal-mock] version = "0.10.0" features = ["eh1"] [dev-dependencies.once_cell] version = "1.19.0" [features] std = []