[package] name = "sdp8xx" version = "0.2.0" authors = ["Rafael Bachmann "] license = "MIT" description = "Platform agnostic Rust driver for the Sensirion SDP8xx differential pressure sensor." readme = "README.md" keywords = ["sdp8xx", "sensirion", "driver", "embedded-hal-driver"] repository = "https://github.com/barafael/sdp8xx-rs" categories = ["embedded", "hardware-support", "no-std"] edition = "2018" [dependencies] embedded-hal = "0.2.6" sensirion-i2c = "0.1.1" [dev-dependencies] embedded-hal-mock = "0.8.0" linux-embedded-hal = "0.3.1" # used for doc-tests proptest = "1.0.0" [profile.release] codegen-units = 1 # better optimizations debug = true # symbols are nice and they don't increase the size on Flash lto = true # better optimizations