[package] authors = ["Will Ross "] categories = ["embedded", "hardware-support"] description = "A library for interfacing with thermal cameras" edition = "2018" keywords = ["embedded-hal", "thermal-camera"] license = "Apache-2.0" name = "thermal-camera" repository = "https://git.sr.ht/~paxswill/rust-thermal-camera" version = "0.2.0" [dependencies] embedded-hal = "=1.0.0-alpha.4" ndarray = { version = "0.15", default-features = false } num_enum = { version = "0.5", default-features = false } [dev-dependencies] linux-embedded-hal = "=0.4.0-alpha.0" [[example]] name = "dump-grideye" [features] default = ["std"] std = ["ndarray/std", "num_enum/std"]