# 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 = "unicorn_hat_hd" version = "0.2.1" authors = ["Jacob Helwig "] exclude = [".vscode/*"] description = "Provides an interface to the Pimoroni Unicorn HAT HD on a Raspberry PI" readme = "README.md" keywords = ["pimoroni"] categories = ["hardware-support"] license = "BSD-3-Clause" repository = "https://github.com/jhelwig/unicorn-hat-hd-rs" [dependencies.ansi_term] version = "0.10.2" optional = true [dependencies.failure] version = "0.1.1" [dependencies.rgb] version = "0.8" [dependencies.spidev] version = "0.3.0" optional = true [features] default = ["hardware"] fake-hardware = ["ansi_term"] hardware = ["spidev"]