1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "bitflags" 7version = "2.9.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 10 11[[package]] 12name = "cfg-if" 13version = "1.0.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 16 17[[package]] 18name = "cfg_aliases" 19version = "0.2.1" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 22 23[[package]] 24name = "libc" 25version = "0.2.170" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" 28 29[[package]] 30name = "nix" 31version = "0.29.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 34dependencies = [ 35 "bitflags", 36 "cfg-if", 37 "cfg_aliases", 38 "libc", 39] 40 41[[package]] 42name = "spidev" 43version = "0.7.0" 44dependencies = [ 45 "bitflags", 46 "libc", 47 "nix", 48] 49