# 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] name = "mcp9808" version = "0.4.0" authors = ["Michael BoĢˆckling "] description = "Platform agnostic Rust driver for the Microchip MCP9808 temperature sensor." readme = "README.md" keywords = [ "embedded-hal-driver", "microchip", "driver", "temperature", "sensor", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MrBuddyCasino/mcp9808-rs" [profile.release] lto = true debug = true [dependencies.bit_field] version = "0.10.2" [dependencies.cast] version = "0.3.0" default-features = false [dependencies.embedded-hal] version = "1.0.0-rc.1" [features] default = ["with_floating_point"] no_floating_point = [] with_floating_point = []