# 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 = "2021" name = "gy521-rppal" version = "0.1.1" authors = ["Braden Everson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate for accessing GY-521 sensor data using the rppal library on a Raspberry Pi." documentation = "https://docs.rs/gy521-rppal" readme = "README.md" keywords = [ "gy521", "rppal", "raspberry-pi", "i2c", ] categories = [ "embedded", "hardware-support", ] license = "MIT" [lib] name = "gy521_rppal" path = "src/lib.rs" [dependencies.rppal] version = "0.19.0"