1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 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 = "byteorder" 13version = "1.5.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 16 17[[package]] 18name = "cfg-if" 19version = "1.0.0" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 22 23[[package]] 24name = "getrandom" 25version = "0.3.1" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" 28dependencies = [ 29 "cfg-if", 30 "libc", 31 "wasi", 32 "windows-targets", 33] 34 35[[package]] 36name = "hermit-abi" 37version = "0.3.9" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 40 41[[package]] 42name = "libc" 43version = "0.2.170" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" 46 47[[package]] 48name = "no-panic" 49version = "0.1.34" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "e5b926eaa50591fb2d593d569431833cf8fb4457754a576f47f0d0afe1be73a3" 52dependencies = [ 53 "proc-macro2", 54 "quote", 55 "syn", 56] 57 58[[package]] 59name = "num_cpus" 60version = "1.16.0" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 63dependencies = [ 64 "hermit-abi", 65 "libc", 66] 67 68[[package]] 69name = "ppv-lite86" 70version = "0.2.20" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 73dependencies = [ 74 "zerocopy 0.7.35", 75] 76 77[[package]] 78name = "proc-macro2" 79version = "1.0.94" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 82dependencies = [ 83 "unicode-ident", 84] 85 86[[package]] 87name = "quote" 88version = "1.0.39" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" 91dependencies = [ 92 "proc-macro2", 93] 94 95[[package]] 96name = "rand" 97version = "0.9.0" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" 100dependencies = [ 101 "rand_chacha", 102 "rand_core", 103 "zerocopy 0.8.21", 104] 105 106[[package]] 107name = "rand_chacha" 108version = "0.9.0" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 111dependencies = [ 112 "ppv-lite86", 113 "rand_core", 114] 115 116[[package]] 117name = "rand_core" 118version = "0.9.3" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 121dependencies = [ 122 "getrandom", 123] 124 125[[package]] 126name = "rand_xorshift" 127version = "0.4.0" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" 130dependencies = [ 131 "rand_core", 132] 133 134[[package]] 135name = "ryu" 136version = "1.0.20" 137dependencies = [ 138 "no-panic", 139 "num_cpus", 140 "rand", 141 "rand_xorshift", 142] 143 144[[package]] 145name = "syn" 146version = "2.0.99" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2" 149dependencies = [ 150 "proc-macro2", 151 "quote", 152 "unicode-ident", 153] 154 155[[package]] 156name = "unicode-ident" 157version = "1.0.17" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" 160 161[[package]] 162name = "wasi" 163version = "0.13.3+wasi-0.2.2" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" 166dependencies = [ 167 "wit-bindgen-rt", 168] 169 170[[package]] 171name = "windows-targets" 172version = "0.52.6" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 175dependencies = [ 176 "windows_aarch64_gnullvm", 177 "windows_aarch64_msvc", 178 "windows_i686_gnu", 179 "windows_i686_gnullvm", 180 "windows_i686_msvc", 181 "windows_x86_64_gnu", 182 "windows_x86_64_gnullvm", 183 "windows_x86_64_msvc", 184] 185 186[[package]] 187name = "windows_aarch64_gnullvm" 188version = "0.52.6" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 191 192[[package]] 193name = "windows_aarch64_msvc" 194version = "0.52.6" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 197 198[[package]] 199name = "windows_i686_gnu" 200version = "0.52.6" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 203 204[[package]] 205name = "windows_i686_gnullvm" 206version = "0.52.6" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 209 210[[package]] 211name = "windows_i686_msvc" 212version = "0.52.6" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 215 216[[package]] 217name = "windows_x86_64_gnu" 218version = "0.52.6" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 221 222[[package]] 223name = "windows_x86_64_gnullvm" 224version = "0.52.6" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 227 228[[package]] 229name = "windows_x86_64_msvc" 230version = "0.52.6" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 233 234[[package]] 235name = "wit-bindgen-rt" 236version = "0.33.0" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" 239dependencies = [ 240 "bitflags", 241] 242 243[[package]] 244name = "zerocopy" 245version = "0.7.35" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 248dependencies = [ 249 "byteorder", 250 "zerocopy-derive 0.7.35", 251] 252 253[[package]] 254name = "zerocopy" 255version = "0.8.21" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "dcf01143b2dd5d134f11f545cf9f1431b13b749695cb33bcce051e7568f99478" 258dependencies = [ 259 "zerocopy-derive 0.8.21", 260] 261 262[[package]] 263name = "zerocopy-derive" 264version = "0.7.35" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 267dependencies = [ 268 "proc-macro2", 269 "quote", 270 "syn", 271] 272 273[[package]] 274name = "zerocopy-derive" 275version = "0.8.21" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "712c8386f4f4299382c9abee219bee7084f78fb939d88b6840fcc1320d5f6da2" 278dependencies = [ 279 "proc-macro2", 280 "quote", 281 "syn", 282] 283