# 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 = "mcp9600" version = "0.1.1" description = "Basic embedded-hal-based I2C driver for the MCP9600 and MCP9601 thermocouple amplifier ICs" readme = "README.md" keywords = [ "thermocouple", "I2C", "embedded", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/besselfunct/mcp9600" [dependencies.bitvec] version = "~1.0" [dependencies.embedded-hal] version = "0.2.7"