# 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 = "linux_max6675" version = "0.2.1" authors = ["Barrett Ray "] exclude = [ ".github", ".githooks", ".gitignore", "deny.toml", "Cargo.lock", ] description = "A library that reads temperature data from a MAX6675 over the Linux kernel's SPI API." readme = "README.md" keywords = [ "max6675", "spi", ] categories = [ "os::linux-apis", "hardware-support", "embedded", "science", "science::robotics", ] license = "MIT" repository = "https://github.com/onkoe/linux_max6675" [dependencies.simmer] version = "0.3" [dependencies.spidev] version = "0.6.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.approx_eq] version = "0.1.8" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18"