# 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 = "tsl2591-eh-driver" version = "0.5.1" authors = [ "Paul ", "Xabier Crespo ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust embedded-hal driver for the TSL2591 Light Sensor" homepage = "https://gitlab.com/scrobotics/embedded-rs/tsl2591-rs/" readme = "README.md" keywords = [ "tsl2591", "sensor", "i2c", "light", ] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/scrobotics/embedded-rs/tsl2591-rs/" [lib] name = "tsl2591_eh_driver" path = "src/lib.rs" [dependencies.bitfield] version = "0.17.0" [dependencies.embedded-hal] version = "1.0.0"