Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at master 7.8 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 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.5.0" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 22 23[[package]] 24name = "blake3" 25version = "1.0.7" 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.39" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" 53dependencies = [ 54 "find-msvc-tools", 55 "shlex", 56] 57 58[[package]] 59name = "cfg-if" 60version = "1.0.3" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 63 64[[package]] 65name = "constant_time_eq" 66version = "0.3.1" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 69 70[[package]] 71name = "crossbeam-deque" 72version = "0.8.6" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 75dependencies = [ 76 "crossbeam-epoch", 77 "crossbeam-utils", 78] 79 80[[package]] 81name = "crossbeam-epoch" 82version = "0.9.18" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 85dependencies = [ 86 "crossbeam-utils", 87] 88 89[[package]] 90name = "crossbeam-utils" 91version = "0.8.21" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 94 95[[package]] 96name = "either" 97version = "1.15.0" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 100 101[[package]] 102name = "find-msvc-tools" 103version = "0.1.2" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959" 106 107[[package]] 108name = "heck" 109version = "0.5.0" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 112 113[[package]] 114name = "hex" 115version = "0.4.3" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 118 119[[package]] 120name = "indoc" 121version = "2.0.6" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 124 125[[package]] 126name = "libc" 127version = "0.2.176" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 130 131[[package]] 132name = "memmap2" 133version = "0.9.8" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" 136dependencies = [ 137 "libc", 138] 139 140[[package]] 141name = "memoffset" 142version = "0.9.1" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 145dependencies = [ 146 "autocfg", 147] 148 149[[package]] 150name = "once_cell" 151version = "1.21.3" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 154 155[[package]] 156name = "portable-atomic" 157version = "1.11.1" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 160 161[[package]] 162name = "proc-macro2" 163version = "1.0.101" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 166dependencies = [ 167 "unicode-ident", 168] 169 170[[package]] 171name = "pyo3" 172version = "0.26.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383" 175dependencies = [ 176 "indoc", 177 "libc", 178 "memoffset", 179 "once_cell", 180 "portable-atomic", 181 "pyo3-build-config", 182 "pyo3-ffi", 183 "pyo3-macros", 184 "unindent", 185] 186 187[[package]] 188name = "pyo3-build-config" 189version = "0.26.0" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f" 192dependencies = [ 193 "target-lexicon", 194] 195 196[[package]] 197name = "pyo3-ffi" 198version = "0.26.0" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105" 201dependencies = [ 202 "libc", 203 "pyo3-build-config", 204] 205 206[[package]] 207name = "pyo3-macros" 208version = "0.26.0" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded" 211dependencies = [ 212 "proc-macro2", 213 "pyo3-macros-backend", 214 "quote", 215 "syn", 216] 217 218[[package]] 219name = "pyo3-macros-backend" 220version = "0.26.0" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf" 223dependencies = [ 224 "heck", 225 "proc-macro2", 226 "pyo3-build-config", 227 "quote", 228 "syn", 229] 230 231[[package]] 232name = "quote" 233version = "1.0.41" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 236dependencies = [ 237 "proc-macro2", 238] 239 240[[package]] 241name = "rayon" 242version = "1.11.0" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 245dependencies = [ 246 "either", 247 "rayon-core", 248] 249 250[[package]] 251name = "rayon-core" 252version = "1.13.0" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 255dependencies = [ 256 "crossbeam-deque", 257 "crossbeam-utils", 258] 259 260[[package]] 261name = "shlex" 262version = "1.3.0" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 265 266[[package]] 267name = "syn" 268version = "2.0.106" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 271dependencies = [ 272 "proc-macro2", 273 "quote", 274 "unicode-ident", 275] 276 277[[package]] 278name = "target-lexicon" 279version = "0.13.3" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" 282 283[[package]] 284name = "unicode-ident" 285version = "1.0.19" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 288 289[[package]] 290name = "unindent" 291version = "0.2.4" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"