# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "si7021" version = "0.2.0" authors = ["Klemens Schölhorn "] description = "I2C driver for the Si7021 hygrometer and thermometer" documentation = "https://docs.rs/si7021" readme = "README.md" categories = ["embedded", "hardware-support"] license = "Apache-2.0/MIT" repository = "https://github.com/klemens/si7021-rs" [dependencies.byteorder] version = "1" [dependencies.i2cdev] version = "0.4.1" [dependencies.i2csensors] version = "0.1.3"