Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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.5" 26dependencies = [ 27 "blake3 1.8.2", 28 "hex", 29 "pyo3", 30 "rayon", 31] 32 33[[package]] 34name = "blake3" 35version = "1.8.2" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" 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.24" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7" 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.6" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 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.21" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 93 94[[package]] 95name = "either" 96version = "1.15.0" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 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.6" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 117 118[[package]] 119name = "libc" 120version = "0.2.172" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 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.21.3" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 147 148[[package]] 149name = "portable-atomic" 150version = "1.11.0" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 153 154[[package]] 155name = "proc-macro2" 156version = "1.0.95" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 159dependencies = [ 160 "unicode-ident", 161] 162 163[[package]] 164name = "pyo3" 165version = "0.24.2" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219" 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.24.2" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999" 186dependencies = [ 187 "once_cell", 188 "target-lexicon", 189] 190 191[[package]] 192name = "pyo3-ffi" 193version = "0.24.2" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33" 196dependencies = [ 197 "libc", 198 "pyo3-build-config", 199] 200 201[[package]] 202name = "pyo3-macros" 203version = "0.24.2" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9" 206dependencies = [ 207 "proc-macro2", 208 "pyo3-macros-backend", 209 "quote", 210 "syn", 211] 212 213[[package]] 214name = "pyo3-macros-backend" 215version = "0.24.2" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a" 218dependencies = [ 219 "heck", 220 "proc-macro2", 221 "pyo3-build-config", 222 "quote", 223 "syn", 224] 225 226[[package]] 227name = "quote" 228version = "1.0.40" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 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.101" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 266dependencies = [ 267 "proc-macro2", 268 "quote", 269 "unicode-ident", 270] 271 272[[package]] 273name = "target-lexicon" 274version = "0.13.2" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" 277 278[[package]] 279name = "unicode-ident" 280version = "1.0.18" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 283 284[[package]] 285name = "unindent" 286version = "0.2.4" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"