| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "allocator-api2" |
| 7 |
version = "0.2.21" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 10 |
|
| 11 |
[[package]] |
| 12 |
name = "android_system_properties" |
| 13 |
version = "0.1.5" |
| 14 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 16 |
dependencies = [ |
| 17 |
"libc", |
| 18 |
] |
| 19 |
|
| 20 |
[[package]] |
| 21 |
name = "anyhow" |
| 22 |
version = "1.0.102" |
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 25 |
|
| 26 |
[[package]] |
| 27 |
name = "async-trait" |
| 28 |
version = "0.1.89" |
| 29 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 |
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 31 |
dependencies = [ |
| 32 |
"proc-macro2", |
| 33 |
"quote", |
| 34 |
"syn", |
| 35 |
] |
| 36 |
|
| 37 |
[[package]] |
| 38 |
name = "atoi" |
| 39 |
version = "2.0.0" |
| 40 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 41 |
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 42 |
dependencies = [ |
| 43 |
"num-traits", |
| 44 |
] |
| 45 |
|
| 46 |
[[package]] |
| 47 |
name = "autocfg" |
| 48 |
version = "1.5.1" |
| 49 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 50 |
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 51 |
|
| 52 |
[[package]] |
| 53 |
name = "base64" |
| 54 |
version = "0.22.1" |
| 55 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 57 |
|
| 58 |
[[package]] |
| 59 |
name = "bitflags" |
| 60 |
version = "2.13.0" |
| 61 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 |
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 63 |
dependencies = [ |
| 64 |
"serde_core", |
| 65 |
] |
| 66 |
|
| 67 |
[[package]] |
| 68 |
name = "block-buffer" |
| 69 |
version = "0.10.4" |
| 70 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 72 |
dependencies = [ |
| 73 |
"generic-array", |
| 74 |
] |
| 75 |
|
| 76 |
[[package]] |
| 77 |
name = "block-buffer" |
| 78 |
version = "0.12.1" |
| 79 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 |
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" |
| 81 |
dependencies = [ |
| 82 |
"hybrid-array", |
| 83 |
] |
| 84 |
|
| 85 |
[[package]] |
| 86 |
name = "bumpalo" |
| 87 |
version = "3.20.3" |
| 88 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 |
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 90 |
|
| 91 |
[[package]] |
| 92 |
name = "byteorder" |
| 93 |
version = "1.5.0" |
| 94 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 |
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 96 |
|
| 97 |
[[package]] |
| 98 |
name = "bytes" |
| 99 |
version = "1.11.1" |
| 100 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 101 |
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 102 |
|
| 103 |
[[package]] |
| 104 |
name = "cc" |
| 105 |
version = "1.2.63" |
| 106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 |
checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" |
| 108 |
dependencies = [ |
| 109 |
"find-msvc-tools", |
| 110 |
"shlex", |
| 111 |
] |
| 112 |
|
| 113 |
[[package]] |
| 114 |
name = "cfg-if" |
| 115 |
version = "1.0.4" |
| 116 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 118 |
|
| 119 |
[[package]] |
| 120 |
name = "chacha20" |
| 121 |
version = "0.10.1" |
| 122 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 123 |
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" |
| 124 |
dependencies = [ |
| 125 |
"cfg-if", |
| 126 |
"cpufeatures 0.3.0", |
| 127 |
"rand_core", |
| 128 |
] |
| 129 |
|
| 130 |
[[package]] |
| 131 |
name = "chrono" |
| 132 |
version = "0.4.45" |
| 133 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 |
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 135 |
dependencies = [ |
| 136 |
"iana-time-zone", |
| 137 |
"js-sys", |
| 138 |
"num-traits", |
| 139 |
"serde", |
| 140 |
"wasm-bindgen", |
| 141 |
"windows-link", |
| 142 |
] |
| 143 |
|
| 144 |
[[package]] |
| 145 |
name = "cmov" |
| 146 |
version = "0.5.4" |
| 147 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 |
checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" |
| 149 |
|
| 150 |
[[package]] |
| 151 |
name = "concurrent-queue" |
| 152 |
version = "2.5.0" |
| 153 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 154 |
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 155 |
dependencies = [ |
| 156 |
"crossbeam-utils", |
| 157 |
] |
| 158 |
|
| 159 |
[[package]] |
| 160 |
name = "core-foundation-sys" |
| 161 |
version = "0.8.7" |
| 162 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 163 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 164 |
|
| 165 |
[[package]] |
| 166 |
name = "cpufeatures" |
| 167 |
version = "0.2.17" |
| 168 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 169 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 170 |
dependencies = [ |
| 171 |
"libc", |
| 172 |
] |
| 173 |
|
| 174 |
[[package]] |
| 175 |
name = "cpufeatures" |
| 176 |
version = "0.3.0" |
| 177 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 178 |
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 179 |
dependencies = [ |
| 180 |
"libc", |
| 181 |
] |
| 182 |
|
| 183 |
[[package]] |
| 184 |
name = "crc" |
| 185 |
version = "3.4.0" |
| 186 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 187 |
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
| 188 |
dependencies = [ |
| 189 |
"crc-catalog", |
| 190 |
] |
| 191 |
|
| 192 |
[[package]] |
| 193 |
name = "crc-catalog" |
| 194 |
version = "2.5.0" |
| 195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 196 |
checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" |
| 197 |
|
| 198 |
[[package]] |
| 199 |
name = "crossbeam-queue" |
| 200 |
version = "0.3.12" |
| 201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 |
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| 203 |
dependencies = [ |
| 204 |
"crossbeam-utils", |
| 205 |
] |
| 206 |
|
| 207 |
[[package]] |
| 208 |
name = "crossbeam-utils" |
| 209 |
version = "0.8.21" |
| 210 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 211 |
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 212 |
|
| 213 |
[[package]] |
| 214 |
name = "crypto-common" |
| 215 |
version = "0.1.7" |
| 216 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 217 |
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 218 |
dependencies = [ |
| 219 |
"generic-array", |
| 220 |
"typenum", |
| 221 |
] |
| 222 |
|
| 223 |
[[package]] |
| 224 |
name = "crypto-common" |
| 225 |
version = "0.2.2" |
| 226 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 227 |
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" |
| 228 |
dependencies = [ |
| 229 |
"hybrid-array", |
| 230 |
] |
| 231 |
|
| 232 |
[[package]] |
| 233 |
name = "ctutils" |
| 234 |
version = "0.4.2" |
| 235 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 236 |
checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" |
| 237 |
dependencies = [ |
| 238 |
"cmov", |
| 239 |
] |
| 240 |
|
| 241 |
[[package]] |
| 242 |
name = "digest" |
| 243 |
version = "0.10.7" |
| 244 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 245 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 246 |
dependencies = [ |
| 247 |
"block-buffer 0.10.4", |
| 248 |
"crypto-common 0.1.7", |
| 249 |
] |
| 250 |
|
| 251 |
[[package]] |
| 252 |
name = "digest" |
| 253 |
version = "0.11.3" |
| 254 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 255 |
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" |
| 256 |
dependencies = [ |
| 257 |
"block-buffer 0.12.1", |
| 258 |
"crypto-common 0.2.2", |
| 259 |
"ctutils", |
| 260 |
] |
| 261 |
|
| 262 |
[[package]] |
| 263 |
name = "displaydoc" |
| 264 |
version = "0.2.6" |
| 265 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 266 |
checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| 267 |
dependencies = [ |
| 268 |
"proc-macro2", |
| 269 |
"quote", |
| 270 |
"syn", |
| 271 |
] |
| 272 |
|
| 273 |
[[package]] |
| 274 |
name = "dotenvy" |
| 275 |
version = "0.15.7" |
| 276 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 277 |
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 278 |
|
| 279 |
[[package]] |
| 280 |
name = "either" |
| 281 |
version = "1.16.0" |
| 282 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 283 |
checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" |
| 284 |
dependencies = [ |
| 285 |
"serde", |
| 286 |
] |
| 287 |
|
| 288 |
[[package]] |
| 289 |
name = "equivalent" |
| 290 |
version = "1.0.2" |
| 291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 292 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 293 |
|
| 294 |
[[package]] |
| 295 |
name = "errno" |
| 296 |
version = "0.3.14" |
| 297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 298 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 299 |
dependencies = [ |
| 300 |
"libc", |
| 301 |
"windows-sys", |
| 302 |
] |
| 303 |
|
| 304 |
[[package]] |
| 305 |
name = "etcetera" |
| 306 |
version = "0.11.0" |
| 307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 308 |
checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96" |
| 309 |
dependencies = [ |
| 310 |
"cfg-if", |
| 311 |
"windows-sys", |
| 312 |
] |
| 313 |
|
| 314 |
[[package]] |
| 315 |
name = "event-listener" |
| 316 |
version = "5.4.1" |
| 317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 |
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 319 |
dependencies = [ |
| 320 |
"concurrent-queue", |
| 321 |
"parking", |
| 322 |
"pin-project-lite", |
| 323 |
] |
| 324 |
|
| 325 |
[[package]] |
| 326 |
name = "fastrand" |
| 327 |
version = "2.4.1" |
| 328 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 |
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 330 |
|
| 331 |
[[package]] |
| 332 |
name = "find-msvc-tools" |
| 333 |
version = "0.1.9" |
| 334 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 336 |
|
| 337 |
[[package]] |
| 338 |
name = "flume" |
| 339 |
version = "0.12.0" |
| 340 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 |
checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be" |
| 342 |
dependencies = [ |
| 343 |
"futures-core", |
| 344 |
"futures-sink", |
| 345 |
"spin", |
| 346 |
] |
| 347 |
|
| 348 |
[[package]] |
| 349 |
name = "foldhash" |
| 350 |
version = "0.1.5" |
| 351 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 352 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 353 |
|
| 354 |
[[package]] |
| 355 |
name = "foldhash" |
| 356 |
version = "0.2.0" |
| 357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 |
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 359 |
|
| 360 |
[[package]] |
| 361 |
name = "form_urlencoded" |
| 362 |
version = "1.2.2" |
| 363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 365 |
dependencies = [ |
| 366 |
"percent-encoding", |
| 367 |
] |
| 368 |
|
| 369 |
[[package]] |
| 370 |
name = "futures-channel" |
| 371 |
version = "0.3.32" |
| 372 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 |
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 374 |
dependencies = [ |
| 375 |
"futures-core", |
| 376 |
"futures-sink", |
| 377 |
] |
| 378 |
|
| 379 |
[[package]] |
| 380 |
name = "futures-core" |
| 381 |
version = "0.3.32" |
| 382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 383 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 384 |
|
| 385 |
[[package]] |
| 386 |
name = "futures-executor" |
| 387 |
version = "0.3.32" |
| 388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 389 |
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 390 |
dependencies = [ |
| 391 |
"futures-core", |
| 392 |
"futures-task", |
| 393 |
"futures-util", |
| 394 |
] |
| 395 |
|
| 396 |
[[package]] |
| 397 |
name = "futures-intrusive" |
| 398 |
version = "0.5.0" |
| 399 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 |
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| 401 |
dependencies = [ |
| 402 |
"futures-core", |
| 403 |
"lock_api", |
| 404 |
"parking_lot", |
| 405 |
] |
| 406 |
|
| 407 |
[[package]] |
| 408 |
name = "futures-io" |
| 409 |
version = "0.3.32" |
| 410 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 |
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 412 |
|
| 413 |
[[package]] |
| 414 |
name = "futures-sink" |
| 415 |
version = "0.3.32" |
| 416 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 |
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 418 |
|
| 419 |
[[package]] |
| 420 |
name = "futures-task" |
| 421 |
version = "0.3.32" |
| 422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 424 |
|
| 425 |
[[package]] |
| 426 |
name = "futures-util" |
| 427 |
version = "0.3.32" |
| 428 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 429 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 430 |
dependencies = [ |
| 431 |
"futures-core", |
| 432 |
"futures-io", |
| 433 |
"futures-sink", |
| 434 |
"futures-task", |
| 435 |
"memchr", |
| 436 |
"pin-project-lite", |
| 437 |
"slab", |
| 438 |
] |
| 439 |
|
| 440 |
[[package]] |
| 441 |
name = "generic-array" |
| 442 |
version = "0.14.7" |
| 443 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 444 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 445 |
dependencies = [ |
| 446 |
"typenum", |
| 447 |
"version_check", |
| 448 |
] |
| 449 |
|
| 450 |
[[package]] |
| 451 |
name = "getrandom" |
| 452 |
version = "0.4.2" |
| 453 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 455 |
dependencies = [ |
| 456 |
"cfg-if", |
| 457 |
"libc", |
| 458 |
"r-efi", |
| 459 |
"rand_core", |
| 460 |
"wasip2", |
| 461 |
"wasip3", |
| 462 |
] |
| 463 |
|
| 464 |
[[package]] |
| 465 |
name = "glob" |
| 466 |
version = "0.3.3" |
| 467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 468 |
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 469 |
|
| 470 |
[[package]] |
| 471 |
name = "hashbrown" |
| 472 |
version = "0.15.5" |
| 473 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 474 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 475 |
dependencies = [ |
| 476 |
"foldhash 0.1.5", |
| 477 |
] |
| 478 |
|
| 479 |
[[package]] |
| 480 |
name = "hashbrown" |
| 481 |
version = "0.16.1" |
| 482 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 484 |
dependencies = [ |
| 485 |
"allocator-api2", |
| 486 |
"equivalent", |
| 487 |
"foldhash 0.2.0", |
| 488 |
] |
| 489 |
|
| 490 |
[[package]] |
| 491 |
name = "hashbrown" |
| 492 |
version = "0.17.1" |
| 493 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 |
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 495 |
|
| 496 |
[[package]] |
| 497 |
name = "hashlink" |
| 498 |
version = "0.11.1" |
| 499 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 500 |
checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" |
| 501 |
dependencies = [ |
| 502 |
"hashbrown 0.16.1", |
| 503 |
] |
| 504 |
|
| 505 |
[[package]] |
| 506 |
name = "heck" |
| 507 |
version = "0.5.0" |
| 508 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 510 |
|
| 511 |
[[package]] |
| 512 |
name = "hex" |
| 513 |
version = "0.4.3" |
| 514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 515 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 516 |
|
| 517 |
[[package]] |
| 518 |
name = "hkdf" |
| 519 |
version = "0.13.0" |
| 520 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 521 |
checksum = "4aaa26c720c68b866f2c96ef5c1264b3e6f473fe5d4ce61cd44bbe913e553018" |
| 522 |
dependencies = [ |
| 523 |
"hmac", |
| 524 |
] |
| 525 |
|
| 526 |
[[package]] |
| 527 |
name = "hmac" |
| 528 |
version = "0.13.0" |
| 529 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 |
checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" |
| 531 |
dependencies = [ |
| 532 |
"digest 0.11.3", |
| 533 |
] |
| 534 |
|
| 535 |
[[package]] |
| 536 |
name = "hybrid-array" |
| 537 |
version = "0.4.13" |
| 538 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 |
checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c" |
| 540 |
dependencies = [ |
| 541 |
"typenum", |
| 542 |
] |
| 543 |
|
| 544 |
[[package]] |
| 545 |
name = "iana-time-zone" |
| 546 |
version = "0.1.65" |
| 547 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 548 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 549 |
dependencies = [ |
| 550 |
"android_system_properties", |
| 551 |
"core-foundation-sys", |
| 552 |
"iana-time-zone-haiku", |
| 553 |
"js-sys", |
| 554 |
"log", |
| 555 |
"wasm-bindgen", |
| 556 |
"windows-core", |
| 557 |
] |
| 558 |
|
| 559 |
[[package]] |
| 560 |
name = "iana-time-zone-haiku" |
| 561 |
version = "0.1.2" |
| 562 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 564 |
dependencies = [ |
| 565 |
"cc", |
| 566 |
] |
| 567 |
|
| 568 |
[[package]] |
| 569 |
name = "icu_collections" |
| 570 |
version = "2.2.0" |
| 571 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 |
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 573 |
dependencies = [ |
| 574 |
"displaydoc", |
| 575 |
"potential_utf", |
| 576 |
"utf8_iter", |
| 577 |
"yoke", |
| 578 |
"zerofrom", |
| 579 |
"zerovec", |
| 580 |
] |
| 581 |
|
| 582 |
[[package]] |
| 583 |
name = "icu_locale_core" |
| 584 |
version = "2.2.0" |
| 585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 586 |
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 587 |
dependencies = [ |
| 588 |
"displaydoc", |
| 589 |
"litemap", |
| 590 |
"tinystr", |
| 591 |
"writeable", |
| 592 |
"zerovec", |
| 593 |
] |
| 594 |
|
| 595 |
[[package]] |
| 596 |
name = "icu_normalizer" |
| 597 |
version = "2.2.0" |
| 598 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 599 |
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 600 |
dependencies = [ |
| 601 |
"icu_collections", |
| 602 |
"icu_normalizer_data", |
| 603 |
"icu_properties", |
| 604 |
"icu_provider", |
| 605 |
"smallvec", |
| 606 |
"zerovec", |
| 607 |
] |
| 608 |
|
| 609 |
[[package]] |
| 610 |
name = "icu_normalizer_data" |
| 611 |
version = "2.2.0" |
| 612 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 613 |
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 614 |
|
| 615 |
[[package]] |
| 616 |
name = "icu_properties" |
| 617 |
version = "2.2.0" |
| 618 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 619 |
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 620 |
dependencies = [ |
| 621 |
"icu_collections", |
| 622 |
"icu_locale_core", |
| 623 |
"icu_properties_data", |
| 624 |
"icu_provider", |
| 625 |
"zerotrie", |
| 626 |
"zerovec", |
| 627 |
] |
| 628 |
|
| 629 |
[[package]] |
| 630 |
name = "icu_properties_data" |
| 631 |
version = "2.2.0" |
| 632 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 |
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 634 |
|
| 635 |
[[package]] |
| 636 |
name = "icu_provider" |
| 637 |
version = "2.2.0" |
| 638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 |
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 640 |
dependencies = [ |
| 641 |
"displaydoc", |
| 642 |
"icu_locale_core", |
| 643 |
"writeable", |
| 644 |
"yoke", |
| 645 |
"zerofrom", |
| 646 |
"zerotrie", |
| 647 |
"zerovec", |
| 648 |
] |
| 649 |
|
| 650 |
[[package]] |
| 651 |
name = "id-arena" |
| 652 |
version = "2.3.0" |
| 653 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 654 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 655 |
|
| 656 |
[[package]] |
| 657 |
name = "idna" |
| 658 |
version = "1.1.0" |
| 659 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 660 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 661 |
dependencies = [ |
| 662 |
"idna_adapter", |
| 663 |
"smallvec", |
| 664 |
"utf8_iter", |
| 665 |
] |
| 666 |
|
| 667 |
[[package]] |
| 668 |
name = "idna_adapter" |
| 669 |
version = "1.2.2" |
| 670 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 |
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 672 |
dependencies = [ |
| 673 |
"icu_normalizer", |
| 674 |
"icu_properties", |
| 675 |
] |
| 676 |
|
| 677 |
[[package]] |
| 678 |
name = "indexmap" |
| 679 |
version = "2.14.0" |
| 680 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 681 |
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 682 |
dependencies = [ |
| 683 |
"equivalent", |
| 684 |
"hashbrown 0.17.1", |
| 685 |
"serde", |
| 686 |
"serde_core", |
| 687 |
] |
| 688 |
|
| 689 |
[[package]] |
| 690 |
name = "itoa" |
| 691 |
version = "1.0.18" |
| 692 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 694 |
|
| 695 |
[[package]] |
| 696 |
name = "js-sys" |
| 697 |
version = "0.3.99" |
| 698 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 |
checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" |
| 700 |
dependencies = [ |
| 701 |
"cfg-if", |
| 702 |
"futures-util", |
| 703 |
"once_cell", |
| 704 |
"wasm-bindgen", |
| 705 |
] |
| 706 |
|
| 707 |
[[package]] |
| 708 |
name = "leb128fmt" |
| 709 |
version = "0.1.0" |
| 710 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 711 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 712 |
|
| 713 |
[[package]] |
| 714 |
name = "libc" |
| 715 |
version = "0.2.186" |
| 716 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 717 |
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 718 |
|
| 719 |
[[package]] |
| 720 |
name = "libsqlite3-sys" |
| 721 |
version = "0.30.1" |
| 722 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 |
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 724 |
dependencies = [ |
| 725 |
"cc", |
| 726 |
"pkg-config", |
| 727 |
"vcpkg", |
| 728 |
] |
| 729 |
|
| 730 |
[[package]] |
| 731 |
name = "linux-raw-sys" |
| 732 |
version = "0.12.1" |
| 733 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 734 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 735 |
|
| 736 |
[[package]] |
| 737 |
name = "litemap" |
| 738 |
version = "0.8.2" |
| 739 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 |
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 741 |
|
| 742 |
[[package]] |
| 743 |
name = "lock_api" |
| 744 |
version = "0.4.14" |
| 745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 746 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 747 |
dependencies = [ |
| 748 |
"scopeguard", |
| 749 |
] |
| 750 |
|
| 751 |
[[package]] |
| 752 |
name = "log" |
| 753 |
version = "0.4.32" |
| 754 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 755 |
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" |
| 756 |
|
| 757 |
[[package]] |
| 758 |
name = "md-5" |
| 759 |
version = "0.11.0" |
| 760 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 761 |
checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98" |
| 762 |
dependencies = [ |
| 763 |
"cfg-if", |
| 764 |
"digest 0.11.3", |
| 765 |
] |
| 766 |
|
| 767 |
[[package]] |
| 768 |
name = "memchr" |
| 769 |
version = "2.8.1" |
| 770 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 771 |
checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" |
| 772 |
|
| 773 |
[[package]] |
| 774 |
name = "mio" |
| 775 |
version = "1.2.1" |
| 776 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 777 |
checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" |
| 778 |
dependencies = [ |
| 779 |
"libc", |
| 780 |
"wasi", |
| 781 |
"windows-sys", |
| 782 |
] |
| 783 |
|
| 784 |
[[package]] |
| 785 |
name = "num-traits" |
| 786 |
version = "0.2.19" |
| 787 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 789 |
dependencies = [ |
| 790 |
"autocfg", |
| 791 |
] |
| 792 |
|
| 793 |
[[package]] |
| 794 |
name = "once_cell" |
| 795 |
version = "1.21.4" |
| 796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 797 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 798 |
|
| 799 |
[[package]] |
| 800 |
name = "ops-core" |
| 801 |
version = "0.1.0" |
| 802 |
dependencies = [ |
| 803 |
"anyhow", |
| 804 |
"async-trait", |
| 805 |
"chrono", |
| 806 |
"ops-exec", |
| 807 |
"serde", |
| 808 |
"serde_json", |
| 809 |
"sqlx", |
| 810 |
"tempfile", |
| 811 |
"tokio", |
| 812 |
"tracing", |
| 813 |
] |
| 814 |
|
| 815 |
[[package]] |
| 816 |
name = "ops-exec" |
| 817 |
version = "0.1.0" |
| 818 |
dependencies = [ |
| 819 |
"anyhow", |
| 820 |
"async-trait", |
| 821 |
"glob", |
| 822 |
"serde", |
| 823 |
"thiserror", |
| 824 |
"tokio", |
| 825 |
"tracing", |
| 826 |
] |
| 827 |
|
| 828 |
[[package]] |
| 829 |
name = "parking" |
| 830 |
version = "2.2.1" |
| 831 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 832 |
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 833 |
|
| 834 |
[[package]] |
| 835 |
name = "parking_lot" |
| 836 |
version = "0.12.5" |
| 837 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 838 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 839 |
dependencies = [ |
| 840 |
"lock_api", |
| 841 |
"parking_lot_core", |
| 842 |
] |
| 843 |
|
| 844 |
[[package]] |
| 845 |
name = "parking_lot_core" |
| 846 |
version = "0.9.12" |
| 847 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 849 |
dependencies = [ |
| 850 |
"cfg-if", |
| 851 |
"libc", |
| 852 |
"redox_syscall", |
| 853 |
"smallvec", |
| 854 |
"windows-link", |
| 855 |
] |
| 856 |
|
| 857 |
[[package]] |
| 858 |
name = "percent-encoding" |
| 859 |
version = "2.3.2" |
| 860 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 862 |
|
| 863 |
[[package]] |
| 864 |
name = "pin-project-lite" |
| 865 |
version = "0.2.17" |
| 866 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 868 |
|
| 869 |
[[package]] |
| 870 |
name = "pkg-config" |
| 871 |
version = "0.3.33" |
| 872 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 873 |
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 874 |
|
| 875 |
[[package]] |
| 876 |
name = "potential_utf" |
| 877 |
version = "0.1.5" |
| 878 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 879 |
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 880 |
dependencies = [ |
| 881 |
"zerovec", |
| 882 |
] |
| 883 |
|
| 884 |
[[package]] |
| 885 |
name = "prettyplease" |
| 886 |
version = "0.2.37" |
| 887 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 888 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 889 |
dependencies = [ |
| 890 |
"proc-macro2", |
| 891 |
"syn", |
| 892 |
] |
| 893 |
|
| 894 |
[[package]] |
| 895 |
name = "proc-macro2" |
| 896 |
version = "1.0.106" |
| 897 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 899 |
dependencies = [ |
| 900 |
"unicode-ident", |
| 901 |
] |
| 902 |
|
| 903 |
[[package]] |
| 904 |
name = "quote" |
| 905 |
version = "1.0.45" |
| 906 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 907 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 908 |
dependencies = [ |
| 909 |
"proc-macro2", |
| 910 |
] |
| 911 |
|
| 912 |
[[package]] |
| 913 |
name = "r-efi" |
| 914 |
version = "6.0.0" |
| 915 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 916 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 917 |
|
| 918 |
[[package]] |
| 919 |
name = "rand" |
| 920 |
version = "0.10.2" |
| 921 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 922 |
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" |
| 923 |
dependencies = [ |
| 924 |
"chacha20", |
| 925 |
"getrandom", |
| 926 |
"rand_core", |
| 927 |
] |
| 928 |
|
| 929 |
[[package]] |
| 930 |
name = "rand_core" |
| 931 |
version = "0.10.1" |
| 932 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 933 |
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" |
| 934 |
|
| 935 |
[[package]] |
| 936 |
name = "redox_syscall" |
| 937 |
version = "0.5.18" |
| 938 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 939 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 940 |
dependencies = [ |
| 941 |
"bitflags", |
| 942 |
] |
| 943 |
|
| 944 |
[[package]] |
| 945 |
name = "rustix" |
| 946 |
version = "1.1.4" |
| 947 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 948 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 949 |
dependencies = [ |
| 950 |
"bitflags", |
| 951 |
"errno", |
| 952 |
"libc", |
| 953 |
"linux-raw-sys", |
| 954 |
"windows-sys", |
| 955 |
] |
| 956 |
|
| 957 |
[[package]] |
| 958 |
name = "rustversion" |
| 959 |
version = "1.0.22" |
| 960 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 962 |
|
| 963 |
[[package]] |
| 964 |
name = "scopeguard" |
| 965 |
version = "1.2.0" |
| 966 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 967 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 968 |
|
| 969 |
[[package]] |
| 970 |
name = "semver" |
| 971 |
version = "1.0.28" |
| 972 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 973 |
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 974 |
|
| 975 |
[[package]] |
| 976 |
name = "serde" |
| 977 |
version = "1.0.228" |
| 978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 979 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 980 |
dependencies = [ |
| 981 |
"serde_core", |
| 982 |
"serde_derive", |
| 983 |
] |
| 984 |
|
| 985 |
[[package]] |
| 986 |
name = "serde_core" |
| 987 |
version = "1.0.228" |
| 988 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 989 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 990 |
dependencies = [ |
| 991 |
"serde_derive", |
| 992 |
] |
| 993 |
|
| 994 |
[[package]] |
| 995 |
name = "serde_derive" |
| 996 |
version = "1.0.228" |
| 997 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 998 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 999 |
dependencies = [ |
| 1000 |
"proc-macro2", |
| 1001 |
"quote", |
| 1002 |
"syn", |
| 1003 |
] |
| 1004 |
|
| 1005 |
[[package]] |
| 1006 |
name = "serde_json" |
| 1007 |
version = "1.0.150" |
| 1008 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1009 |
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" |
| 1010 |
dependencies = [ |
| 1011 |
"itoa", |
| 1012 |
"memchr", |
| 1013 |
"serde", |
| 1014 |
"serde_core", |
| 1015 |
"zmij", |
| 1016 |
] |
| 1017 |
|
| 1018 |
[[package]] |
| 1019 |
name = "sha1" |
| 1020 |
version = "0.11.0" |
| 1021 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1022 |
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" |
| 1023 |
dependencies = [ |
| 1024 |
"cfg-if", |
| 1025 |
"cpufeatures 0.3.0", |
| 1026 |
"digest 0.11.3", |
| 1027 |
] |
| 1028 |
|
| 1029 |
[[package]] |
| 1030 |
name = "sha2" |
| 1031 |
version = "0.10.9" |
| 1032 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1033 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 1034 |
dependencies = [ |
| 1035 |
"cfg-if", |
| 1036 |
"cpufeatures 0.2.17", |
| 1037 |
"digest 0.10.7", |
| 1038 |
] |
| 1039 |
|
| 1040 |
[[package]] |
| 1041 |
name = "sha2" |
| 1042 |
version = "0.11.0" |
| 1043 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1044 |
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| 1045 |
dependencies = [ |
| 1046 |
"cfg-if", |
| 1047 |
"cpufeatures 0.3.0", |
| 1048 |
"digest 0.11.3", |
| 1049 |
] |
| 1050 |
|
| 1051 |
[[package]] |
| 1052 |
name = "shlex" |
| 1053 |
version = "2.0.1" |
| 1054 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 |
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 1056 |
|
| 1057 |
[[package]] |
| 1058 |
name = "signal-hook-registry" |
| 1059 |
version = "1.4.8" |
| 1060 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1061 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1062 |
dependencies = [ |
| 1063 |
"errno", |
| 1064 |
"libc", |
| 1065 |
] |
| 1066 |
|
| 1067 |
[[package]] |
| 1068 |
name = "slab" |
| 1069 |
version = "0.4.12" |
| 1070 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1071 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1072 |
|
| 1073 |
[[package]] |
| 1074 |
name = "smallvec" |
| 1075 |
version = "1.15.1" |
| 1076 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1077 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1078 |
dependencies = [ |
| 1079 |
"serde", |
| 1080 |
] |
| 1081 |
|
| 1082 |
[[package]] |
| 1083 |
name = "socket2" |
| 1084 |
version = "0.6.4" |
| 1085 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1086 |
checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" |
| 1087 |
dependencies = [ |
| 1088 |
"libc", |
| 1089 |
"windows-sys", |
| 1090 |
] |
| 1091 |
|
| 1092 |
[[package]] |
| 1093 |
name = "spin" |
| 1094 |
version = "0.9.8" |
| 1095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1096 |
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 1097 |
dependencies = [ |
| 1098 |
"lock_api", |
| 1099 |
] |
| 1100 |
|
| 1101 |
[[package]] |
| 1102 |
name = "sqlx" |
| 1103 |
version = "0.9.0" |
| 1104 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1105 |
checksum = "378620ccc25c62c89d8be1c819e76a88d59bdcc3304733330788948e619bfd71" |
| 1106 |
dependencies = [ |
| 1107 |
"sqlx-core", |
| 1108 |
"sqlx-macros", |
| 1109 |
"sqlx-mysql", |
| 1110 |
"sqlx-postgres", |
| 1111 |
"sqlx-sqlite", |
| 1112 |
] |
| 1113 |
|
| 1114 |
[[package]] |
| 1115 |
name = "sqlx-core" |
| 1116 |
version = "0.9.0" |
| 1117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1118 |
checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb" |
| 1119 |
dependencies = [ |
| 1120 |
"base64", |
| 1121 |
"bytes", |
| 1122 |
"cfg-if", |
| 1123 |
"crc", |
| 1124 |
"crossbeam-queue", |
| 1125 |
"either", |
| 1126 |
"event-listener", |
| 1127 |
"futures-core", |
| 1128 |
"futures-intrusive", |
| 1129 |
"futures-io", |
| 1130 |
"futures-util", |
| 1131 |
"hashbrown 0.16.1", |
| 1132 |
"hashlink", |
| 1133 |
"indexmap", |
| 1134 |
"log", |
| 1135 |
"memchr", |
| 1136 |
"percent-encoding", |
| 1137 |
"serde", |
| 1138 |
"serde_json", |
| 1139 |
"sha2 0.10.9", |
| 1140 |
"smallvec", |
| 1141 |
"thiserror", |
| 1142 |
"tokio", |
| 1143 |
"tokio-stream", |
| 1144 |
"tracing", |
| 1145 |
"url", |
| 1146 |
] |
| 1147 |
|
| 1148 |
[[package]] |
| 1149 |
name = "sqlx-macros" |
| 1150 |
version = "0.9.0" |
| 1151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1152 |
checksum = "bd2b84f2bc39a5705ef27ec785a11c934a41bbd4a24941e257927cddc26b60bf" |
| 1153 |
dependencies = [ |
| 1154 |
"proc-macro2", |
| 1155 |
"quote", |
| 1156 |
"sqlx-core", |
| 1157 |
"sqlx-macros-core", |
| 1158 |
"syn", |
| 1159 |
] |
| 1160 |
|
| 1161 |
[[package]] |
| 1162 |
name = "sqlx-macros-core" |
| 1163 |
version = "0.9.0" |
| 1164 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1165 |
checksum = "fb8d96de5fdc85a5c4ec813432b523ec637e80ba98f046555f75f7908ddac7c3" |
| 1166 |
dependencies = [ |
| 1167 |
"cfg-if", |
| 1168 |
"dotenvy", |
| 1169 |
"either", |
| 1170 |
"heck", |
| 1171 |
"hex", |
| 1172 |
"proc-macro2", |
| 1173 |
"quote", |
| 1174 |
"serde", |
| 1175 |
"serde_json", |
| 1176 |
"sha2 0.10.9", |
| 1177 |
"sqlx-core", |
| 1178 |
"sqlx-mysql", |
| 1179 |
"sqlx-postgres", |
| 1180 |
"sqlx-sqlite", |
| 1181 |
"syn", |
| 1182 |
"thiserror", |
| 1183 |
"tokio", |
| 1184 |
"url", |
| 1185 |
] |
| 1186 |
|
| 1187 |
[[package]] |
| 1188 |
name = "sqlx-mysql" |
| 1189 |
version = "0.9.0" |
| 1190 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1191 |
checksum = "90b8020fe17c5f2c245bfa2505d7ef59c5604839527c740266ad2214acebea27" |
| 1192 |
dependencies = [ |
| 1193 |
"bitflags", |
| 1194 |
"byteorder", |
| 1195 |
"bytes", |
| 1196 |
"crc", |
| 1197 |
"digest 0.11.3", |
| 1198 |
"dotenvy", |
| 1199 |
"either", |
| 1200 |
"futures-core", |
| 1201 |
"futures-util", |
| 1202 |
"generic-array", |
| 1203 |
"log", |
| 1204 |
"percent-encoding", |
| 1205 |
"serde", |
| 1206 |
"sha1", |
| 1207 |
"sha2 0.11.0", |
| 1208 |
"sqlx-core", |
| 1209 |
"thiserror", |
| 1210 |
"tracing", |
| 1211 |
] |
| 1212 |
|
| 1213 |
[[package]] |
| 1214 |
name = "sqlx-postgres" |
| 1215 |
version = "0.9.0" |
| 1216 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1217 |
checksum = "87a2bdd6e83f6b3ea525ca9fee568030508b58355a43d0b2c1674d5f79dcd65e" |
| 1218 |
dependencies = [ |
| 1219 |
"atoi", |
| 1220 |
"base64", |
| 1221 |
"bitflags", |
| 1222 |
"byteorder", |
| 1223 |
"crc", |
| 1224 |
"dotenvy", |
| 1225 |
"etcetera", |
| 1226 |
"futures-channel", |
| 1227 |
"futures-core", |
| 1228 |
"futures-util", |
| 1229 |
"hex", |
| 1230 |
"hkdf", |
| 1231 |
"hmac", |
| 1232 |
"itoa", |
| 1233 |
"log", |
| 1234 |
"md-5", |
| 1235 |
"memchr", |
| 1236 |
"rand", |
| 1237 |
"serde", |
| 1238 |
"serde_json", |
| 1239 |
"sha2 0.11.0", |
| 1240 |
"smallvec", |
| 1241 |
"sqlx-core", |
| 1242 |
"stringprep", |
| 1243 |
"thiserror", |
| 1244 |
"tracing", |
| 1245 |
"whoami", |
| 1246 |
] |
| 1247 |
|
| 1248 |
[[package]] |
| 1249 |
name = "sqlx-sqlite" |
| 1250 |
version = "0.9.0" |
| 1251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1252 |
checksum = "488e99c397a62007e4229aec669a179816339afc6d2620ca6fa420dbee2e982c" |
| 1253 |
dependencies = [ |
| 1254 |
"atoi", |
| 1255 |
"flume", |
| 1256 |
"form_urlencoded", |
| 1257 |
"futures-channel", |
| 1258 |
"futures-core", |
| 1259 |
"futures-executor", |
| 1260 |
"futures-intrusive", |
| 1261 |
"futures-util", |
| 1262 |
"libsqlite3-sys", |
| 1263 |
"log", |
| 1264 |
"percent-encoding", |
| 1265 |
"serde", |
| 1266 |
"sqlx-core", |
| 1267 |
"thiserror", |
| 1268 |
"tracing", |
| 1269 |
"url", |
| 1270 |
] |
| 1271 |
|
| 1272 |
[[package]] |
| 1273 |
name = "stable_deref_trait" |
| 1274 |
version = "1.2.1" |
| 1275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1276 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 1277 |
|
| 1278 |
[[package]] |
| 1279 |
name = "stringprep" |
| 1280 |
version = "0.1.5" |
| 1281 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1282 |
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 1283 |
dependencies = [ |
| 1284 |
"unicode-bidi", |
| 1285 |
"unicode-normalization", |
| 1286 |
"unicode-properties", |
| 1287 |
] |
| 1288 |
|
| 1289 |
[[package]] |
| 1290 |
name = "syn" |
| 1291 |
version = "2.0.117" |
| 1292 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1293 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 1294 |
dependencies = [ |
| 1295 |
"proc-macro2", |
| 1296 |
"quote", |
| 1297 |
"unicode-ident", |
| 1298 |
] |
| 1299 |
|
| 1300 |
[[package]] |
| 1301 |
name = "synstructure" |
| 1302 |
version = "0.13.2" |
| 1303 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1304 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 1305 |
dependencies = [ |
| 1306 |
"proc-macro2", |
| 1307 |
"quote", |
| 1308 |
"syn", |
| 1309 |
] |
| 1310 |
|
| 1311 |
[[package]] |
| 1312 |
name = "tempfile" |
| 1313 |
version = "3.27.0" |
| 1314 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1315 |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 1316 |
dependencies = [ |
| 1317 |
"fastrand", |
| 1318 |
"getrandom", |
| 1319 |
"once_cell", |
| 1320 |
"rustix", |
| 1321 |
"windows-sys", |
| 1322 |
] |
| 1323 |
|
| 1324 |
[[package]] |
| 1325 |
name = "thiserror" |
| 1326 |
version = "2.0.18" |
| 1327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1328 |
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 1329 |
dependencies = [ |
| 1330 |
"thiserror-impl", |
| 1331 |
] |
| 1332 |
|
| 1333 |
[[package]] |
| 1334 |
name = "thiserror-impl" |
| 1335 |
version = "2.0.18" |
| 1336 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1337 |
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 1338 |
dependencies = [ |
| 1339 |
"proc-macro2", |
| 1340 |
"quote", |
| 1341 |
"syn", |
| 1342 |
] |
| 1343 |
|
| 1344 |
[[package]] |
| 1345 |
name = "tinystr" |
| 1346 |
version = "0.8.3" |
| 1347 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1348 |
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 1349 |
dependencies = [ |
| 1350 |
"displaydoc", |
| 1351 |
"zerovec", |
| 1352 |
] |
| 1353 |
|
| 1354 |
[[package]] |
| 1355 |
name = "tinyvec" |
| 1356 |
version = "1.11.0" |
| 1357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1358 |
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 1359 |
dependencies = [ |
| 1360 |
"tinyvec_macros", |
| 1361 |
] |
| 1362 |
|
| 1363 |
[[package]] |
| 1364 |
name = "tinyvec_macros" |
| 1365 |
version = "0.1.1" |
| 1366 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1367 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 1368 |
|
| 1369 |
[[package]] |
| 1370 |
name = "tokio" |
| 1371 |
version = "1.52.3" |
| 1372 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1373 |
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" |
| 1374 |
dependencies = [ |
| 1375 |
"bytes", |
| 1376 |
"libc", |
| 1377 |
"mio", |
| 1378 |
"pin-project-lite", |
| 1379 |
"signal-hook-registry", |
| 1380 |
"socket2", |
| 1381 |
"tokio-macros", |
| 1382 |
"windows-sys", |
| 1383 |
] |
| 1384 |
|
| 1385 |
[[package]] |
| 1386 |
name = "tokio-macros" |
| 1387 |
version = "2.7.0" |
| 1388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1389 |
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| 1390 |
dependencies = [ |
| 1391 |
"proc-macro2", |
| 1392 |
"quote", |
| 1393 |
"syn", |
| 1394 |
] |
| 1395 |
|
| 1396 |
[[package]] |
| 1397 |
name = "tokio-stream" |
| 1398 |
version = "0.1.18" |
| 1399 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1400 |
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 1401 |
dependencies = [ |
| 1402 |
"futures-core", |
| 1403 |
"pin-project-lite", |
| 1404 |
"tokio", |
| 1405 |
] |
| 1406 |
|
| 1407 |
[[package]] |
| 1408 |
name = "tracing" |
| 1409 |
version = "0.1.44" |
| 1410 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1411 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 1412 |
dependencies = [ |
| 1413 |
"log", |
| 1414 |
"pin-project-lite", |
| 1415 |
"tracing-attributes", |
| 1416 |
"tracing-core", |
| 1417 |
] |
| 1418 |
|
| 1419 |
[[package]] |
| 1420 |
name = "tracing-attributes" |
| 1421 |
version = "0.1.31" |
| 1422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1423 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 1424 |
dependencies = [ |
| 1425 |
"proc-macro2", |
| 1426 |
"quote", |
| 1427 |
"syn", |
| 1428 |
] |
| 1429 |
|
| 1430 |
[[package]] |
| 1431 |
name = "tracing-core" |
| 1432 |
version = "0.1.36" |
| 1433 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1434 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 1435 |
dependencies = [ |
| 1436 |
"once_cell", |
| 1437 |
] |
| 1438 |
|
| 1439 |
[[package]] |
| 1440 |
name = "typenum" |
| 1441 |
version = "1.20.1" |
| 1442 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1443 |
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| 1444 |
|
| 1445 |
[[package]] |
| 1446 |
name = "unicode-bidi" |
| 1447 |
version = "0.3.18" |
| 1448 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1449 |
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 1450 |
|
| 1451 |
[[package]] |
| 1452 |
name = "unicode-ident" |
| 1453 |
version = "1.0.24" |
| 1454 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1455 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 1456 |
|
| 1457 |
[[package]] |
| 1458 |
name = "unicode-normalization" |
| 1459 |
version = "0.1.25" |
| 1460 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1461 |
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 1462 |
dependencies = [ |
| 1463 |
"tinyvec", |
| 1464 |
] |
| 1465 |
|
| 1466 |
[[package]] |
| 1467 |
name = "unicode-properties" |
| 1468 |
version = "0.1.4" |
| 1469 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1470 |
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 1471 |
|
| 1472 |
[[package]] |
| 1473 |
name = "unicode-xid" |
| 1474 |
version = "0.2.6" |
| 1475 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1476 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 1477 |
|
| 1478 |
[[package]] |
| 1479 |
name = "url" |
| 1480 |
version = "2.5.8" |
| 1481 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1482 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 1483 |
dependencies = [ |
| 1484 |
"form_urlencoded", |
| 1485 |
"idna", |
| 1486 |
"percent-encoding", |
| 1487 |
"serde", |
| 1488 |
] |
| 1489 |
|
| 1490 |
[[package]] |
| 1491 |
name = "utf8_iter" |
| 1492 |
version = "1.0.4" |
| 1493 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1494 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 1495 |
|
| 1496 |
[[package]] |
| 1497 |
name = "vcpkg" |
| 1498 |
version = "0.2.15" |
| 1499 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1500 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 1501 |
|
| 1502 |
[[package]] |
| 1503 |
name = "version_check" |
| 1504 |
version = "0.9.5" |
| 1505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1506 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 1507 |
|
| 1508 |
[[package]] |
| 1509 |
name = "wasi" |
| 1510 |
version = "0.11.1+wasi-snapshot-preview1" |
| 1511 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 1513 |
|
| 1514 |
[[package]] |
| 1515 |
name = "wasip2" |
| 1516 |
version = "1.0.3+wasi-0.2.9" |
| 1517 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1518 |
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 1519 |
dependencies = [ |
| 1520 |
"wit-bindgen 0.57.1", |
| 1521 |
] |
| 1522 |
|
| 1523 |
[[package]] |
| 1524 |
name = "wasip3" |
| 1525 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 1526 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1527 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 1528 |
dependencies = [ |
| 1529 |
"wit-bindgen 0.51.0", |
| 1530 |
] |
| 1531 |
|
| 1532 |
[[package]] |
| 1533 |
name = "wasm-bindgen" |
| 1534 |
version = "0.2.122" |
| 1535 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1536 |
checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" |
| 1537 |
dependencies = [ |
| 1538 |
"cfg-if", |
| 1539 |
"once_cell", |
| 1540 |
"rustversion", |
| 1541 |
"wasm-bindgen-macro", |
| 1542 |
"wasm-bindgen-shared", |
| 1543 |
] |
| 1544 |
|
| 1545 |
[[package]] |
| 1546 |
name = "wasm-bindgen-macro" |
| 1547 |
version = "0.2.122" |
| 1548 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1549 |
checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" |
| 1550 |
dependencies = [ |
| 1551 |
"quote", |
| 1552 |
"wasm-bindgen-macro-support", |
| 1553 |
] |
| 1554 |
|
| 1555 |
[[package]] |
| 1556 |
name = "wasm-bindgen-macro-support" |
| 1557 |
version = "0.2.122" |
| 1558 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1559 |
checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" |
| 1560 |
dependencies = [ |
| 1561 |
"bumpalo", |
| 1562 |
"proc-macro2", |
| 1563 |
"quote", |
| 1564 |
"syn", |
| 1565 |
"wasm-bindgen-shared", |
| 1566 |
] |
| 1567 |
|
| 1568 |
[[package]] |
| 1569 |
name = "wasm-bindgen-shared" |
| 1570 |
version = "0.2.122" |
| 1571 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1572 |
checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" |
| 1573 |
dependencies = [ |
| 1574 |
"unicode-ident", |
| 1575 |
] |
| 1576 |
|
| 1577 |
[[package]] |
| 1578 |
name = "wasm-encoder" |
| 1579 |
version = "0.244.0" |
| 1580 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1581 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 1582 |
dependencies = [ |
| 1583 |
"leb128fmt", |
| 1584 |
"wasmparser", |
| 1585 |
] |
| 1586 |
|
| 1587 |
[[package]] |
| 1588 |
name = "wasm-metadata" |
| 1589 |
version = "0.244.0" |
| 1590 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1591 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 1592 |
dependencies = [ |
| 1593 |
"anyhow", |
| 1594 |
"indexmap", |
| 1595 |
"wasm-encoder", |
| 1596 |
"wasmparser", |
| 1597 |
] |
| 1598 |
|
| 1599 |
[[package]] |
| 1600 |
name = "wasmparser" |
| 1601 |
version = "0.244.0" |
| 1602 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1603 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 1604 |
dependencies = [ |
| 1605 |
"bitflags", |
| 1606 |
"hashbrown 0.15.5", |
| 1607 |
"indexmap", |
| 1608 |
"semver", |
| 1609 |
] |
| 1610 |
|
| 1611 |
[[package]] |
| 1612 |
name = "whoami" |
| 1613 |
version = "2.1.2" |
| 1614 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1615 |
checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d" |
| 1616 |
|
| 1617 |
[[package]] |
| 1618 |
name = "windows-core" |
| 1619 |
version = "0.62.2" |
| 1620 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1621 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 1622 |
dependencies = [ |
| 1623 |
"windows-implement", |
| 1624 |
"windows-interface", |
| 1625 |
"windows-link", |
| 1626 |
"windows-result", |
| 1627 |
"windows-strings", |
| 1628 |
] |
| 1629 |
|
| 1630 |
[[package]] |
| 1631 |
name = "windows-implement" |
| 1632 |
version = "0.60.2" |
| 1633 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1634 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 1635 |
dependencies = [ |
| 1636 |
"proc-macro2", |
| 1637 |
"quote", |
| 1638 |
"syn", |
| 1639 |
] |
| 1640 |
|
| 1641 |
[[package]] |
| 1642 |
name = "windows-interface" |
| 1643 |
version = "0.59.3" |
| 1644 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1645 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 1646 |
dependencies = [ |
| 1647 |
"proc-macro2", |
| 1648 |
"quote", |
| 1649 |
"syn", |
| 1650 |
] |
| 1651 |
|
| 1652 |
[[package]] |
| 1653 |
name = "windows-link" |
| 1654 |
version = "0.2.1" |
| 1655 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1656 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1657 |
|
| 1658 |
[[package]] |
| 1659 |
name = "windows-result" |
| 1660 |
version = "0.4.1" |
| 1661 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1662 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 1663 |
dependencies = [ |
| 1664 |
"windows-link", |
| 1665 |
] |
| 1666 |
|
| 1667 |
[[package]] |
| 1668 |
name = "windows-strings" |
| 1669 |
version = "0.5.1" |
| 1670 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1671 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 1672 |
dependencies = [ |
| 1673 |
"windows-link", |
| 1674 |
] |
| 1675 |
|
| 1676 |
[[package]] |
| 1677 |
name = "windows-sys" |
| 1678 |
version = "0.61.2" |
| 1679 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1680 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1681 |
dependencies = [ |
| 1682 |
"windows-link", |
| 1683 |
] |
| 1684 |
|
| 1685 |
[[package]] |
| 1686 |
name = "wit-bindgen" |
| 1687 |
version = "0.51.0" |
| 1688 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1689 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 1690 |
dependencies = [ |
| 1691 |
"wit-bindgen-rust-macro", |
| 1692 |
] |
| 1693 |
|
| 1694 |
[[package]] |
| 1695 |
name = "wit-bindgen" |
| 1696 |
version = "0.57.1" |
| 1697 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1698 |
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 1699 |
|
| 1700 |
[[package]] |
| 1701 |
name = "wit-bindgen-core" |
| 1702 |
version = "0.51.0" |
| 1703 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1704 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 1705 |
dependencies = [ |
| 1706 |
"anyhow", |
| 1707 |
"heck", |
| 1708 |
"wit-parser", |
| 1709 |
] |
| 1710 |
|
| 1711 |
[[package]] |
| 1712 |
name = "wit-bindgen-rust" |
| 1713 |
version = "0.51.0" |
| 1714 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1715 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 1716 |
dependencies = [ |
| 1717 |
"anyhow", |
| 1718 |
"heck", |
| 1719 |
"indexmap", |
| 1720 |
"prettyplease", |
| 1721 |
"syn", |
| 1722 |
"wasm-metadata", |
| 1723 |
"wit-bindgen-core", |
| 1724 |
"wit-component", |
| 1725 |
] |
| 1726 |
|
| 1727 |
[[package]] |
| 1728 |
name = "wit-bindgen-rust-macro" |
| 1729 |
version = "0.51.0" |
| 1730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1731 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 1732 |
dependencies = [ |
| 1733 |
"anyhow", |
| 1734 |
"prettyplease", |
| 1735 |
"proc-macro2", |
| 1736 |
"quote", |
| 1737 |
"syn", |
| 1738 |
"wit-bindgen-core", |
| 1739 |
"wit-bindgen-rust", |
| 1740 |
] |
| 1741 |
|
| 1742 |
[[package]] |
| 1743 |
name = "wit-component" |
| 1744 |
version = "0.244.0" |
| 1745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 1747 |
dependencies = [ |
| 1748 |
"anyhow", |
| 1749 |
"bitflags", |
| 1750 |
"indexmap", |
| 1751 |
"log", |
| 1752 |
"serde", |
| 1753 |
"serde_derive", |
| 1754 |
"serde_json", |
| 1755 |
"wasm-encoder", |
| 1756 |
"wasm-metadata", |
| 1757 |
"wasmparser", |
| 1758 |
"wit-parser", |
| 1759 |
] |
| 1760 |
|
| 1761 |
[[package]] |
| 1762 |
name = "wit-parser" |
| 1763 |
version = "0.244.0" |
| 1764 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1765 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 1766 |
dependencies = [ |
| 1767 |
"anyhow", |
| 1768 |
"id-arena", |
| 1769 |
"indexmap", |
| 1770 |
"log", |
| 1771 |
"semver", |
| 1772 |
"serde", |
| 1773 |
"serde_derive", |
| 1774 |
"serde_json", |
| 1775 |
"unicode-xid", |
| 1776 |
"wasmparser", |
| 1777 |
] |
| 1778 |
|
| 1779 |
[[package]] |
| 1780 |
name = "writeable" |
| 1781 |
version = "0.6.3" |
| 1782 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1783 |
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 1784 |
|
| 1785 |
[[package]] |
| 1786 |
name = "yoke" |
| 1787 |
version = "0.8.3" |
| 1788 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1789 |
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| 1790 |
dependencies = [ |
| 1791 |
"stable_deref_trait", |
| 1792 |
"yoke-derive", |
| 1793 |
"zerofrom", |
| 1794 |
] |
| 1795 |
|
| 1796 |
[[package]] |
| 1797 |
name = "yoke-derive" |
| 1798 |
version = "0.8.2" |
| 1799 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1800 |
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 1801 |
dependencies = [ |
| 1802 |
"proc-macro2", |
| 1803 |
"quote", |
| 1804 |
"syn", |
| 1805 |
"synstructure", |
| 1806 |
] |
| 1807 |
|
| 1808 |
[[package]] |
| 1809 |
name = "zerofrom" |
| 1810 |
version = "0.1.8" |
| 1811 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 |
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 1813 |
dependencies = [ |
| 1814 |
"zerofrom-derive", |
| 1815 |
] |
| 1816 |
|
| 1817 |
[[package]] |
| 1818 |
name = "zerofrom-derive" |
| 1819 |
version = "0.1.7" |
| 1820 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1821 |
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 1822 |
dependencies = [ |
| 1823 |
"proc-macro2", |
| 1824 |
"quote", |
| 1825 |
"syn", |
| 1826 |
"synstructure", |
| 1827 |
] |
| 1828 |
|
| 1829 |
[[package]] |
| 1830 |
name = "zerotrie" |
| 1831 |
version = "0.2.4" |
| 1832 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1833 |
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 1834 |
dependencies = [ |
| 1835 |
"displaydoc", |
| 1836 |
"yoke", |
| 1837 |
"zerofrom", |
| 1838 |
] |
| 1839 |
|
| 1840 |
[[package]] |
| 1841 |
name = "zerovec" |
| 1842 |
version = "0.11.6" |
| 1843 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1844 |
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 1845 |
dependencies = [ |
| 1846 |
"yoke", |
| 1847 |
"zerofrom", |
| 1848 |
"zerovec-derive", |
| 1849 |
] |
| 1850 |
|
| 1851 |
[[package]] |
| 1852 |
name = "zerovec-derive" |
| 1853 |
version = "0.11.3" |
| 1854 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1855 |
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 1856 |
dependencies = [ |
| 1857 |
"proc-macro2", |
| 1858 |
"quote", |
| 1859 |
"syn", |
| 1860 |
] |
| 1861 |
|
| 1862 |
[[package]] |
| 1863 |
name = "zmij" |
| 1864 |
version = "1.0.21" |
| 1865 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1866 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 1867 |
|