1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "0.7.10" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "cc" 16version = "1.0.54" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311" 19 20[[package]] 21name = "cfg-if" 22version = "1.0.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 25 26[[package]] 27name = "getrandom" 28version = "0.2.7" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 31dependencies = [ 32 "cfg-if", 33 "libc", 34 "wasi", 35] 36 37[[package]] 38name = "lazy_static" 39version = "1.4.0" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 42 43[[package]] 44name = "libc" 45version = "0.2.126" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 48 49[[package]] 50name = "libusb1-sys" 51version = "0.7.0" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f" 54dependencies = [ 55 "cc", 56 "libc", 57 "pkg-config", 58 "vcpkg", 59] 60 61[[package]] 62name = "memchr" 63version = "2.3.3" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" 66 67[[package]] 68name = "minimal-lexical" 69version = "0.2.1" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 72 73[[package]] 74name = "nom" 75version = "7.1.3" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 78dependencies = [ 79 "memchr", 80 "minimal-lexical", 81] 82 83[[package]] 84name = "phf" 85version = "0.9.0" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "b2ac8b67553a7ca9457ce0e526948cad581819238f4a9d1ea74545851fa24f37" 88dependencies = [ 89 "phf_shared", 90] 91 92[[package]] 93name = "phf_codegen" 94version = "0.9.0" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "963adb11cf22ee65dfd401cf75577c1aa0eca58c0b97f9337d2da61d3e640503" 97dependencies = [ 98 "phf_generator", 99 "phf_shared", 100] 101 102[[package]] 103name = "phf_generator" 104version = "0.9.1" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "d43f3220d96e0080cc9ea234978ccd80d904eafb17be31bb0f76daaea6493082" 107dependencies = [ 108 "phf_shared", 109 "rand", 110] 111 112[[package]] 113name = "phf_shared" 114version = "0.9.0" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "a68318426de33640f02be62b4ae8eb1261be2efbc337b60c54d845bf4484e0d9" 117dependencies = [ 118 "siphasher", 119] 120 121[[package]] 122name = "pkg-config" 123version = "0.3.17" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" 126 127[[package]] 128name = "ppv-lite86" 129version = "0.2.16" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 132 133[[package]] 134name = "proc-macro2" 135version = "1.0.43" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 138dependencies = [ 139 "unicode-ident", 140] 141 142[[package]] 143name = "quote" 144version = "1.0.21" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 147dependencies = [ 148 "proc-macro2", 149] 150 151[[package]] 152name = "rand" 153version = "0.8.5" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 156dependencies = [ 157 "libc", 158 "rand_chacha", 159 "rand_core", 160] 161 162[[package]] 163name = "rand_chacha" 164version = "0.3.1" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 167dependencies = [ 168 "ppv-lite86", 169 "rand_core", 170] 171 172[[package]] 173name = "rand_core" 174version = "0.6.3" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 177dependencies = [ 178 "getrandom", 179] 180 181[[package]] 182name = "regex" 183version = "1.3.9" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" 186dependencies = [ 187 "aho-corasick", 188 "memchr", 189 "regex-syntax", 190 "thread_local", 191] 192 193[[package]] 194name = "regex-syntax" 195version = "0.6.18" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" 198 199[[package]] 200name = "rusb" 201version = "0.9.4" 202dependencies = [ 203 "libc", 204 "libusb1-sys", 205 "regex", 206 "serde", 207 "usb-ids", 208] 209 210[[package]] 211name = "serde" 212version = "1.0.147" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" 215dependencies = [ 216 "serde_derive", 217] 218 219[[package]] 220name = "serde_derive" 221version = "1.0.147" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" 224dependencies = [ 225 "proc-macro2", 226 "quote", 227 "syn", 228] 229 230[[package]] 231name = "siphasher" 232version = "0.3.10" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 235 236[[package]] 237name = "syn" 238version = "1.0.101" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2" 241dependencies = [ 242 "proc-macro2", 243 "quote", 244 "unicode-ident", 245] 246 247[[package]] 248name = "thread_local" 249version = "1.0.1" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 252dependencies = [ 253 "lazy_static", 254] 255 256[[package]] 257name = "unicode-ident" 258version = "1.0.3" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 261 262[[package]] 263name = "usb-ids" 264version = "1.2023.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "1f6ee7f9e28c6c96a3432e89e5eaf19f88e4a4c477e9db208ab083405ee8a765" 267dependencies = [ 268 "nom", 269 "phf", 270 "phf_codegen", 271 "proc-macro2", 272 "quote", 273] 274 275[[package]] 276name = "vcpkg" 277version = "0.2.10" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" 280 281[[package]] 282name = "wasi" 283version = "0.11.0+wasi-snapshot-preview1" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 286