[package] name = "lm75" version = "1.0.0" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/lm75-rs" license = "MIT OR Apache-2.0" description = "Platform-agnostic Rust driver for the LM75 temperature sensor and thermal watchdog." readme = "README.md" keywords = ["temperature", "sensor", "i2c", "driver", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] homepage = "https://github.com/eldruin/lm75-rs" documentation = "https://docs.rs/lm75" include = [ "/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE", ] edition = "2021" [dependencies] embedded-hal = "1.0.0" [dev-dependencies] linux-embedded-hal = "0.4" embedded-hal-mock = { version = "0.10", default-features = false, features = ["eh1"] } [profile.release] lto = true