[package] name = "sgp40" version = "0.0.4" authors = ["Mikko Jaakkola "] license = "MIT OR Apache-2.0" description = "Rust driver for the Sensirion SGP40 gas sensor." readme = "README.md" repository = "https://github.com/mjaakkol/sgp40-rs" keywords = ["sgp40", "sensirion", "driver", "voc", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["voc_index"] voc_index = [] [dependencies] sensirion-i2c = "0.1" embedded-hal = "0.2" fixed = "1.6" fixed-sqrt = "0.2" [dev-dependencies] linux-embedded-hal = "0.3" embedded-hal-mock = "0.7" [profile.release] lto = true