# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "ftdi-mpsse" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa7cfcda69930a8d2fdcdd7ffb9234fe4c79a8c73934ed4904327d77bfb5078a" dependencies = [ "static_assertions", ] [[package]] name = "libftd2xx" version = "0.32.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f20d68b3138aaabb97edc3db8ed8f418d60f8abd2a7d8220d562906fb38ff08e" dependencies = [ "ftdi-mpsse", "libftd2xx-ffi", "log", "paste", "static_assertions", ] [[package]] name = "libftd2xx-ffi" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40bed7f53ea45282e0e4f1361d1a8094e62abe0ccfd9a6dbf7e3db932b2789ce" dependencies = [ "cfg-if", ] [[package]] name = "log" version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "paste" version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "wacca-led" version = "0.1.0" dependencies = [ "libftd2xx", ]