# 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 = "unicorn_hat_mini" version = "0.1.0" description = "Interface to the Pimoroni Unicorn HAT Mini on a Raspberry Pi" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/daniel-tp/unicorn_hat_mini" [lib] name = "unicorn_hat_mini" path = "src/lib.rs" [[bin]] name = "unicorn_hat_mini" path = "src/bin.rs" [dependencies.ctrlc] version = "3.2.4" [dependencies.rgb] version = "0.8" [dependencies.rppal] version = "0.14" [dependencies.thiserror] version = "1.0.37"