edgedb: 6.0.0 -> 6.0.2; switch to fetchCargoVendor (#364125)

authored by kirillrdy and committed by GitHub 4f60e7ed 56e8c427

+5 -5246
-5233
pkgs/tools/networking/edgedb/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.24.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler2" 16 - version = "2.0.0" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 - 20 - [[package]] 21 - name = "adler32" 22 - version = "1.2.0" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 25 - 26 - [[package]] 27 - name = "aes" 28 - version = "0.8.4" 29 - source = "registry+https://github.com/rust-lang/crates.io-index" 30 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 31 - dependencies = [ 32 - "cfg-if", 33 - "cipher", 34 - "cpufeatures", 35 - ] 36 - 37 - [[package]] 38 - name = "ahash" 39 - version = "0.8.11" 40 - source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 42 - dependencies = [ 43 - "cfg-if", 44 - "once_cell", 45 - "version_check", 46 - "zerocopy", 47 - ] 48 - 49 - [[package]] 50 - name = "aho-corasick" 51 - version = "1.1.3" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 54 - dependencies = [ 55 - "memchr", 56 - ] 57 - 58 - [[package]] 59 - name = "alloc-no-stdlib" 60 - version = "2.0.4" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 63 - 64 - [[package]] 65 - name = "alloc-stdlib" 66 - version = "0.2.2" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 69 - dependencies = [ 70 - "alloc-no-stdlib", 71 - ] 72 - 73 - [[package]] 74 - name = "allocator-api2" 75 - version = "0.2.20" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" 78 - 79 - [[package]] 80 - name = "anes" 81 - version = "0.2.0" 82 - source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "735d4f398ca57cfa2880225c2bf81c3b9af3be5bb22e44ae70118dad38713e84" 84 - 85 - [[package]] 86 - name = "ansi-escapes" 87 - version = "0.2.0" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "10b98e9c74265950a28ae39c02e290858714c23071ab4f71c61d2908e2edfe44" 90 - 91 - [[package]] 92 - name = "anstream" 93 - version = "0.6.18" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 96 - dependencies = [ 97 - "anstyle", 98 - "anstyle-parse", 99 - "anstyle-query", 100 - "anstyle-wincon", 101 - "colorchoice", 102 - "is_terminal_polyfill", 103 - "utf8parse", 104 - ] 105 - 106 - [[package]] 107 - name = "anstyle" 108 - version = "1.0.10" 109 - source = "registry+https://github.com/rust-lang/crates.io-index" 110 - checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 111 - 112 - [[package]] 113 - name = "anstyle-parse" 114 - version = "0.2.6" 115 - source = "registry+https://github.com/rust-lang/crates.io-index" 116 - checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 117 - dependencies = [ 118 - "utf8parse", 119 - ] 120 - 121 - [[package]] 122 - name = "anstyle-query" 123 - version = "1.1.2" 124 - source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 126 - dependencies = [ 127 - "windows-sys 0.59.0", 128 - ] 129 - 130 - [[package]] 131 - name = "anstyle-wincon" 132 - version = "3.0.6" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" 135 - dependencies = [ 136 - "anstyle", 137 - "windows-sys 0.59.0", 138 - ] 139 - 140 - [[package]] 141 - name = "anyhow" 142 - version = "1.0.93" 143 - source = "registry+https://github.com/rust-lang/crates.io-index" 144 - checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" 145 - 146 - [[package]] 147 - name = "append-only-vec" 148 - version = "0.1.7" 149 - source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "7992085ec035cfe96992dd31bfd495a2ebd31969bb95f624471cb6c0b349e571" 151 - 152 - [[package]] 153 - name = "arbitrary" 154 - version = "1.4.1" 155 - source = "registry+https://github.com/rust-lang/crates.io-index" 156 - checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" 157 - dependencies = [ 158 - "derive_arbitrary", 159 - ] 160 - 161 - [[package]] 162 - name = "arc-swap" 163 - version = "1.7.1" 164 - source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 166 - 167 - [[package]] 168 - name = "arrayref" 169 - version = "0.3.9" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 172 - 173 - [[package]] 174 - name = "arrayvec" 175 - version = "0.7.6" 176 - source = "registry+https://github.com/rust-lang/crates.io-index" 177 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 178 - 179 - [[package]] 180 - name = "assert_cmd" 181 - version = "2.0.16" 182 - source = "registry+https://github.com/rust-lang/crates.io-index" 183 - checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" 184 - dependencies = [ 185 - "anstyle", 186 - "bstr", 187 - "doc-comment", 188 - "libc", 189 - "predicates", 190 - "predicates-core", 191 - "predicates-tree", 192 - "wait-timeout", 193 - ] 194 - 195 - [[package]] 196 - name = "async-channel" 197 - version = "1.9.0" 198 - source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 200 - dependencies = [ 201 - "concurrent-queue", 202 - "event-listener 2.5.3", 203 - "futures-core", 204 - ] 205 - 206 - [[package]] 207 - name = "async-channel" 208 - version = "2.3.1" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 211 - dependencies = [ 212 - "concurrent-queue", 213 - "event-listener-strategy", 214 - "futures-core", 215 - "pin-project-lite", 216 - ] 217 - 218 - [[package]] 219 - name = "async-compression" 220 - version = "0.4.18" 221 - source = "registry+https://github.com/rust-lang/crates.io-index" 222 - checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" 223 - dependencies = [ 224 - "brotli", 225 - "flate2", 226 - "futures-core", 227 - "memchr", 228 - "pin-project-lite", 229 - "tokio", 230 - ] 231 - 232 - [[package]] 233 - name = "async-executor" 234 - version = "1.13.1" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 237 - dependencies = [ 238 - "async-task", 239 - "concurrent-queue", 240 - "fastrand", 241 - "futures-lite", 242 - "slab", 243 - ] 244 - 245 - [[package]] 246 - name = "async-global-executor" 247 - version = "2.4.1" 248 - source = "registry+https://github.com/rust-lang/crates.io-index" 249 - checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 250 - dependencies = [ 251 - "async-channel 2.3.1", 252 - "async-executor", 253 - "async-io", 254 - "async-lock", 255 - "blocking", 256 - "futures-lite", 257 - "once_cell", 258 - ] 259 - 260 - [[package]] 261 - name = "async-io" 262 - version = "2.4.0" 263 - source = "registry+https://github.com/rust-lang/crates.io-index" 264 - checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" 265 - dependencies = [ 266 - "async-lock", 267 - "cfg-if", 268 - "concurrent-queue", 269 - "futures-io", 270 - "futures-lite", 271 - "parking", 272 - "polling", 273 - "rustix", 274 - "slab", 275 - "tracing", 276 - "windows-sys 0.59.0", 277 - ] 278 - 279 - [[package]] 280 - name = "async-listen" 281 - version = "0.2.1" 282 - source = "registry+https://github.com/rust-lang/crates.io-index" 283 - checksum = "c0eff11d7d3dbf808fb25952cc54a0bcf50b501ae6d6ea98a817009b330d0a2a" 284 - dependencies = [ 285 - "async-std", 286 - ] 287 - 288 - [[package]] 289 - name = "async-lock" 290 - version = "3.4.0" 291 - source = "registry+https://github.com/rust-lang/crates.io-index" 292 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 293 - dependencies = [ 294 - "event-listener 5.3.1", 295 - "event-listener-strategy", 296 - "pin-project-lite", 297 - ] 298 - 299 - [[package]] 300 - name = "async-std" 301 - version = "1.13.0" 302 - source = "registry+https://github.com/rust-lang/crates.io-index" 303 - checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" 304 - dependencies = [ 305 - "async-channel 1.9.0", 306 - "async-global-executor", 307 - "async-io", 308 - "async-lock", 309 - "crossbeam-utils", 310 - "futures-channel", 311 - "futures-core", 312 - "futures-io", 313 - "futures-lite", 314 - "gloo-timers", 315 - "kv-log-macro", 316 - "log", 317 - "memchr", 318 - "once_cell", 319 - "pin-project-lite", 320 - "pin-utils", 321 - "slab", 322 - "wasm-bindgen-futures", 323 - ] 324 - 325 - [[package]] 326 - name = "async-task" 327 - version = "4.7.1" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 330 - 331 - [[package]] 332 - name = "async-trait" 333 - version = "0.1.83" 334 - source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 336 - dependencies = [ 337 - "proc-macro2", 338 - "quote", 339 - "syn 2.0.89", 340 - ] 341 - 342 - [[package]] 343 - name = "atomic-waker" 344 - version = "1.1.2" 345 - source = "registry+https://github.com/rust-lang/crates.io-index" 346 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 347 - 348 - [[package]] 349 - name = "autocfg" 350 - version = "1.4.0" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 353 - 354 - [[package]] 355 - name = "backtrace" 356 - version = "0.3.74" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 359 - dependencies = [ 360 - "addr2line", 361 - "cfg-if", 362 - "libc", 363 - "miniz_oxide", 364 - "object", 365 - "rustc-demangle", 366 - "windows-targets 0.52.6", 367 - ] 368 - 369 - [[package]] 370 - name = "base16ct" 371 - version = "0.2.0" 372 - source = "registry+https://github.com/rust-lang/crates.io-index" 373 - checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 374 - 375 - [[package]] 376 - name = "base32" 377 - version = "0.5.1" 378 - source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076" 380 - 381 - [[package]] 382 - name = "base64" 383 - version = "0.21.7" 384 - source = "registry+https://github.com/rust-lang/crates.io-index" 385 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 386 - 387 - [[package]] 388 - name = "base64" 389 - version = "0.22.1" 390 - source = "registry+https://github.com/rust-lang/crates.io-index" 391 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 392 - 393 - [[package]] 394 - name = "bigdecimal" 395 - version = "0.4.6" 396 - source = "registry+https://github.com/rust-lang/crates.io-index" 397 - checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" 398 - dependencies = [ 399 - "autocfg", 400 - "libm", 401 - "num-bigint", 402 - "num-integer", 403 - "num-traits", 404 - "serde", 405 - ] 406 - 407 - [[package]] 408 - name = "bitflags" 409 - version = "1.3.2" 410 - source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 412 - 413 - [[package]] 414 - name = "bitflags" 415 - version = "2.6.0" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 418 - 419 - [[package]] 420 - name = "bitvec" 421 - version = "1.0.1" 422 - source = "registry+https://github.com/rust-lang/crates.io-index" 423 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 424 - dependencies = [ 425 - "funty", 426 - "radium", 427 - "tap", 428 - "wyz", 429 - ] 430 - 431 - [[package]] 432 - name = "blake2b_simd" 433 - version = "1.0.2" 434 - source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" 436 - dependencies = [ 437 - "arrayref", 438 - "arrayvec", 439 - "constant_time_eq", 440 - ] 441 - 442 - [[package]] 443 - name = "blake3" 444 - version = "1.5.4" 445 - source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" 447 - dependencies = [ 448 - "arrayref", 449 - "arrayvec", 450 - "cc", 451 - "cfg-if", 452 - "constant_time_eq", 453 - ] 454 - 455 - [[package]] 456 - name = "block-buffer" 457 - version = "0.10.4" 458 - source = "registry+https://github.com/rust-lang/crates.io-index" 459 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 460 - dependencies = [ 461 - "generic-array", 462 - ] 463 - 464 - [[package]] 465 - name = "blocking" 466 - version = "1.6.1" 467 - source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 469 - dependencies = [ 470 - "async-channel 2.3.1", 471 - "async-task", 472 - "futures-io", 473 - "futures-lite", 474 - "piper", 475 - ] 476 - 477 - [[package]] 478 - name = "brotli" 479 - version = "7.0.0" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" 482 - dependencies = [ 483 - "alloc-no-stdlib", 484 - "alloc-stdlib", 485 - "brotli-decompressor", 486 - ] 487 - 488 - [[package]] 489 - name = "brotli-decompressor" 490 - version = "4.0.1" 491 - source = "registry+https://github.com/rust-lang/crates.io-index" 492 - checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 493 - dependencies = [ 494 - "alloc-no-stdlib", 495 - "alloc-stdlib", 496 - ] 497 - 498 - [[package]] 499 - name = "bstr" 500 - version = "1.11.0" 501 - source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" 503 - dependencies = [ 504 - "memchr", 505 - "regex-automata", 506 - "serde", 507 - ] 508 - 509 - [[package]] 510 - name = "bumpalo" 511 - version = "3.16.0" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 514 - 515 - [[package]] 516 - name = "byteorder" 517 - version = "1.5.0" 518 - source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 520 - 521 - [[package]] 522 - name = "bytes" 523 - version = "1.8.0" 524 - source = "registry+https://github.com/rust-lang/crates.io-index" 525 - checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" 526 - 527 - [[package]] 528 - name = "bzip2" 529 - version = "0.4.4" 530 - source = "registry+https://github.com/rust-lang/crates.io-index" 531 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 532 - dependencies = [ 533 - "bzip2-sys", 534 - "libc", 535 - ] 536 - 537 - [[package]] 538 - name = "bzip2-sys" 539 - version = "0.1.11+1.0.8" 540 - source = "registry+https://github.com/rust-lang/crates.io-index" 541 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 542 - dependencies = [ 543 - "cc", 544 - "libc", 545 - "pkg-config", 546 - ] 547 - 548 - [[package]] 549 - name = "cc" 550 - version = "1.2.1" 551 - source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" 553 - dependencies = [ 554 - "jobserver", 555 - "libc", 556 - "shlex", 557 - ] 558 - 559 - [[package]] 560 - name = "cfg-if" 561 - version = "1.0.0" 562 - source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 564 - 565 - [[package]] 566 - name = "cfg_aliases" 567 - version = "0.1.1" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 570 - 571 - [[package]] 572 - name = "cfg_aliases" 573 - version = "0.2.1" 574 - source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 576 - 577 - [[package]] 578 - name = "chrono" 579 - version = "0.4.38" 580 - source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 582 - dependencies = [ 583 - "num-traits", 584 - ] 585 - 586 - [[package]] 587 - name = "cipher" 588 - version = "0.4.4" 589 - source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 591 - dependencies = [ 592 - "crypto-common", 593 - "inout", 594 - ] 595 - 596 - [[package]] 597 - name = "clap" 598 - version = "4.5.21" 599 - source = "registry+https://github.com/rust-lang/crates.io-index" 600 - checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" 601 - dependencies = [ 602 - "clap_builder", 603 - "clap_derive", 604 - ] 605 - 606 - [[package]] 607 - name = "clap_builder" 608 - version = "4.5.21" 609 - source = "registry+https://github.com/rust-lang/crates.io-index" 610 - checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" 611 - dependencies = [ 612 - "anstream", 613 - "anstyle", 614 - "clap_lex", 615 - "strsim", 616 - "terminal_size", 617 - ] 618 - 619 - [[package]] 620 - name = "clap_complete" 621 - version = "4.5.38" 622 - source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01" 624 - dependencies = [ 625 - "clap", 626 - ] 627 - 628 - [[package]] 629 - name = "clap_derive" 630 - version = "4.5.18" 631 - source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 633 - dependencies = [ 634 - "heck", 635 - "proc-macro2", 636 - "quote", 637 - "syn 2.0.89", 638 - ] 639 - 640 - [[package]] 641 - name = "clap_lex" 642 - version = "0.7.3" 643 - source = "registry+https://github.com/rust-lang/crates.io-index" 644 - checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" 645 - 646 - [[package]] 647 - name = "clipboard-win" 648 - version = "5.4.0" 649 - source = "registry+https://github.com/rust-lang/crates.io-index" 650 - checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 651 - dependencies = [ 652 - "error-code", 653 - ] 654 - 655 - [[package]] 656 - name = "codespan-reporting" 657 - version = "0.11.1" 658 - source = "registry+https://github.com/rust-lang/crates.io-index" 659 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 660 - dependencies = [ 661 - "termcolor", 662 - "unicode-width 0.1.14", 663 - ] 664 - 665 - [[package]] 666 - name = "color-print" 667 - version = "0.3.7" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4" 670 - dependencies = [ 671 - "color-print-proc-macro", 672 - ] 673 - 674 - [[package]] 675 - name = "color-print-proc-macro" 676 - version = "0.3.7" 677 - source = "registry+https://github.com/rust-lang/crates.io-index" 678 - checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" 679 - dependencies = [ 680 - "nom", 681 - "proc-macro2", 682 - "quote", 683 - "syn 2.0.89", 684 - ] 685 - 686 - [[package]] 687 - name = "colorchoice" 688 - version = "1.0.3" 689 - source = "registry+https://github.com/rust-lang/crates.io-index" 690 - checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 691 - 692 - [[package]] 693 - name = "colorful" 694 - version = "0.3.2" 695 - source = "registry+https://github.com/rust-lang/crates.io-index" 696 - checksum = "ffb474a9c3219a8254ead020421ecf1b90427f29b55f6aae9a2471fa62c126ef" 697 - 698 - [[package]] 699 - name = "combine" 700 - version = "4.6.7" 701 - source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 703 - dependencies = [ 704 - "bytes", 705 - "memchr", 706 - ] 707 - 708 - [[package]] 709 - name = "comma" 710 - version = "1.0.0" 711 - source = "registry+https://github.com/rust-lang/crates.io-index" 712 - checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" 713 - 714 - [[package]] 715 - name = "command-fds" 716 - version = "0.3.0" 717 - source = "registry+https://github.com/rust-lang/crates.io-index" 718 - checksum = "7bb11bd1378bf3731b182997b40cefe00aba6a6cc74042c8318c1b271d3badf7" 719 - dependencies = [ 720 - "nix 0.27.1", 721 - "thiserror 1.0.69", 722 - ] 723 - 724 - [[package]] 725 - name = "concolor" 726 - version = "0.1.1" 727 - source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "0b946244a988c390a94667ae0e3958411fa40cc46ea496a929b263d883f5f9c3" 729 - dependencies = [ 730 - "bitflags 1.3.2", 731 - "concolor-query", 732 - "is-terminal", 733 - ] 734 - 735 - [[package]] 736 - name = "concolor-query" 737 - version = "0.3.3" 738 - source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" 740 - dependencies = [ 741 - "windows-sys 0.45.0", 742 - ] 743 - 744 - [[package]] 745 - name = "concurrent-queue" 746 - version = "2.5.0" 747 - source = "registry+https://github.com/rust-lang/crates.io-index" 748 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 749 - dependencies = [ 750 - "crossbeam-utils", 751 - ] 752 - 753 - [[package]] 754 - name = "console" 755 - version = "0.15.8" 756 - source = "registry+https://github.com/rust-lang/crates.io-index" 757 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 758 - dependencies = [ 759 - "encode_unicode 0.3.6", 760 - "lazy_static", 761 - "libc", 762 - "unicode-width 0.1.14", 763 - "windows-sys 0.52.0", 764 - ] 765 - 766 - [[package]] 767 - name = "const_format" 768 - version = "0.2.33" 769 - source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" 771 - dependencies = [ 772 - "const_format_proc_macros", 773 - ] 774 - 775 - [[package]] 776 - name = "const_format_proc_macros" 777 - version = "0.2.33" 778 - source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" 780 - dependencies = [ 781 - "proc-macro2", 782 - "quote", 783 - "unicode-xid", 784 - ] 785 - 786 - [[package]] 787 - name = "constant_time_eq" 788 - version = "0.3.1" 789 - source = "registry+https://github.com/rust-lang/crates.io-index" 790 - checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 791 - 792 - [[package]] 793 - name = "coolor" 794 - version = "1.0.0" 795 - source = "registry+https://github.com/rust-lang/crates.io-index" 796 - checksum = "691defa50318376447a73ced869862baecfab35f6aabaa91a4cd726b315bfe1a" 797 - dependencies = [ 798 - "crossterm", 799 - ] 800 - 801 - [[package]] 802 - name = "core-foundation" 803 - version = "0.10.0" 804 - source = "registry+https://github.com/rust-lang/crates.io-index" 805 - checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 806 - dependencies = [ 807 - "core-foundation-sys", 808 - "libc", 809 - ] 810 - 811 - [[package]] 812 - name = "core-foundation-sys" 813 - version = "0.8.7" 814 - source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 816 - 817 - [[package]] 818 - name = "core2" 819 - version = "0.4.0" 820 - source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 822 - dependencies = [ 823 - "memchr", 824 - ] 825 - 826 - [[package]] 827 - name = "cpufeatures" 828 - version = "0.2.16" 829 - source = "registry+https://github.com/rust-lang/crates.io-index" 830 - checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" 831 - dependencies = [ 832 - "libc", 833 - ] 834 - 835 - [[package]] 836 - name = "crc" 837 - version = "3.2.1" 838 - source = "registry+https://github.com/rust-lang/crates.io-index" 839 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 840 - dependencies = [ 841 - "crc-catalog", 842 - ] 843 - 844 - [[package]] 845 - name = "crc-catalog" 846 - version = "2.4.0" 847 - source = "registry+https://github.com/rust-lang/crates.io-index" 848 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 849 - 850 - [[package]] 851 - name = "crc16" 852 - version = "0.4.0" 853 - source = "registry+https://github.com/rust-lang/crates.io-index" 854 - checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff" 855 - 856 - [[package]] 857 - name = "crc32fast" 858 - version = "1.4.2" 859 - source = "registry+https://github.com/rust-lang/crates.io-index" 860 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 861 - dependencies = [ 862 - "cfg-if", 863 - ] 864 - 865 - [[package]] 866 - name = "crokey" 867 - version = "1.1.0" 868 - source = "registry+https://github.com/rust-lang/crates.io-index" 869 - checksum = "520e83558f4c008ac06fa6a86e5c1d4357be6f994cce7434463ebcdaadf47bb1" 870 - dependencies = [ 871 - "crokey-proc_macros", 872 - "crossterm", 873 - "once_cell", 874 - "serde", 875 - "strict", 876 - ] 877 - 878 - [[package]] 879 - name = "crokey-proc_macros" 880 - version = "1.1.0" 881 - source = "registry+https://github.com/rust-lang/crates.io-index" 882 - checksum = "370956e708a1ce65fe4ac5bb7185791e0ece7485087f17736d54a23a0895049f" 883 - dependencies = [ 884 - "crossterm", 885 - "proc-macro2", 886 - "quote", 887 - "strict", 888 - "syn 1.0.109", 889 - ] 890 - 891 - [[package]] 892 - name = "crossbeam" 893 - version = "0.8.4" 894 - source = "registry+https://github.com/rust-lang/crates.io-index" 895 - checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" 896 - dependencies = [ 897 - "crossbeam-channel", 898 - "crossbeam-deque", 899 - "crossbeam-epoch", 900 - "crossbeam-queue", 901 - "crossbeam-utils", 902 - ] 903 - 904 - [[package]] 905 - name = "crossbeam-channel" 906 - version = "0.5.13" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 909 - dependencies = [ 910 - "crossbeam-utils", 911 - ] 912 - 913 - [[package]] 914 - name = "crossbeam-deque" 915 - version = "0.8.5" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 918 - dependencies = [ 919 - "crossbeam-epoch", 920 - "crossbeam-utils", 921 - ] 922 - 923 - [[package]] 924 - name = "crossbeam-epoch" 925 - version = "0.9.18" 926 - source = "registry+https://github.com/rust-lang/crates.io-index" 927 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 928 - dependencies = [ 929 - "crossbeam-utils", 930 - ] 931 - 932 - [[package]] 933 - name = "crossbeam-queue" 934 - version = "0.3.11" 935 - source = "registry+https://github.com/rust-lang/crates.io-index" 936 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 937 - dependencies = [ 938 - "crossbeam-utils", 939 - ] 940 - 941 - [[package]] 942 - name = "crossbeam-utils" 943 - version = "0.8.20" 944 - source = "registry+https://github.com/rust-lang/crates.io-index" 945 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 946 - 947 - [[package]] 948 - name = "crossterm" 949 - version = "0.28.1" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 952 - dependencies = [ 953 - "bitflags 2.6.0", 954 - "crossterm_winapi", 955 - "mio 1.0.2", 956 - "parking_lot 0.12.3", 957 - "rustix", 958 - "signal-hook", 959 - "signal-hook-mio", 960 - "winapi", 961 - ] 962 - 963 - [[package]] 964 - name = "crossterm_winapi" 965 - version = "0.9.1" 966 - source = "registry+https://github.com/rust-lang/crates.io-index" 967 - checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 968 - dependencies = [ 969 - "winapi", 970 - ] 971 - 972 - [[package]] 973 - name = "crypto-common" 974 - version = "0.1.6" 975 - source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 977 - dependencies = [ 978 - "generic-array", 979 - "typenum", 980 - ] 981 - 982 - [[package]] 983 - name = "ctrlc" 984 - version = "3.4.5" 985 - source = "registry+https://github.com/rust-lang/crates.io-index" 986 - checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" 987 - dependencies = [ 988 - "nix 0.29.0", 989 - "windows-sys 0.59.0", 990 - ] 991 - 992 - [[package]] 993 - name = "dary_heap" 994 - version = "0.3.7" 995 - source = "registry+https://github.com/rust-lang/crates.io-index" 996 - checksum = "04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728" 997 - 998 - [[package]] 999 - name = "deflate64" 1000 - version = "0.1.9" 1001 - source = "registry+https://github.com/rust-lang/crates.io-index" 1002 - checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b" 1003 - 1004 - [[package]] 1005 - name = "deranged" 1006 - version = "0.3.11" 1007 - source = "registry+https://github.com/rust-lang/crates.io-index" 1008 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1009 - dependencies = [ 1010 - "powerfmt", 1011 - ] 1012 - 1013 - [[package]] 1014 - name = "derive_arbitrary" 1015 - version = "1.4.1" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" 1018 - dependencies = [ 1019 - "proc-macro2", 1020 - "quote", 1021 - "syn 2.0.89", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "diff" 1026 - version = "0.1.13" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1029 - 1030 - [[package]] 1031 - name = "difflib" 1032 - version = "0.4.0" 1033 - source = "registry+https://github.com/rust-lang/crates.io-index" 1034 - checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 1035 - 1036 - [[package]] 1037 - name = "digest" 1038 - version = "0.10.7" 1039 - source = "registry+https://github.com/rust-lang/crates.io-index" 1040 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1041 - dependencies = [ 1042 - "block-buffer", 1043 - "crypto-common", 1044 - "subtle", 1045 - ] 1046 - 1047 - [[package]] 1048 - name = "dirs" 1049 - version = "5.0.1" 1050 - source = "registry+https://github.com/rust-lang/crates.io-index" 1051 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1052 - dependencies = [ 1053 - "dirs-sys", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "dirs-next" 1058 - version = "2.0.0" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1061 - dependencies = [ 1062 - "cfg-if", 1063 - "dirs-sys-next", 1064 - ] 1065 - 1066 - [[package]] 1067 - name = "dirs-sys" 1068 - version = "0.4.1" 1069 - source = "registry+https://github.com/rust-lang/crates.io-index" 1070 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1071 - dependencies = [ 1072 - "libc", 1073 - "option-ext", 1074 - "redox_users", 1075 - "windows-sys 0.48.0", 1076 - ] 1077 - 1078 - [[package]] 1079 - name = "dirs-sys-next" 1080 - version = "0.1.2" 1081 - source = "registry+https://github.com/rust-lang/crates.io-index" 1082 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1083 - dependencies = [ 1084 - "libc", 1085 - "redox_users", 1086 - "winapi", 1087 - ] 1088 - 1089 - [[package]] 1090 - name = "displaydoc" 1091 - version = "0.2.5" 1092 - source = "registry+https://github.com/rust-lang/crates.io-index" 1093 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1094 - dependencies = [ 1095 - "proc-macro2", 1096 - "quote", 1097 - "syn 2.0.89", 1098 - ] 1099 - 1100 - [[package]] 1101 - name = "dissimilar" 1102 - version = "1.0.9" 1103 - source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" 1105 - 1106 - [[package]] 1107 - name = "doc-comment" 1108 - version = "0.3.3" 1109 - source = "registry+https://github.com/rust-lang/crates.io-index" 1110 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1111 - 1112 - [[package]] 1113 - name = "downcast-rs" 1114 - version = "1.2.1" 1115 - source = "registry+https://github.com/rust-lang/crates.io-index" 1116 - checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1117 - 1118 - [[package]] 1119 - name = "edgedb-cli" 1120 - version = "6.0.0" 1121 - dependencies = [ 1122 - "anes", 1123 - "ansi-escapes", 1124 - "anyhow", 1125 - "arc-swap", 1126 - "assert_cmd", 1127 - "async-listen", 1128 - "backtrace", 1129 - "base32", 1130 - "base64 0.22.1", 1131 - "bigdecimal", 1132 - "bitflags 2.6.0", 1133 - "bitvec", 1134 - "blake2b_simd", 1135 - "blake3", 1136 - "bytes", 1137 - "bzip2", 1138 - "chrono", 1139 - "clap", 1140 - "clap_complete", 1141 - "codespan-reporting", 1142 - "color-print", 1143 - "colorful", 1144 - "combine", 1145 - "concolor", 1146 - "const_format", 1147 - "crossbeam-utils", 1148 - "ctrlc", 1149 - "dirs", 1150 - "dissimilar", 1151 - "downcast-rs", 1152 - "edgedb-cli-derive", 1153 - "edgedb-derive", 1154 - "edgedb-errors", 1155 - "edgedb-protocol", 1156 - "edgedb-tokio", 1157 - "edgeql-parser", 1158 - "env_logger", 1159 - "fd-lock", 1160 - "fn-error-context", 1161 - "fs-err", 1162 - "fs_extra", 1163 - "futures-util", 1164 - "gethostname", 1165 - "hex", 1166 - "humantime", 1167 - "humantime-serde", 1168 - "immutable-chunkmap", 1169 - "indexmap", 1170 - "indicatif", 1171 - "is-terminal", 1172 - "libc", 1173 - "libflate", 1174 - "log", 1175 - "minimad", 1176 - "nix 0.29.0", 1177 - "nom", 1178 - "notify", 1179 - "num-bigint", 1180 - "once_cell", 1181 - "open", 1182 - "openssl", 1183 - "openssl-sys", 1184 - "os-release", 1185 - "pem", 1186 - "predicates", 1187 - "pretty_assertions", 1188 - "prettytable-rs", 1189 - "rand", 1190 - "regex", 1191 - "renamore", 1192 - "reqwest", 1193 - "reqwest-middleware", 1194 - "reqwest-retry", 1195 - "rexpect", 1196 - "ring", 1197 - "rpassword", 1198 - "rustls 0.23.18", 1199 - "rustyline", 1200 - "scram", 1201 - "semver", 1202 - "serde", 1203 - "serde_json", 1204 - "serde_millis", 1205 - "serde_path_to_error", 1206 - "serde_str", 1207 - "sha1", 1208 - "sha2", 1209 - "shell-escape", 1210 - "shutdown_hooks", 1211 - "signal-hook", 1212 - "snafu", 1213 - "strsim", 1214 - "tar", 1215 - "tempfile", 1216 - "term 1.0.0", 1217 - "termcolor", 1218 - "termimad", 1219 - "terminal_size", 1220 - "test-case", 1221 - "test-utils", 1222 - "textwrap", 1223 - "thiserror 1.0.69", 1224 - "tokio", 1225 - "tokio-stream", 1226 - "toml", 1227 - "tracing", 1228 - "unicode-segmentation", 1229 - "unicode-width 0.1.14", 1230 - "url", 1231 - "urlencoding", 1232 - "uuid", 1233 - "wait-timeout", 1234 - "warp", 1235 - "which", 1236 - "whoami", 1237 - "winapi", 1238 - "winreg", 1239 - "wslapi", 1240 - "zip", 1241 - "zstd", 1242 - ] 1243 - 1244 - [[package]] 1245 - name = "edgedb-cli-derive" 1246 - version = "0.4.0" 1247 - dependencies = [ 1248 - "clap", 1249 - "heck", 1250 - "indexmap", 1251 - "proc-macro-error", 1252 - "proc-macro2", 1253 - "quote", 1254 - "syn 2.0.89", 1255 - "termimad", 1256 - "trybuild", 1257 - ] 1258 - 1259 - [[package]] 1260 - name = "edgedb-derive" 1261 - version = "0.5.2" 1262 - source = "git+https://github.com/edgedb/edgedb-rust/#afdbaaca2518adb4041460b13181fc860e36add9" 1263 - dependencies = [ 1264 - "proc-macro2", 1265 - "quote", 1266 - "syn 2.0.89", 1267 - "trybuild", 1268 - ] 1269 - 1270 - [[package]] 1271 - name = "edgedb-errors" 1272 - version = "0.4.2" 1273 - source = "git+https://github.com/edgedb/edgedb-rust/#afdbaaca2518adb4041460b13181fc860e36add9" 1274 - dependencies = [ 1275 - "bytes", 1276 - ] 1277 - 1278 - [[package]] 1279 - name = "edgedb-protocol" 1280 - version = "0.6.1" 1281 - source = "git+https://github.com/edgedb/edgedb-rust/#afdbaaca2518adb4041460b13181fc860e36add9" 1282 - dependencies = [ 1283 - "bigdecimal", 1284 - "bitflags 2.6.0", 1285 - "bytes", 1286 - "chrono", 1287 - "edgedb-errors", 1288 - "num-bigint", 1289 - "num-traits", 1290 - "serde", 1291 - "serde_json", 1292 - "snafu", 1293 - "uuid", 1294 - ] 1295 - 1296 - [[package]] 1297 - name = "edgedb-tokio" 1298 - version = "0.5.1" 1299 - source = "git+https://github.com/edgedb/edgedb-rust/#afdbaaca2518adb4041460b13181fc860e36add9" 1300 - dependencies = [ 1301 - "anyhow", 1302 - "arc-swap", 1303 - "async-trait", 1304 - "base16ct", 1305 - "base64 0.22.1", 1306 - "bytes", 1307 - "crc16", 1308 - "dirs", 1309 - "edgedb-derive", 1310 - "edgedb-errors", 1311 - "edgedb-protocol", 1312 - "log", 1313 - "once_cell", 1314 - "rand", 1315 - "rustls 0.23.18", 1316 - "rustls-native-certs", 1317 - "rustls-pemfile", 1318 - "rustls-webpki", 1319 - "scram-2", 1320 - "serde", 1321 - "serde_json", 1322 - "sha1", 1323 - "socket2", 1324 - "tls-api", 1325 - "tls-api-not-tls", 1326 - "tls-api-rustls", 1327 - "tokio", 1328 - "tokio-stream", 1329 - "url", 1330 - "webpki-roots", 1331 - ] 1332 - 1333 - [[package]] 1334 - name = "edgeql-parser" 1335 - version = "0.1.0" 1336 - source = "git+https://github.com/edgedb/edgedb#2a9ebc33a4e7a77c7b100133d667ff712326952b" 1337 - dependencies = [ 1338 - "append-only-vec", 1339 - "base32", 1340 - "bigdecimal", 1341 - "bumpalo", 1342 - "indexmap", 1343 - "memchr", 1344 - "num-bigint", 1345 - "phf", 1346 - "serde_json", 1347 - "sha2", 1348 - "snafu", 1349 - "thiserror 1.0.69", 1350 - "unicode-width 0.1.14", 1351 - ] 1352 - 1353 - [[package]] 1354 - name = "either" 1355 - version = "1.13.0" 1356 - source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1358 - 1359 - [[package]] 1360 - name = "encode_unicode" 1361 - version = "0.3.6" 1362 - source = "registry+https://github.com/rust-lang/crates.io-index" 1363 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1364 - 1365 - [[package]] 1366 - name = "encode_unicode" 1367 - version = "1.0.0" 1368 - source = "registry+https://github.com/rust-lang/crates.io-index" 1369 - checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1370 - 1371 - [[package]] 1372 - name = "encoding_rs" 1373 - version = "0.8.35" 1374 - source = "registry+https://github.com/rust-lang/crates.io-index" 1375 - checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1376 - dependencies = [ 1377 - "cfg-if", 1378 - ] 1379 - 1380 - [[package]] 1381 - name = "endian-type" 1382 - version = "0.1.2" 1383 - source = "registry+https://github.com/rust-lang/crates.io-index" 1384 - checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 1385 - 1386 - [[package]] 1387 - name = "env_filter" 1388 - version = "0.1.2" 1389 - source = "registry+https://github.com/rust-lang/crates.io-index" 1390 - checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 1391 - dependencies = [ 1392 - "log", 1393 - "regex", 1394 - ] 1395 - 1396 - [[package]] 1397 - name = "env_logger" 1398 - version = "0.11.5" 1399 - source = "registry+https://github.com/rust-lang/crates.io-index" 1400 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 1401 - dependencies = [ 1402 - "anstream", 1403 - "anstyle", 1404 - "env_filter", 1405 - "humantime", 1406 - "log", 1407 - ] 1408 - 1409 - [[package]] 1410 - name = "equivalent" 1411 - version = "1.0.1" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1414 - 1415 - [[package]] 1416 - name = "errno" 1417 - version = "0.3.9" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1420 - dependencies = [ 1421 - "libc", 1422 - "windows-sys 0.52.0", 1423 - ] 1424 - 1425 - [[package]] 1426 - name = "error-code" 1427 - version = "3.3.1" 1428 - source = "registry+https://github.com/rust-lang/crates.io-index" 1429 - checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" 1430 - 1431 - [[package]] 1432 - name = "event-listener" 1433 - version = "2.5.3" 1434 - source = "registry+https://github.com/rust-lang/crates.io-index" 1435 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1436 - 1437 - [[package]] 1438 - name = "event-listener" 1439 - version = "5.3.1" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1442 - dependencies = [ 1443 - "concurrent-queue", 1444 - "parking", 1445 - "pin-project-lite", 1446 - ] 1447 - 1448 - [[package]] 1449 - name = "event-listener-strategy" 1450 - version = "0.5.2" 1451 - source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1453 - dependencies = [ 1454 - "event-listener 5.3.1", 1455 - "pin-project-lite", 1456 - ] 1457 - 1458 - [[package]] 1459 - name = "fastrand" 1460 - version = "2.2.0" 1461 - source = "registry+https://github.com/rust-lang/crates.io-index" 1462 - checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" 1463 - 1464 - [[package]] 1465 - name = "fd-lock" 1466 - version = "4.0.2" 1467 - source = "registry+https://github.com/rust-lang/crates.io-index" 1468 - checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" 1469 - dependencies = [ 1470 - "cfg-if", 1471 - "rustix", 1472 - "windows-sys 0.52.0", 1473 - ] 1474 - 1475 - [[package]] 1476 - name = "filetime" 1477 - version = "0.2.25" 1478 - source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 1480 - dependencies = [ 1481 - "cfg-if", 1482 - "libc", 1483 - "libredox", 1484 - "windows-sys 0.59.0", 1485 - ] 1486 - 1487 - [[package]] 1488 - name = "flate2" 1489 - version = "1.0.35" 1490 - source = "registry+https://github.com/rust-lang/crates.io-index" 1491 - checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" 1492 - dependencies = [ 1493 - "crc32fast", 1494 - "miniz_oxide", 1495 - ] 1496 - 1497 - [[package]] 1498 - name = "float-cmp" 1499 - version = "0.9.0" 1500 - source = "registry+https://github.com/rust-lang/crates.io-index" 1501 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1502 - dependencies = [ 1503 - "num-traits", 1504 - ] 1505 - 1506 - [[package]] 1507 - name = "fn-error-context" 1508 - version = "0.2.1" 1509 - source = "registry+https://github.com/rust-lang/crates.io-index" 1510 - checksum = "2cd66269887534af4b0c3e3337404591daa8dc8b9b2b3db71f9523beb4bafb41" 1511 - dependencies = [ 1512 - "proc-macro2", 1513 - "quote", 1514 - "syn 2.0.89", 1515 - ] 1516 - 1517 - [[package]] 1518 - name = "fnv" 1519 - version = "1.0.7" 1520 - source = "registry+https://github.com/rust-lang/crates.io-index" 1521 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1522 - 1523 - [[package]] 1524 - name = "foreign-types" 1525 - version = "0.3.2" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1528 - dependencies = [ 1529 - "foreign-types-shared", 1530 - ] 1531 - 1532 - [[package]] 1533 - name = "foreign-types-shared" 1534 - version = "0.1.1" 1535 - source = "registry+https://github.com/rust-lang/crates.io-index" 1536 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1537 - 1538 - [[package]] 1539 - name = "form_urlencoded" 1540 - version = "1.2.1" 1541 - source = "registry+https://github.com/rust-lang/crates.io-index" 1542 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1543 - dependencies = [ 1544 - "percent-encoding", 1545 - ] 1546 - 1547 - [[package]] 1548 - name = "fs-err" 1549 - version = "2.11.0" 1550 - source = "registry+https://github.com/rust-lang/crates.io-index" 1551 - checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" 1552 - dependencies = [ 1553 - "autocfg", 1554 - ] 1555 - 1556 - [[package]] 1557 - name = "fs_extra" 1558 - version = "1.3.0" 1559 - source = "registry+https://github.com/rust-lang/crates.io-index" 1560 - checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1561 - 1562 - [[package]] 1563 - name = "fsevent-sys" 1564 - version = "4.1.0" 1565 - source = "registry+https://github.com/rust-lang/crates.io-index" 1566 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1567 - dependencies = [ 1568 - "libc", 1569 - ] 1570 - 1571 - [[package]] 1572 - name = "funty" 1573 - version = "2.0.0" 1574 - source = "registry+https://github.com/rust-lang/crates.io-index" 1575 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1576 - 1577 - [[package]] 1578 - name = "futures" 1579 - version = "0.3.31" 1580 - source = "registry+https://github.com/rust-lang/crates.io-index" 1581 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1582 - dependencies = [ 1583 - "futures-channel", 1584 - "futures-core", 1585 - "futures-executor", 1586 - "futures-io", 1587 - "futures-sink", 1588 - "futures-task", 1589 - "futures-util", 1590 - ] 1591 - 1592 - [[package]] 1593 - name = "futures-channel" 1594 - version = "0.3.31" 1595 - source = "registry+https://github.com/rust-lang/crates.io-index" 1596 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1597 - dependencies = [ 1598 - "futures-core", 1599 - "futures-sink", 1600 - ] 1601 - 1602 - [[package]] 1603 - name = "futures-core" 1604 - version = "0.3.31" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1607 - 1608 - [[package]] 1609 - name = "futures-executor" 1610 - version = "0.3.31" 1611 - source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1613 - dependencies = [ 1614 - "futures-core", 1615 - "futures-task", 1616 - "futures-util", 1617 - ] 1618 - 1619 - [[package]] 1620 - name = "futures-io" 1621 - version = "0.3.31" 1622 - source = "registry+https://github.com/rust-lang/crates.io-index" 1623 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1624 - 1625 - [[package]] 1626 - name = "futures-lite" 1627 - version = "2.5.0" 1628 - source = "registry+https://github.com/rust-lang/crates.io-index" 1629 - checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" 1630 - dependencies = [ 1631 - "fastrand", 1632 - "futures-core", 1633 - "futures-io", 1634 - "parking", 1635 - "pin-project-lite", 1636 - ] 1637 - 1638 - [[package]] 1639 - name = "futures-macro" 1640 - version = "0.3.31" 1641 - source = "registry+https://github.com/rust-lang/crates.io-index" 1642 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1643 - dependencies = [ 1644 - "proc-macro2", 1645 - "quote", 1646 - "syn 2.0.89", 1647 - ] 1648 - 1649 - [[package]] 1650 - name = "futures-sink" 1651 - version = "0.3.31" 1652 - source = "registry+https://github.com/rust-lang/crates.io-index" 1653 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1654 - 1655 - [[package]] 1656 - name = "futures-task" 1657 - version = "0.3.31" 1658 - source = "registry+https://github.com/rust-lang/crates.io-index" 1659 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1660 - 1661 - [[package]] 1662 - name = "futures-util" 1663 - version = "0.3.31" 1664 - source = "registry+https://github.com/rust-lang/crates.io-index" 1665 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1666 - dependencies = [ 1667 - "futures-channel", 1668 - "futures-core", 1669 - "futures-io", 1670 - "futures-macro", 1671 - "futures-sink", 1672 - "futures-task", 1673 - "memchr", 1674 - "pin-project-lite", 1675 - "pin-utils", 1676 - "slab", 1677 - ] 1678 - 1679 - [[package]] 1680 - name = "generic-array" 1681 - version = "0.14.7" 1682 - source = "registry+https://github.com/rust-lang/crates.io-index" 1683 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1684 - dependencies = [ 1685 - "typenum", 1686 - "version_check", 1687 - ] 1688 - 1689 - [[package]] 1690 - name = "gethostname" 1691 - version = "0.5.0" 1692 - source = "registry+https://github.com/rust-lang/crates.io-index" 1693 - checksum = "dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30" 1694 - dependencies = [ 1695 - "rustix", 1696 - "windows-targets 0.52.6", 1697 - ] 1698 - 1699 - [[package]] 1700 - name = "getrandom" 1701 - version = "0.2.15" 1702 - source = "registry+https://github.com/rust-lang/crates.io-index" 1703 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1704 - dependencies = [ 1705 - "cfg-if", 1706 - "js-sys", 1707 - "libc", 1708 - "wasi", 1709 - "wasm-bindgen", 1710 - ] 1711 - 1712 - [[package]] 1713 - name = "gimli" 1714 - version = "0.31.1" 1715 - source = "registry+https://github.com/rust-lang/crates.io-index" 1716 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1717 - 1718 - [[package]] 1719 - name = "glob" 1720 - version = "0.3.1" 1721 - source = "registry+https://github.com/rust-lang/crates.io-index" 1722 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1723 - 1724 - [[package]] 1725 - name = "gloo-timers" 1726 - version = "0.3.0" 1727 - source = "registry+https://github.com/rust-lang/crates.io-index" 1728 - checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 1729 - dependencies = [ 1730 - "futures-channel", 1731 - "futures-core", 1732 - "js-sys", 1733 - "wasm-bindgen", 1734 - ] 1735 - 1736 - [[package]] 1737 - name = "h2" 1738 - version = "0.3.26" 1739 - source = "registry+https://github.com/rust-lang/crates.io-index" 1740 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 1741 - dependencies = [ 1742 - "bytes", 1743 - "fnv", 1744 - "futures-core", 1745 - "futures-sink", 1746 - "futures-util", 1747 - "http 0.2.12", 1748 - "indexmap", 1749 - "slab", 1750 - "tokio", 1751 - "tokio-util", 1752 - "tracing", 1753 - ] 1754 - 1755 - [[package]] 1756 - name = "h2" 1757 - version = "0.4.7" 1758 - source = "registry+https://github.com/rust-lang/crates.io-index" 1759 - checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" 1760 - dependencies = [ 1761 - "atomic-waker", 1762 - "bytes", 1763 - "fnv", 1764 - "futures-core", 1765 - "futures-sink", 1766 - "http 1.1.0", 1767 - "indexmap", 1768 - "slab", 1769 - "tokio", 1770 - "tokio-util", 1771 - "tracing", 1772 - ] 1773 - 1774 - [[package]] 1775 - name = "hashbrown" 1776 - version = "0.14.5" 1777 - source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1779 - dependencies = [ 1780 - "ahash", 1781 - "allocator-api2", 1782 - ] 1783 - 1784 - [[package]] 1785 - name = "hashbrown" 1786 - version = "0.15.2" 1787 - source = "registry+https://github.com/rust-lang/crates.io-index" 1788 - checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 1789 - 1790 - [[package]] 1791 - name = "headers" 1792 - version = "0.3.9" 1793 - source = "registry+https://github.com/rust-lang/crates.io-index" 1794 - checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 1795 - dependencies = [ 1796 - "base64 0.21.7", 1797 - "bytes", 1798 - "headers-core", 1799 - "http 0.2.12", 1800 - "httpdate", 1801 - "mime", 1802 - "sha1", 1803 - ] 1804 - 1805 - [[package]] 1806 - name = "headers-core" 1807 - version = "0.2.0" 1808 - source = "registry+https://github.com/rust-lang/crates.io-index" 1809 - checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 1810 - dependencies = [ 1811 - "http 0.2.12", 1812 - ] 1813 - 1814 - [[package]] 1815 - name = "heck" 1816 - version = "0.5.0" 1817 - source = "registry+https://github.com/rust-lang/crates.io-index" 1818 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1819 - 1820 - [[package]] 1821 - name = "hermit-abi" 1822 - version = "0.3.9" 1823 - source = "registry+https://github.com/rust-lang/crates.io-index" 1824 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1825 - 1826 - [[package]] 1827 - name = "hermit-abi" 1828 - version = "0.4.0" 1829 - source = "registry+https://github.com/rust-lang/crates.io-index" 1830 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 1831 - 1832 - [[package]] 1833 - name = "hex" 1834 - version = "0.4.3" 1835 - source = "registry+https://github.com/rust-lang/crates.io-index" 1836 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1837 - dependencies = [ 1838 - "serde", 1839 - ] 1840 - 1841 - [[package]] 1842 - name = "hmac" 1843 - version = "0.12.1" 1844 - source = "registry+https://github.com/rust-lang/crates.io-index" 1845 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1846 - dependencies = [ 1847 - "digest", 1848 - ] 1849 - 1850 - [[package]] 1851 - name = "home" 1852 - version = "0.5.9" 1853 - source = "registry+https://github.com/rust-lang/crates.io-index" 1854 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1855 - dependencies = [ 1856 - "windows-sys 0.52.0", 1857 - ] 1858 - 1859 - [[package]] 1860 - name = "http" 1861 - version = "0.2.12" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1864 - dependencies = [ 1865 - "bytes", 1866 - "fnv", 1867 - "itoa", 1868 - ] 1869 - 1870 - [[package]] 1871 - name = "http" 1872 - version = "1.1.0" 1873 - source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1875 - dependencies = [ 1876 - "bytes", 1877 - "fnv", 1878 - "itoa", 1879 - ] 1880 - 1881 - [[package]] 1882 - name = "http-body" 1883 - version = "0.4.6" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1886 - dependencies = [ 1887 - "bytes", 1888 - "http 0.2.12", 1889 - "pin-project-lite", 1890 - ] 1891 - 1892 - [[package]] 1893 - name = "http-body" 1894 - version = "1.0.1" 1895 - source = "registry+https://github.com/rust-lang/crates.io-index" 1896 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1897 - dependencies = [ 1898 - "bytes", 1899 - "http 1.1.0", 1900 - ] 1901 - 1902 - [[package]] 1903 - name = "http-body-util" 1904 - version = "0.1.2" 1905 - source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 1907 - dependencies = [ 1908 - "bytes", 1909 - "futures-util", 1910 - "http 1.1.0", 1911 - "http-body 1.0.1", 1912 - "pin-project-lite", 1913 - ] 1914 - 1915 - [[package]] 1916 - name = "httparse" 1917 - version = "1.9.5" 1918 - source = "registry+https://github.com/rust-lang/crates.io-index" 1919 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 1920 - 1921 - [[package]] 1922 - name = "httpdate" 1923 - version = "1.0.3" 1924 - source = "registry+https://github.com/rust-lang/crates.io-index" 1925 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1926 - 1927 - [[package]] 1928 - name = "humantime" 1929 - version = "2.1.0" 1930 - source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1932 - 1933 - [[package]] 1934 - name = "humantime-serde" 1935 - version = "1.1.1" 1936 - source = "registry+https://github.com/rust-lang/crates.io-index" 1937 - checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" 1938 - dependencies = [ 1939 - "humantime", 1940 - "serde", 1941 - ] 1942 - 1943 - [[package]] 1944 - name = "hyper" 1945 - version = "0.14.31" 1946 - source = "registry+https://github.com/rust-lang/crates.io-index" 1947 - checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" 1948 - dependencies = [ 1949 - "bytes", 1950 - "futures-channel", 1951 - "futures-core", 1952 - "futures-util", 1953 - "h2 0.3.26", 1954 - "http 0.2.12", 1955 - "http-body 0.4.6", 1956 - "httparse", 1957 - "httpdate", 1958 - "itoa", 1959 - "pin-project-lite", 1960 - "socket2", 1961 - "tokio", 1962 - "tower-service", 1963 - "tracing", 1964 - "want", 1965 - ] 1966 - 1967 - [[package]] 1968 - name = "hyper" 1969 - version = "1.5.1" 1970 - source = "registry+https://github.com/rust-lang/crates.io-index" 1971 - checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" 1972 - dependencies = [ 1973 - "bytes", 1974 - "futures-channel", 1975 - "futures-util", 1976 - "h2 0.4.7", 1977 - "http 1.1.0", 1978 - "http-body 1.0.1", 1979 - "httparse", 1980 - "itoa", 1981 - "pin-project-lite", 1982 - "smallvec", 1983 - "tokio", 1984 - "want", 1985 - ] 1986 - 1987 - [[package]] 1988 - name = "hyper-rustls" 1989 - version = "0.27.3" 1990 - source = "registry+https://github.com/rust-lang/crates.io-index" 1991 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 1992 - dependencies = [ 1993 - "futures-util", 1994 - "http 1.1.0", 1995 - "hyper 1.5.1", 1996 - "hyper-util", 1997 - "rustls 0.23.18", 1998 - "rustls-native-certs", 1999 - "rustls-pki-types", 2000 - "tokio", 2001 - "tokio-rustls 0.26.0", 2002 - "tower-service", 2003 - ] 2004 - 2005 - [[package]] 2006 - name = "hyper-util" 2007 - version = "0.1.10" 2008 - source = "registry+https://github.com/rust-lang/crates.io-index" 2009 - checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 2010 - dependencies = [ 2011 - "bytes", 2012 - "futures-channel", 2013 - "futures-util", 2014 - "http 1.1.0", 2015 - "http-body 1.0.1", 2016 - "hyper 1.5.1", 2017 - "pin-project-lite", 2018 - "socket2", 2019 - "tokio", 2020 - "tower-service", 2021 - "tracing", 2022 - ] 2023 - 2024 - [[package]] 2025 - name = "icu_collections" 2026 - version = "1.5.0" 2027 - source = "registry+https://github.com/rust-lang/crates.io-index" 2028 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 2029 - dependencies = [ 2030 - "displaydoc", 2031 - "yoke", 2032 - "zerofrom", 2033 - "zerovec", 2034 - ] 2035 - 2036 - [[package]] 2037 - name = "icu_locid" 2038 - version = "1.5.0" 2039 - source = "registry+https://github.com/rust-lang/crates.io-index" 2040 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 2041 - dependencies = [ 2042 - "displaydoc", 2043 - "litemap", 2044 - "tinystr", 2045 - "writeable", 2046 - "zerovec", 2047 - ] 2048 - 2049 - [[package]] 2050 - name = "icu_locid_transform" 2051 - version = "1.5.0" 2052 - source = "registry+https://github.com/rust-lang/crates.io-index" 2053 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 2054 - dependencies = [ 2055 - "displaydoc", 2056 - "icu_locid", 2057 - "icu_locid_transform_data", 2058 - "icu_provider", 2059 - "tinystr", 2060 - "zerovec", 2061 - ] 2062 - 2063 - [[package]] 2064 - name = "icu_locid_transform_data" 2065 - version = "1.5.0" 2066 - source = "registry+https://github.com/rust-lang/crates.io-index" 2067 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 2068 - 2069 - [[package]] 2070 - name = "icu_normalizer" 2071 - version = "1.5.0" 2072 - source = "registry+https://github.com/rust-lang/crates.io-index" 2073 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 2074 - dependencies = [ 2075 - "displaydoc", 2076 - "icu_collections", 2077 - "icu_normalizer_data", 2078 - "icu_properties", 2079 - "icu_provider", 2080 - "smallvec", 2081 - "utf16_iter", 2082 - "utf8_iter", 2083 - "write16", 2084 - "zerovec", 2085 - ] 2086 - 2087 - [[package]] 2088 - name = "icu_normalizer_data" 2089 - version = "1.5.0" 2090 - source = "registry+https://github.com/rust-lang/crates.io-index" 2091 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 2092 - 2093 - [[package]] 2094 - name = "icu_properties" 2095 - version = "1.5.1" 2096 - source = "registry+https://github.com/rust-lang/crates.io-index" 2097 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 2098 - dependencies = [ 2099 - "displaydoc", 2100 - "icu_collections", 2101 - "icu_locid_transform", 2102 - "icu_properties_data", 2103 - "icu_provider", 2104 - "tinystr", 2105 - "zerovec", 2106 - ] 2107 - 2108 - [[package]] 2109 - name = "icu_properties_data" 2110 - version = "1.5.0" 2111 - source = "registry+https://github.com/rust-lang/crates.io-index" 2112 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 2113 - 2114 - [[package]] 2115 - name = "icu_provider" 2116 - version = "1.5.0" 2117 - source = "registry+https://github.com/rust-lang/crates.io-index" 2118 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 2119 - dependencies = [ 2120 - "displaydoc", 2121 - "icu_locid", 2122 - "icu_provider_macros", 2123 - "stable_deref_trait", 2124 - "tinystr", 2125 - "writeable", 2126 - "yoke", 2127 - "zerofrom", 2128 - "zerovec", 2129 - ] 2130 - 2131 - [[package]] 2132 - name = "icu_provider_macros" 2133 - version = "1.5.0" 2134 - source = "registry+https://github.com/rust-lang/crates.io-index" 2135 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 2136 - dependencies = [ 2137 - "proc-macro2", 2138 - "quote", 2139 - "syn 2.0.89", 2140 - ] 2141 - 2142 - [[package]] 2143 - name = "idna" 2144 - version = "1.0.3" 2145 - source = "registry+https://github.com/rust-lang/crates.io-index" 2146 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 2147 - dependencies = [ 2148 - "idna_adapter", 2149 - "smallvec", 2150 - "utf8_iter", 2151 - ] 2152 - 2153 - [[package]] 2154 - name = "idna_adapter" 2155 - version = "1.2.0" 2156 - source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 2158 - dependencies = [ 2159 - "icu_normalizer", 2160 - "icu_properties", 2161 - ] 2162 - 2163 - [[package]] 2164 - name = "immutable-chunkmap" 2165 - version = "2.0.6" 2166 - source = "registry+https://github.com/rust-lang/crates.io-index" 2167 - checksum = "12f97096f508d54f8f8ab8957862eee2ccd628847b6217af1a335e1c44dee578" 2168 - dependencies = [ 2169 - "arrayvec", 2170 - ] 2171 - 2172 - [[package]] 2173 - name = "indexmap" 2174 - version = "2.6.0" 2175 - source = "registry+https://github.com/rust-lang/crates.io-index" 2176 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 2177 - dependencies = [ 2178 - "equivalent", 2179 - "hashbrown 0.15.2", 2180 - "serde", 2181 - ] 2182 - 2183 - [[package]] 2184 - name = "indicatif" 2185 - version = "0.17.9" 2186 - source = "registry+https://github.com/rust-lang/crates.io-index" 2187 - checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" 2188 - dependencies = [ 2189 - "console", 2190 - "number_prefix", 2191 - "portable-atomic", 2192 - "unicode-width 0.2.0", 2193 - "web-time", 2194 - ] 2195 - 2196 - [[package]] 2197 - name = "inotify" 2198 - version = "0.9.6" 2199 - source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 2201 - dependencies = [ 2202 - "bitflags 1.3.2", 2203 - "inotify-sys", 2204 - "libc", 2205 - ] 2206 - 2207 - [[package]] 2208 - name = "inotify-sys" 2209 - version = "0.1.5" 2210 - source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2212 - dependencies = [ 2213 - "libc", 2214 - ] 2215 - 2216 - [[package]] 2217 - name = "inout" 2218 - version = "0.1.3" 2219 - source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 2221 - dependencies = [ 2222 - "generic-array", 2223 - ] 2224 - 2225 - [[package]] 2226 - name = "instant" 2227 - version = "0.1.13" 2228 - source = "registry+https://github.com/rust-lang/crates.io-index" 2229 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2230 - dependencies = [ 2231 - "cfg-if", 2232 - "js-sys", 2233 - "wasm-bindgen", 2234 - "web-sys", 2235 - ] 2236 - 2237 - [[package]] 2238 - name = "ipnet" 2239 - version = "2.10.1" 2240 - source = "registry+https://github.com/rust-lang/crates.io-index" 2241 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 2242 - 2243 - [[package]] 2244 - name = "is-docker" 2245 - version = "0.2.0" 2246 - source = "registry+https://github.com/rust-lang/crates.io-index" 2247 - checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 2248 - dependencies = [ 2249 - "once_cell", 2250 - ] 2251 - 2252 - [[package]] 2253 - name = "is-terminal" 2254 - version = "0.4.13" 2255 - source = "registry+https://github.com/rust-lang/crates.io-index" 2256 - checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 2257 - dependencies = [ 2258 - "hermit-abi 0.4.0", 2259 - "libc", 2260 - "windows-sys 0.52.0", 2261 - ] 2262 - 2263 - [[package]] 2264 - name = "is-wsl" 2265 - version = "0.4.0" 2266 - source = "registry+https://github.com/rust-lang/crates.io-index" 2267 - checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 2268 - dependencies = [ 2269 - "is-docker", 2270 - "once_cell", 2271 - ] 2272 - 2273 - [[package]] 2274 - name = "is_terminal_polyfill" 2275 - version = "1.70.1" 2276 - source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2278 - 2279 - [[package]] 2280 - name = "itoa" 2281 - version = "1.0.14" 2282 - source = "registry+https://github.com/rust-lang/crates.io-index" 2283 - checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 2284 - 2285 - [[package]] 2286 - name = "jobserver" 2287 - version = "0.1.32" 2288 - source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2290 - dependencies = [ 2291 - "libc", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "js-sys" 2296 - version = "0.3.72" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 2299 - dependencies = [ 2300 - "wasm-bindgen", 2301 - ] 2302 - 2303 - [[package]] 2304 - name = "kqueue" 2305 - version = "1.0.8" 2306 - source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 2308 - dependencies = [ 2309 - "kqueue-sys", 2310 - "libc", 2311 - ] 2312 - 2313 - [[package]] 2314 - name = "kqueue-sys" 2315 - version = "1.0.4" 2316 - source = "registry+https://github.com/rust-lang/crates.io-index" 2317 - checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 2318 - dependencies = [ 2319 - "bitflags 1.3.2", 2320 - "libc", 2321 - ] 2322 - 2323 - [[package]] 2324 - name = "kv-log-macro" 2325 - version = "1.0.7" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2328 - dependencies = [ 2329 - "log", 2330 - ] 2331 - 2332 - [[package]] 2333 - name = "lazy-regex" 2334 - version = "3.3.0" 2335 - source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda" 2337 - dependencies = [ 2338 - "lazy-regex-proc_macros", 2339 - "once_cell", 2340 - "regex", 2341 - ] 2342 - 2343 - [[package]] 2344 - name = "lazy-regex-proc_macros" 2345 - version = "3.3.0" 2346 - source = "registry+https://github.com/rust-lang/crates.io-index" 2347 - checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163" 2348 - dependencies = [ 2349 - "proc-macro2", 2350 - "quote", 2351 - "regex", 2352 - "syn 2.0.89", 2353 - ] 2354 - 2355 - [[package]] 2356 - name = "lazy_static" 2357 - version = "1.5.0" 2358 - source = "registry+https://github.com/rust-lang/crates.io-index" 2359 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2360 - 2361 - [[package]] 2362 - name = "libc" 2363 - version = "0.2.165" 2364 - source = "registry+https://github.com/rust-lang/crates.io-index" 2365 - checksum = "fcb4d3d38eab6c5239a362fa8bae48c03baf980a6e7079f063942d563ef3533e" 2366 - 2367 - [[package]] 2368 - name = "libflate" 2369 - version = "2.1.0" 2370 - source = "registry+https://github.com/rust-lang/crates.io-index" 2371 - checksum = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e" 2372 - dependencies = [ 2373 - "adler32", 2374 - "core2", 2375 - "crc32fast", 2376 - "dary_heap", 2377 - "libflate_lz77", 2378 - ] 2379 - 2380 - [[package]] 2381 - name = "libflate_lz77" 2382 - version = "2.1.0" 2383 - source = "registry+https://github.com/rust-lang/crates.io-index" 2384 - checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d" 2385 - dependencies = [ 2386 - "core2", 2387 - "hashbrown 0.14.5", 2388 - "rle-decode-fast", 2389 - ] 2390 - 2391 - [[package]] 2392 - name = "libm" 2393 - version = "0.2.11" 2394 - source = "registry+https://github.com/rust-lang/crates.io-index" 2395 - checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 2396 - 2397 - [[package]] 2398 - name = "libredox" 2399 - version = "0.1.3" 2400 - source = "registry+https://github.com/rust-lang/crates.io-index" 2401 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2402 - dependencies = [ 2403 - "bitflags 2.6.0", 2404 - "libc", 2405 - "redox_syscall 0.5.7", 2406 - ] 2407 - 2408 - [[package]] 2409 - name = "linux-raw-sys" 2410 - version = "0.4.14" 2411 - source = "registry+https://github.com/rust-lang/crates.io-index" 2412 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2413 - 2414 - [[package]] 2415 - name = "litemap" 2416 - version = "0.7.4" 2417 - source = "registry+https://github.com/rust-lang/crates.io-index" 2418 - checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 2419 - 2420 - [[package]] 2421 - name = "lock_api" 2422 - version = "0.4.12" 2423 - source = "registry+https://github.com/rust-lang/crates.io-index" 2424 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2425 - dependencies = [ 2426 - "autocfg", 2427 - "scopeguard", 2428 - ] 2429 - 2430 - [[package]] 2431 - name = "lockfree-object-pool" 2432 - version = "0.1.6" 2433 - source = "registry+https://github.com/rust-lang/crates.io-index" 2434 - checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" 2435 - 2436 - [[package]] 2437 - name = "log" 2438 - version = "0.4.22" 2439 - source = "registry+https://github.com/rust-lang/crates.io-index" 2440 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2441 - dependencies = [ 2442 - "value-bag", 2443 - ] 2444 - 2445 - [[package]] 2446 - name = "lzma-rs" 2447 - version = "0.3.0" 2448 - source = "registry+https://github.com/rust-lang/crates.io-index" 2449 - checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e" 2450 - dependencies = [ 2451 - "byteorder", 2452 - "crc", 2453 - ] 2454 - 2455 - [[package]] 2456 - name = "memchr" 2457 - version = "2.7.4" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2460 - 2461 - [[package]] 2462 - name = "memoffset" 2463 - version = "0.7.1" 2464 - source = "registry+https://github.com/rust-lang/crates.io-index" 2465 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2466 - dependencies = [ 2467 - "autocfg", 2468 - ] 2469 - 2470 - [[package]] 2471 - name = "mime" 2472 - version = "0.3.17" 2473 - source = "registry+https://github.com/rust-lang/crates.io-index" 2474 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2475 - 2476 - [[package]] 2477 - name = "mime_guess" 2478 - version = "2.0.5" 2479 - source = "registry+https://github.com/rust-lang/crates.io-index" 2480 - checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2481 - dependencies = [ 2482 - "mime", 2483 - "unicase", 2484 - ] 2485 - 2486 - [[package]] 2487 - name = "minidl" 2488 - version = "0.1.6" 2489 - source = "registry+https://github.com/rust-lang/crates.io-index" 2490 - checksum = "fc0a023a2715164b8a15b7f91a4baa3decc92158a539b96bf0bdb61f18c69366" 2491 - 2492 - [[package]] 2493 - name = "minimad" 2494 - version = "0.13.1" 2495 - source = "registry+https://github.com/rust-lang/crates.io-index" 2496 - checksum = "a9c5d708226d186590a7b6d4a9780e2bdda5f689e0d58cd17012a298efd745d2" 2497 - dependencies = [ 2498 - "once_cell", 2499 - ] 2500 - 2501 - [[package]] 2502 - name = "minimal-lexical" 2503 - version = "0.2.1" 2504 - source = "registry+https://github.com/rust-lang/crates.io-index" 2505 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2506 - 2507 - [[package]] 2508 - name = "miniz_oxide" 2509 - version = "0.8.0" 2510 - source = "registry+https://github.com/rust-lang/crates.io-index" 2511 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 2512 - dependencies = [ 2513 - "adler2", 2514 - ] 2515 - 2516 - [[package]] 2517 - name = "mio" 2518 - version = "0.8.11" 2519 - source = "registry+https://github.com/rust-lang/crates.io-index" 2520 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2521 - dependencies = [ 2522 - "libc", 2523 - "log", 2524 - "wasi", 2525 - "windows-sys 0.48.0", 2526 - ] 2527 - 2528 - [[package]] 2529 - name = "mio" 2530 - version = "1.0.2" 2531 - source = "registry+https://github.com/rust-lang/crates.io-index" 2532 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 2533 - dependencies = [ 2534 - "hermit-abi 0.3.9", 2535 - "libc", 2536 - "log", 2537 - "wasi", 2538 - "windows-sys 0.52.0", 2539 - ] 2540 - 2541 - [[package]] 2542 - name = "nibble_vec" 2543 - version = "0.1.0" 2544 - source = "registry+https://github.com/rust-lang/crates.io-index" 2545 - checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 2546 - dependencies = [ 2547 - "smallvec", 2548 - ] 2549 - 2550 - [[package]] 2551 - name = "nix" 2552 - version = "0.26.4" 2553 - source = "registry+https://github.com/rust-lang/crates.io-index" 2554 - checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 2555 - dependencies = [ 2556 - "bitflags 1.3.2", 2557 - "cfg-if", 2558 - "libc", 2559 - "memoffset", 2560 - "pin-utils", 2561 - ] 2562 - 2563 - [[package]] 2564 - name = "nix" 2565 - version = "0.27.1" 2566 - source = "registry+https://github.com/rust-lang/crates.io-index" 2567 - checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 2568 - dependencies = [ 2569 - "bitflags 2.6.0", 2570 - "cfg-if", 2571 - "libc", 2572 - ] 2573 - 2574 - [[package]] 2575 - name = "nix" 2576 - version = "0.28.0" 2577 - source = "registry+https://github.com/rust-lang/crates.io-index" 2578 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 2579 - dependencies = [ 2580 - "bitflags 2.6.0", 2581 - "cfg-if", 2582 - "cfg_aliases 0.1.1", 2583 - "libc", 2584 - ] 2585 - 2586 - [[package]] 2587 - name = "nix" 2588 - version = "0.29.0" 2589 - source = "registry+https://github.com/rust-lang/crates.io-index" 2590 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 2591 - dependencies = [ 2592 - "bitflags 2.6.0", 2593 - "cfg-if", 2594 - "cfg_aliases 0.2.1", 2595 - "libc", 2596 - ] 2597 - 2598 - [[package]] 2599 - name = "nom" 2600 - version = "7.1.3" 2601 - source = "registry+https://github.com/rust-lang/crates.io-index" 2602 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2603 - dependencies = [ 2604 - "memchr", 2605 - "minimal-lexical", 2606 - ] 2607 - 2608 - [[package]] 2609 - name = "normalize-line-endings" 2610 - version = "0.3.0" 2611 - source = "registry+https://github.com/rust-lang/crates.io-index" 2612 - checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 2613 - 2614 - [[package]] 2615 - name = "notify" 2616 - version = "6.1.1" 2617 - source = "registry+https://github.com/rust-lang/crates.io-index" 2618 - checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 2619 - dependencies = [ 2620 - "bitflags 2.6.0", 2621 - "crossbeam-channel", 2622 - "filetime", 2623 - "fsevent-sys", 2624 - "inotify", 2625 - "kqueue", 2626 - "libc", 2627 - "log", 2628 - "mio 0.8.11", 2629 - "walkdir", 2630 - "windows-sys 0.48.0", 2631 - ] 2632 - 2633 - [[package]] 2634 - name = "num-bigint" 2635 - version = "0.4.6" 2636 - source = "registry+https://github.com/rust-lang/crates.io-index" 2637 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2638 - dependencies = [ 2639 - "num-integer", 2640 - "num-traits", 2641 - "serde", 2642 - ] 2643 - 2644 - [[package]] 2645 - name = "num-conv" 2646 - version = "0.1.0" 2647 - source = "registry+https://github.com/rust-lang/crates.io-index" 2648 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2649 - 2650 - [[package]] 2651 - name = "num-integer" 2652 - version = "0.1.46" 2653 - source = "registry+https://github.com/rust-lang/crates.io-index" 2654 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2655 - dependencies = [ 2656 - "num-traits", 2657 - ] 2658 - 2659 - [[package]] 2660 - name = "num-traits" 2661 - version = "0.2.19" 2662 - source = "registry+https://github.com/rust-lang/crates.io-index" 2663 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2664 - dependencies = [ 2665 - "autocfg", 2666 - ] 2667 - 2668 - [[package]] 2669 - name = "number_prefix" 2670 - version = "0.4.0" 2671 - source = "registry+https://github.com/rust-lang/crates.io-index" 2672 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 2673 - 2674 - [[package]] 2675 - name = "object" 2676 - version = "0.36.5" 2677 - source = "registry+https://github.com/rust-lang/crates.io-index" 2678 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 2679 - dependencies = [ 2680 - "memchr", 2681 - ] 2682 - 2683 - [[package]] 2684 - name = "once_cell" 2685 - version = "1.20.2" 2686 - source = "registry+https://github.com/rust-lang/crates.io-index" 2687 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 2688 - 2689 - [[package]] 2690 - name = "open" 2691 - version = "5.3.1" 2692 - source = "registry+https://github.com/rust-lang/crates.io-index" 2693 - checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c" 2694 - dependencies = [ 2695 - "is-wsl", 2696 - "libc", 2697 - "pathdiff", 2698 - ] 2699 - 2700 - [[package]] 2701 - name = "openssl" 2702 - version = "0.10.68" 2703 - source = "registry+https://github.com/rust-lang/crates.io-index" 2704 - checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 2705 - dependencies = [ 2706 - "bitflags 2.6.0", 2707 - "cfg-if", 2708 - "foreign-types", 2709 - "libc", 2710 - "once_cell", 2711 - "openssl-macros", 2712 - "openssl-sys", 2713 - ] 2714 - 2715 - [[package]] 2716 - name = "openssl-macros" 2717 - version = "0.1.1" 2718 - source = "registry+https://github.com/rust-lang/crates.io-index" 2719 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2720 - dependencies = [ 2721 - "proc-macro2", 2722 - "quote", 2723 - "syn 2.0.89", 2724 - ] 2725 - 2726 - [[package]] 2727 - name = "openssl-probe" 2728 - version = "0.1.5" 2729 - source = "registry+https://github.com/rust-lang/crates.io-index" 2730 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2731 - 2732 - [[package]] 2733 - name = "openssl-src" 2734 - version = "300.4.1+3.4.0" 2735 - source = "registry+https://github.com/rust-lang/crates.io-index" 2736 - checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c" 2737 - dependencies = [ 2738 - "cc", 2739 - ] 2740 - 2741 - [[package]] 2742 - name = "openssl-sys" 2743 - version = "0.9.104" 2744 - source = "registry+https://github.com/rust-lang/crates.io-index" 2745 - checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 2746 - dependencies = [ 2747 - "cc", 2748 - "libc", 2749 - "openssl-src", 2750 - "pkg-config", 2751 - "vcpkg", 2752 - ] 2753 - 2754 - [[package]] 2755 - name = "option-ext" 2756 - version = "0.2.0" 2757 - source = "registry+https://github.com/rust-lang/crates.io-index" 2758 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2759 - 2760 - [[package]] 2761 - name = "os-release" 2762 - version = "0.1.0" 2763 - source = "registry+https://github.com/rust-lang/crates.io-index" 2764 - checksum = "82f29ae2f71b53ec19cc23385f8e4f3d90975195aa3d09171ba3bef7159bec27" 2765 - dependencies = [ 2766 - "lazy_static", 2767 - ] 2768 - 2769 - [[package]] 2770 - name = "parking" 2771 - version = "2.2.1" 2772 - source = "registry+https://github.com/rust-lang/crates.io-index" 2773 - checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2774 - 2775 - [[package]] 2776 - name = "parking_lot" 2777 - version = "0.11.2" 2778 - source = "registry+https://github.com/rust-lang/crates.io-index" 2779 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2780 - dependencies = [ 2781 - "instant", 2782 - "lock_api", 2783 - "parking_lot_core 0.8.6", 2784 - ] 2785 - 2786 - [[package]] 2787 - name = "parking_lot" 2788 - version = "0.12.3" 2789 - source = "registry+https://github.com/rust-lang/crates.io-index" 2790 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2791 - dependencies = [ 2792 - "lock_api", 2793 - "parking_lot_core 0.9.10", 2794 - ] 2795 - 2796 - [[package]] 2797 - name = "parking_lot_core" 2798 - version = "0.8.6" 2799 - source = "registry+https://github.com/rust-lang/crates.io-index" 2800 - checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 2801 - dependencies = [ 2802 - "cfg-if", 2803 - "instant", 2804 - "libc", 2805 - "redox_syscall 0.2.16", 2806 - "smallvec", 2807 - "winapi", 2808 - ] 2809 - 2810 - [[package]] 2811 - name = "parking_lot_core" 2812 - version = "0.9.10" 2813 - source = "registry+https://github.com/rust-lang/crates.io-index" 2814 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2815 - dependencies = [ 2816 - "cfg-if", 2817 - "libc", 2818 - "redox_syscall 0.5.7", 2819 - "smallvec", 2820 - "windows-targets 0.52.6", 2821 - ] 2822 - 2823 - [[package]] 2824 - name = "pathdiff" 2825 - version = "0.2.3" 2826 - source = "registry+https://github.com/rust-lang/crates.io-index" 2827 - checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 2828 - 2829 - [[package]] 2830 - name = "pbkdf2" 2831 - version = "0.12.2" 2832 - source = "registry+https://github.com/rust-lang/crates.io-index" 2833 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 2834 - dependencies = [ 2835 - "digest", 2836 - "hmac", 2837 - ] 2838 - 2839 - [[package]] 2840 - name = "pem" 2841 - version = "3.0.4" 2842 - source = "registry+https://github.com/rust-lang/crates.io-index" 2843 - checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 2844 - dependencies = [ 2845 - "base64 0.22.1", 2846 - "serde", 2847 - ] 2848 - 2849 - [[package]] 2850 - name = "percent-encoding" 2851 - version = "2.3.1" 2852 - source = "registry+https://github.com/rust-lang/crates.io-index" 2853 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2854 - 2855 - [[package]] 2856 - name = "phf" 2857 - version = "0.11.2" 2858 - source = "registry+https://github.com/rust-lang/crates.io-index" 2859 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 2860 - dependencies = [ 2861 - "phf_macros", 2862 - "phf_shared", 2863 - ] 2864 - 2865 - [[package]] 2866 - name = "phf_generator" 2867 - version = "0.11.2" 2868 - source = "registry+https://github.com/rust-lang/crates.io-index" 2869 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 2870 - dependencies = [ 2871 - "phf_shared", 2872 - "rand", 2873 - ] 2874 - 2875 - [[package]] 2876 - name = "phf_macros" 2877 - version = "0.11.2" 2878 - source = "registry+https://github.com/rust-lang/crates.io-index" 2879 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 2880 - dependencies = [ 2881 - "phf_generator", 2882 - "phf_shared", 2883 - "proc-macro2", 2884 - "quote", 2885 - "syn 2.0.89", 2886 - ] 2887 - 2888 - [[package]] 2889 - name = "phf_shared" 2890 - version = "0.11.2" 2891 - source = "registry+https://github.com/rust-lang/crates.io-index" 2892 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 2893 - dependencies = [ 2894 - "siphasher", 2895 - ] 2896 - 2897 - [[package]] 2898 - name = "pin-project" 2899 - version = "1.1.7" 2900 - source = "registry+https://github.com/rust-lang/crates.io-index" 2901 - checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" 2902 - dependencies = [ 2903 - "pin-project-internal", 2904 - ] 2905 - 2906 - [[package]] 2907 - name = "pin-project-internal" 2908 - version = "1.1.7" 2909 - source = "registry+https://github.com/rust-lang/crates.io-index" 2910 - checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" 2911 - dependencies = [ 2912 - "proc-macro2", 2913 - "quote", 2914 - "syn 2.0.89", 2915 - ] 2916 - 2917 - [[package]] 2918 - name = "pin-project-lite" 2919 - version = "0.2.15" 2920 - source = "registry+https://github.com/rust-lang/crates.io-index" 2921 - checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" 2922 - 2923 - [[package]] 2924 - name = "pin-utils" 2925 - version = "0.1.0" 2926 - source = "registry+https://github.com/rust-lang/crates.io-index" 2927 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2928 - 2929 - [[package]] 2930 - name = "piper" 2931 - version = "0.2.4" 2932 - source = "registry+https://github.com/rust-lang/crates.io-index" 2933 - checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 2934 - dependencies = [ 2935 - "atomic-waker", 2936 - "fastrand", 2937 - "futures-io", 2938 - ] 2939 - 2940 - [[package]] 2941 - name = "pkg-config" 2942 - version = "0.3.31" 2943 - source = "registry+https://github.com/rust-lang/crates.io-index" 2944 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 2945 - 2946 - [[package]] 2947 - name = "polling" 2948 - version = "3.7.4" 2949 - source = "registry+https://github.com/rust-lang/crates.io-index" 2950 - checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" 2951 - dependencies = [ 2952 - "cfg-if", 2953 - "concurrent-queue", 2954 - "hermit-abi 0.4.0", 2955 - "pin-project-lite", 2956 - "rustix", 2957 - "tracing", 2958 - "windows-sys 0.59.0", 2959 - ] 2960 - 2961 - [[package]] 2962 - name = "portable-atomic" 2963 - version = "1.10.0" 2964 - source = "registry+https://github.com/rust-lang/crates.io-index" 2965 - checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" 2966 - 2967 - [[package]] 2968 - name = "powerfmt" 2969 - version = "0.2.0" 2970 - source = "registry+https://github.com/rust-lang/crates.io-index" 2971 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2972 - 2973 - [[package]] 2974 - name = "ppv-lite86" 2975 - version = "0.2.20" 2976 - source = "registry+https://github.com/rust-lang/crates.io-index" 2977 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 2978 - dependencies = [ 2979 - "zerocopy", 2980 - ] 2981 - 2982 - [[package]] 2983 - name = "predicates" 2984 - version = "3.1.2" 2985 - source = "registry+https://github.com/rust-lang/crates.io-index" 2986 - checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" 2987 - dependencies = [ 2988 - "anstyle", 2989 - "difflib", 2990 - "float-cmp", 2991 - "normalize-line-endings", 2992 - "predicates-core", 2993 - "regex", 2994 - ] 2995 - 2996 - [[package]] 2997 - name = "predicates-core" 2998 - version = "1.0.8" 2999 - source = "registry+https://github.com/rust-lang/crates.io-index" 3000 - checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" 3001 - 3002 - [[package]] 3003 - name = "predicates-tree" 3004 - version = "1.0.11" 3005 - source = "registry+https://github.com/rust-lang/crates.io-index" 3006 - checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" 3007 - dependencies = [ 3008 - "predicates-core", 3009 - "termtree", 3010 - ] 3011 - 3012 - [[package]] 3013 - name = "pretty_assertions" 3014 - version = "1.4.1" 3015 - source = "registry+https://github.com/rust-lang/crates.io-index" 3016 - checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 3017 - dependencies = [ 3018 - "diff", 3019 - "yansi", 3020 - ] 3021 - 3022 - [[package]] 3023 - name = "prettytable-rs" 3024 - version = "0.10.0" 3025 - source = "registry+https://github.com/rust-lang/crates.io-index" 3026 - checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" 3027 - dependencies = [ 3028 - "encode_unicode 1.0.0", 3029 - "is-terminal", 3030 - "lazy_static", 3031 - "term 0.7.0", 3032 - "unicode-width 0.1.14", 3033 - ] 3034 - 3035 - [[package]] 3036 - name = "proc-macro-error" 3037 - version = "1.0.4" 3038 - source = "registry+https://github.com/rust-lang/crates.io-index" 3039 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3040 - dependencies = [ 3041 - "proc-macro-error-attr", 3042 - "proc-macro2", 3043 - "quote", 3044 - "version_check", 3045 - ] 3046 - 3047 - [[package]] 3048 - name = "proc-macro-error-attr" 3049 - version = "1.0.4" 3050 - source = "registry+https://github.com/rust-lang/crates.io-index" 3051 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3052 - dependencies = [ 3053 - "proc-macro2", 3054 - "quote", 3055 - "version_check", 3056 - ] 3057 - 3058 - [[package]] 3059 - name = "proc-macro-hack" 3060 - version = "0.5.20+deprecated" 3061 - source = "registry+https://github.com/rust-lang/crates.io-index" 3062 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3063 - 3064 - [[package]] 3065 - name = "proc-macro2" 3066 - version = "1.0.92" 3067 - source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 3069 - dependencies = [ 3070 - "unicode-ident", 3071 - ] 3072 - 3073 - [[package]] 3074 - name = "quinn" 3075 - version = "0.11.6" 3076 - source = "registry+https://github.com/rust-lang/crates.io-index" 3077 - checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" 3078 - dependencies = [ 3079 - "bytes", 3080 - "pin-project-lite", 3081 - "quinn-proto", 3082 - "quinn-udp", 3083 - "rustc-hash", 3084 - "rustls 0.23.18", 3085 - "socket2", 3086 - "thiserror 2.0.3", 3087 - "tokio", 3088 - "tracing", 3089 - ] 3090 - 3091 - [[package]] 3092 - name = "quinn-proto" 3093 - version = "0.11.9" 3094 - source = "registry+https://github.com/rust-lang/crates.io-index" 3095 - checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" 3096 - dependencies = [ 3097 - "bytes", 3098 - "getrandom", 3099 - "rand", 3100 - "ring", 3101 - "rustc-hash", 3102 - "rustls 0.23.18", 3103 - "rustls-pki-types", 3104 - "slab", 3105 - "thiserror 2.0.3", 3106 - "tinyvec", 3107 - "tracing", 3108 - "web-time", 3109 - ] 3110 - 3111 - [[package]] 3112 - name = "quinn-udp" 3113 - version = "0.5.7" 3114 - source = "registry+https://github.com/rust-lang/crates.io-index" 3115 - checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" 3116 - dependencies = [ 3117 - "cfg_aliases 0.2.1", 3118 - "libc", 3119 - "once_cell", 3120 - "socket2", 3121 - "tracing", 3122 - "windows-sys 0.59.0", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "quote" 3127 - version = "1.0.37" 3128 - source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 3130 - dependencies = [ 3131 - "proc-macro2", 3132 - ] 3133 - 3134 - [[package]] 3135 - name = "radium" 3136 - version = "0.7.0" 3137 - source = "registry+https://github.com/rust-lang/crates.io-index" 3138 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 3139 - 3140 - [[package]] 3141 - name = "radix_trie" 3142 - version = "0.2.1" 3143 - source = "registry+https://github.com/rust-lang/crates.io-index" 3144 - checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 3145 - dependencies = [ 3146 - "endian-type", 3147 - "nibble_vec", 3148 - ] 3149 - 3150 - [[package]] 3151 - name = "rand" 3152 - version = "0.8.5" 3153 - source = "registry+https://github.com/rust-lang/crates.io-index" 3154 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3155 - dependencies = [ 3156 - "libc", 3157 - "rand_chacha", 3158 - "rand_core", 3159 - ] 3160 - 3161 - [[package]] 3162 - name = "rand_chacha" 3163 - version = "0.3.1" 3164 - source = "registry+https://github.com/rust-lang/crates.io-index" 3165 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3166 - dependencies = [ 3167 - "ppv-lite86", 3168 - "rand_core", 3169 - ] 3170 - 3171 - [[package]] 3172 - name = "rand_core" 3173 - version = "0.6.4" 3174 - source = "registry+https://github.com/rust-lang/crates.io-index" 3175 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3176 - dependencies = [ 3177 - "getrandom", 3178 - ] 3179 - 3180 - [[package]] 3181 - name = "redox_syscall" 3182 - version = "0.2.16" 3183 - source = "registry+https://github.com/rust-lang/crates.io-index" 3184 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3185 - dependencies = [ 3186 - "bitflags 1.3.2", 3187 - ] 3188 - 3189 - [[package]] 3190 - name = "redox_syscall" 3191 - version = "0.5.7" 3192 - source = "registry+https://github.com/rust-lang/crates.io-index" 3193 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 3194 - dependencies = [ 3195 - "bitflags 2.6.0", 3196 - ] 3197 - 3198 - [[package]] 3199 - name = "redox_users" 3200 - version = "0.4.6" 3201 - source = "registry+https://github.com/rust-lang/crates.io-index" 3202 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 3203 - dependencies = [ 3204 - "getrandom", 3205 - "libredox", 3206 - "thiserror 1.0.69", 3207 - ] 3208 - 3209 - [[package]] 3210 - name = "regex" 3211 - version = "1.11.1" 3212 - source = "registry+https://github.com/rust-lang/crates.io-index" 3213 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 3214 - dependencies = [ 3215 - "aho-corasick", 3216 - "memchr", 3217 - "regex-automata", 3218 - "regex-syntax", 3219 - ] 3220 - 3221 - [[package]] 3222 - name = "regex-automata" 3223 - version = "0.4.9" 3224 - source = "registry+https://github.com/rust-lang/crates.io-index" 3225 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 3226 - dependencies = [ 3227 - "aho-corasick", 3228 - "memchr", 3229 - "regex-syntax", 3230 - ] 3231 - 3232 - [[package]] 3233 - name = "regex-syntax" 3234 - version = "0.8.5" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 3237 - 3238 - [[package]] 3239 - name = "renamore" 3240 - version = "0.3.2" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "0f5bced8a18df26d088a61a8f314d853ad18705b0aee59b43ccc088ca4bc3670" 3243 - dependencies = [ 3244 - "cc", 3245 - "tempfile", 3246 - ] 3247 - 3248 - [[package]] 3249 - name = "reqwest" 3250 - version = "0.12.9" 3251 - source = "registry+https://github.com/rust-lang/crates.io-index" 3252 - checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" 3253 - dependencies = [ 3254 - "async-compression", 3255 - "base64 0.22.1", 3256 - "bytes", 3257 - "encoding_rs", 3258 - "futures-core", 3259 - "futures-util", 3260 - "h2 0.4.7", 3261 - "http 1.1.0", 3262 - "http-body 1.0.1", 3263 - "http-body-util", 3264 - "hyper 1.5.1", 3265 - "hyper-rustls", 3266 - "hyper-util", 3267 - "ipnet", 3268 - "js-sys", 3269 - "log", 3270 - "mime", 3271 - "once_cell", 3272 - "percent-encoding", 3273 - "pin-project-lite", 3274 - "quinn", 3275 - "rustls 0.23.18", 3276 - "rustls-native-certs", 3277 - "rustls-pemfile", 3278 - "rustls-pki-types", 3279 - "serde", 3280 - "serde_json", 3281 - "serde_urlencoded", 3282 - "sync_wrapper", 3283 - "tokio", 3284 - "tokio-rustls 0.26.0", 3285 - "tokio-util", 3286 - "tower-service", 3287 - "url", 3288 - "wasm-bindgen", 3289 - "wasm-bindgen-futures", 3290 - "web-sys", 3291 - "windows-registry", 3292 - ] 3293 - 3294 - [[package]] 3295 - name = "reqwest-middleware" 3296 - version = "0.3.3" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "562ceb5a604d3f7c885a792d42c199fd8af239d0a51b2fa6a78aafa092452b04" 3299 - dependencies = [ 3300 - "anyhow", 3301 - "async-trait", 3302 - "http 1.1.0", 3303 - "reqwest", 3304 - "serde", 3305 - "thiserror 1.0.69", 3306 - "tower-service", 3307 - ] 3308 - 3309 - [[package]] 3310 - name = "reqwest-retry" 3311 - version = "0.6.1" 3312 - source = "registry+https://github.com/rust-lang/crates.io-index" 3313 - checksum = "a83df1aaec00176d0fabb65dea13f832d2a446ca99107afc17c5d2d4981221d0" 3314 - dependencies = [ 3315 - "anyhow", 3316 - "async-trait", 3317 - "futures", 3318 - "getrandom", 3319 - "http 1.1.0", 3320 - "hyper 1.5.1", 3321 - "parking_lot 0.11.2", 3322 - "reqwest", 3323 - "reqwest-middleware", 3324 - "retry-policies", 3325 - "tokio", 3326 - "tracing", 3327 - "wasm-timer", 3328 - ] 3329 - 3330 - [[package]] 3331 - name = "retry-policies" 3332 - version = "0.4.0" 3333 - source = "registry+https://github.com/rust-lang/crates.io-index" 3334 - checksum = "5875471e6cab2871bc150ecb8c727db5113c9338cc3354dc5ee3425b6aa40a1c" 3335 - dependencies = [ 3336 - "rand", 3337 - ] 3338 - 3339 - [[package]] 3340 - name = "rexpect" 3341 - version = "0.5.0" 3342 - source = "git+https://github.com/tailhook/rexpect?branch=default_terminal_size#7643379e581e8019b49070782e5b6df34d762178" 3343 - dependencies = [ 3344 - "comma", 3345 - "nix 0.26.4", 3346 - "regex", 3347 - "tempfile", 3348 - "thiserror 1.0.69", 3349 - ] 3350 - 3351 - [[package]] 3352 - name = "ring" 3353 - version = "0.17.8" 3354 - source = "registry+https://github.com/rust-lang/crates.io-index" 3355 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 3356 - dependencies = [ 3357 - "cc", 3358 - "cfg-if", 3359 - "getrandom", 3360 - "libc", 3361 - "spin", 3362 - "untrusted", 3363 - "windows-sys 0.52.0", 3364 - ] 3365 - 3366 - [[package]] 3367 - name = "rle-decode-fast" 3368 - version = "1.0.3" 3369 - source = "registry+https://github.com/rust-lang/crates.io-index" 3370 - checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" 3371 - 3372 - [[package]] 3373 - name = "rpassword" 3374 - version = "7.3.1" 3375 - source = "registry+https://github.com/rust-lang/crates.io-index" 3376 - checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" 3377 - dependencies = [ 3378 - "libc", 3379 - "rtoolbox", 3380 - "windows-sys 0.48.0", 3381 - ] 3382 - 3383 - [[package]] 3384 - name = "rtoolbox" 3385 - version = "0.0.2" 3386 - source = "registry+https://github.com/rust-lang/crates.io-index" 3387 - checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" 3388 - dependencies = [ 3389 - "libc", 3390 - "windows-sys 0.48.0", 3391 - ] 3392 - 3393 - [[package]] 3394 - name = "rustc-demangle" 3395 - version = "0.1.24" 3396 - source = "registry+https://github.com/rust-lang/crates.io-index" 3397 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3398 - 3399 - [[package]] 3400 - name = "rustc-hash" 3401 - version = "2.0.0" 3402 - source = "registry+https://github.com/rust-lang/crates.io-index" 3403 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 3404 - 3405 - [[package]] 3406 - name = "rustix" 3407 - version = "0.38.41" 3408 - source = "registry+https://github.com/rust-lang/crates.io-index" 3409 - checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" 3410 - dependencies = [ 3411 - "bitflags 2.6.0", 3412 - "errno", 3413 - "libc", 3414 - "linux-raw-sys", 3415 - "windows-sys 0.52.0", 3416 - ] 3417 - 3418 - [[package]] 3419 - name = "rustls" 3420 - version = "0.22.4" 3421 - source = "registry+https://github.com/rust-lang/crates.io-index" 3422 - checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 3423 - dependencies = [ 3424 - "log", 3425 - "ring", 3426 - "rustls-pki-types", 3427 - "rustls-webpki", 3428 - "subtle", 3429 - "zeroize", 3430 - ] 3431 - 3432 - [[package]] 3433 - name = "rustls" 3434 - version = "0.23.18" 3435 - source = "registry+https://github.com/rust-lang/crates.io-index" 3436 - checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" 3437 - dependencies = [ 3438 - "once_cell", 3439 - "ring", 3440 - "rustls-pki-types", 3441 - "rustls-webpki", 3442 - "subtle", 3443 - "zeroize", 3444 - ] 3445 - 3446 - [[package]] 3447 - name = "rustls-native-certs" 3448 - version = "0.8.1" 3449 - source = "registry+https://github.com/rust-lang/crates.io-index" 3450 - checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 3451 - dependencies = [ 3452 - "openssl-probe", 3453 - "rustls-pki-types", 3454 - "schannel", 3455 - "security-framework", 3456 - ] 3457 - 3458 - [[package]] 3459 - name = "rustls-pemfile" 3460 - version = "2.2.0" 3461 - source = "registry+https://github.com/rust-lang/crates.io-index" 3462 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 3463 - dependencies = [ 3464 - "rustls-pki-types", 3465 - ] 3466 - 3467 - [[package]] 3468 - name = "rustls-pki-types" 3469 - version = "1.10.0" 3470 - source = "registry+https://github.com/rust-lang/crates.io-index" 3471 - checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 3472 - dependencies = [ 3473 - "web-time", 3474 - ] 3475 - 3476 - [[package]] 3477 - name = "rustls-webpki" 3478 - version = "0.102.8" 3479 - source = "registry+https://github.com/rust-lang/crates.io-index" 3480 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 3481 - dependencies = [ 3482 - "ring", 3483 - "rustls-pki-types", 3484 - "untrusted", 3485 - ] 3486 - 3487 - [[package]] 3488 - name = "rustversion" 3489 - version = "1.0.18" 3490 - source = "registry+https://github.com/rust-lang/crates.io-index" 3491 - checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" 3492 - 3493 - [[package]] 3494 - name = "rustyline" 3495 - version = "14.0.0" 3496 - source = "registry+https://github.com/rust-lang/crates.io-index" 3497 - checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63" 3498 - dependencies = [ 3499 - "bitflags 2.6.0", 3500 - "cfg-if", 3501 - "clipboard-win", 3502 - "fd-lock", 3503 - "home", 3504 - "libc", 3505 - "log", 3506 - "memchr", 3507 - "nix 0.28.0", 3508 - "radix_trie", 3509 - "unicode-segmentation", 3510 - "unicode-width 0.1.14", 3511 - "utf8parse", 3512 - "windows-sys 0.52.0", 3513 - ] 3514 - 3515 - [[package]] 3516 - name = "ryu" 3517 - version = "1.0.18" 3518 - source = "registry+https://github.com/rust-lang/crates.io-index" 3519 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3520 - 3521 - [[package]] 3522 - name = "same-file" 3523 - version = "1.0.6" 3524 - source = "registry+https://github.com/rust-lang/crates.io-index" 3525 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3526 - dependencies = [ 3527 - "winapi-util", 3528 - ] 3529 - 3530 - [[package]] 3531 - name = "schannel" 3532 - version = "0.1.27" 3533 - source = "registry+https://github.com/rust-lang/crates.io-index" 3534 - checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 3535 - dependencies = [ 3536 - "windows-sys 0.59.0", 3537 - ] 3538 - 3539 - [[package]] 3540 - name = "scoped-tls" 3541 - version = "1.0.1" 3542 - source = "registry+https://github.com/rust-lang/crates.io-index" 3543 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3544 - 3545 - [[package]] 3546 - name = "scopeguard" 3547 - version = "1.2.0" 3548 - source = "registry+https://github.com/rust-lang/crates.io-index" 3549 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3550 - 3551 - [[package]] 3552 - name = "scram" 3553 - version = "0.7.0" 3554 - source = "git+https://github.com/elprans/scram#b1f594638f1022ed7e6550a63ad94bb95256a097" 3555 - dependencies = [ 3556 - "base64 0.21.7", 3557 - "rand", 3558 - "ring", 3559 - ] 3560 - 3561 - [[package]] 3562 - name = "scram-2" 3563 - version = "0.7.0" 3564 - source = "registry+https://github.com/rust-lang/crates.io-index" 3565 - checksum = "d746fe0e755a1825a7ae6504e40de96f6b5001b45e32b05441fc1cfbf5ff7359" 3566 - dependencies = [ 3567 - "base64 0.22.1", 3568 - "rand", 3569 - "ring", 3570 - ] 3571 - 3572 - [[package]] 3573 - name = "security-framework" 3574 - version = "3.0.1" 3575 - source = "registry+https://github.com/rust-lang/crates.io-index" 3576 - checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8" 3577 - dependencies = [ 3578 - "bitflags 2.6.0", 3579 - "core-foundation", 3580 - "core-foundation-sys", 3581 - "libc", 3582 - "security-framework-sys", 3583 - ] 3584 - 3585 - [[package]] 3586 - name = "security-framework-sys" 3587 - version = "2.12.1" 3588 - source = "registry+https://github.com/rust-lang/crates.io-index" 3589 - checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" 3590 - dependencies = [ 3591 - "core-foundation-sys", 3592 - "libc", 3593 - ] 3594 - 3595 - [[package]] 3596 - name = "semver" 3597 - version = "1.0.23" 3598 - source = "registry+https://github.com/rust-lang/crates.io-index" 3599 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 3600 - dependencies = [ 3601 - "serde", 3602 - ] 3603 - 3604 - [[package]] 3605 - name = "serde" 3606 - version = "1.0.215" 3607 - source = "registry+https://github.com/rust-lang/crates.io-index" 3608 - checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" 3609 - dependencies = [ 3610 - "serde_derive", 3611 - ] 3612 - 3613 - [[package]] 3614 - name = "serde_derive" 3615 - version = "1.0.215" 3616 - source = "registry+https://github.com/rust-lang/crates.io-index" 3617 - checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" 3618 - dependencies = [ 3619 - "proc-macro2", 3620 - "quote", 3621 - "syn 2.0.89", 3622 - ] 3623 - 3624 - [[package]] 3625 - name = "serde_json" 3626 - version = "1.0.133" 3627 - source = "registry+https://github.com/rust-lang/crates.io-index" 3628 - checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" 3629 - dependencies = [ 3630 - "indexmap", 3631 - "itoa", 3632 - "memchr", 3633 - "ryu", 3634 - "serde", 3635 - ] 3636 - 3637 - [[package]] 3638 - name = "serde_millis" 3639 - version = "0.1.1" 3640 - source = "registry+https://github.com/rust-lang/crates.io-index" 3641 - checksum = "e6e2dc780ca5ee2c369d1d01d100270203c4ff923d2a4264812d723766434d00" 3642 - dependencies = [ 3643 - "serde", 3644 - ] 3645 - 3646 - [[package]] 3647 - name = "serde_path_to_error" 3648 - version = "0.1.16" 3649 - source = "registry+https://github.com/rust-lang/crates.io-index" 3650 - checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 3651 - dependencies = [ 3652 - "itoa", 3653 - "serde", 3654 - ] 3655 - 3656 - [[package]] 3657 - name = "serde_spanned" 3658 - version = "0.6.8" 3659 - source = "registry+https://github.com/rust-lang/crates.io-index" 3660 - checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 3661 - dependencies = [ 3662 - "serde", 3663 - ] 3664 - 3665 - [[package]] 3666 - name = "serde_str" 3667 - version = "1.0.0" 3668 - source = "git+https://github.com/tailhook/serde-str#d48076ec69a86e82abeca5f44c0b73ada1fda848" 3669 - dependencies = [ 3670 - "serde", 3671 - ] 3672 - 3673 - [[package]] 3674 - name = "serde_urlencoded" 3675 - version = "0.7.1" 3676 - source = "registry+https://github.com/rust-lang/crates.io-index" 3677 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3678 - dependencies = [ 3679 - "form_urlencoded", 3680 - "itoa", 3681 - "ryu", 3682 - "serde", 3683 - ] 3684 - 3685 - [[package]] 3686 - name = "sha1" 3687 - version = "0.10.6" 3688 - source = "registry+https://github.com/rust-lang/crates.io-index" 3689 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3690 - dependencies = [ 3691 - "cfg-if", 3692 - "cpufeatures", 3693 - "digest", 3694 - ] 3695 - 3696 - [[package]] 3697 - name = "sha2" 3698 - version = "0.10.8" 3699 - source = "registry+https://github.com/rust-lang/crates.io-index" 3700 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3701 - dependencies = [ 3702 - "cfg-if", 3703 - "cpufeatures", 3704 - "digest", 3705 - ] 3706 - 3707 - [[package]] 3708 - name = "shared-client-tests" 3709 - version = "0.1.0" 3710 - dependencies = [ 3711 - "assert_cmd", 3712 - "edgedb-protocol", 3713 - "hex", 3714 - "indexmap", 3715 - "predicates", 3716 - "serde_json", 3717 - "sha1", 3718 - "tempfile", 3719 - ] 3720 - 3721 - [[package]] 3722 - name = "shell-escape" 3723 - version = "0.1.5" 3724 - source = "registry+https://github.com/rust-lang/crates.io-index" 3725 - checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 3726 - 3727 - [[package]] 3728 - name = "shlex" 3729 - version = "1.3.0" 3730 - source = "registry+https://github.com/rust-lang/crates.io-index" 3731 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3732 - 3733 - [[package]] 3734 - name = "shutdown_hooks" 3735 - version = "0.1.0" 3736 - source = "registry+https://github.com/rust-lang/crates.io-index" 3737 - checksum = "6057adedbec913419c92996f395ba69931acbd50b7d56955394cd3f7bedbfa45" 3738 - 3739 - [[package]] 3740 - name = "signal-hook" 3741 - version = "0.3.17" 3742 - source = "registry+https://github.com/rust-lang/crates.io-index" 3743 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 3744 - dependencies = [ 3745 - "libc", 3746 - "signal-hook-registry", 3747 - ] 3748 - 3749 - [[package]] 3750 - name = "signal-hook-mio" 3751 - version = "0.2.4" 3752 - source = "registry+https://github.com/rust-lang/crates.io-index" 3753 - checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" 3754 - dependencies = [ 3755 - "libc", 3756 - "mio 1.0.2", 3757 - "signal-hook", 3758 - ] 3759 - 3760 - [[package]] 3761 - name = "signal-hook-registry" 3762 - version = "1.4.2" 3763 - source = "registry+https://github.com/rust-lang/crates.io-index" 3764 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 3765 - dependencies = [ 3766 - "libc", 3767 - ] 3768 - 3769 - [[package]] 3770 - name = "simd-adler32" 3771 - version = "0.3.7" 3772 - source = "registry+https://github.com/rust-lang/crates.io-index" 3773 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3774 - 3775 - [[package]] 3776 - name = "siphasher" 3777 - version = "0.3.11" 3778 - source = "registry+https://github.com/rust-lang/crates.io-index" 3779 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 3780 - 3781 - [[package]] 3782 - name = "slab" 3783 - version = "0.4.9" 3784 - source = "registry+https://github.com/rust-lang/crates.io-index" 3785 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3786 - dependencies = [ 3787 - "autocfg", 3788 - ] 3789 - 3790 - [[package]] 3791 - name = "smallvec" 3792 - version = "1.13.2" 3793 - source = "registry+https://github.com/rust-lang/crates.io-index" 3794 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 3795 - 3796 - [[package]] 3797 - name = "smawk" 3798 - version = "0.3.2" 3799 - source = "registry+https://github.com/rust-lang/crates.io-index" 3800 - checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 3801 - 3802 - [[package]] 3803 - name = "snafu" 3804 - version = "0.8.5" 3805 - source = "registry+https://github.com/rust-lang/crates.io-index" 3806 - checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" 3807 - dependencies = [ 3808 - "backtrace", 3809 - "snafu-derive", 3810 - ] 3811 - 3812 - [[package]] 3813 - name = "snafu-derive" 3814 - version = "0.8.5" 3815 - source = "registry+https://github.com/rust-lang/crates.io-index" 3816 - checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" 3817 - dependencies = [ 3818 - "heck", 3819 - "proc-macro2", 3820 - "quote", 3821 - "syn 2.0.89", 3822 - ] 3823 - 3824 - [[package]] 3825 - name = "socket2" 3826 - version = "0.5.7" 3827 - source = "registry+https://github.com/rust-lang/crates.io-index" 3828 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 3829 - dependencies = [ 3830 - "libc", 3831 - "windows-sys 0.52.0", 3832 - ] 3833 - 3834 - [[package]] 3835 - name = "spin" 3836 - version = "0.9.8" 3837 - source = "registry+https://github.com/rust-lang/crates.io-index" 3838 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3839 - 3840 - [[package]] 3841 - name = "stable_deref_trait" 3842 - version = "1.2.0" 3843 - source = "registry+https://github.com/rust-lang/crates.io-index" 3844 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3845 - 3846 - [[package]] 3847 - name = "strict" 3848 - version = "0.2.0" 3849 - source = "registry+https://github.com/rust-lang/crates.io-index" 3850 - checksum = "f42444fea5b87a39db4218d9422087e66a85d0e7a0963a439b07bcdf91804006" 3851 - 3852 - [[package]] 3853 - name = "strsim" 3854 - version = "0.11.1" 3855 - source = "registry+https://github.com/rust-lang/crates.io-index" 3856 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3857 - 3858 - [[package]] 3859 - name = "subtle" 3860 - version = "2.6.1" 3861 - source = "registry+https://github.com/rust-lang/crates.io-index" 3862 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3863 - 3864 - [[package]] 3865 - name = "syn" 3866 - version = "1.0.109" 3867 - source = "registry+https://github.com/rust-lang/crates.io-index" 3868 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3869 - dependencies = [ 3870 - "proc-macro2", 3871 - "quote", 3872 - "unicode-ident", 3873 - ] 3874 - 3875 - [[package]] 3876 - name = "syn" 3877 - version = "2.0.89" 3878 - source = "registry+https://github.com/rust-lang/crates.io-index" 3879 - checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" 3880 - dependencies = [ 3881 - "proc-macro2", 3882 - "quote", 3883 - "unicode-ident", 3884 - ] 3885 - 3886 - [[package]] 3887 - name = "sync_wrapper" 3888 - version = "1.0.2" 3889 - source = "registry+https://github.com/rust-lang/crates.io-index" 3890 - checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3891 - dependencies = [ 3892 - "futures-core", 3893 - ] 3894 - 3895 - [[package]] 3896 - name = "synstructure" 3897 - version = "0.13.1" 3898 - source = "registry+https://github.com/rust-lang/crates.io-index" 3899 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 3900 - dependencies = [ 3901 - "proc-macro2", 3902 - "quote", 3903 - "syn 2.0.89", 3904 - ] 3905 - 3906 - [[package]] 3907 - name = "tap" 3908 - version = "1.0.1" 3909 - source = "registry+https://github.com/rust-lang/crates.io-index" 3910 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3911 - 3912 - [[package]] 3913 - name = "tar" 3914 - version = "0.4.43" 3915 - source = "registry+https://github.com/rust-lang/crates.io-index" 3916 - checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" 3917 - dependencies = [ 3918 - "filetime", 3919 - "libc", 3920 - "xattr", 3921 - ] 3922 - 3923 - [[package]] 3924 - name = "target-triple" 3925 - version = "0.1.3" 3926 - source = "registry+https://github.com/rust-lang/crates.io-index" 3927 - checksum = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078" 3928 - 3929 - [[package]] 3930 - name = "tempfile" 3931 - version = "3.14.0" 3932 - source = "registry+https://github.com/rust-lang/crates.io-index" 3933 - checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" 3934 - dependencies = [ 3935 - "cfg-if", 3936 - "fastrand", 3937 - "once_cell", 3938 - "rustix", 3939 - "windows-sys 0.59.0", 3940 - ] 3941 - 3942 - [[package]] 3943 - name = "term" 3944 - version = "0.7.0" 3945 - source = "registry+https://github.com/rust-lang/crates.io-index" 3946 - checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 3947 - dependencies = [ 3948 - "dirs-next", 3949 - "rustversion", 3950 - "winapi", 3951 - ] 3952 - 3953 - [[package]] 3954 - name = "term" 3955 - version = "1.0.0" 3956 - source = "registry+https://github.com/rust-lang/crates.io-index" 3957 - checksum = "4df4175de05129f31b80458c6df371a15e7fc3fd367272e6bf938e5c351c7ea0" 3958 - dependencies = [ 3959 - "home", 3960 - "windows-sys 0.52.0", 3961 - ] 3962 - 3963 - [[package]] 3964 - name = "termcolor" 3965 - version = "1.4.1" 3966 - source = "registry+https://github.com/rust-lang/crates.io-index" 3967 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3968 - dependencies = [ 3969 - "winapi-util", 3970 - ] 3971 - 3972 - [[package]] 3973 - name = "termimad" 3974 - version = "0.30.1" 3975 - source = "registry+https://github.com/rust-lang/crates.io-index" 3976 - checksum = "22117210909e9dfff30a558f554c7fb3edb198ef614e7691386785fb7679677c" 3977 - dependencies = [ 3978 - "coolor", 3979 - "crokey", 3980 - "crossbeam", 3981 - "lazy-regex", 3982 - "minimad", 3983 - "serde", 3984 - "thiserror 1.0.69", 3985 - "unicode-width 0.1.14", 3986 - ] 3987 - 3988 - [[package]] 3989 - name = "terminal_size" 3990 - version = "0.4.0" 3991 - source = "registry+https://github.com/rust-lang/crates.io-index" 3992 - checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" 3993 - dependencies = [ 3994 - "rustix", 3995 - "windows-sys 0.59.0", 3996 - ] 3997 - 3998 - [[package]] 3999 - name = "termtree" 4000 - version = "0.4.1" 4001 - source = "registry+https://github.com/rust-lang/crates.io-index" 4002 - checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 4003 - 4004 - [[package]] 4005 - name = "test-case" 4006 - version = "3.3.1" 4007 - source = "registry+https://github.com/rust-lang/crates.io-index" 4008 - checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" 4009 - dependencies = [ 4010 - "test-case-macros", 4011 - ] 4012 - 4013 - [[package]] 4014 - name = "test-case-core" 4015 - version = "3.3.1" 4016 - source = "registry+https://github.com/rust-lang/crates.io-index" 4017 - checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f" 4018 - dependencies = [ 4019 - "cfg-if", 4020 - "proc-macro2", 4021 - "quote", 4022 - "syn 2.0.89", 4023 - ] 4024 - 4025 - [[package]] 4026 - name = "test-case-macros" 4027 - version = "3.3.1" 4028 - source = "registry+https://github.com/rust-lang/crates.io-index" 4029 - checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb" 4030 - dependencies = [ 4031 - "proc-macro2", 4032 - "quote", 4033 - "syn 2.0.89", 4034 - "test-case-core", 4035 - ] 4036 - 4037 - [[package]] 4038 - name = "test-utils" 4039 - version = "0.1.0" 4040 - source = "git+https://github.com/edgedb/test-utils.git#36af0d100941520d64d94ddc367371faf91c4f3a" 4041 - dependencies = [ 4042 - "anyhow", 4043 - "command-fds", 4044 - "fs_extra", 4045 - "nix 0.28.0", 4046 - "once_cell", 4047 - "serde", 4048 - "serde_json", 4049 - "shutdown_hooks", 4050 - ] 4051 - 4052 - [[package]] 4053 - name = "textwrap" 4054 - version = "0.16.1" 4055 - source = "registry+https://github.com/rust-lang/crates.io-index" 4056 - checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" 4057 - dependencies = [ 4058 - "smawk", 4059 - "unicode-linebreak", 4060 - "unicode-width 0.1.14", 4061 - ] 4062 - 4063 - [[package]] 4064 - name = "thiserror" 4065 - version = "1.0.69" 4066 - source = "registry+https://github.com/rust-lang/crates.io-index" 4067 - checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 4068 - dependencies = [ 4069 - "thiserror-impl 1.0.69", 4070 - ] 4071 - 4072 - [[package]] 4073 - name = "thiserror" 4074 - version = "2.0.3" 4075 - source = "registry+https://github.com/rust-lang/crates.io-index" 4076 - checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" 4077 - dependencies = [ 4078 - "thiserror-impl 2.0.3", 4079 - ] 4080 - 4081 - [[package]] 4082 - name = "thiserror-impl" 4083 - version = "1.0.69" 4084 - source = "registry+https://github.com/rust-lang/crates.io-index" 4085 - checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 4086 - dependencies = [ 4087 - "proc-macro2", 4088 - "quote", 4089 - "syn 2.0.89", 4090 - ] 4091 - 4092 - [[package]] 4093 - name = "thiserror-impl" 4094 - version = "2.0.3" 4095 - source = "registry+https://github.com/rust-lang/crates.io-index" 4096 - checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" 4097 - dependencies = [ 4098 - "proc-macro2", 4099 - "quote", 4100 - "syn 2.0.89", 4101 - ] 4102 - 4103 - [[package]] 4104 - name = "time" 4105 - version = "0.3.36" 4106 - source = "registry+https://github.com/rust-lang/crates.io-index" 4107 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 4108 - dependencies = [ 4109 - "deranged", 4110 - "num-conv", 4111 - "powerfmt", 4112 - "serde", 4113 - "time-core", 4114 - ] 4115 - 4116 - [[package]] 4117 - name = "time-core" 4118 - version = "0.1.2" 4119 - source = "registry+https://github.com/rust-lang/crates.io-index" 4120 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 4121 - 4122 - [[package]] 4123 - name = "tinystr" 4124 - version = "0.7.6" 4125 - source = "registry+https://github.com/rust-lang/crates.io-index" 4126 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 4127 - dependencies = [ 4128 - "displaydoc", 4129 - "zerovec", 4130 - ] 4131 - 4132 - [[package]] 4133 - name = "tinyvec" 4134 - version = "1.8.0" 4135 - source = "registry+https://github.com/rust-lang/crates.io-index" 4136 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 4137 - dependencies = [ 4138 - "tinyvec_macros", 4139 - ] 4140 - 4141 - [[package]] 4142 - name = "tinyvec_macros" 4143 - version = "0.1.1" 4144 - source = "registry+https://github.com/rust-lang/crates.io-index" 4145 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4146 - 4147 - [[package]] 4148 - name = "tls-api" 4149 - version = "0.12.0" 4150 - source = "registry+https://github.com/rust-lang/crates.io-index" 4151 - checksum = "a8eb75b7304e6c157a435fff36a9ddc111ad410015d5260b306f10a18cffad72" 4152 - dependencies = [ 4153 - "anyhow", 4154 - "pem", 4155 - "tempfile", 4156 - "thiserror 2.0.3", 4157 - "tokio", 4158 - ] 4159 - 4160 - [[package]] 4161 - name = "tls-api-not-tls" 4162 - version = "0.12.1" 4163 - source = "registry+https://github.com/rust-lang/crates.io-index" 4164 - checksum = "e499a14f1a4d2552a77a7db66dc011f2ab0b6addc23d1f0b65bd757e91f5fd33" 4165 - dependencies = [ 4166 - "anyhow", 4167 - "thiserror 2.0.3", 4168 - "tls-api", 4169 - "tokio", 4170 - ] 4171 - 4172 - [[package]] 4173 - name = "tls-api-rustls" 4174 - version = "0.12.1" 4175 - source = "registry+https://github.com/rust-lang/crates.io-index" 4176 - checksum = "69788bbcd8237aa8bed3709aae340d884c3013b2e69d7df34d35d877de3f545b" 4177 - dependencies = [ 4178 - "anyhow", 4179 - "rustls 0.23.18", 4180 - "thiserror 2.0.3", 4181 - "tls-api", 4182 - "tokio", 4183 - "webpki", 4184 - "webpki-roots", 4185 - ] 4186 - 4187 - [[package]] 4188 - name = "tokio" 4189 - version = "1.41.1" 4190 - source = "registry+https://github.com/rust-lang/crates.io-index" 4191 - checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" 4192 - dependencies = [ 4193 - "backtrace", 4194 - "bytes", 4195 - "libc", 4196 - "mio 1.0.2", 4197 - "pin-project-lite", 4198 - "signal-hook-registry", 4199 - "socket2", 4200 - "tokio-macros", 4201 - "windows-sys 0.52.0", 4202 - ] 4203 - 4204 - [[package]] 4205 - name = "tokio-macros" 4206 - version = "2.4.0" 4207 - source = "registry+https://github.com/rust-lang/crates.io-index" 4208 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 4209 - dependencies = [ 4210 - "proc-macro2", 4211 - "quote", 4212 - "syn 2.0.89", 4213 - ] 4214 - 4215 - [[package]] 4216 - name = "tokio-rustls" 4217 - version = "0.25.0" 4218 - source = "registry+https://github.com/rust-lang/crates.io-index" 4219 - checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 4220 - dependencies = [ 4221 - "rustls 0.22.4", 4222 - "rustls-pki-types", 4223 - "tokio", 4224 - ] 4225 - 4226 - [[package]] 4227 - name = "tokio-rustls" 4228 - version = "0.26.0" 4229 - source = "registry+https://github.com/rust-lang/crates.io-index" 4230 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 4231 - dependencies = [ 4232 - "rustls 0.23.18", 4233 - "rustls-pki-types", 4234 - "tokio", 4235 - ] 4236 - 4237 - [[package]] 4238 - name = "tokio-stream" 4239 - version = "0.1.16" 4240 - source = "registry+https://github.com/rust-lang/crates.io-index" 4241 - checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 4242 - dependencies = [ 4243 - "futures-core", 4244 - "pin-project-lite", 4245 - "tokio", 4246 - ] 4247 - 4248 - [[package]] 4249 - name = "tokio-util" 4250 - version = "0.7.12" 4251 - source = "registry+https://github.com/rust-lang/crates.io-index" 4252 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 4253 - dependencies = [ 4254 - "bytes", 4255 - "futures-core", 4256 - "futures-sink", 4257 - "pin-project-lite", 4258 - "tokio", 4259 - ] 4260 - 4261 - [[package]] 4262 - name = "toml" 4263 - version = "0.8.19" 4264 - source = "registry+https://github.com/rust-lang/crates.io-index" 4265 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 4266 - dependencies = [ 4267 - "serde", 4268 - "serde_spanned", 4269 - "toml_datetime", 4270 - "toml_edit", 4271 - ] 4272 - 4273 - [[package]] 4274 - name = "toml_datetime" 4275 - version = "0.6.8" 4276 - source = "registry+https://github.com/rust-lang/crates.io-index" 4277 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 4278 - dependencies = [ 4279 - "serde", 4280 - ] 4281 - 4282 - [[package]] 4283 - name = "toml_edit" 4284 - version = "0.22.22" 4285 - source = "registry+https://github.com/rust-lang/crates.io-index" 4286 - checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 4287 - dependencies = [ 4288 - "indexmap", 4289 - "serde", 4290 - "serde_spanned", 4291 - "toml_datetime", 4292 - "winnow", 4293 - ] 4294 - 4295 - [[package]] 4296 - name = "tower-service" 4297 - version = "0.3.3" 4298 - source = "registry+https://github.com/rust-lang/crates.io-index" 4299 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4300 - 4301 - [[package]] 4302 - name = "tracing" 4303 - version = "0.1.40" 4304 - source = "registry+https://github.com/rust-lang/crates.io-index" 4305 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4306 - dependencies = [ 4307 - "log", 4308 - "pin-project-lite", 4309 - "tracing-attributes", 4310 - "tracing-core", 4311 - ] 4312 - 4313 - [[package]] 4314 - name = "tracing-attributes" 4315 - version = "0.1.27" 4316 - source = "registry+https://github.com/rust-lang/crates.io-index" 4317 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4318 - dependencies = [ 4319 - "proc-macro2", 4320 - "quote", 4321 - "syn 2.0.89", 4322 - ] 4323 - 4324 - [[package]] 4325 - name = "tracing-core" 4326 - version = "0.1.33" 4327 - source = "registry+https://github.com/rust-lang/crates.io-index" 4328 - checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 4329 - dependencies = [ 4330 - "once_cell", 4331 - ] 4332 - 4333 - [[package]] 4334 - name = "try-lock" 4335 - version = "0.2.5" 4336 - source = "registry+https://github.com/rust-lang/crates.io-index" 4337 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4338 - 4339 - [[package]] 4340 - name = "trybuild" 4341 - version = "1.0.101" 4342 - source = "registry+https://github.com/rust-lang/crates.io-index" 4343 - checksum = "8dcd332a5496c026f1e14b7f3d2b7bd98e509660c04239c58b0ba38a12daded4" 4344 - dependencies = [ 4345 - "glob", 4346 - "serde", 4347 - "serde_derive", 4348 - "serde_json", 4349 - "target-triple", 4350 - "termcolor", 4351 - "toml", 4352 - ] 4353 - 4354 - [[package]] 4355 - name = "typenum" 4356 - version = "1.17.0" 4357 - source = "registry+https://github.com/rust-lang/crates.io-index" 4358 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 4359 - 4360 - [[package]] 4361 - name = "unicase" 4362 - version = "2.8.0" 4363 - source = "registry+https://github.com/rust-lang/crates.io-index" 4364 - checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" 4365 - 4366 - [[package]] 4367 - name = "unicode-ident" 4368 - version = "1.0.14" 4369 - source = "registry+https://github.com/rust-lang/crates.io-index" 4370 - checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" 4371 - 4372 - [[package]] 4373 - name = "unicode-linebreak" 4374 - version = "0.1.5" 4375 - source = "registry+https://github.com/rust-lang/crates.io-index" 4376 - checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4377 - 4378 - [[package]] 4379 - name = "unicode-segmentation" 4380 - version = "1.12.0" 4381 - source = "registry+https://github.com/rust-lang/crates.io-index" 4382 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4383 - 4384 - [[package]] 4385 - name = "unicode-width" 4386 - version = "0.1.14" 4387 - source = "registry+https://github.com/rust-lang/crates.io-index" 4388 - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 4389 - 4390 - [[package]] 4391 - name = "unicode-width" 4392 - version = "0.2.0" 4393 - source = "registry+https://github.com/rust-lang/crates.io-index" 4394 - checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 4395 - 4396 - [[package]] 4397 - name = "unicode-xid" 4398 - version = "0.2.6" 4399 - source = "registry+https://github.com/rust-lang/crates.io-index" 4400 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4401 - 4402 - [[package]] 4403 - name = "untrusted" 4404 - version = "0.9.0" 4405 - source = "registry+https://github.com/rust-lang/crates.io-index" 4406 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4407 - 4408 - [[package]] 4409 - name = "url" 4410 - version = "2.5.4" 4411 - source = "registry+https://github.com/rust-lang/crates.io-index" 4412 - checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 4413 - dependencies = [ 4414 - "form_urlencoded", 4415 - "idna", 4416 - "percent-encoding", 4417 - "serde", 4418 - ] 4419 - 4420 - [[package]] 4421 - name = "urlencoding" 4422 - version = "2.1.3" 4423 - source = "registry+https://github.com/rust-lang/crates.io-index" 4424 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4425 - 4426 - [[package]] 4427 - name = "utf16_iter" 4428 - version = "1.0.5" 4429 - source = "registry+https://github.com/rust-lang/crates.io-index" 4430 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 4431 - 4432 - [[package]] 4433 - name = "utf8_iter" 4434 - version = "1.0.4" 4435 - source = "registry+https://github.com/rust-lang/crates.io-index" 4436 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4437 - 4438 - [[package]] 4439 - name = "utf8parse" 4440 - version = "0.2.2" 4441 - source = "registry+https://github.com/rust-lang/crates.io-index" 4442 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4443 - 4444 - [[package]] 4445 - name = "uuid" 4446 - version = "1.11.0" 4447 - source = "registry+https://github.com/rust-lang/crates.io-index" 4448 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 4449 - dependencies = [ 4450 - "getrandom", 4451 - "rand", 4452 - "serde", 4453 - ] 4454 - 4455 - [[package]] 4456 - name = "value-bag" 4457 - version = "1.10.0" 4458 - source = "registry+https://github.com/rust-lang/crates.io-index" 4459 - checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2" 4460 - 4461 - [[package]] 4462 - name = "vcpkg" 4463 - version = "0.2.15" 4464 - source = "registry+https://github.com/rust-lang/crates.io-index" 4465 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4466 - 4467 - [[package]] 4468 - name = "version_check" 4469 - version = "0.9.5" 4470 - source = "registry+https://github.com/rust-lang/crates.io-index" 4471 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4472 - 4473 - [[package]] 4474 - name = "wait-timeout" 4475 - version = "0.2.0" 4476 - source = "registry+https://github.com/rust-lang/crates.io-index" 4477 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 4478 - dependencies = [ 4479 - "libc", 4480 - ] 4481 - 4482 - [[package]] 4483 - name = "walkdir" 4484 - version = "2.5.0" 4485 - source = "registry+https://github.com/rust-lang/crates.io-index" 4486 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4487 - dependencies = [ 4488 - "same-file", 4489 - "winapi-util", 4490 - ] 4491 - 4492 - [[package]] 4493 - name = "want" 4494 - version = "0.3.1" 4495 - source = "registry+https://github.com/rust-lang/crates.io-index" 4496 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4497 - dependencies = [ 4498 - "try-lock", 4499 - ] 4500 - 4501 - [[package]] 4502 - name = "warp" 4503 - version = "0.3.6" 4504 - source = "git+https://github.com/seanmonstar/warp.git?rev=7b07043cee0ca24e912155db4e8f6d9ab7c049ed#7b07043cee0ca24e912155db4e8f6d9ab7c049ed" 4505 - dependencies = [ 4506 - "bytes", 4507 - "futures-channel", 4508 - "futures-util", 4509 - "headers", 4510 - "http 0.2.12", 4511 - "hyper 0.14.31", 4512 - "log", 4513 - "mime", 4514 - "mime_guess", 4515 - "percent-encoding", 4516 - "pin-project", 4517 - "rustls-pemfile", 4518 - "scoped-tls", 4519 - "serde", 4520 - "serde_json", 4521 - "serde_urlencoded", 4522 - "tokio", 4523 - "tokio-rustls 0.25.0", 4524 - "tokio-util", 4525 - "tower-service", 4526 - "tracing", 4527 - ] 4528 - 4529 - [[package]] 4530 - name = "wasi" 4531 - version = "0.11.0+wasi-snapshot-preview1" 4532 - source = "registry+https://github.com/rust-lang/crates.io-index" 4533 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4534 - 4535 - [[package]] 4536 - name = "wasite" 4537 - version = "0.1.0" 4538 - source = "registry+https://github.com/rust-lang/crates.io-index" 4539 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 4540 - 4541 - [[package]] 4542 - name = "wasm-bindgen" 4543 - version = "0.2.95" 4544 - source = "registry+https://github.com/rust-lang/crates.io-index" 4545 - checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 4546 - dependencies = [ 4547 - "cfg-if", 4548 - "once_cell", 4549 - "wasm-bindgen-macro", 4550 - ] 4551 - 4552 - [[package]] 4553 - name = "wasm-bindgen-backend" 4554 - version = "0.2.95" 4555 - source = "registry+https://github.com/rust-lang/crates.io-index" 4556 - checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 4557 - dependencies = [ 4558 - "bumpalo", 4559 - "log", 4560 - "once_cell", 4561 - "proc-macro2", 4562 - "quote", 4563 - "syn 2.0.89", 4564 - "wasm-bindgen-shared", 4565 - ] 4566 - 4567 - [[package]] 4568 - name = "wasm-bindgen-futures" 4569 - version = "0.4.45" 4570 - source = "registry+https://github.com/rust-lang/crates.io-index" 4571 - checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" 4572 - dependencies = [ 4573 - "cfg-if", 4574 - "js-sys", 4575 - "wasm-bindgen", 4576 - "web-sys", 4577 - ] 4578 - 4579 - [[package]] 4580 - name = "wasm-bindgen-macro" 4581 - version = "0.2.95" 4582 - source = "registry+https://github.com/rust-lang/crates.io-index" 4583 - checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 4584 - dependencies = [ 4585 - "quote", 4586 - "wasm-bindgen-macro-support", 4587 - ] 4588 - 4589 - [[package]] 4590 - name = "wasm-bindgen-macro-support" 4591 - version = "0.2.95" 4592 - source = "registry+https://github.com/rust-lang/crates.io-index" 4593 - checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 4594 - dependencies = [ 4595 - "proc-macro2", 4596 - "quote", 4597 - "syn 2.0.89", 4598 - "wasm-bindgen-backend", 4599 - "wasm-bindgen-shared", 4600 - ] 4601 - 4602 - [[package]] 4603 - name = "wasm-bindgen-shared" 4604 - version = "0.2.95" 4605 - source = "registry+https://github.com/rust-lang/crates.io-index" 4606 - checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 4607 - 4608 - [[package]] 4609 - name = "wasm-timer" 4610 - version = "0.2.5" 4611 - source = "registry+https://github.com/rust-lang/crates.io-index" 4612 - checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 4613 - dependencies = [ 4614 - "futures", 4615 - "js-sys", 4616 - "parking_lot 0.11.2", 4617 - "pin-utils", 4618 - "wasm-bindgen", 4619 - "wasm-bindgen-futures", 4620 - "web-sys", 4621 - ] 4622 - 4623 - [[package]] 4624 - name = "wchar" 4625 - version = "0.6.1" 4626 - source = "registry+https://github.com/rust-lang/crates.io-index" 4627 - checksum = "c74d010bf16569f942b0b7d3c777dd674f8ee539b48d809dc548b3453039c2df" 4628 - dependencies = [ 4629 - "proc-macro-hack", 4630 - "wchar-impl", 4631 - ] 4632 - 4633 - [[package]] 4634 - name = "wchar-impl" 4635 - version = "0.6.0" 4636 - source = "registry+https://github.com/rust-lang/crates.io-index" 4637 - checksum = "f135922b9303f899bfa446fce1eb149f43462f1e9ac7f50e24ea6b913416dd84" 4638 - dependencies = [ 4639 - "proc-macro-hack", 4640 - "proc-macro2", 4641 - "quote", 4642 - "syn 1.0.109", 4643 - ] 4644 - 4645 - [[package]] 4646 - name = "web-sys" 4647 - version = "0.3.72" 4648 - source = "registry+https://github.com/rust-lang/crates.io-index" 4649 - checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 4650 - dependencies = [ 4651 - "js-sys", 4652 - "wasm-bindgen", 4653 - ] 4654 - 4655 - [[package]] 4656 - name = "web-time" 4657 - version = "1.1.0" 4658 - source = "registry+https://github.com/rust-lang/crates.io-index" 4659 - checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4660 - dependencies = [ 4661 - "js-sys", 4662 - "wasm-bindgen", 4663 - ] 4664 - 4665 - [[package]] 4666 - name = "webpki" 4667 - version = "0.22.4" 4668 - source = "registry+https://github.com/rust-lang/crates.io-index" 4669 - checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 4670 - dependencies = [ 4671 - "ring", 4672 - "untrusted", 4673 - ] 4674 - 4675 - [[package]] 4676 - name = "webpki-roots" 4677 - version = "0.26.7" 4678 - source = "registry+https://github.com/rust-lang/crates.io-index" 4679 - checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" 4680 - dependencies = [ 4681 - "rustls-pki-types", 4682 - ] 4683 - 4684 - [[package]] 4685 - name = "which" 4686 - version = "6.0.3" 4687 - source = "registry+https://github.com/rust-lang/crates.io-index" 4688 - checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" 4689 - dependencies = [ 4690 - "either", 4691 - "home", 4692 - "rustix", 4693 - "winsafe", 4694 - ] 4695 - 4696 - [[package]] 4697 - name = "whoami" 4698 - version = "1.5.2" 4699 - source = "registry+https://github.com/rust-lang/crates.io-index" 4700 - checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" 4701 - dependencies = [ 4702 - "redox_syscall 0.5.7", 4703 - "wasite", 4704 - "web-sys", 4705 - ] 4706 - 4707 - [[package]] 4708 - name = "winapi" 4709 - version = "0.3.9" 4710 - source = "registry+https://github.com/rust-lang/crates.io-index" 4711 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4712 - dependencies = [ 4713 - "winapi-i686-pc-windows-gnu", 4714 - "winapi-x86_64-pc-windows-gnu", 4715 - ] 4716 - 4717 - [[package]] 4718 - name = "winapi-i686-pc-windows-gnu" 4719 - version = "0.4.0" 4720 - source = "registry+https://github.com/rust-lang/crates.io-index" 4721 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4722 - 4723 - [[package]] 4724 - name = "winapi-util" 4725 - version = "0.1.9" 4726 - source = "registry+https://github.com/rust-lang/crates.io-index" 4727 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 4728 - dependencies = [ 4729 - "windows-sys 0.59.0", 4730 - ] 4731 - 4732 - [[package]] 4733 - name = "winapi-x86_64-pc-windows-gnu" 4734 - version = "0.4.0" 4735 - source = "registry+https://github.com/rust-lang/crates.io-index" 4736 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4737 - 4738 - [[package]] 4739 - name = "windows-registry" 4740 - version = "0.2.0" 4741 - source = "registry+https://github.com/rust-lang/crates.io-index" 4742 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 4743 - dependencies = [ 4744 - "windows-result", 4745 - "windows-strings", 4746 - "windows-targets 0.52.6", 4747 - ] 4748 - 4749 - [[package]] 4750 - name = "windows-result" 4751 - version = "0.2.0" 4752 - source = "registry+https://github.com/rust-lang/crates.io-index" 4753 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 4754 - dependencies = [ 4755 - "windows-targets 0.52.6", 4756 - ] 4757 - 4758 - [[package]] 4759 - name = "windows-strings" 4760 - version = "0.1.0" 4761 - source = "registry+https://github.com/rust-lang/crates.io-index" 4762 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 4763 - dependencies = [ 4764 - "windows-result", 4765 - "windows-targets 0.52.6", 4766 - ] 4767 - 4768 - [[package]] 4769 - name = "windows-sys" 4770 - version = "0.45.0" 4771 - source = "registry+https://github.com/rust-lang/crates.io-index" 4772 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4773 - dependencies = [ 4774 - "windows-targets 0.42.2", 4775 - ] 4776 - 4777 - [[package]] 4778 - name = "windows-sys" 4779 - version = "0.48.0" 4780 - source = "registry+https://github.com/rust-lang/crates.io-index" 4781 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4782 - dependencies = [ 4783 - "windows-targets 0.48.5", 4784 - ] 4785 - 4786 - [[package]] 4787 - name = "windows-sys" 4788 - version = "0.52.0" 4789 - source = "registry+https://github.com/rust-lang/crates.io-index" 4790 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4791 - dependencies = [ 4792 - "windows-targets 0.52.6", 4793 - ] 4794 - 4795 - [[package]] 4796 - name = "windows-sys" 4797 - version = "0.59.0" 4798 - source = "registry+https://github.com/rust-lang/crates.io-index" 4799 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4800 - dependencies = [ 4801 - "windows-targets 0.52.6", 4802 - ] 4803 - 4804 - [[package]] 4805 - name = "windows-targets" 4806 - version = "0.42.2" 4807 - source = "registry+https://github.com/rust-lang/crates.io-index" 4808 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4809 - dependencies = [ 4810 - "windows_aarch64_gnullvm 0.42.2", 4811 - "windows_aarch64_msvc 0.42.2", 4812 - "windows_i686_gnu 0.42.2", 4813 - "windows_i686_msvc 0.42.2", 4814 - "windows_x86_64_gnu 0.42.2", 4815 - "windows_x86_64_gnullvm 0.42.2", 4816 - "windows_x86_64_msvc 0.42.2", 4817 - ] 4818 - 4819 - [[package]] 4820 - name = "windows-targets" 4821 - version = "0.48.5" 4822 - source = "registry+https://github.com/rust-lang/crates.io-index" 4823 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4824 - dependencies = [ 4825 - "windows_aarch64_gnullvm 0.48.5", 4826 - "windows_aarch64_msvc 0.48.5", 4827 - "windows_i686_gnu 0.48.5", 4828 - "windows_i686_msvc 0.48.5", 4829 - "windows_x86_64_gnu 0.48.5", 4830 - "windows_x86_64_gnullvm 0.48.5", 4831 - "windows_x86_64_msvc 0.48.5", 4832 - ] 4833 - 4834 - [[package]] 4835 - name = "windows-targets" 4836 - version = "0.52.6" 4837 - source = "registry+https://github.com/rust-lang/crates.io-index" 4838 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4839 - dependencies = [ 4840 - "windows_aarch64_gnullvm 0.52.6", 4841 - "windows_aarch64_msvc 0.52.6", 4842 - "windows_i686_gnu 0.52.6", 4843 - "windows_i686_gnullvm", 4844 - "windows_i686_msvc 0.52.6", 4845 - "windows_x86_64_gnu 0.52.6", 4846 - "windows_x86_64_gnullvm 0.52.6", 4847 - "windows_x86_64_msvc 0.52.6", 4848 - ] 4849 - 4850 - [[package]] 4851 - name = "windows_aarch64_gnullvm" 4852 - version = "0.42.2" 4853 - source = "registry+https://github.com/rust-lang/crates.io-index" 4854 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4855 - 4856 - [[package]] 4857 - name = "windows_aarch64_gnullvm" 4858 - version = "0.48.5" 4859 - source = "registry+https://github.com/rust-lang/crates.io-index" 4860 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4861 - 4862 - [[package]] 4863 - name = "windows_aarch64_gnullvm" 4864 - version = "0.52.6" 4865 - source = "registry+https://github.com/rust-lang/crates.io-index" 4866 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4867 - 4868 - [[package]] 4869 - name = "windows_aarch64_msvc" 4870 - version = "0.42.2" 4871 - source = "registry+https://github.com/rust-lang/crates.io-index" 4872 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4873 - 4874 - [[package]] 4875 - name = "windows_aarch64_msvc" 4876 - version = "0.48.5" 4877 - source = "registry+https://github.com/rust-lang/crates.io-index" 4878 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4879 - 4880 - [[package]] 4881 - name = "windows_aarch64_msvc" 4882 - version = "0.52.6" 4883 - source = "registry+https://github.com/rust-lang/crates.io-index" 4884 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4885 - 4886 - [[package]] 4887 - name = "windows_i686_gnu" 4888 - version = "0.42.2" 4889 - source = "registry+https://github.com/rust-lang/crates.io-index" 4890 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4891 - 4892 - [[package]] 4893 - name = "windows_i686_gnu" 4894 - version = "0.48.5" 4895 - source = "registry+https://github.com/rust-lang/crates.io-index" 4896 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4897 - 4898 - [[package]] 4899 - name = "windows_i686_gnu" 4900 - version = "0.52.6" 4901 - source = "registry+https://github.com/rust-lang/crates.io-index" 4902 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4903 - 4904 - [[package]] 4905 - name = "windows_i686_gnullvm" 4906 - version = "0.52.6" 4907 - source = "registry+https://github.com/rust-lang/crates.io-index" 4908 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4909 - 4910 - [[package]] 4911 - name = "windows_i686_msvc" 4912 - version = "0.42.2" 4913 - source = "registry+https://github.com/rust-lang/crates.io-index" 4914 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4915 - 4916 - [[package]] 4917 - name = "windows_i686_msvc" 4918 - version = "0.48.5" 4919 - source = "registry+https://github.com/rust-lang/crates.io-index" 4920 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4921 - 4922 - [[package]] 4923 - name = "windows_i686_msvc" 4924 - version = "0.52.6" 4925 - source = "registry+https://github.com/rust-lang/crates.io-index" 4926 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4927 - 4928 - [[package]] 4929 - name = "windows_x86_64_gnu" 4930 - version = "0.42.2" 4931 - source = "registry+https://github.com/rust-lang/crates.io-index" 4932 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4933 - 4934 - [[package]] 4935 - name = "windows_x86_64_gnu" 4936 - version = "0.48.5" 4937 - source = "registry+https://github.com/rust-lang/crates.io-index" 4938 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4939 - 4940 - [[package]] 4941 - name = "windows_x86_64_gnu" 4942 - version = "0.52.6" 4943 - source = "registry+https://github.com/rust-lang/crates.io-index" 4944 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4945 - 4946 - [[package]] 4947 - name = "windows_x86_64_gnullvm" 4948 - version = "0.42.2" 4949 - source = "registry+https://github.com/rust-lang/crates.io-index" 4950 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4951 - 4952 - [[package]] 4953 - name = "windows_x86_64_gnullvm" 4954 - version = "0.48.5" 4955 - source = "registry+https://github.com/rust-lang/crates.io-index" 4956 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4957 - 4958 - [[package]] 4959 - name = "windows_x86_64_gnullvm" 4960 - version = "0.52.6" 4961 - source = "registry+https://github.com/rust-lang/crates.io-index" 4962 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4963 - 4964 - [[package]] 4965 - name = "windows_x86_64_msvc" 4966 - version = "0.42.2" 4967 - source = "registry+https://github.com/rust-lang/crates.io-index" 4968 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4969 - 4970 - [[package]] 4971 - name = "windows_x86_64_msvc" 4972 - version = "0.48.5" 4973 - source = "registry+https://github.com/rust-lang/crates.io-index" 4974 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4975 - 4976 - [[package]] 4977 - name = "windows_x86_64_msvc" 4978 - version = "0.52.6" 4979 - source = "registry+https://github.com/rust-lang/crates.io-index" 4980 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4981 - 4982 - [[package]] 4983 - name = "winnow" 4984 - version = "0.6.20" 4985 - source = "registry+https://github.com/rust-lang/crates.io-index" 4986 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 4987 - dependencies = [ 4988 - "memchr", 4989 - ] 4990 - 4991 - [[package]] 4992 - name = "winreg" 4993 - version = "0.52.0" 4994 - source = "registry+https://github.com/rust-lang/crates.io-index" 4995 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 4996 - dependencies = [ 4997 - "cfg-if", 4998 - "windows-sys 0.48.0", 4999 - ] 5000 - 5001 - [[package]] 5002 - name = "winsafe" 5003 - version = "0.0.19" 5004 - source = "registry+https://github.com/rust-lang/crates.io-index" 5005 - checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" 5006 - 5007 - [[package]] 5008 - name = "write16" 5009 - version = "1.0.0" 5010 - source = "registry+https://github.com/rust-lang/crates.io-index" 5011 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 5012 - 5013 - [[package]] 5014 - name = "writeable" 5015 - version = "0.5.5" 5016 - source = "registry+https://github.com/rust-lang/crates.io-index" 5017 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 5018 - 5019 - [[package]] 5020 - name = "wslapi" 5021 - version = "0.1.3" 5022 - source = "registry+https://github.com/rust-lang/crates.io-index" 5023 - checksum = "afc9c51137636a37c388bb01765a0eae1362915d82a5e238e1a356c400f9f619" 5024 - dependencies = [ 5025 - "minidl", 5026 - "wchar", 5027 - "winapi", 5028 - ] 5029 - 5030 - [[package]] 5031 - name = "wyz" 5032 - version = "0.5.1" 5033 - source = "registry+https://github.com/rust-lang/crates.io-index" 5034 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 5035 - dependencies = [ 5036 - "tap", 5037 - ] 5038 - 5039 - [[package]] 5040 - name = "xattr" 5041 - version = "1.3.1" 5042 - source = "registry+https://github.com/rust-lang/crates.io-index" 5043 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 5044 - dependencies = [ 5045 - "libc", 5046 - "linux-raw-sys", 5047 - "rustix", 5048 - ] 5049 - 5050 - [[package]] 5051 - name = "yansi" 5052 - version = "1.0.1" 5053 - source = "registry+https://github.com/rust-lang/crates.io-index" 5054 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 5055 - 5056 - [[package]] 5057 - name = "yoke" 5058 - version = "0.7.5" 5059 - source = "registry+https://github.com/rust-lang/crates.io-index" 5060 - checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 5061 - dependencies = [ 5062 - "serde", 5063 - "stable_deref_trait", 5064 - "yoke-derive", 5065 - "zerofrom", 5066 - ] 5067 - 5068 - [[package]] 5069 - name = "yoke-derive" 5070 - version = "0.7.5" 5071 - source = "registry+https://github.com/rust-lang/crates.io-index" 5072 - checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 5073 - dependencies = [ 5074 - "proc-macro2", 5075 - "quote", 5076 - "syn 2.0.89", 5077 - "synstructure", 5078 - ] 5079 - 5080 - [[package]] 5081 - name = "zerocopy" 5082 - version = "0.7.35" 5083 - source = "registry+https://github.com/rust-lang/crates.io-index" 5084 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 5085 - dependencies = [ 5086 - "byteorder", 5087 - "zerocopy-derive", 5088 - ] 5089 - 5090 - [[package]] 5091 - name = "zerocopy-derive" 5092 - version = "0.7.35" 5093 - source = "registry+https://github.com/rust-lang/crates.io-index" 5094 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 5095 - dependencies = [ 5096 - "proc-macro2", 5097 - "quote", 5098 - "syn 2.0.89", 5099 - ] 5100 - 5101 - [[package]] 5102 - name = "zerofrom" 5103 - version = "0.1.5" 5104 - source = "registry+https://github.com/rust-lang/crates.io-index" 5105 - checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 5106 - dependencies = [ 5107 - "zerofrom-derive", 5108 - ] 5109 - 5110 - [[package]] 5111 - name = "zerofrom-derive" 5112 - version = "0.1.5" 5113 - source = "registry+https://github.com/rust-lang/crates.io-index" 5114 - checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 5115 - dependencies = [ 5116 - "proc-macro2", 5117 - "quote", 5118 - "syn 2.0.89", 5119 - "synstructure", 5120 - ] 5121 - 5122 - [[package]] 5123 - name = "zeroize" 5124 - version = "1.8.1" 5125 - source = "registry+https://github.com/rust-lang/crates.io-index" 5126 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 5127 - dependencies = [ 5128 - "zeroize_derive", 5129 - ] 5130 - 5131 - [[package]] 5132 - name = "zeroize_derive" 5133 - version = "1.4.2" 5134 - source = "registry+https://github.com/rust-lang/crates.io-index" 5135 - checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 5136 - dependencies = [ 5137 - "proc-macro2", 5138 - "quote", 5139 - "syn 2.0.89", 5140 - ] 5141 - 5142 - [[package]] 5143 - name = "zerovec" 5144 - version = "0.10.4" 5145 - source = "registry+https://github.com/rust-lang/crates.io-index" 5146 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 5147 - dependencies = [ 5148 - "yoke", 5149 - "zerofrom", 5150 - "zerovec-derive", 5151 - ] 5152 - 5153 - [[package]] 5154 - name = "zerovec-derive" 5155 - version = "0.10.3" 5156 - source = "registry+https://github.com/rust-lang/crates.io-index" 5157 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 5158 - dependencies = [ 5159 - "proc-macro2", 5160 - "quote", 5161 - "syn 2.0.89", 5162 - ] 5163 - 5164 - [[package]] 5165 - name = "zip" 5166 - version = "2.2.1" 5167 - source = "registry+https://github.com/rust-lang/crates.io-index" 5168 - checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352" 5169 - dependencies = [ 5170 - "aes", 5171 - "arbitrary", 5172 - "bzip2", 5173 - "constant_time_eq", 5174 - "crc32fast", 5175 - "crossbeam-utils", 5176 - "deflate64", 5177 - "displaydoc", 5178 - "flate2", 5179 - "hmac", 5180 - "indexmap", 5181 - "lzma-rs", 5182 - "memchr", 5183 - "pbkdf2", 5184 - "rand", 5185 - "sha1", 5186 - "thiserror 2.0.3", 5187 - "time", 5188 - "zeroize", 5189 - "zopfli", 5190 - "zstd", 5191 - ] 5192 - 5193 - [[package]] 5194 - name = "zopfli" 5195 - version = "0.8.1" 5196 - source = "registry+https://github.com/rust-lang/crates.io-index" 5197 - checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946" 5198 - dependencies = [ 5199 - "bumpalo", 5200 - "crc32fast", 5201 - "lockfree-object-pool", 5202 - "log", 5203 - "once_cell", 5204 - "simd-adler32", 5205 - ] 5206 - 5207 - [[package]] 5208 - name = "zstd" 5209 - version = "0.13.2" 5210 - source = "registry+https://github.com/rust-lang/crates.io-index" 5211 - checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 5212 - dependencies = [ 5213 - "zstd-safe", 5214 - ] 5215 - 5216 - [[package]] 5217 - name = "zstd-safe" 5218 - version = "7.2.1" 5219 - source = "registry+https://github.com/rust-lang/crates.io-index" 5220 - checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 5221 - dependencies = [ 5222 - "zstd-sys", 5223 - ] 5224 - 5225 - [[package]] 5226 - name = "zstd-sys" 5227 - version = "2.0.13+zstd.1.5.6" 5228 - source = "registry+https://github.com/rust-lang/crates.io-index" 5229 - checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 5230 - dependencies = [ 5231 - "cc", 5232 - "pkg-config", 5233 - ]
+5 -13
pkgs/tools/networking/edgedb/default.nix
··· 16 16 }: 17 17 rustPlatform.buildRustPackage rec { 18 18 pname = "edgedb"; 19 - version = "6.0.0"; 19 + version = "6.0.2"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "edgedb"; 23 23 repo = "edgedb-cli"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-GBtqAHmXHgsWRXelOQ9i3R0VL8OqcASfpWU/EJaimNo="; 25 + hash = "sha256-P55LwByDVO3pEzg4OZldXiyli8s5oHvV8MXCDwkF2+8="; 26 26 fetchSubmodules = true; 27 27 }; 28 28 29 - cargoLock = { 30 - lockFile = ./Cargo.lock; 31 - outputHashes = { 32 - "edgedb-derive-0.5.2" = "sha256-r1KWnIbX/TV2ZK/WXtYaNsGOqxMeykD1bgFyA992FGE="; 33 - "edgeql-parser-0.1.0" = "sha256-qyY8mvZhLgQJgT7ZtxkyhpQMCLPGAIzw/E64rMiOAkw="; 34 - "rexpect-0.5.0" = "sha256-vstAL/fJWWx7WbmRxNItKpzvgGF3SvJDs5isq9ym/OA="; 35 - "scram-0.7.0" = "sha256-QTPxyXBpMXCDkRRJEMYly1GKp90khrwwuMI1eHc2H+Y="; 36 - "serde_str-1.0.0" = "sha256-CMBh5lxdQb2085y0jc/DrV6B8iiXvVO2aoZH/lFFjak="; 37 - "test-utils-0.1.0" = "sha256-u29t7o+iBw3ja0LdbsQVntQMm5j4a2pDIyDfAvDGHiI="; 38 - "warp-0.3.6" = "sha256-knDt2aw/PJ0iabhKg+okwwnEzCY+vQVhE7HKCTM6QbE="; 39 - }; 29 + cargoDeps = rustPlatform.fetchCargoVendor { 30 + inherit pname version src; 31 + hash = "sha256-oRtgORzp0tabPcyArPgG8LGfYlSPhpaeRPT9QWF5BGs="; 40 32 }; 41 33 42 34 nativeBuildInputs = [