cargo-lock.patch (51769B)
1 diff --git c/Cargo.lock i/Cargo.lock 2 new file mode 100644 3 index 0000000..b9037eb 4 --- /dev/null 5 +++ i/Cargo.lock 6 @@ -0,0 +1,1932 @@ 7 +# This file is automatically @generated by Cargo. 8 +# It is not intended for manual editing. 9 +version = 4 10 + 11 +[[package]] 12 +name = "addr2line" 13 +version = "0.24.2" 14 +source = "registry+https://github.com/rust-lang/crates.io-index" 15 +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 16 +dependencies = [ 17 + "gimli", 18 +] 19 + 20 +[[package]] 21 +name = "adler2" 22 +version = "2.0.0" 23 +source = "registry+https://github.com/rust-lang/crates.io-index" 24 +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 25 + 26 +[[package]] 27 +name = "ahash" 28 +version = "0.8.11" 29 +source = "registry+https://github.com/rust-lang/crates.io-index" 30 +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 31 +dependencies = [ 32 + "cfg-if", 33 + "getrandom 0.2.15", 34 + "once_cell", 35 + "version_check", 36 + "zerocopy", 37 +] 38 + 39 +[[package]] 40 +name = "aho-corasick" 41 +version = "1.1.3" 42 +source = "registry+https://github.com/rust-lang/crates.io-index" 43 +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 44 +dependencies = [ 45 + "memchr", 46 +] 47 + 48 +[[package]] 49 +name = "akasa" 50 +version = "0.1.1" 51 +dependencies = [ 52 + "akasa-core", 53 + "anyhow", 54 + "async-trait", 55 + "clap", 56 + "dashmap", 57 + "env_logger", 58 + "log", 59 + "rand", 60 + "rpassword", 61 + "serde_yaml", 62 + "tikv-jemallocator", 63 +] 64 + 65 +[[package]] 66 +name = "akasa-core" 67 +version = "0.1.1" 68 +dependencies = [ 69 + "ahash", 70 + "async-trait", 71 + "base64 0.21.7", 72 + "bytes", 73 + "cfg-if", 74 + "crc32c", 75 + "dashmap", 76 + "env_logger", 77 + "flume", 78 + "futures-io", 79 + "futures-lite", 80 + "futures-sink", 81 + "futures-util", 82 + "hashbrown 0.13.2", 83 + "hex", 84 + "log", 85 + "mqtt-proto", 86 + "num_cpus", 87 + "openssl", 88 + "parking_lot", 89 + "pin-project-lite", 90 + "rand", 91 + "ring", 92 + "scram", 93 + "serde", 94 + "thiserror", 95 + "tokio", 96 + "tokio-openssl", 97 + "tokio-tungstenite", 98 + "tokio-util", 99 + "uuid", 100 +] 101 + 102 +[[package]] 103 +name = "anstream" 104 +version = "0.6.18" 105 +source = "registry+https://github.com/rust-lang/crates.io-index" 106 +checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 107 +dependencies = [ 108 + "anstyle", 109 + "anstyle-parse", 110 + "anstyle-query", 111 + "anstyle-wincon", 112 + "colorchoice", 113 + "is_terminal_polyfill", 114 + "utf8parse", 115 +] 116 + 117 +[[package]] 118 +name = "anstyle" 119 +version = "1.0.10" 120 +source = "registry+https://github.com/rust-lang/crates.io-index" 121 +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 122 + 123 +[[package]] 124 +name = "anstyle-parse" 125 +version = "0.2.6" 126 +source = "registry+https://github.com/rust-lang/crates.io-index" 127 +checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 128 +dependencies = [ 129 + "utf8parse", 130 +] 131 + 132 +[[package]] 133 +name = "anstyle-query" 134 +version = "1.1.2" 135 +source = "registry+https://github.com/rust-lang/crates.io-index" 136 +checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 137 +dependencies = [ 138 + "windows-sys 0.59.0", 139 +] 140 + 141 +[[package]] 142 +name = "anstyle-wincon" 143 +version = "3.0.7" 144 +source = "registry+https://github.com/rust-lang/crates.io-index" 145 +checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 146 +dependencies = [ 147 + "anstyle", 148 + "once_cell", 149 + "windows-sys 0.59.0", 150 +] 151 + 152 +[[package]] 153 +name = "anyhow" 154 +version = "1.0.96" 155 +source = "registry+https://github.com/rust-lang/crates.io-index" 156 +checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" 157 + 158 +[[package]] 159 +name = "async-trait" 160 +version = "0.1.86" 161 +source = "registry+https://github.com/rust-lang/crates.io-index" 162 +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" 163 +dependencies = [ 164 + "proc-macro2", 165 + "quote", 166 + "syn", 167 +] 168 + 169 +[[package]] 170 +name = "atty" 171 +version = "0.2.14" 172 +source = "registry+https://github.com/rust-lang/crates.io-index" 173 +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 174 +dependencies = [ 175 + "hermit-abi 0.1.19", 176 + "libc", 177 + "winapi", 178 +] 179 + 180 +[[package]] 181 +name = "autocfg" 182 +version = "1.4.0" 183 +source = "registry+https://github.com/rust-lang/crates.io-index" 184 +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 185 + 186 +[[package]] 187 +name = "backtrace" 188 +version = "0.3.74" 189 +source = "registry+https://github.com/rust-lang/crates.io-index" 190 +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 191 +dependencies = [ 192 + "addr2line", 193 + "cfg-if", 194 + "libc", 195 + "miniz_oxide", 196 + "object", 197 + "rustc-demangle", 198 + "windows-targets 0.52.6", 199 +] 200 + 201 +[[package]] 202 +name = "base64" 203 +version = "0.13.1" 204 +source = "registry+https://github.com/rust-lang/crates.io-index" 205 +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 206 + 207 +[[package]] 208 +name = "base64" 209 +version = "0.21.7" 210 +source = "registry+https://github.com/rust-lang/crates.io-index" 211 +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 212 + 213 +[[package]] 214 +name = "bitflags" 215 +version = "2.8.0" 216 +source = "registry+https://github.com/rust-lang/crates.io-index" 217 +checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" 218 + 219 +[[package]] 220 +name = "block-buffer" 221 +version = "0.10.4" 222 +source = "registry+https://github.com/rust-lang/crates.io-index" 223 +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 224 +dependencies = [ 225 + "generic-array", 226 +] 227 + 228 +[[package]] 229 +name = "bumpalo" 230 +version = "3.17.0" 231 +source = "registry+https://github.com/rust-lang/crates.io-index" 232 +checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 233 + 234 +[[package]] 235 +name = "byteorder" 236 +version = "1.5.0" 237 +source = "registry+https://github.com/rust-lang/crates.io-index" 238 +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 239 + 240 +[[package]] 241 +name = "bytes" 242 +version = "1.10.0" 243 +source = "registry+https://github.com/rust-lang/crates.io-index" 244 +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" 245 + 246 +[[package]] 247 +name = "cc" 248 +version = "1.2.15" 249 +source = "registry+https://github.com/rust-lang/crates.io-index" 250 +checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" 251 +dependencies = [ 252 + "shlex", 253 +] 254 + 255 +[[package]] 256 +name = "cfg-if" 257 +version = "1.0.0" 258 +source = "registry+https://github.com/rust-lang/crates.io-index" 259 +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 260 + 261 +[[package]] 262 +name = "clap" 263 +version = "4.5.31" 264 +source = "registry+https://github.com/rust-lang/crates.io-index" 265 +checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767" 266 +dependencies = [ 267 + "clap_builder", 268 + "clap_derive", 269 +] 270 + 271 +[[package]] 272 +name = "clap_builder" 273 +version = "4.5.31" 274 +source = "registry+https://github.com/rust-lang/crates.io-index" 275 +checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863" 276 +dependencies = [ 277 + "anstream", 278 + "anstyle", 279 + "clap_lex", 280 + "strsim", 281 +] 282 + 283 +[[package]] 284 +name = "clap_derive" 285 +version = "4.5.28" 286 +source = "registry+https://github.com/rust-lang/crates.io-index" 287 +checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" 288 +dependencies = [ 289 + "heck", 290 + "proc-macro2", 291 + "quote", 292 + "syn", 293 +] 294 + 295 +[[package]] 296 +name = "clap_lex" 297 +version = "0.7.4" 298 +source = "registry+https://github.com/rust-lang/crates.io-index" 299 +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 300 + 301 +[[package]] 302 +name = "colorchoice" 303 +version = "1.0.3" 304 +source = "registry+https://github.com/rust-lang/crates.io-index" 305 +checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 306 + 307 +[[package]] 308 +name = "cpufeatures" 309 +version = "0.2.17" 310 +source = "registry+https://github.com/rust-lang/crates.io-index" 311 +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 312 +dependencies = [ 313 + "libc", 314 +] 315 + 316 +[[package]] 317 +name = "crc32c" 318 +version = "0.6.8" 319 +source = "registry+https://github.com/rust-lang/crates.io-index" 320 +checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" 321 +dependencies = [ 322 + "rustc_version", 323 +] 324 + 325 +[[package]] 326 +name = "crypto-common" 327 +version = "0.1.6" 328 +source = "registry+https://github.com/rust-lang/crates.io-index" 329 +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 330 +dependencies = [ 331 + "generic-array", 332 + "typenum", 333 +] 334 + 335 +[[package]] 336 +name = "dashmap" 337 +version = "5.5.3" 338 +source = "registry+https://github.com/rust-lang/crates.io-index" 339 +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 340 +dependencies = [ 341 + "cfg-if", 342 + "hashbrown 0.14.5", 343 + "lock_api", 344 + "once_cell", 345 + "parking_lot_core", 346 +] 347 + 348 +[[package]] 349 +name = "data-encoding" 350 +version = "2.8.0" 351 +source = "registry+https://github.com/rust-lang/crates.io-index" 352 +checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" 353 + 354 +[[package]] 355 +name = "digest" 356 +version = "0.10.7" 357 +source = "registry+https://github.com/rust-lang/crates.io-index" 358 +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 359 +dependencies = [ 360 + "block-buffer", 361 + "crypto-common", 362 +] 363 + 364 +[[package]] 365 +name = "displaydoc" 366 +version = "0.2.5" 367 +source = "registry+https://github.com/rust-lang/crates.io-index" 368 +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 369 +dependencies = [ 370 + "proc-macro2", 371 + "quote", 372 + "syn", 373 +] 374 + 375 +[[package]] 376 +name = "env_logger" 377 +version = "0.9.3" 378 +source = "registry+https://github.com/rust-lang/crates.io-index" 379 +checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" 380 +dependencies = [ 381 + "atty", 382 + "humantime", 383 + "log", 384 + "regex", 385 + "termcolor", 386 +] 387 + 388 +[[package]] 389 +name = "equivalent" 390 +version = "1.0.2" 391 +source = "registry+https://github.com/rust-lang/crates.io-index" 392 +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 393 + 394 +[[package]] 395 +name = "fastrand" 396 +version = "1.9.0" 397 +source = "registry+https://github.com/rust-lang/crates.io-index" 398 +checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 399 +dependencies = [ 400 + "instant", 401 +] 402 + 403 +[[package]] 404 +name = "flume" 405 +version = "0.10.14" 406 +source = "registry+https://github.com/rust-lang/crates.io-index" 407 +checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 408 +dependencies = [ 409 + "futures-core", 410 + "futures-sink", 411 + "nanorand", 412 + "pin-project", 413 + "spin 0.9.8", 414 +] 415 + 416 +[[package]] 417 +name = "fnv" 418 +version = "1.0.7" 419 +source = "registry+https://github.com/rust-lang/crates.io-index" 420 +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 421 + 422 +[[package]] 423 +name = "foreign-types" 424 +version = "0.3.2" 425 +source = "registry+https://github.com/rust-lang/crates.io-index" 426 +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 427 +dependencies = [ 428 + "foreign-types-shared", 429 +] 430 + 431 +[[package]] 432 +name = "foreign-types-shared" 433 +version = "0.1.1" 434 +source = "registry+https://github.com/rust-lang/crates.io-index" 435 +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 436 + 437 +[[package]] 438 +name = "form_urlencoded" 439 +version = "1.2.1" 440 +source = "registry+https://github.com/rust-lang/crates.io-index" 441 +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 442 +dependencies = [ 443 + "percent-encoding", 444 +] 445 + 446 +[[package]] 447 +name = "futures-core" 448 +version = "0.3.31" 449 +source = "registry+https://github.com/rust-lang/crates.io-index" 450 +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 451 + 452 +[[package]] 453 +name = "futures-io" 454 +version = "0.3.31" 455 +source = "registry+https://github.com/rust-lang/crates.io-index" 456 +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 457 + 458 +[[package]] 459 +name = "futures-lite" 460 +version = "1.13.0" 461 +source = "registry+https://github.com/rust-lang/crates.io-index" 462 +checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 463 +dependencies = [ 464 + "fastrand", 465 + "futures-core", 466 + "futures-io", 467 + "memchr", 468 + "parking", 469 + "pin-project-lite", 470 + "waker-fn", 471 +] 472 + 473 +[[package]] 474 +name = "futures-macro" 475 +version = "0.3.31" 476 +source = "registry+https://github.com/rust-lang/crates.io-index" 477 +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 478 +dependencies = [ 479 + "proc-macro2", 480 + "quote", 481 + "syn", 482 +] 483 + 484 +[[package]] 485 +name = "futures-sink" 486 +version = "0.3.31" 487 +source = "registry+https://github.com/rust-lang/crates.io-index" 488 +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 489 + 490 +[[package]] 491 +name = "futures-task" 492 +version = "0.3.31" 493 +source = "registry+https://github.com/rust-lang/crates.io-index" 494 +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 495 + 496 +[[package]] 497 +name = "futures-util" 498 +version = "0.3.31" 499 +source = "registry+https://github.com/rust-lang/crates.io-index" 500 +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 501 +dependencies = [ 502 + "futures-core", 503 + "futures-macro", 504 + "futures-sink", 505 + "futures-task", 506 + "pin-project-lite", 507 + "pin-utils", 508 + "slab", 509 +] 510 + 511 +[[package]] 512 +name = "generic-array" 513 +version = "0.14.7" 514 +source = "registry+https://github.com/rust-lang/crates.io-index" 515 +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 516 +dependencies = [ 517 + "typenum", 518 + "version_check", 519 +] 520 + 521 +[[package]] 522 +name = "getrandom" 523 +version = "0.2.15" 524 +source = "registry+https://github.com/rust-lang/crates.io-index" 525 +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 526 +dependencies = [ 527 + "cfg-if", 528 + "js-sys", 529 + "libc", 530 + "wasi 0.11.0+wasi-snapshot-preview1", 531 + "wasm-bindgen", 532 +] 533 + 534 +[[package]] 535 +name = "getrandom" 536 +version = "0.3.1" 537 +source = "registry+https://github.com/rust-lang/crates.io-index" 538 +checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" 539 +dependencies = [ 540 + "cfg-if", 541 + "libc", 542 + "wasi 0.13.3+wasi-0.2.2", 543 + "windows-targets 0.52.6", 544 +] 545 + 546 +[[package]] 547 +name = "gimli" 548 +version = "0.31.1" 549 +source = "registry+https://github.com/rust-lang/crates.io-index" 550 +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 551 + 552 +[[package]] 553 +name = "hashbrown" 554 +version = "0.13.2" 555 +source = "registry+https://github.com/rust-lang/crates.io-index" 556 +checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 557 +dependencies = [ 558 + "ahash", 559 +] 560 + 561 +[[package]] 562 +name = "hashbrown" 563 +version = "0.14.5" 564 +source = "registry+https://github.com/rust-lang/crates.io-index" 565 +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 566 + 567 +[[package]] 568 +name = "hashbrown" 569 +version = "0.15.2" 570 +source = "registry+https://github.com/rust-lang/crates.io-index" 571 +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 572 + 573 +[[package]] 574 +name = "heck" 575 +version = "0.5.0" 576 +source = "registry+https://github.com/rust-lang/crates.io-index" 577 +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 578 + 579 +[[package]] 580 +name = "hermit-abi" 581 +version = "0.1.19" 582 +source = "registry+https://github.com/rust-lang/crates.io-index" 583 +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 584 +dependencies = [ 585 + "libc", 586 +] 587 + 588 +[[package]] 589 +name = "hermit-abi" 590 +version = "0.3.9" 591 +source = "registry+https://github.com/rust-lang/crates.io-index" 592 +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 593 + 594 +[[package]] 595 +name = "hex" 596 +version = "0.4.3" 597 +source = "registry+https://github.com/rust-lang/crates.io-index" 598 +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 599 +dependencies = [ 600 + "serde", 601 +] 602 + 603 +[[package]] 604 +name = "http" 605 +version = "0.2.12" 606 +source = "registry+https://github.com/rust-lang/crates.io-index" 607 +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 608 +dependencies = [ 609 + "bytes", 610 + "fnv", 611 + "itoa", 612 +] 613 + 614 +[[package]] 615 +name = "httparse" 616 +version = "1.10.0" 617 +source = "registry+https://github.com/rust-lang/crates.io-index" 618 +checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" 619 + 620 +[[package]] 621 +name = "humantime" 622 +version = "2.1.0" 623 +source = "registry+https://github.com/rust-lang/crates.io-index" 624 +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 625 + 626 +[[package]] 627 +name = "icu_collections" 628 +version = "1.5.0" 629 +source = "registry+https://github.com/rust-lang/crates.io-index" 630 +checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 631 +dependencies = [ 632 + "displaydoc", 633 + "yoke", 634 + "zerofrom", 635 + "zerovec", 636 +] 637 + 638 +[[package]] 639 +name = "icu_locid" 640 +version = "1.5.0" 641 +source = "registry+https://github.com/rust-lang/crates.io-index" 642 +checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 643 +dependencies = [ 644 + "displaydoc", 645 + "litemap", 646 + "tinystr", 647 + "writeable", 648 + "zerovec", 649 +] 650 + 651 +[[package]] 652 +name = "icu_locid_transform" 653 +version = "1.5.0" 654 +source = "registry+https://github.com/rust-lang/crates.io-index" 655 +checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 656 +dependencies = [ 657 + "displaydoc", 658 + "icu_locid", 659 + "icu_locid_transform_data", 660 + "icu_provider", 661 + "tinystr", 662 + "zerovec", 663 +] 664 + 665 +[[package]] 666 +name = "icu_locid_transform_data" 667 +version = "1.5.0" 668 +source = "registry+https://github.com/rust-lang/crates.io-index" 669 +checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 670 + 671 +[[package]] 672 +name = "icu_normalizer" 673 +version = "1.5.0" 674 +source = "registry+https://github.com/rust-lang/crates.io-index" 675 +checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 676 +dependencies = [ 677 + "displaydoc", 678 + "icu_collections", 679 + "icu_normalizer_data", 680 + "icu_properties", 681 + "icu_provider", 682 + "smallvec", 683 + "utf16_iter", 684 + "utf8_iter", 685 + "write16", 686 + "zerovec", 687 +] 688 + 689 +[[package]] 690 +name = "icu_normalizer_data" 691 +version = "1.5.0" 692 +source = "registry+https://github.com/rust-lang/crates.io-index" 693 +checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 694 + 695 +[[package]] 696 +name = "icu_properties" 697 +version = "1.5.1" 698 +source = "registry+https://github.com/rust-lang/crates.io-index" 699 +checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 700 +dependencies = [ 701 + "displaydoc", 702 + "icu_collections", 703 + "icu_locid_transform", 704 + "icu_properties_data", 705 + "icu_provider", 706 + "tinystr", 707 + "zerovec", 708 +] 709 + 710 +[[package]] 711 +name = "icu_properties_data" 712 +version = "1.5.0" 713 +source = "registry+https://github.com/rust-lang/crates.io-index" 714 +checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 715 + 716 +[[package]] 717 +name = "icu_provider" 718 +version = "1.5.0" 719 +source = "registry+https://github.com/rust-lang/crates.io-index" 720 +checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 721 +dependencies = [ 722 + "displaydoc", 723 + "icu_locid", 724 + "icu_provider_macros", 725 + "stable_deref_trait", 726 + "tinystr", 727 + "writeable", 728 + "yoke", 729 + "zerofrom", 730 + "zerovec", 731 +] 732 + 733 +[[package]] 734 +name = "icu_provider_macros" 735 +version = "1.5.0" 736 +source = "registry+https://github.com/rust-lang/crates.io-index" 737 +checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 738 +dependencies = [ 739 + "proc-macro2", 740 + "quote", 741 + "syn", 742 +] 743 + 744 +[[package]] 745 +name = "idna" 746 +version = "1.0.3" 747 +source = "registry+https://github.com/rust-lang/crates.io-index" 748 +checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 749 +dependencies = [ 750 + "idna_adapter", 751 + "smallvec", 752 + "utf8_iter", 753 +] 754 + 755 +[[package]] 756 +name = "idna_adapter" 757 +version = "1.2.0" 758 +source = "registry+https://github.com/rust-lang/crates.io-index" 759 +checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 760 +dependencies = [ 761 + "icu_normalizer", 762 + "icu_properties", 763 +] 764 + 765 +[[package]] 766 +name = "indexmap" 767 +version = "2.7.1" 768 +source = "registry+https://github.com/rust-lang/crates.io-index" 769 +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" 770 +dependencies = [ 771 + "equivalent", 772 + "hashbrown 0.15.2", 773 +] 774 + 775 +[[package]] 776 +name = "instant" 777 +version = "0.1.13" 778 +source = "registry+https://github.com/rust-lang/crates.io-index" 779 +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 780 +dependencies = [ 781 + "cfg-if", 782 +] 783 + 784 +[[package]] 785 +name = "is_terminal_polyfill" 786 +version = "1.70.1" 787 +source = "registry+https://github.com/rust-lang/crates.io-index" 788 +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 789 + 790 +[[package]] 791 +name = "itoa" 792 +version = "1.0.14" 793 +source = "registry+https://github.com/rust-lang/crates.io-index" 794 +checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 795 + 796 +[[package]] 797 +name = "js-sys" 798 +version = "0.3.77" 799 +source = "registry+https://github.com/rust-lang/crates.io-index" 800 +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 801 +dependencies = [ 802 + "once_cell", 803 + "wasm-bindgen", 804 +] 805 + 806 +[[package]] 807 +name = "libc" 808 +version = "0.2.170" 809 +source = "registry+https://github.com/rust-lang/crates.io-index" 810 +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" 811 + 812 +[[package]] 813 +name = "litemap" 814 +version = "0.7.4" 815 +source = "registry+https://github.com/rust-lang/crates.io-index" 816 +checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 817 + 818 +[[package]] 819 +name = "lock_api" 820 +version = "0.4.12" 821 +source = "registry+https://github.com/rust-lang/crates.io-index" 822 +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 823 +dependencies = [ 824 + "autocfg", 825 + "scopeguard", 826 +] 827 + 828 +[[package]] 829 +name = "log" 830 +version = "0.4.26" 831 +source = "registry+https://github.com/rust-lang/crates.io-index" 832 +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" 833 + 834 +[[package]] 835 +name = "memchr" 836 +version = "2.7.4" 837 +source = "registry+https://github.com/rust-lang/crates.io-index" 838 +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 839 + 840 +[[package]] 841 +name = "miniz_oxide" 842 +version = "0.8.5" 843 +source = "registry+https://github.com/rust-lang/crates.io-index" 844 +checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" 845 +dependencies = [ 846 + "adler2", 847 +] 848 + 849 +[[package]] 850 +name = "mio" 851 +version = "1.0.3" 852 +source = "registry+https://github.com/rust-lang/crates.io-index" 853 +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 854 +dependencies = [ 855 + "libc", 856 + "wasi 0.11.0+wasi-snapshot-preview1", 857 + "windows-sys 0.52.0", 858 +] 859 + 860 +[[package]] 861 +name = "mqtt-proto" 862 +version = "0.2.0" 863 +source = "git+https://github.com/akasamq/mqtt-proto.git?branch=master#2c16577026b18e4b34a0c2a502ca7ca08fb17d0f" 864 +dependencies = [ 865 + "bytes", 866 + "futures-lite", 867 + "simdutf8", 868 + "thiserror", 869 + "tokio", 870 +] 871 + 872 +[[package]] 873 +name = "nanorand" 874 +version = "0.7.0" 875 +source = "registry+https://github.com/rust-lang/crates.io-index" 876 +checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 877 +dependencies = [ 878 + "getrandom 0.2.15", 879 +] 880 + 881 +[[package]] 882 +name = "num_cpus" 883 +version = "1.16.0" 884 +source = "registry+https://github.com/rust-lang/crates.io-index" 885 +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 886 +dependencies = [ 887 + "hermit-abi 0.3.9", 888 + "libc", 889 +] 890 + 891 +[[package]] 892 +name = "object" 893 +version = "0.36.7" 894 +source = "registry+https://github.com/rust-lang/crates.io-index" 895 +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 896 +dependencies = [ 897 + "memchr", 898 +] 899 + 900 +[[package]] 901 +name = "once_cell" 902 +version = "1.20.3" 903 +source = "registry+https://github.com/rust-lang/crates.io-index" 904 +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" 905 + 906 +[[package]] 907 +name = "openssl" 908 +version = "0.10.71" 909 +source = "registry+https://github.com/rust-lang/crates.io-index" 910 +checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" 911 +dependencies = [ 912 + "bitflags", 913 + "cfg-if", 914 + "foreign-types", 915 + "libc", 916 + "once_cell", 917 + "openssl-macros", 918 + "openssl-sys", 919 +] 920 + 921 +[[package]] 922 +name = "openssl-macros" 923 +version = "0.1.1" 924 +source = "registry+https://github.com/rust-lang/crates.io-index" 925 +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 926 +dependencies = [ 927 + "proc-macro2", 928 + "quote", 929 + "syn", 930 +] 931 + 932 +[[package]] 933 +name = "openssl-src" 934 +version = "300.4.2+3.4.1" 935 +source = "registry+https://github.com/rust-lang/crates.io-index" 936 +checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2" 937 +dependencies = [ 938 + "cc", 939 +] 940 + 941 +[[package]] 942 +name = "openssl-sys" 943 +version = "0.9.106" 944 +source = "registry+https://github.com/rust-lang/crates.io-index" 945 +checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" 946 +dependencies = [ 947 + "cc", 948 + "libc", 949 + "openssl-src", 950 + "pkg-config", 951 + "vcpkg", 952 +] 953 + 954 +[[package]] 955 +name = "parking" 956 +version = "2.2.1" 957 +source = "registry+https://github.com/rust-lang/crates.io-index" 958 +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 959 + 960 +[[package]] 961 +name = "parking_lot" 962 +version = "0.12.3" 963 +source = "registry+https://github.com/rust-lang/crates.io-index" 964 +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 965 +dependencies = [ 966 + "lock_api", 967 + "parking_lot_core", 968 +] 969 + 970 +[[package]] 971 +name = "parking_lot_core" 972 +version = "0.9.10" 973 +source = "registry+https://github.com/rust-lang/crates.io-index" 974 +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 975 +dependencies = [ 976 + "cfg-if", 977 + "libc", 978 + "redox_syscall", 979 + "smallvec", 980 + "windows-targets 0.52.6", 981 +] 982 + 983 +[[package]] 984 +name = "percent-encoding" 985 +version = "2.3.1" 986 +source = "registry+https://github.com/rust-lang/crates.io-index" 987 +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 988 + 989 +[[package]] 990 +name = "pin-project" 991 +version = "1.1.9" 992 +source = "registry+https://github.com/rust-lang/crates.io-index" 993 +checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d" 994 +dependencies = [ 995 + "pin-project-internal", 996 +] 997 + 998 +[[package]] 999 +name = "pin-project-internal" 1000 +version = "1.1.9" 1001 +source = "registry+https://github.com/rust-lang/crates.io-index" 1002 +checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67" 1003 +dependencies = [ 1004 + "proc-macro2", 1005 + "quote", 1006 + "syn", 1007 +] 1008 + 1009 +[[package]] 1010 +name = "pin-project-lite" 1011 +version = "0.2.16" 1012 +source = "registry+https://github.com/rust-lang/crates.io-index" 1013 +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1014 + 1015 +[[package]] 1016 +name = "pin-utils" 1017 +version = "0.1.0" 1018 +source = "registry+https://github.com/rust-lang/crates.io-index" 1019 +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1020 + 1021 +[[package]] 1022 +name = "pkg-config" 1023 +version = "0.3.31" 1024 +source = "registry+https://github.com/rust-lang/crates.io-index" 1025 +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 1026 + 1027 +[[package]] 1028 +name = "ppv-lite86" 1029 +version = "0.2.20" 1030 +source = "registry+https://github.com/rust-lang/crates.io-index" 1031 +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 1032 +dependencies = [ 1033 + "zerocopy", 1034 +] 1035 + 1036 +[[package]] 1037 +name = "proc-macro2" 1038 +version = "1.0.93" 1039 +source = "registry+https://github.com/rust-lang/crates.io-index" 1040 +checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 1041 +dependencies = [ 1042 + "unicode-ident", 1043 +] 1044 + 1045 +[[package]] 1046 +name = "quote" 1047 +version = "1.0.38" 1048 +source = "registry+https://github.com/rust-lang/crates.io-index" 1049 +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 1050 +dependencies = [ 1051 + "proc-macro2", 1052 +] 1053 + 1054 +[[package]] 1055 +name = "rand" 1056 +version = "0.8.5" 1057 +source = "registry+https://github.com/rust-lang/crates.io-index" 1058 +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1059 +dependencies = [ 1060 + "libc", 1061 + "rand_chacha", 1062 + "rand_core", 1063 +] 1064 + 1065 +[[package]] 1066 +name = "rand_chacha" 1067 +version = "0.3.1" 1068 +source = "registry+https://github.com/rust-lang/crates.io-index" 1069 +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1070 +dependencies = [ 1071 + "ppv-lite86", 1072 + "rand_core", 1073 +] 1074 + 1075 +[[package]] 1076 +name = "rand_core" 1077 +version = "0.6.4" 1078 +source = "registry+https://github.com/rust-lang/crates.io-index" 1079 +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1080 +dependencies = [ 1081 + "getrandom 0.2.15", 1082 +] 1083 + 1084 +[[package]] 1085 +name = "redox_syscall" 1086 +version = "0.5.9" 1087 +source = "registry+https://github.com/rust-lang/crates.io-index" 1088 +checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f" 1089 +dependencies = [ 1090 + "bitflags", 1091 +] 1092 + 1093 +[[package]] 1094 +name = "regex" 1095 +version = "1.11.1" 1096 +source = "registry+https://github.com/rust-lang/crates.io-index" 1097 +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1098 +dependencies = [ 1099 + "aho-corasick", 1100 + "memchr", 1101 + "regex-automata", 1102 + "regex-syntax", 1103 +] 1104 + 1105 +[[package]] 1106 +name = "regex-automata" 1107 +version = "0.4.9" 1108 +source = "registry+https://github.com/rust-lang/crates.io-index" 1109 +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1110 +dependencies = [ 1111 + "aho-corasick", 1112 + "memchr", 1113 + "regex-syntax", 1114 +] 1115 + 1116 +[[package]] 1117 +name = "regex-syntax" 1118 +version = "0.8.5" 1119 +source = "registry+https://github.com/rust-lang/crates.io-index" 1120 +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1121 + 1122 +[[package]] 1123 +name = "ring" 1124 +version = "0.16.20" 1125 +source = "registry+https://github.com/rust-lang/crates.io-index" 1126 +checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1127 +dependencies = [ 1128 + "cc", 1129 + "libc", 1130 + "once_cell", 1131 + "spin 0.5.2", 1132 + "untrusted", 1133 + "web-sys", 1134 + "winapi", 1135 +] 1136 + 1137 +[[package]] 1138 +name = "rpassword" 1139 +version = "7.3.1" 1140 +source = "registry+https://github.com/rust-lang/crates.io-index" 1141 +checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" 1142 +dependencies = [ 1143 + "libc", 1144 + "rtoolbox", 1145 + "windows-sys 0.48.0", 1146 +] 1147 + 1148 +[[package]] 1149 +name = "rtoolbox" 1150 +version = "0.0.2" 1151 +source = "registry+https://github.com/rust-lang/crates.io-index" 1152 +checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" 1153 +dependencies = [ 1154 + "libc", 1155 + "windows-sys 0.48.0", 1156 +] 1157 + 1158 +[[package]] 1159 +name = "rustc-demangle" 1160 +version = "0.1.24" 1161 +source = "registry+https://github.com/rust-lang/crates.io-index" 1162 +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1163 + 1164 +[[package]] 1165 +name = "rustc_version" 1166 +version = "0.4.1" 1167 +source = "registry+https://github.com/rust-lang/crates.io-index" 1168 +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1169 +dependencies = [ 1170 + "semver", 1171 +] 1172 + 1173 +[[package]] 1174 +name = "ryu" 1175 +version = "1.0.19" 1176 +source = "registry+https://github.com/rust-lang/crates.io-index" 1177 +checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" 1178 + 1179 +[[package]] 1180 +name = "scopeguard" 1181 +version = "1.2.0" 1182 +source = "registry+https://github.com/rust-lang/crates.io-index" 1183 +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1184 + 1185 +[[package]] 1186 +name = "scram" 1187 +version = "0.6.0" 1188 +source = "registry+https://github.com/rust-lang/crates.io-index" 1189 +checksum = "7679a5e6b97bac99b2c208894ba0d34b17d9657f0b728c1cd3bf1c5f7f6ebe88" 1190 +dependencies = [ 1191 + "base64 0.13.1", 1192 + "rand", 1193 + "ring", 1194 +] 1195 + 1196 +[[package]] 1197 +name = "semver" 1198 +version = "1.0.25" 1199 +source = "registry+https://github.com/rust-lang/crates.io-index" 1200 +checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" 1201 + 1202 +[[package]] 1203 +name = "serde" 1204 +version = "1.0.218" 1205 +source = "registry+https://github.com/rust-lang/crates.io-index" 1206 +checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" 1207 +dependencies = [ 1208 + "serde_derive", 1209 +] 1210 + 1211 +[[package]] 1212 +name = "serde_derive" 1213 +version = "1.0.218" 1214 +source = "registry+https://github.com/rust-lang/crates.io-index" 1215 +checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" 1216 +dependencies = [ 1217 + "proc-macro2", 1218 + "quote", 1219 + "syn", 1220 +] 1221 + 1222 +[[package]] 1223 +name = "serde_yaml" 1224 +version = "0.9.34+deprecated" 1225 +source = "registry+https://github.com/rust-lang/crates.io-index" 1226 +checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 1227 +dependencies = [ 1228 + "indexmap", 1229 + "itoa", 1230 + "ryu", 1231 + "serde", 1232 + "unsafe-libyaml", 1233 +] 1234 + 1235 +[[package]] 1236 +name = "sha1" 1237 +version = "0.10.6" 1238 +source = "registry+https://github.com/rust-lang/crates.io-index" 1239 +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1240 +dependencies = [ 1241 + "cfg-if", 1242 + "cpufeatures", 1243 + "digest", 1244 +] 1245 + 1246 +[[package]] 1247 +name = "shlex" 1248 +version = "1.3.0" 1249 +source = "registry+https://github.com/rust-lang/crates.io-index" 1250 +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1251 + 1252 +[[package]] 1253 +name = "signal-hook-registry" 1254 +version = "1.4.2" 1255 +source = "registry+https://github.com/rust-lang/crates.io-index" 1256 +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 1257 +dependencies = [ 1258 + "libc", 1259 +] 1260 + 1261 +[[package]] 1262 +name = "simdutf8" 1263 +version = "0.1.5" 1264 +source = "registry+https://github.com/rust-lang/crates.io-index" 1265 +checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 1266 + 1267 +[[package]] 1268 +name = "slab" 1269 +version = "0.4.9" 1270 +source = "registry+https://github.com/rust-lang/crates.io-index" 1271 +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1272 +dependencies = [ 1273 + "autocfg", 1274 +] 1275 + 1276 +[[package]] 1277 +name = "smallvec" 1278 +version = "1.14.0" 1279 +source = "registry+https://github.com/rust-lang/crates.io-index" 1280 +checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" 1281 + 1282 +[[package]] 1283 +name = "socket2" 1284 +version = "0.5.8" 1285 +source = "registry+https://github.com/rust-lang/crates.io-index" 1286 +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 1287 +dependencies = [ 1288 + "libc", 1289 + "windows-sys 0.52.0", 1290 +] 1291 + 1292 +[[package]] 1293 +name = "spin" 1294 +version = "0.5.2" 1295 +source = "registry+https://github.com/rust-lang/crates.io-index" 1296 +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1297 + 1298 +[[package]] 1299 +name = "spin" 1300 +version = "0.9.8" 1301 +source = "registry+https://github.com/rust-lang/crates.io-index" 1302 +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1303 +dependencies = [ 1304 + "lock_api", 1305 +] 1306 + 1307 +[[package]] 1308 +name = "stable_deref_trait" 1309 +version = "1.2.0" 1310 +source = "registry+https://github.com/rust-lang/crates.io-index" 1311 +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1312 + 1313 +[[package]] 1314 +name = "strsim" 1315 +version = "0.11.1" 1316 +source = "registry+https://github.com/rust-lang/crates.io-index" 1317 +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1318 + 1319 +[[package]] 1320 +name = "syn" 1321 +version = "2.0.98" 1322 +source = "registry+https://github.com/rust-lang/crates.io-index" 1323 +checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" 1324 +dependencies = [ 1325 + "proc-macro2", 1326 + "quote", 1327 + "unicode-ident", 1328 +] 1329 + 1330 +[[package]] 1331 +name = "synstructure" 1332 +version = "0.13.1" 1333 +source = "registry+https://github.com/rust-lang/crates.io-index" 1334 +checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 1335 +dependencies = [ 1336 + "proc-macro2", 1337 + "quote", 1338 + "syn", 1339 +] 1340 + 1341 +[[package]] 1342 +name = "termcolor" 1343 +version = "1.4.1" 1344 +source = "registry+https://github.com/rust-lang/crates.io-index" 1345 +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 1346 +dependencies = [ 1347 + "winapi-util", 1348 +] 1349 + 1350 +[[package]] 1351 +name = "thiserror" 1352 +version = "1.0.69" 1353 +source = "registry+https://github.com/rust-lang/crates.io-index" 1354 +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1355 +dependencies = [ 1356 + "thiserror-impl", 1357 +] 1358 + 1359 +[[package]] 1360 +name = "thiserror-impl" 1361 +version = "1.0.69" 1362 +source = "registry+https://github.com/rust-lang/crates.io-index" 1363 +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1364 +dependencies = [ 1365 + "proc-macro2", 1366 + "quote", 1367 + "syn", 1368 +] 1369 + 1370 +[[package]] 1371 +name = "tikv-jemalloc-sys" 1372 +version = "0.5.4+5.3.0-patched" 1373 +source = "registry+https://github.com/rust-lang/crates.io-index" 1374 +checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" 1375 +dependencies = [ 1376 + "cc", 1377 + "libc", 1378 +] 1379 + 1380 +[[package]] 1381 +name = "tikv-jemallocator" 1382 +version = "0.5.4" 1383 +source = "registry+https://github.com/rust-lang/crates.io-index" 1384 +checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" 1385 +dependencies = [ 1386 + "libc", 1387 + "tikv-jemalloc-sys", 1388 +] 1389 + 1390 +[[package]] 1391 +name = "tinystr" 1392 +version = "0.7.6" 1393 +source = "registry+https://github.com/rust-lang/crates.io-index" 1394 +checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 1395 +dependencies = [ 1396 + "displaydoc", 1397 + "zerovec", 1398 +] 1399 + 1400 +[[package]] 1401 +name = "tokio" 1402 +version = "1.43.0" 1403 +source = "registry+https://github.com/rust-lang/crates.io-index" 1404 +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" 1405 +dependencies = [ 1406 + "backtrace", 1407 + "bytes", 1408 + "libc", 1409 + "mio", 1410 + "parking_lot", 1411 + "pin-project-lite", 1412 + "signal-hook-registry", 1413 + "socket2", 1414 + "tokio-macros", 1415 + "windows-sys 0.52.0", 1416 +] 1417 + 1418 +[[package]] 1419 +name = "tokio-macros" 1420 +version = "2.5.0" 1421 +source = "registry+https://github.com/rust-lang/crates.io-index" 1422 +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1423 +dependencies = [ 1424 + "proc-macro2", 1425 + "quote", 1426 + "syn", 1427 +] 1428 + 1429 +[[package]] 1430 +name = "tokio-openssl" 1431 +version = "0.6.5" 1432 +source = "registry+https://github.com/rust-lang/crates.io-index" 1433 +checksum = "59df6849caa43bb7567f9a36f863c447d95a11d5903c9cc334ba32576a27eadd" 1434 +dependencies = [ 1435 + "openssl", 1436 + "openssl-sys", 1437 + "tokio", 1438 +] 1439 + 1440 +[[package]] 1441 +name = "tokio-tungstenite" 1442 +version = "0.20.1" 1443 +source = "registry+https://github.com/rust-lang/crates.io-index" 1444 +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" 1445 +dependencies = [ 1446 + "futures-util", 1447 + "log", 1448 + "tokio", 1449 + "tungstenite", 1450 +] 1451 + 1452 +[[package]] 1453 +name = "tokio-util" 1454 +version = "0.7.13" 1455 +source = "registry+https://github.com/rust-lang/crates.io-index" 1456 +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" 1457 +dependencies = [ 1458 + "bytes", 1459 + "futures-core", 1460 + "futures-sink", 1461 + "pin-project-lite", 1462 + "tokio", 1463 +] 1464 + 1465 +[[package]] 1466 +name = "tungstenite" 1467 +version = "0.20.1" 1468 +source = "registry+https://github.com/rust-lang/crates.io-index" 1469 +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" 1470 +dependencies = [ 1471 + "byteorder", 1472 + "bytes", 1473 + "data-encoding", 1474 + "http", 1475 + "httparse", 1476 + "log", 1477 + "rand", 1478 + "sha1", 1479 + "thiserror", 1480 + "url", 1481 + "utf-8", 1482 +] 1483 + 1484 +[[package]] 1485 +name = "typenum" 1486 +version = "1.18.0" 1487 +source = "registry+https://github.com/rust-lang/crates.io-index" 1488 +checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 1489 + 1490 +[[package]] 1491 +name = "unicode-ident" 1492 +version = "1.0.17" 1493 +source = "registry+https://github.com/rust-lang/crates.io-index" 1494 +checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" 1495 + 1496 +[[package]] 1497 +name = "unsafe-libyaml" 1498 +version = "0.2.11" 1499 +source = "registry+https://github.com/rust-lang/crates.io-index" 1500 +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 1501 + 1502 +[[package]] 1503 +name = "untrusted" 1504 +version = "0.7.1" 1505 +source = "registry+https://github.com/rust-lang/crates.io-index" 1506 +checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1507 + 1508 +[[package]] 1509 +name = "url" 1510 +version = "2.5.4" 1511 +source = "registry+https://github.com/rust-lang/crates.io-index" 1512 +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 1513 +dependencies = [ 1514 + "form_urlencoded", 1515 + "idna", 1516 + "percent-encoding", 1517 +] 1518 + 1519 +[[package]] 1520 +name = "utf-8" 1521 +version = "0.7.6" 1522 +source = "registry+https://github.com/rust-lang/crates.io-index" 1523 +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 1524 + 1525 +[[package]] 1526 +name = "utf16_iter" 1527 +version = "1.0.5" 1528 +source = "registry+https://github.com/rust-lang/crates.io-index" 1529 +checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 1530 + 1531 +[[package]] 1532 +name = "utf8_iter" 1533 +version = "1.0.4" 1534 +source = "registry+https://github.com/rust-lang/crates.io-index" 1535 +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1536 + 1537 +[[package]] 1538 +name = "utf8parse" 1539 +version = "0.2.2" 1540 +source = "registry+https://github.com/rust-lang/crates.io-index" 1541 +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1542 + 1543 +[[package]] 1544 +name = "uuid" 1545 +version = "1.14.0" 1546 +source = "registry+https://github.com/rust-lang/crates.io-index" 1547 +checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" 1548 +dependencies = [ 1549 + "getrandom 0.3.1", 1550 +] 1551 + 1552 +[[package]] 1553 +name = "vcpkg" 1554 +version = "0.2.15" 1555 +source = "registry+https://github.com/rust-lang/crates.io-index" 1556 +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1557 + 1558 +[[package]] 1559 +name = "version_check" 1560 +version = "0.9.5" 1561 +source = "registry+https://github.com/rust-lang/crates.io-index" 1562 +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1563 + 1564 +[[package]] 1565 +name = "waker-fn" 1566 +version = "1.2.0" 1567 +source = "registry+https://github.com/rust-lang/crates.io-index" 1568 +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 1569 + 1570 +[[package]] 1571 +name = "wasi" 1572 +version = "0.11.0+wasi-snapshot-preview1" 1573 +source = "registry+https://github.com/rust-lang/crates.io-index" 1574 +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1575 + 1576 +[[package]] 1577 +name = "wasi" 1578 +version = "0.13.3+wasi-0.2.2" 1579 +source = "registry+https://github.com/rust-lang/crates.io-index" 1580 +checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" 1581 +dependencies = [ 1582 + "wit-bindgen-rt", 1583 +] 1584 + 1585 +[[package]] 1586 +name = "wasm-bindgen" 1587 +version = "0.2.100" 1588 +source = "registry+https://github.com/rust-lang/crates.io-index" 1589 +checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1590 +dependencies = [ 1591 + "cfg-if", 1592 + "once_cell", 1593 + "wasm-bindgen-macro", 1594 +] 1595 + 1596 +[[package]] 1597 +name = "wasm-bindgen-backend" 1598 +version = "0.2.100" 1599 +source = "registry+https://github.com/rust-lang/crates.io-index" 1600 +checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1601 +dependencies = [ 1602 + "bumpalo", 1603 + "log", 1604 + "proc-macro2", 1605 + "quote", 1606 + "syn", 1607 + "wasm-bindgen-shared", 1608 +] 1609 + 1610 +[[package]] 1611 +name = "wasm-bindgen-macro" 1612 +version = "0.2.100" 1613 +source = "registry+https://github.com/rust-lang/crates.io-index" 1614 +checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1615 +dependencies = [ 1616 + "quote", 1617 + "wasm-bindgen-macro-support", 1618 +] 1619 + 1620 +[[package]] 1621 +name = "wasm-bindgen-macro-support" 1622 +version = "0.2.100" 1623 +source = "registry+https://github.com/rust-lang/crates.io-index" 1624 +checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1625 +dependencies = [ 1626 + "proc-macro2", 1627 + "quote", 1628 + "syn", 1629 + "wasm-bindgen-backend", 1630 + "wasm-bindgen-shared", 1631 +] 1632 + 1633 +[[package]] 1634 +name = "wasm-bindgen-shared" 1635 +version = "0.2.100" 1636 +source = "registry+https://github.com/rust-lang/crates.io-index" 1637 +checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1638 +dependencies = [ 1639 + "unicode-ident", 1640 +] 1641 + 1642 +[[package]] 1643 +name = "web-sys" 1644 +version = "0.3.77" 1645 +source = "registry+https://github.com/rust-lang/crates.io-index" 1646 +checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 1647 +dependencies = [ 1648 + "js-sys", 1649 + "wasm-bindgen", 1650 +] 1651 + 1652 +[[package]] 1653 +name = "winapi" 1654 +version = "0.3.9" 1655 +source = "registry+https://github.com/rust-lang/crates.io-index" 1656 +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1657 +dependencies = [ 1658 + "winapi-i686-pc-windows-gnu", 1659 + "winapi-x86_64-pc-windows-gnu", 1660 +] 1661 + 1662 +[[package]] 1663 +name = "winapi-i686-pc-windows-gnu" 1664 +version = "0.4.0" 1665 +source = "registry+https://github.com/rust-lang/crates.io-index" 1666 +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1667 + 1668 +[[package]] 1669 +name = "winapi-util" 1670 +version = "0.1.9" 1671 +source = "registry+https://github.com/rust-lang/crates.io-index" 1672 +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 1673 +dependencies = [ 1674 + "windows-sys 0.59.0", 1675 +] 1676 + 1677 +[[package]] 1678 +name = "winapi-x86_64-pc-windows-gnu" 1679 +version = "0.4.0" 1680 +source = "registry+https://github.com/rust-lang/crates.io-index" 1681 +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1682 + 1683 +[[package]] 1684 +name = "windows-sys" 1685 +version = "0.48.0" 1686 +source = "registry+https://github.com/rust-lang/crates.io-index" 1687 +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1688 +dependencies = [ 1689 + "windows-targets 0.48.5", 1690 +] 1691 + 1692 +[[package]] 1693 +name = "windows-sys" 1694 +version = "0.52.0" 1695 +source = "registry+https://github.com/rust-lang/crates.io-index" 1696 +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1697 +dependencies = [ 1698 + "windows-targets 0.52.6", 1699 +] 1700 + 1701 +[[package]] 1702 +name = "windows-sys" 1703 +version = "0.59.0" 1704 +source = "registry+https://github.com/rust-lang/crates.io-index" 1705 +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1706 +dependencies = [ 1707 + "windows-targets 0.52.6", 1708 +] 1709 + 1710 +[[package]] 1711 +name = "windows-targets" 1712 +version = "0.48.5" 1713 +source = "registry+https://github.com/rust-lang/crates.io-index" 1714 +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1715 +dependencies = [ 1716 + "windows_aarch64_gnullvm 0.48.5", 1717 + "windows_aarch64_msvc 0.48.5", 1718 + "windows_i686_gnu 0.48.5", 1719 + "windows_i686_msvc 0.48.5", 1720 + "windows_x86_64_gnu 0.48.5", 1721 + "windows_x86_64_gnullvm 0.48.5", 1722 + "windows_x86_64_msvc 0.48.5", 1723 +] 1724 + 1725 +[[package]] 1726 +name = "windows-targets" 1727 +version = "0.52.6" 1728 +source = "registry+https://github.com/rust-lang/crates.io-index" 1729 +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1730 +dependencies = [ 1731 + "windows_aarch64_gnullvm 0.52.6", 1732 + "windows_aarch64_msvc 0.52.6", 1733 + "windows_i686_gnu 0.52.6", 1734 + "windows_i686_gnullvm", 1735 + "windows_i686_msvc 0.52.6", 1736 + "windows_x86_64_gnu 0.52.6", 1737 + "windows_x86_64_gnullvm 0.52.6", 1738 + "windows_x86_64_msvc 0.52.6", 1739 +] 1740 + 1741 +[[package]] 1742 +name = "windows_aarch64_gnullvm" 1743 +version = "0.48.5" 1744 +source = "registry+https://github.com/rust-lang/crates.io-index" 1745 +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1746 + 1747 +[[package]] 1748 +name = "windows_aarch64_gnullvm" 1749 +version = "0.52.6" 1750 +source = "registry+https://github.com/rust-lang/crates.io-index" 1751 +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1752 + 1753 +[[package]] 1754 +name = "windows_aarch64_msvc" 1755 +version = "0.48.5" 1756 +source = "registry+https://github.com/rust-lang/crates.io-index" 1757 +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1758 + 1759 +[[package]] 1760 +name = "windows_aarch64_msvc" 1761 +version = "0.52.6" 1762 +source = "registry+https://github.com/rust-lang/crates.io-index" 1763 +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1764 + 1765 +[[package]] 1766 +name = "windows_i686_gnu" 1767 +version = "0.48.5" 1768 +source = "registry+https://github.com/rust-lang/crates.io-index" 1769 +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1770 + 1771 +[[package]] 1772 +name = "windows_i686_gnu" 1773 +version = "0.52.6" 1774 +source = "registry+https://github.com/rust-lang/crates.io-index" 1775 +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1776 + 1777 +[[package]] 1778 +name = "windows_i686_gnullvm" 1779 +version = "0.52.6" 1780 +source = "registry+https://github.com/rust-lang/crates.io-index" 1781 +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1782 + 1783 +[[package]] 1784 +name = "windows_i686_msvc" 1785 +version = "0.48.5" 1786 +source = "registry+https://github.com/rust-lang/crates.io-index" 1787 +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1788 + 1789 +[[package]] 1790 +name = "windows_i686_msvc" 1791 +version = "0.52.6" 1792 +source = "registry+https://github.com/rust-lang/crates.io-index" 1793 +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1794 + 1795 +[[package]] 1796 +name = "windows_x86_64_gnu" 1797 +version = "0.48.5" 1798 +source = "registry+https://github.com/rust-lang/crates.io-index" 1799 +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1800 + 1801 +[[package]] 1802 +name = "windows_x86_64_gnu" 1803 +version = "0.52.6" 1804 +source = "registry+https://github.com/rust-lang/crates.io-index" 1805 +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1806 + 1807 +[[package]] 1808 +name = "windows_x86_64_gnullvm" 1809 +version = "0.48.5" 1810 +source = "registry+https://github.com/rust-lang/crates.io-index" 1811 +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1812 + 1813 +[[package]] 1814 +name = "windows_x86_64_gnullvm" 1815 +version = "0.52.6" 1816 +source = "registry+https://github.com/rust-lang/crates.io-index" 1817 +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1818 + 1819 +[[package]] 1820 +name = "windows_x86_64_msvc" 1821 +version = "0.48.5" 1822 +source = "registry+https://github.com/rust-lang/crates.io-index" 1823 +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1824 + 1825 +[[package]] 1826 +name = "windows_x86_64_msvc" 1827 +version = "0.52.6" 1828 +source = "registry+https://github.com/rust-lang/crates.io-index" 1829 +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1830 + 1831 +[[package]] 1832 +name = "wit-bindgen-rt" 1833 +version = "0.33.0" 1834 +source = "registry+https://github.com/rust-lang/crates.io-index" 1835 +checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" 1836 +dependencies = [ 1837 + "bitflags", 1838 +] 1839 + 1840 +[[package]] 1841 +name = "write16" 1842 +version = "1.0.0" 1843 +source = "registry+https://github.com/rust-lang/crates.io-index" 1844 +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 1845 + 1846 +[[package]] 1847 +name = "writeable" 1848 +version = "0.5.5" 1849 +source = "registry+https://github.com/rust-lang/crates.io-index" 1850 +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 1851 + 1852 +[[package]] 1853 +name = "yoke" 1854 +version = "0.7.5" 1855 +source = "registry+https://github.com/rust-lang/crates.io-index" 1856 +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 1857 +dependencies = [ 1858 + "serde", 1859 + "stable_deref_trait", 1860 + "yoke-derive", 1861 + "zerofrom", 1862 +] 1863 + 1864 +[[package]] 1865 +name = "yoke-derive" 1866 +version = "0.7.5" 1867 +source = "registry+https://github.com/rust-lang/crates.io-index" 1868 +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 1869 +dependencies = [ 1870 + "proc-macro2", 1871 + "quote", 1872 + "syn", 1873 + "synstructure", 1874 +] 1875 + 1876 +[[package]] 1877 +name = "zerocopy" 1878 +version = "0.7.35" 1879 +source = "registry+https://github.com/rust-lang/crates.io-index" 1880 +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 1881 +dependencies = [ 1882 + "byteorder", 1883 + "zerocopy-derive", 1884 +] 1885 + 1886 +[[package]] 1887 +name = "zerocopy-derive" 1888 +version = "0.7.35" 1889 +source = "registry+https://github.com/rust-lang/crates.io-index" 1890 +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 1891 +dependencies = [ 1892 + "proc-macro2", 1893 + "quote", 1894 + "syn", 1895 +] 1896 + 1897 +[[package]] 1898 +name = "zerofrom" 1899 +version = "0.1.5" 1900 +source = "registry+https://github.com/rust-lang/crates.io-index" 1901 +checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 1902 +dependencies = [ 1903 + "zerofrom-derive", 1904 +] 1905 + 1906 +[[package]] 1907 +name = "zerofrom-derive" 1908 +version = "0.1.5" 1909 +source = "registry+https://github.com/rust-lang/crates.io-index" 1910 +checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 1911 +dependencies = [ 1912 + "proc-macro2", 1913 + "quote", 1914 + "syn", 1915 + "synstructure", 1916 +] 1917 + 1918 +[[package]] 1919 +name = "zerovec" 1920 +version = "0.10.4" 1921 +source = "registry+https://github.com/rust-lang/crates.io-index" 1922 +checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 1923 +dependencies = [ 1924 + "yoke", 1925 + "zerofrom", 1926 + "zerovec-derive", 1927 +] 1928 + 1929 +[[package]] 1930 +name = "zerovec-derive" 1931 +version = "0.10.3" 1932 +source = "registry+https://github.com/rust-lang/crates.io-index" 1933 +checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 1934 +dependencies = [ 1935 + "proc-macro2", 1936 + "quote", 1937 + "syn", 1938 +]