# 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] edition = "2018" name = "sdp8xx" version = "0.2.0" authors = ["Rafael Bachmann "] description = "Platform agnostic Rust driver for the Sensirion SDP8xx differential pressure sensor." readme = "README.md" keywords = ["sdp8xx", "sensirion", "driver", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT" repository = "https://github.com/barafael/sdp8xx-rs" [profile.release] lto = true codegen-units = 1 debug = true [dependencies.embedded-hal] version = "0.2.6" [dependencies.sensirion-i2c] version = "0.1.1" [dev-dependencies.embedded-hal-mock] version = "0.8.0" [dev-dependencies.linux-embedded-hal] version = "0.3.1" [dev-dependencies.proptest] version = "1.0.0"