# 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 = "unicorn_hat_hd_2" version = "0.4.1" authors = ["Harry Stebbins "] exclude = [".vscode/*", ".idea/*"] 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/hstebbins-stash/unicorn-hat-hd-rs" [dependencies.ansi_term] version = "0.12.0" optional = true [dependencies.failure] version = "0.1" [dependencies.rgb] version = "0.8" [dependencies.rppal] version = "0.13.1" optional = true [features] default = ["hardware"] fake-hardware = ["ansi_term"] hardware = ["rppal"]