Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at gcc-offload 288 lines 7.6 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "arrayref" 7version = "0.3.9" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 10 11[[package]] 12name = "arrayvec" 13version = "0.7.6" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 16 17[[package]] 18name = "autocfg" 19version = "1.4.0" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 22 23[[package]] 24name = "blake3" 25version = "1.0.0" 26dependencies = [ 27 "blake3 1.5.5", 28 "hex", 29 "pyo3", 30 "rayon", 31] 32 33[[package]] 34name = "blake3" 35version = "1.5.5" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" 38dependencies = [ 39 "arrayref", 40 "arrayvec", 41 "cc", 42 "cfg-if", 43 "constant_time_eq", 44 "memmap2", 45 "rayon-core", 46] 47 48[[package]] 49name = "cc" 50version = "1.2.2" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" 53dependencies = [ 54 "shlex", 55] 56 57[[package]] 58name = "cfg-if" 59version = "1.0.0" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 62 63[[package]] 64name = "constant_time_eq" 65version = "0.3.1" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 68 69[[package]] 70name = "crossbeam-deque" 71version = "0.8.5" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 74dependencies = [ 75 "crossbeam-epoch", 76 "crossbeam-utils", 77] 78 79[[package]] 80name = "crossbeam-epoch" 81version = "0.9.18" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 84dependencies = [ 85 "crossbeam-utils", 86] 87 88[[package]] 89name = "crossbeam-utils" 90version = "0.8.20" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 93 94[[package]] 95name = "either" 96version = "1.13.0" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 99 100[[package]] 101name = "heck" 102version = "0.5.0" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 105 106[[package]] 107name = "hex" 108version = "0.4.3" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 111 112[[package]] 113name = "indoc" 114version = "2.0.5" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 117 118[[package]] 119name = "libc" 120version = "0.2.167" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" 123 124[[package]] 125name = "memmap2" 126version = "0.9.5" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 129dependencies = [ 130 "libc", 131] 132 133[[package]] 134name = "memoffset" 135version = "0.9.1" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 138dependencies = [ 139 "autocfg", 140] 141 142[[package]] 143name = "once_cell" 144version = "1.20.2" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 147 148[[package]] 149name = "portable-atomic" 150version = "1.10.0" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" 153 154[[package]] 155name = "proc-macro2" 156version = "1.0.92" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 159dependencies = [ 160 "unicode-ident", 161] 162 163[[package]] 164name = "pyo3" 165version = "0.23.2" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "f54b3d09cbdd1f8c20650b28e7b09e338881482f4aa908a5f61a00c98fba2690" 168dependencies = [ 169 "cfg-if", 170 "indoc", 171 "libc", 172 "memoffset", 173 "once_cell", 174 "portable-atomic", 175 "pyo3-build-config", 176 "pyo3-ffi", 177 "pyo3-macros", 178 "unindent", 179] 180 181[[package]] 182name = "pyo3-build-config" 183version = "0.23.2" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "3015cf985888fe66cfb63ce0e321c603706cd541b7aec7ddd35c281390af45d8" 186dependencies = [ 187 "once_cell", 188 "target-lexicon", 189] 190 191[[package]] 192name = "pyo3-ffi" 193version = "0.23.2" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "6fca7cd8fd809b5ac4eefb89c1f98f7a7651d3739dfb341ca6980090f554c270" 196dependencies = [ 197 "libc", 198 "pyo3-build-config", 199] 200 201[[package]] 202name = "pyo3-macros" 203version = "0.23.2" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "34e657fa5379a79151b6ff5328d9216a84f55dc93b17b08e7c3609a969b73aa0" 206dependencies = [ 207 "proc-macro2", 208 "pyo3-macros-backend", 209 "quote", 210 "syn", 211] 212 213[[package]] 214name = "pyo3-macros-backend" 215version = "0.23.2" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "295548d5ffd95fd1981d2d3cf4458831b21d60af046b729b6fd143b0ba7aee2f" 218dependencies = [ 219 "heck", 220 "proc-macro2", 221 "pyo3-build-config", 222 "quote", 223 "syn", 224] 225 226[[package]] 227name = "quote" 228version = "1.0.37" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 231dependencies = [ 232 "proc-macro2", 233] 234 235[[package]] 236name = "rayon" 237version = "1.10.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 240dependencies = [ 241 "either", 242 "rayon-core", 243] 244 245[[package]] 246name = "rayon-core" 247version = "1.12.1" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 250dependencies = [ 251 "crossbeam-deque", 252 "crossbeam-utils", 253] 254 255[[package]] 256name = "shlex" 257version = "1.3.0" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 260 261[[package]] 262name = "syn" 263version = "2.0.90" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" 266dependencies = [ 267 "proc-macro2", 268 "quote", 269 "unicode-ident", 270] 271 272[[package]] 273name = "target-lexicon" 274version = "0.12.16" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 277 278[[package]] 279name = "unicode-ident" 280version = "1.0.14" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" 283 284[[package]] 285name = "unindent" 286version = "0.2.3" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"