# 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 = "pixtend" version = "0.1.0" authors = ["Daniel Kolter "] description = "Rust library for the PiXtend V2L board" readme = "README.md" keywords = [ "pixtend", "raspberry", "board", "io", "pi", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/DKolter/pixtend" [[example]] name = "digital_outputs" path = "examples/digital_outputs.rs" [[example]] name = "relay_outputs" path = "examples/relay_outputs.rs" [[example]] name = "gpio_outputs" path = "examples/gpio_outputs.rs" [[example]] name = "safe_mode" path = "examples/safe_mode.rs" [[example]] name = "watchdog" path = "examples/watchdog.rs" [[example]] name = "versions" path = "examples/versions.rs" [[example]] name = "digital_inputs" path = "examples/digital_inputs.rs" [[example]] name = "analog_inputs" path = "examples/analog_inputs.rs" [[example]] name = "gpio_inputs" path = "examples/gpio_inputs.rs" [[example]] name = "gpio_pullups" path = "examples/gpio_pullups.rs" [[example]] name = "sensor_inputs" path = "examples/sensor_inputs.rs" [[example]] name = "retain" path = "examples/retain.rs" [[example]] name = "analog_outputs" path = "examples/analog_outputs.rs" [dependencies.deku] version = "0.17" [dependencies.rppal] version = "0.19" [dependencies.thiserror] version = "1.0"