sqld: init at 0.17.2

+5327
+5268
pkgs/servers/sql/sqld/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.17.0" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 10 + dependencies = [ 11 + "gimli", 12 + ] 13 + 14 + [[package]] 15 + name = "adler" 16 + version = "1.0.2" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 + 20 + [[package]] 21 + name = "ahash" 22 + version = "0.7.6" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 25 + dependencies = [ 26 + "getrandom", 27 + "once_cell", 28 + "version_check", 29 + ] 30 + 31 + [[package]] 32 + name = "ahash" 33 + version = "0.8.3" 34 + source = "registry+https://github.com/rust-lang/crates.io-index" 35 + checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 36 + dependencies = [ 37 + "cfg-if", 38 + "once_cell", 39 + "version_check", 40 + ] 41 + 42 + [[package]] 43 + name = "aho-corasick" 44 + version = "1.0.2" 45 + source = "registry+https://github.com/rust-lang/crates.io-index" 46 + checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 47 + dependencies = [ 48 + "memchr", 49 + ] 50 + 51 + [[package]] 52 + name = "alloc-no-stdlib" 53 + version = "2.0.4" 54 + source = "registry+https://github.com/rust-lang/crates.io-index" 55 + checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 56 + 57 + [[package]] 58 + name = "alloc-stdlib" 59 + version = "0.2.2" 60 + source = "registry+https://github.com/rust-lang/crates.io-index" 61 + checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 62 + dependencies = [ 63 + "alloc-no-stdlib", 64 + ] 65 + 66 + [[package]] 67 + name = "allocator-api2" 68 + version = "0.2.15" 69 + source = "registry+https://github.com/rust-lang/crates.io-index" 70 + checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9" 71 + 72 + [[package]] 73 + name = "ambient-authority" 74 + version = "0.0.1" 75 + source = "registry+https://github.com/rust-lang/crates.io-index" 76 + checksum = "ec8ad6edb4840b78c5c3d88de606b22252d552b55f3a4699fbb10fc070ec3049" 77 + 78 + [[package]] 79 + name = "android-tzdata" 80 + version = "0.1.1" 81 + source = "registry+https://github.com/rust-lang/crates.io-index" 82 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 83 + 84 + [[package]] 85 + name = "android_system_properties" 86 + version = "0.1.5" 87 + source = "registry+https://github.com/rust-lang/crates.io-index" 88 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 89 + dependencies = [ 90 + "libc", 91 + ] 92 + 93 + [[package]] 94 + name = "anstream" 95 + version = "0.3.2" 96 + source = "registry+https://github.com/rust-lang/crates.io-index" 97 + checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 98 + dependencies = [ 99 + "anstyle", 100 + "anstyle-parse", 101 + "anstyle-query", 102 + "anstyle-wincon", 103 + "colorchoice", 104 + "is-terminal 0.4.7", 105 + "utf8parse", 106 + ] 107 + 108 + [[package]] 109 + name = "anstyle" 110 + version = "1.0.1" 111 + source = "registry+https://github.com/rust-lang/crates.io-index" 112 + checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" 113 + 114 + [[package]] 115 + name = "anstyle-parse" 116 + version = "0.2.1" 117 + source = "registry+https://github.com/rust-lang/crates.io-index" 118 + checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 119 + dependencies = [ 120 + "utf8parse", 121 + ] 122 + 123 + [[package]] 124 + name = "anstyle-query" 125 + version = "1.0.0" 126 + source = "registry+https://github.com/rust-lang/crates.io-index" 127 + checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 128 + dependencies = [ 129 + "windows-sys 0.48.0", 130 + ] 131 + 132 + [[package]] 133 + name = "anstyle-wincon" 134 + version = "1.0.1" 135 + source = "registry+https://github.com/rust-lang/crates.io-index" 136 + checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 137 + dependencies = [ 138 + "anstyle", 139 + "windows-sys 0.48.0", 140 + ] 141 + 142 + [[package]] 143 + name = "anyhow" 144 + version = "1.0.71" 145 + source = "registry+https://github.com/rust-lang/crates.io-index" 146 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 147 + 148 + [[package]] 149 + name = "arbitrary" 150 + version = "1.3.0" 151 + source = "registry+https://github.com/rust-lang/crates.io-index" 152 + checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" 153 + dependencies = [ 154 + "derive_arbitrary", 155 + ] 156 + 157 + [[package]] 158 + name = "arc-swap" 159 + version = "1.6.0" 160 + source = "registry+https://github.com/rust-lang/crates.io-index" 161 + checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 162 + 163 + [[package]] 164 + name = "arrayvec" 165 + version = "0.7.4" 166 + source = "registry+https://github.com/rust-lang/crates.io-index" 167 + checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 168 + 169 + [[package]] 170 + name = "async-compression" 171 + version = "0.3.15" 172 + source = "registry+https://github.com/rust-lang/crates.io-index" 173 + checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 174 + dependencies = [ 175 + "brotli", 176 + "flate2", 177 + "futures-core", 178 + "memchr", 179 + "pin-project-lite", 180 + "tokio", 181 + ] 182 + 183 + [[package]] 184 + name = "async-lock" 185 + version = "2.7.0" 186 + source = "registry+https://github.com/rust-lang/crates.io-index" 187 + checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 188 + dependencies = [ 189 + "event-listener", 190 + ] 191 + 192 + [[package]] 193 + name = "async-stream" 194 + version = "0.3.5" 195 + source = "registry+https://github.com/rust-lang/crates.io-index" 196 + checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 197 + dependencies = [ 198 + "async-stream-impl", 199 + "futures-core", 200 + "pin-project-lite", 201 + ] 202 + 203 + [[package]] 204 + name = "async-stream-impl" 205 + version = "0.3.5" 206 + source = "registry+https://github.com/rust-lang/crates.io-index" 207 + checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 208 + dependencies = [ 209 + "proc-macro2", 210 + "quote", 211 + "syn 2.0.22", 212 + ] 213 + 214 + [[package]] 215 + name = "async-trait" 216 + version = "0.1.68" 217 + source = "registry+https://github.com/rust-lang/crates.io-index" 218 + checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 219 + dependencies = [ 220 + "proc-macro2", 221 + "quote", 222 + "syn 2.0.22", 223 + ] 224 + 225 + [[package]] 226 + name = "atty" 227 + version = "0.2.14" 228 + source = "registry+https://github.com/rust-lang/crates.io-index" 229 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 230 + dependencies = [ 231 + "hermit-abi 0.1.19", 232 + "libc", 233 + "winapi", 234 + ] 235 + 236 + [[package]] 237 + name = "autocfg" 238 + version = "1.1.0" 239 + source = "registry+https://github.com/rust-lang/crates.io-index" 240 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 241 + 242 + [[package]] 243 + name = "autotools" 244 + version = "0.2.6" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "aef8da1805e028a172334c3b680f93e71126f2327622faef2ec3d893c0a4ad77" 247 + dependencies = [ 248 + "cc", 249 + ] 250 + 251 + [[package]] 252 + name = "aws-config" 253 + version = "0.55.3" 254 + source = "registry+https://github.com/rust-lang/crates.io-index" 255 + checksum = "bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9" 256 + dependencies = [ 257 + "aws-credential-types", 258 + "aws-http", 259 + "aws-sdk-sso", 260 + "aws-sdk-sts", 261 + "aws-smithy-async", 262 + "aws-smithy-client", 263 + "aws-smithy-http", 264 + "aws-smithy-http-tower", 265 + "aws-smithy-json", 266 + "aws-smithy-types", 267 + "aws-types", 268 + "bytes 1.4.0", 269 + "fastrand", 270 + "hex", 271 + "http", 272 + "hyper", 273 + "ring", 274 + "time 0.3.22", 275 + "tokio", 276 + "tower", 277 + "tracing", 278 + "zeroize", 279 + ] 280 + 281 + [[package]] 282 + name = "aws-credential-types" 283 + version = "0.55.3" 284 + source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae" 286 + dependencies = [ 287 + "aws-smithy-async", 288 + "aws-smithy-types", 289 + "fastrand", 290 + "tokio", 291 + "tracing", 292 + "zeroize", 293 + ] 294 + 295 + [[package]] 296 + name = "aws-endpoint" 297 + version = "0.55.3" 298 + source = "registry+https://github.com/rust-lang/crates.io-index" 299 + checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04" 300 + dependencies = [ 301 + "aws-smithy-http", 302 + "aws-smithy-types", 303 + "aws-types", 304 + "http", 305 + "regex", 306 + "tracing", 307 + ] 308 + 309 + [[package]] 310 + name = "aws-http" 311 + version = "0.55.3" 312 + source = "registry+https://github.com/rust-lang/crates.io-index" 313 + checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44" 314 + dependencies = [ 315 + "aws-credential-types", 316 + "aws-smithy-http", 317 + "aws-smithy-types", 318 + "aws-types", 319 + "bytes 1.4.0", 320 + "http", 321 + "http-body", 322 + "lazy_static", 323 + "percent-encoding", 324 + "pin-project-lite", 325 + "tracing", 326 + ] 327 + 328 + [[package]] 329 + name = "aws-sdk-s3" 330 + version = "0.28.0" 331 + source = "registry+https://github.com/rust-lang/crates.io-index" 332 + checksum = "fba197193cbb4bcb6aad8d99796b2291f36fa89562ded5d4501363055b0de89f" 333 + dependencies = [ 334 + "aws-credential-types", 335 + "aws-endpoint", 336 + "aws-http", 337 + "aws-sig-auth", 338 + "aws-sigv4", 339 + "aws-smithy-async", 340 + "aws-smithy-checksums", 341 + "aws-smithy-client", 342 + "aws-smithy-eventstream", 343 + "aws-smithy-http", 344 + "aws-smithy-http-tower", 345 + "aws-smithy-json", 346 + "aws-smithy-types", 347 + "aws-smithy-xml", 348 + "aws-types", 349 + "bytes 1.4.0", 350 + "http", 351 + "http-body", 352 + "once_cell", 353 + "percent-encoding", 354 + "regex", 355 + "tokio-stream", 356 + "tower", 357 + "tracing", 358 + "url", 359 + ] 360 + 361 + [[package]] 362 + name = "aws-sdk-sso" 363 + version = "0.28.0" 364 + source = "registry+https://github.com/rust-lang/crates.io-index" 365 + checksum = "c8b812340d86d4a766b2ca73f740dfd47a97c2dff0c06c8517a16d88241957e4" 366 + dependencies = [ 367 + "aws-credential-types", 368 + "aws-endpoint", 369 + "aws-http", 370 + "aws-sig-auth", 371 + "aws-smithy-async", 372 + "aws-smithy-client", 373 + "aws-smithy-http", 374 + "aws-smithy-http-tower", 375 + "aws-smithy-json", 376 + "aws-smithy-types", 377 + "aws-types", 378 + "bytes 1.4.0", 379 + "http", 380 + "regex", 381 + "tokio-stream", 382 + "tower", 383 + "tracing", 384 + ] 385 + 386 + [[package]] 387 + name = "aws-sdk-sts" 388 + version = "0.28.0" 389 + source = "registry+https://github.com/rust-lang/crates.io-index" 390 + checksum = "265fac131fbfc188e5c3d96652ea90ecc676a934e3174eaaee523c6cec040b3b" 391 + dependencies = [ 392 + "aws-credential-types", 393 + "aws-endpoint", 394 + "aws-http", 395 + "aws-sig-auth", 396 + "aws-smithy-async", 397 + "aws-smithy-client", 398 + "aws-smithy-http", 399 + "aws-smithy-http-tower", 400 + "aws-smithy-json", 401 + "aws-smithy-query", 402 + "aws-smithy-types", 403 + "aws-smithy-xml", 404 + "aws-types", 405 + "bytes 1.4.0", 406 + "http", 407 + "regex", 408 + "tower", 409 + "tracing", 410 + ] 411 + 412 + [[package]] 413 + name = "aws-sig-auth" 414 + version = "0.55.3" 415 + source = "registry+https://github.com/rust-lang/crates.io-index" 416 + checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61" 417 + dependencies = [ 418 + "aws-credential-types", 419 + "aws-sigv4", 420 + "aws-smithy-eventstream", 421 + "aws-smithy-http", 422 + "aws-types", 423 + "http", 424 + "tracing", 425 + ] 426 + 427 + [[package]] 428 + name = "aws-sigv4" 429 + version = "0.55.3" 430 + source = "registry+https://github.com/rust-lang/crates.io-index" 431 + checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c" 432 + dependencies = [ 433 + "aws-smithy-eventstream", 434 + "aws-smithy-http", 435 + "bytes 1.4.0", 436 + "form_urlencoded", 437 + "hex", 438 + "hmac", 439 + "http", 440 + "once_cell", 441 + "percent-encoding", 442 + "regex", 443 + "sha2", 444 + "time 0.3.22", 445 + "tracing", 446 + ] 447 + 448 + [[package]] 449 + name = "aws-smithy-async" 450 + version = "0.55.3" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "13bda3996044c202d75b91afeb11a9afae9db9a721c6a7a427410018e286b880" 453 + dependencies = [ 454 + "futures-util", 455 + "pin-project-lite", 456 + "tokio", 457 + "tokio-stream", 458 + ] 459 + 460 + [[package]] 461 + name = "aws-smithy-checksums" 462 + version = "0.55.3" 463 + source = "registry+https://github.com/rust-lang/crates.io-index" 464 + checksum = "07ed8b96d95402f3f6b8b57eb4e0e45ee365f78b1a924faf20ff6e97abf1eae6" 465 + dependencies = [ 466 + "aws-smithy-http", 467 + "aws-smithy-types", 468 + "bytes 1.4.0", 469 + "crc32c", 470 + "crc32fast", 471 + "hex", 472 + "http", 473 + "http-body", 474 + "md-5", 475 + "pin-project-lite", 476 + "sha1", 477 + "sha2", 478 + "tracing", 479 + ] 480 + 481 + [[package]] 482 + name = "aws-smithy-client" 483 + version = "0.55.3" 484 + source = "registry+https://github.com/rust-lang/crates.io-index" 485 + checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd" 486 + dependencies = [ 487 + "aws-smithy-async", 488 + "aws-smithy-http", 489 + "aws-smithy-http-tower", 490 + "aws-smithy-types", 491 + "bytes 1.4.0", 492 + "fastrand", 493 + "http", 494 + "http-body", 495 + "hyper", 496 + "hyper-rustls 0.23.2", 497 + "lazy_static", 498 + "pin-project-lite", 499 + "rustls 0.20.8", 500 + "tokio", 501 + "tower", 502 + "tracing", 503 + ] 504 + 505 + [[package]] 506 + name = "aws-smithy-eventstream" 507 + version = "0.55.3" 508 + source = "registry+https://github.com/rust-lang/crates.io-index" 509 + checksum = "460c8da5110835e3d9a717c61f5556b20d03c32a1dec57f8fc559b360f733bb8" 510 + dependencies = [ 511 + "aws-smithy-types", 512 + "bytes 1.4.0", 513 + "crc32fast", 514 + ] 515 + 516 + [[package]] 517 + name = "aws-smithy-http" 518 + version = "0.55.3" 519 + source = "registry+https://github.com/rust-lang/crates.io-index" 520 + checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28" 521 + dependencies = [ 522 + "aws-smithy-eventstream", 523 + "aws-smithy-types", 524 + "bytes 1.4.0", 525 + "bytes-utils", 526 + "futures-core", 527 + "http", 528 + "http-body", 529 + "hyper", 530 + "once_cell", 531 + "percent-encoding", 532 + "pin-project-lite", 533 + "pin-utils", 534 + "tokio", 535 + "tokio-util", 536 + "tracing", 537 + ] 538 + 539 + [[package]] 540 + name = "aws-smithy-http-tower" 541 + version = "0.55.3" 542 + source = "registry+https://github.com/rust-lang/crates.io-index" 543 + checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9" 544 + dependencies = [ 545 + "aws-smithy-http", 546 + "aws-smithy-types", 547 + "bytes 1.4.0", 548 + "http", 549 + "http-body", 550 + "pin-project-lite", 551 + "tower", 552 + "tracing", 553 + ] 554 + 555 + [[package]] 556 + name = "aws-smithy-json" 557 + version = "0.55.3" 558 + source = "registry+https://github.com/rust-lang/crates.io-index" 559 + checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8" 560 + dependencies = [ 561 + "aws-smithy-types", 562 + ] 563 + 564 + [[package]] 565 + name = "aws-smithy-query" 566 + version = "0.55.3" 567 + source = "registry+https://github.com/rust-lang/crates.io-index" 568 + checksum = "98819eb0b04020a1c791903533b638534ae6c12e2aceda3e6e6fba015608d51d" 569 + dependencies = [ 570 + "aws-smithy-types", 571 + "urlencoding", 572 + ] 573 + 574 + [[package]] 575 + name = "aws-smithy-types" 576 + version = "0.55.3" 577 + source = "registry+https://github.com/rust-lang/crates.io-index" 578 + checksum = "16a3d0bf4f324f4ef9793b86a1701d9700fbcdbd12a846da45eed104c634c6e8" 579 + dependencies = [ 580 + "base64-simd", 581 + "itoa", 582 + "num-integer", 583 + "ryu", 584 + "time 0.3.22", 585 + ] 586 + 587 + [[package]] 588 + name = "aws-smithy-xml" 589 + version = "0.55.3" 590 + source = "registry+https://github.com/rust-lang/crates.io-index" 591 + checksum = "b1b9d12875731bd07e767be7baad95700c3137b56730ec9ddeedb52a5e5ca63b" 592 + dependencies = [ 593 + "xmlparser", 594 + ] 595 + 596 + [[package]] 597 + name = "aws-types" 598 + version = "0.55.3" 599 + source = "registry+https://github.com/rust-lang/crates.io-index" 600 + checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829" 601 + dependencies = [ 602 + "aws-credential-types", 603 + "aws-smithy-async", 604 + "aws-smithy-client", 605 + "aws-smithy-http", 606 + "aws-smithy-types", 607 + "http", 608 + "rustc_version", 609 + "tracing", 610 + ] 611 + 612 + [[package]] 613 + name = "axum" 614 + version = "0.6.18" 615 + source = "registry+https://github.com/rust-lang/crates.io-index" 616 + checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" 617 + dependencies = [ 618 + "async-trait", 619 + "axum-core", 620 + "bitflags 1.3.2", 621 + "bytes 1.4.0", 622 + "futures-util", 623 + "http", 624 + "http-body", 625 + "hyper", 626 + "itoa", 627 + "matchit", 628 + "memchr", 629 + "mime", 630 + "percent-encoding", 631 + "pin-project-lite", 632 + "rustversion", 633 + "serde", 634 + "serde_json", 635 + "serde_path_to_error", 636 + "serde_urlencoded", 637 + "sync_wrapper", 638 + "tokio", 639 + "tower", 640 + "tower-layer", 641 + "tower-service", 642 + ] 643 + 644 + [[package]] 645 + name = "axum-core" 646 + version = "0.3.4" 647 + source = "registry+https://github.com/rust-lang/crates.io-index" 648 + checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 649 + dependencies = [ 650 + "async-trait", 651 + "bytes 1.4.0", 652 + "futures-util", 653 + "http", 654 + "http-body", 655 + "mime", 656 + "rustversion", 657 + "tower-layer", 658 + "tower-service", 659 + ] 660 + 661 + [[package]] 662 + name = "base64" 663 + version = "0.13.1" 664 + source = "registry+https://github.com/rust-lang/crates.io-index" 665 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 666 + 667 + [[package]] 668 + name = "base64" 669 + version = "0.21.2" 670 + source = "registry+https://github.com/rust-lang/crates.io-index" 671 + checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 672 + 673 + [[package]] 674 + name = "base64-simd" 675 + version = "0.8.0" 676 + source = "registry+https://github.com/rust-lang/crates.io-index" 677 + checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 678 + dependencies = [ 679 + "outref", 680 + "vsimd", 681 + ] 682 + 683 + [[package]] 684 + name = "bincode" 685 + version = "1.3.3" 686 + source = "registry+https://github.com/rust-lang/crates.io-index" 687 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 688 + dependencies = [ 689 + "serde", 690 + ] 691 + 692 + [[package]] 693 + name = "bindgen" 694 + version = "0.65.1" 695 + source = "registry+https://github.com/rust-lang/crates.io-index" 696 + checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" 697 + dependencies = [ 698 + "bitflags 1.3.2", 699 + "cexpr", 700 + "clang-sys", 701 + "lazy_static", 702 + "lazycell", 703 + "peeking_take_while", 704 + "prettyplease 0.2.9", 705 + "proc-macro2", 706 + "quote", 707 + "regex", 708 + "rustc-hash", 709 + "shlex", 710 + "syn 2.0.22", 711 + ] 712 + 713 + [[package]] 714 + name = "bit-set" 715 + version = "0.5.3" 716 + source = "registry+https://github.com/rust-lang/crates.io-index" 717 + checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 718 + dependencies = [ 719 + "bit-vec", 720 + ] 721 + 722 + [[package]] 723 + name = "bit-vec" 724 + version = "0.6.3" 725 + source = "registry+https://github.com/rust-lang/crates.io-index" 726 + checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 727 + 728 + [[package]] 729 + name = "bitflags" 730 + version = "1.3.2" 731 + source = "registry+https://github.com/rust-lang/crates.io-index" 732 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 733 + 734 + [[package]] 735 + name = "bitflags" 736 + version = "2.3.3" 737 + source = "registry+https://github.com/rust-lang/crates.io-index" 738 + checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" 739 + 740 + [[package]] 741 + name = "block-buffer" 742 + version = "0.10.4" 743 + source = "registry+https://github.com/rust-lang/crates.io-index" 744 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 745 + dependencies = [ 746 + "generic-array", 747 + ] 748 + 749 + [[package]] 750 + name = "bottomless" 751 + version = "0.1.18" 752 + dependencies = [ 753 + "anyhow", 754 + "arc-swap", 755 + "async-compression", 756 + "aws-config", 757 + "aws-sdk-s3", 758 + "bytes 1.4.0", 759 + "chrono", 760 + "crc", 761 + "futures", 762 + "rand", 763 + "sqld-libsql-bindings", 764 + "tokio", 765 + "tokio-util", 766 + "tracing", 767 + "tracing-subscriber", 768 + "uuid", 769 + ] 770 + 771 + [[package]] 772 + name = "bottomless-cli" 773 + version = "0.1.14" 774 + dependencies = [ 775 + "anyhow", 776 + "aws-config", 777 + "aws-sdk-s3", 778 + "aws-smithy-types", 779 + "bottomless", 780 + "chrono", 781 + "clap", 782 + "tokio", 783 + "tracing", 784 + "tracing-subscriber", 785 + "uuid", 786 + ] 787 + 788 + [[package]] 789 + name = "brotli" 790 + version = "3.3.4" 791 + source = "registry+https://github.com/rust-lang/crates.io-index" 792 + checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" 793 + dependencies = [ 794 + "alloc-no-stdlib", 795 + "alloc-stdlib", 796 + "brotli-decompressor", 797 + ] 798 + 799 + [[package]] 800 + name = "brotli-decompressor" 801 + version = "2.3.4" 802 + source = "registry+https://github.com/rust-lang/crates.io-index" 803 + checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" 804 + dependencies = [ 805 + "alloc-no-stdlib", 806 + "alloc-stdlib", 807 + ] 808 + 809 + [[package]] 810 + name = "bumpalo" 811 + version = "3.13.0" 812 + source = "registry+https://github.com/rust-lang/crates.io-index" 813 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 814 + 815 + [[package]] 816 + name = "bytemuck" 817 + version = "1.13.1" 818 + source = "registry+https://github.com/rust-lang/crates.io-index" 819 + checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 820 + dependencies = [ 821 + "bytemuck_derive", 822 + ] 823 + 824 + [[package]] 825 + name = "bytemuck_derive" 826 + version = "1.4.1" 827 + source = "registry+https://github.com/rust-lang/crates.io-index" 828 + checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192" 829 + dependencies = [ 830 + "proc-macro2", 831 + "quote", 832 + "syn 2.0.22", 833 + ] 834 + 835 + [[package]] 836 + name = "byteorder" 837 + version = "1.4.3" 838 + source = "registry+https://github.com/rust-lang/crates.io-index" 839 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 840 + 841 + [[package]] 842 + name = "bytes" 843 + version = "0.5.6" 844 + source = "registry+https://github.com/rust-lang/crates.io-index" 845 + checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 846 + 847 + [[package]] 848 + name = "bytes" 849 + version = "1.4.0" 850 + source = "registry+https://github.com/rust-lang/crates.io-index" 851 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 852 + dependencies = [ 853 + "serde", 854 + ] 855 + 856 + [[package]] 857 + name = "bytes-utils" 858 + version = "0.1.3" 859 + source = "registry+https://github.com/rust-lang/crates.io-index" 860 + checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9" 861 + dependencies = [ 862 + "bytes 1.4.0", 863 + "either", 864 + ] 865 + 866 + [[package]] 867 + name = "bytesize" 868 + version = "1.2.0" 869 + source = "registry+https://github.com/rust-lang/crates.io-index" 870 + checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" 871 + 872 + [[package]] 873 + name = "cap-fs-ext" 874 + version = "0.26.1" 875 + source = "registry+https://github.com/rust-lang/crates.io-index" 876 + checksum = "0b0e103ce36d217d568903ad27b14ec2238ecb5d65bad2e756a8f3c0d651506e" 877 + dependencies = [ 878 + "cap-primitives", 879 + "cap-std", 880 + "io-lifetimes 0.7.5", 881 + "windows-sys 0.36.1", 882 + ] 883 + 884 + [[package]] 885 + name = "cap-primitives" 886 + version = "0.26.1" 887 + source = "registry+https://github.com/rust-lang/crates.io-index" 888 + checksum = "af3f336aa91cce16033ed3c94ac91d98956c49b420e6d6cd0dd7d0e386a57085" 889 + dependencies = [ 890 + "ambient-authority", 891 + "fs-set-times", 892 + "io-extras", 893 + "io-lifetimes 0.7.5", 894 + "ipnet", 895 + "maybe-owned", 896 + "rustix 0.35.13", 897 + "winapi-util", 898 + "windows-sys 0.36.1", 899 + "winx", 900 + ] 901 + 902 + [[package]] 903 + name = "cap-rand" 904 + version = "0.26.1" 905 + source = "registry+https://github.com/rust-lang/crates.io-index" 906 + checksum = "d14b9606aa9550d34651bc481443203bc014237bdb992d201d2afa62d2ec6dea" 907 + dependencies = [ 908 + "ambient-authority", 909 + "rand", 910 + ] 911 + 912 + [[package]] 913 + name = "cap-std" 914 + version = "0.26.1" 915 + source = "registry+https://github.com/rust-lang/crates.io-index" 916 + checksum = "c9d6e70b626eceac9d6fc790fe2d72cc3f2f7bc3c35f467690c54a526b0f56db" 917 + dependencies = [ 918 + "cap-primitives", 919 + "io-extras", 920 + "io-lifetimes 0.7.5", 921 + "ipnet", 922 + "rustix 0.35.13", 923 + ] 924 + 925 + [[package]] 926 + name = "cap-time-ext" 927 + version = "0.26.1" 928 + source = "registry+https://github.com/rust-lang/crates.io-index" 929 + checksum = "c3a0524f7c4cff2ea547ae2b652bf7a348fd3e48f76556dc928d8b45ab2f1d50" 930 + dependencies = [ 931 + "cap-primitives", 932 + "once_cell", 933 + "rustix 0.35.13", 934 + "winx", 935 + ] 936 + 937 + [[package]] 938 + name = "cc" 939 + version = "1.0.79" 940 + source = "registry+https://github.com/rust-lang/crates.io-index" 941 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 942 + dependencies = [ 943 + "jobserver", 944 + ] 945 + 946 + [[package]] 947 + name = "cexpr" 948 + version = "0.6.0" 949 + source = "registry+https://github.com/rust-lang/crates.io-index" 950 + checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 951 + dependencies = [ 952 + "nom", 953 + ] 954 + 955 + [[package]] 956 + name = "cfg-if" 957 + version = "1.0.0" 958 + source = "registry+https://github.com/rust-lang/crates.io-index" 959 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 960 + 961 + [[package]] 962 + name = "chrono" 963 + version = "0.4.26" 964 + source = "registry+https://github.com/rust-lang/crates.io-index" 965 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 966 + dependencies = [ 967 + "android-tzdata", 968 + "iana-time-zone", 969 + "js-sys", 970 + "num-traits", 971 + "serde", 972 + "time 0.1.45", 973 + "wasm-bindgen", 974 + "winapi", 975 + ] 976 + 977 + [[package]] 978 + name = "clang-sys" 979 + version = "1.6.1" 980 + source = "registry+https://github.com/rust-lang/crates.io-index" 981 + checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" 982 + dependencies = [ 983 + "glob", 984 + "libc", 985 + "libloading", 986 + ] 987 + 988 + [[package]] 989 + name = "clap" 990 + version = "4.3.8" 991 + source = "registry+https://github.com/rust-lang/crates.io-index" 992 + checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211" 993 + dependencies = [ 994 + "clap_builder", 995 + "clap_derive", 996 + "once_cell", 997 + ] 998 + 999 + [[package]] 1000 + name = "clap_builder" 1001 + version = "4.3.8" 1002 + source = "registry+https://github.com/rust-lang/crates.io-index" 1003 + checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717" 1004 + dependencies = [ 1005 + "anstream", 1006 + "anstyle", 1007 + "bitflags 1.3.2", 1008 + "clap_lex", 1009 + "strsim", 1010 + ] 1011 + 1012 + [[package]] 1013 + name = "clap_derive" 1014 + version = "4.3.2" 1015 + source = "registry+https://github.com/rust-lang/crates.io-index" 1016 + checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" 1017 + dependencies = [ 1018 + "heck", 1019 + "proc-macro2", 1020 + "quote", 1021 + "syn 2.0.22", 1022 + ] 1023 + 1024 + [[package]] 1025 + name = "clap_lex" 1026 + version = "0.5.0" 1027 + source = "registry+https://github.com/rust-lang/crates.io-index" 1028 + checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 1029 + 1030 + [[package]] 1031 + name = "colorchoice" 1032 + version = "1.0.0" 1033 + source = "registry+https://github.com/rust-lang/crates.io-index" 1034 + checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 1035 + 1036 + [[package]] 1037 + name = "console" 1038 + version = "0.15.7" 1039 + source = "registry+https://github.com/rust-lang/crates.io-index" 1040 + checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 1041 + dependencies = [ 1042 + "encode_unicode", 1043 + "lazy_static", 1044 + "libc", 1045 + "windows-sys 0.45.0", 1046 + ] 1047 + 1048 + [[package]] 1049 + name = "console-api" 1050 + version = "0.5.0" 1051 + source = "registry+https://github.com/rust-lang/crates.io-index" 1052 + checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e" 1053 + dependencies = [ 1054 + "prost", 1055 + "prost-types", 1056 + "tonic 0.9.2", 1057 + "tracing-core", 1058 + ] 1059 + 1060 + [[package]] 1061 + name = "console-subscriber" 1062 + version = "0.1.9" 1063 + source = "registry+https://github.com/rust-lang/crates.io-index" 1064 + checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7" 1065 + dependencies = [ 1066 + "console-api", 1067 + "crossbeam-channel", 1068 + "crossbeam-utils", 1069 + "futures", 1070 + "hdrhistogram", 1071 + "humantime", 1072 + "prost-types", 1073 + "serde", 1074 + "serde_json", 1075 + "thread_local", 1076 + "tokio", 1077 + "tokio-stream", 1078 + "tonic 0.9.2", 1079 + "tracing", 1080 + "tracing-core", 1081 + "tracing-subscriber", 1082 + ] 1083 + 1084 + [[package]] 1085 + name = "containers-api" 1086 + version = "0.8.0" 1087 + source = "registry+https://github.com/rust-lang/crates.io-index" 1088 + checksum = "ef94b0ff8338282b35bafb408eb0a3e53ba05bdb3b36840589ab9a67a6682593" 1089 + dependencies = [ 1090 + "chrono", 1091 + "flate2", 1092 + "futures-util", 1093 + "http", 1094 + "hyper", 1095 + "hyperlocal", 1096 + "log", 1097 + "mime", 1098 + "paste", 1099 + "pin-project 1.1.0", 1100 + "serde", 1101 + "serde_json", 1102 + "tar", 1103 + "thiserror", 1104 + "tokio", 1105 + "url", 1106 + ] 1107 + 1108 + [[package]] 1109 + name = "core-foundation" 1110 + version = "0.9.3" 1111 + source = "registry+https://github.com/rust-lang/crates.io-index" 1112 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 1113 + dependencies = [ 1114 + "core-foundation-sys", 1115 + "libc", 1116 + ] 1117 + 1118 + [[package]] 1119 + name = "core-foundation-sys" 1120 + version = "0.8.4" 1121 + source = "registry+https://github.com/rust-lang/crates.io-index" 1122 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 1123 + 1124 + [[package]] 1125 + name = "cpp_demangle" 1126 + version = "0.3.5" 1127 + source = "registry+https://github.com/rust-lang/crates.io-index" 1128 + checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" 1129 + dependencies = [ 1130 + "cfg-if", 1131 + ] 1132 + 1133 + [[package]] 1134 + name = "cpufeatures" 1135 + version = "0.2.8" 1136 + source = "registry+https://github.com/rust-lang/crates.io-index" 1137 + checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c" 1138 + dependencies = [ 1139 + "libc", 1140 + ] 1141 + 1142 + [[package]] 1143 + name = "cranelift-bforest" 1144 + version = "0.90.1" 1145 + source = "registry+https://github.com/rust-lang/crates.io-index" 1146 + checksum = "b62c772976416112fa4484cbd688cb6fb35fd430005c1c586224fc014018abad" 1147 + dependencies = [ 1148 + "cranelift-entity", 1149 + ] 1150 + 1151 + [[package]] 1152 + name = "cranelift-codegen" 1153 + version = "0.90.1" 1154 + source = "registry+https://github.com/rust-lang/crates.io-index" 1155 + checksum = "9b40ed2dd13c2ac7e24f88a3090c68ad3414eb1d066a95f8f1f7b3b819cb4e46" 1156 + dependencies = [ 1157 + "arrayvec", 1158 + "bumpalo", 1159 + "cranelift-bforest", 1160 + "cranelift-codegen-meta", 1161 + "cranelift-codegen-shared", 1162 + "cranelift-egraph", 1163 + "cranelift-entity", 1164 + "cranelift-isle", 1165 + "gimli", 1166 + "log", 1167 + "regalloc2", 1168 + "smallvec", 1169 + "target-lexicon", 1170 + ] 1171 + 1172 + [[package]] 1173 + name = "cranelift-codegen-meta" 1174 + version = "0.90.1" 1175 + source = "registry+https://github.com/rust-lang/crates.io-index" 1176 + checksum = "bb927a8f1c27c34ee3759b6b0ffa528d2330405d5cc4511f0cab33fe2279f4b5" 1177 + dependencies = [ 1178 + "cranelift-codegen-shared", 1179 + ] 1180 + 1181 + [[package]] 1182 + name = "cranelift-codegen-shared" 1183 + version = "0.90.1" 1184 + source = "registry+https://github.com/rust-lang/crates.io-index" 1185 + checksum = "43dfa417b884a9ab488d95fd6b93b25e959321fe7bfd7a0a960ba5d7fb7ab927" 1186 + 1187 + [[package]] 1188 + name = "cranelift-egraph" 1189 + version = "0.90.1" 1190 + source = "registry+https://github.com/rust-lang/crates.io-index" 1191 + checksum = "e0a66b39785efd8513d2cca967ede56d6cc57c8d7986a595c7c47d0c78de8dce" 1192 + dependencies = [ 1193 + "cranelift-entity", 1194 + "fxhash", 1195 + "hashbrown 0.12.3", 1196 + "indexmap 1.9.3", 1197 + "log", 1198 + "smallvec", 1199 + ] 1200 + 1201 + [[package]] 1202 + name = "cranelift-entity" 1203 + version = "0.90.1" 1204 + source = "registry+https://github.com/rust-lang/crates.io-index" 1205 + checksum = "0637ffde963cb5d759bc4d454cfa364b6509e6c74cdaa21298add0ed9276f346" 1206 + dependencies = [ 1207 + "serde", 1208 + ] 1209 + 1210 + [[package]] 1211 + name = "cranelift-frontend" 1212 + version = "0.90.1" 1213 + source = "registry+https://github.com/rust-lang/crates.io-index" 1214 + checksum = "fb72b8342685e850cb037350418f62cc4fc55d6c2eb9c7ca01b82f9f1a6f3d56" 1215 + dependencies = [ 1216 + "cranelift-codegen", 1217 + "log", 1218 + "smallvec", 1219 + "target-lexicon", 1220 + ] 1221 + 1222 + [[package]] 1223 + name = "cranelift-isle" 1224 + version = "0.90.1" 1225 + source = "registry+https://github.com/rust-lang/crates.io-index" 1226 + checksum = "850579cb9e4b448f7c301f1e6e6cbad99abe3f1f1d878a4994cb66e33c6db8cd" 1227 + 1228 + [[package]] 1229 + name = "cranelift-native" 1230 + version = "0.90.1" 1231 + source = "registry+https://github.com/rust-lang/crates.io-index" 1232 + checksum = "2d0a279e5bcba3e0466c734d8d8eb6bfc1ad29e95c37f3e4955b492b5616335e" 1233 + dependencies = [ 1234 + "cranelift-codegen", 1235 + "libc", 1236 + "target-lexicon", 1237 + ] 1238 + 1239 + [[package]] 1240 + name = "cranelift-wasm" 1241 + version = "0.90.1" 1242 + source = "registry+https://github.com/rust-lang/crates.io-index" 1243 + checksum = "e6b8c5e7ffb754093fb89ec4bd4f9dbb9f1c955427299e334917d284745835c2" 1244 + dependencies = [ 1245 + "cranelift-codegen", 1246 + "cranelift-entity", 1247 + "cranelift-frontend", 1248 + "itertools", 1249 + "log", 1250 + "smallvec", 1251 + "wasmparser", 1252 + "wasmtime-types", 1253 + ] 1254 + 1255 + [[package]] 1256 + name = "crc" 1257 + version = "3.0.1" 1258 + source = "registry+https://github.com/rust-lang/crates.io-index" 1259 + checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" 1260 + dependencies = [ 1261 + "crc-catalog", 1262 + ] 1263 + 1264 + [[package]] 1265 + name = "crc-catalog" 1266 + version = "2.2.0" 1267 + source = "registry+https://github.com/rust-lang/crates.io-index" 1268 + checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" 1269 + 1270 + [[package]] 1271 + name = "crc32c" 1272 + version = "0.6.3" 1273 + source = "registry+https://github.com/rust-lang/crates.io-index" 1274 + checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e" 1275 + dependencies = [ 1276 + "rustc_version", 1277 + ] 1278 + 1279 + [[package]] 1280 + name = "crc32fast" 1281 + version = "1.3.2" 1282 + source = "registry+https://github.com/rust-lang/crates.io-index" 1283 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 1284 + dependencies = [ 1285 + "cfg-if", 1286 + ] 1287 + 1288 + [[package]] 1289 + name = "crossbeam" 1290 + version = "0.8.2" 1291 + source = "registry+https://github.com/rust-lang/crates.io-index" 1292 + checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" 1293 + dependencies = [ 1294 + "cfg-if", 1295 + "crossbeam-channel", 1296 + "crossbeam-deque", 1297 + "crossbeam-epoch", 1298 + "crossbeam-queue", 1299 + "crossbeam-utils", 1300 + ] 1301 + 1302 + [[package]] 1303 + name = "crossbeam-channel" 1304 + version = "0.5.8" 1305 + source = "registry+https://github.com/rust-lang/crates.io-index" 1306 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 1307 + dependencies = [ 1308 + "cfg-if", 1309 + "crossbeam-utils", 1310 + ] 1311 + 1312 + [[package]] 1313 + name = "crossbeam-deque" 1314 + version = "0.8.3" 1315 + source = "registry+https://github.com/rust-lang/crates.io-index" 1316 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 1317 + dependencies = [ 1318 + "cfg-if", 1319 + "crossbeam-epoch", 1320 + "crossbeam-utils", 1321 + ] 1322 + 1323 + [[package]] 1324 + name = "crossbeam-epoch" 1325 + version = "0.9.15" 1326 + source = "registry+https://github.com/rust-lang/crates.io-index" 1327 + checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 1328 + dependencies = [ 1329 + "autocfg", 1330 + "cfg-if", 1331 + "crossbeam-utils", 1332 + "memoffset 0.9.0", 1333 + "scopeguard", 1334 + ] 1335 + 1336 + [[package]] 1337 + name = "crossbeam-queue" 1338 + version = "0.3.8" 1339 + source = "registry+https://github.com/rust-lang/crates.io-index" 1340 + checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" 1341 + dependencies = [ 1342 + "cfg-if", 1343 + "crossbeam-utils", 1344 + ] 1345 + 1346 + [[package]] 1347 + name = "crossbeam-utils" 1348 + version = "0.8.16" 1349 + source = "registry+https://github.com/rust-lang/crates.io-index" 1350 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 1351 + dependencies = [ 1352 + "cfg-if", 1353 + ] 1354 + 1355 + [[package]] 1356 + name = "crypto-common" 1357 + version = "0.1.6" 1358 + source = "registry+https://github.com/rust-lang/crates.io-index" 1359 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1360 + dependencies = [ 1361 + "generic-array", 1362 + "typenum", 1363 + ] 1364 + 1365 + [[package]] 1366 + name = "data-encoding" 1367 + version = "2.4.0" 1368 + source = "registry+https://github.com/rust-lang/crates.io-index" 1369 + checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" 1370 + 1371 + [[package]] 1372 + name = "derive_arbitrary" 1373 + version = "1.3.1" 1374 + source = "registry+https://github.com/rust-lang/crates.io-index" 1375 + checksum = "53e0efad4403bfc52dc201159c4b842a246a14b98c64b55dfd0f2d89729dfeb8" 1376 + dependencies = [ 1377 + "proc-macro2", 1378 + "quote", 1379 + "syn 2.0.22", 1380 + ] 1381 + 1382 + [[package]] 1383 + name = "digest" 1384 + version = "0.10.7" 1385 + source = "registry+https://github.com/rust-lang/crates.io-index" 1386 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1387 + dependencies = [ 1388 + "block-buffer", 1389 + "crypto-common", 1390 + "subtle", 1391 + ] 1392 + 1393 + [[package]] 1394 + name = "directories-next" 1395 + version = "2.0.0" 1396 + source = "registry+https://github.com/rust-lang/crates.io-index" 1397 + checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" 1398 + dependencies = [ 1399 + "cfg-if", 1400 + "dirs-sys-next", 1401 + ] 1402 + 1403 + [[package]] 1404 + name = "dirs" 1405 + version = "4.0.0" 1406 + source = "registry+https://github.com/rust-lang/crates.io-index" 1407 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1408 + dependencies = [ 1409 + "dirs-sys", 1410 + ] 1411 + 1412 + [[package]] 1413 + name = "dirs-sys" 1414 + version = "0.3.7" 1415 + source = "registry+https://github.com/rust-lang/crates.io-index" 1416 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1417 + dependencies = [ 1418 + "libc", 1419 + "redox_users", 1420 + "winapi", 1421 + ] 1422 + 1423 + [[package]] 1424 + name = "dirs-sys-next" 1425 + version = "0.1.2" 1426 + source = "registry+https://github.com/rust-lang/crates.io-index" 1427 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1428 + dependencies = [ 1429 + "libc", 1430 + "redox_users", 1431 + "winapi", 1432 + ] 1433 + 1434 + [[package]] 1435 + name = "either" 1436 + version = "1.8.1" 1437 + source = "registry+https://github.com/rust-lang/crates.io-index" 1438 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 1439 + 1440 + [[package]] 1441 + name = "enclose" 1442 + version = "1.1.8" 1443 + source = "registry+https://github.com/rust-lang/crates.io-index" 1444 + checksum = "1056f553da426e9c025a662efa48b52e62e0a3a7648aa2d15aeaaf7f0d329357" 1445 + 1446 + [[package]] 1447 + name = "encode_unicode" 1448 + version = "0.3.6" 1449 + source = "registry+https://github.com/rust-lang/crates.io-index" 1450 + checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1451 + 1452 + [[package]] 1453 + name = "encoding_rs" 1454 + version = "0.8.32" 1455 + source = "registry+https://github.com/rust-lang/crates.io-index" 1456 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 1457 + dependencies = [ 1458 + "cfg-if", 1459 + ] 1460 + 1461 + [[package]] 1462 + name = "end-to-end" 1463 + version = "0.1.0" 1464 + dependencies = [ 1465 + "anyhow", 1466 + "clap", 1467 + "hyper", 1468 + "insta", 1469 + "octopod", 1470 + "reqwest", 1471 + "serde_json", 1472 + "tokio", 1473 + "tracing", 1474 + "tracing-subscriber", 1475 + ] 1476 + 1477 + [[package]] 1478 + name = "env_logger" 1479 + version = "0.10.0" 1480 + source = "registry+https://github.com/rust-lang/crates.io-index" 1481 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 1482 + dependencies = [ 1483 + "humantime", 1484 + "is-terminal 0.4.7", 1485 + "log", 1486 + "regex", 1487 + "termcolor", 1488 + ] 1489 + 1490 + [[package]] 1491 + name = "equivalent" 1492 + version = "1.0.0" 1493 + source = "registry+https://github.com/rust-lang/crates.io-index" 1494 + checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 1495 + 1496 + [[package]] 1497 + name = "errno" 1498 + version = "0.2.8" 1499 + source = "registry+https://github.com/rust-lang/crates.io-index" 1500 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 1501 + dependencies = [ 1502 + "errno-dragonfly", 1503 + "libc", 1504 + "winapi", 1505 + ] 1506 + 1507 + [[package]] 1508 + name = "errno" 1509 + version = "0.3.1" 1510 + source = "registry+https://github.com/rust-lang/crates.io-index" 1511 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 1512 + dependencies = [ 1513 + "errno-dragonfly", 1514 + "libc", 1515 + "windows-sys 0.48.0", 1516 + ] 1517 + 1518 + [[package]] 1519 + name = "errno-dragonfly" 1520 + version = "0.1.2" 1521 + source = "registry+https://github.com/rust-lang/crates.io-index" 1522 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1523 + dependencies = [ 1524 + "cc", 1525 + "libc", 1526 + ] 1527 + 1528 + [[package]] 1529 + name = "event-listener" 1530 + version = "2.5.3" 1531 + source = "registry+https://github.com/rust-lang/crates.io-index" 1532 + checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1533 + 1534 + [[package]] 1535 + name = "fallible-iterator" 1536 + version = "0.2.0" 1537 + source = "registry+https://github.com/rust-lang/crates.io-index" 1538 + checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 1539 + 1540 + [[package]] 1541 + name = "fallible-streaming-iterator" 1542 + version = "0.1.9" 1543 + source = "registry+https://github.com/rust-lang/crates.io-index" 1544 + checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1545 + 1546 + [[package]] 1547 + name = "fastrand" 1548 + version = "1.9.0" 1549 + source = "registry+https://github.com/rust-lang/crates.io-index" 1550 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1551 + dependencies = [ 1552 + "instant", 1553 + ] 1554 + 1555 + [[package]] 1556 + name = "file-per-thread-logger" 1557 + version = "0.1.6" 1558 + source = "registry+https://github.com/rust-lang/crates.io-index" 1559 + checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" 1560 + dependencies = [ 1561 + "env_logger", 1562 + "log", 1563 + ] 1564 + 1565 + [[package]] 1566 + name = "filetime" 1567 + version = "0.2.21" 1568 + source = "registry+https://github.com/rust-lang/crates.io-index" 1569 + checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 1570 + dependencies = [ 1571 + "cfg-if", 1572 + "libc", 1573 + "redox_syscall 0.2.16", 1574 + "windows-sys 0.48.0", 1575 + ] 1576 + 1577 + [[package]] 1578 + name = "fixedbitset" 1579 + version = "0.4.2" 1580 + source = "registry+https://github.com/rust-lang/crates.io-index" 1581 + checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1582 + 1583 + [[package]] 1584 + name = "flate2" 1585 + version = "1.0.26" 1586 + source = "registry+https://github.com/rust-lang/crates.io-index" 1587 + checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 1588 + dependencies = [ 1589 + "crc32fast", 1590 + "miniz_oxide", 1591 + ] 1592 + 1593 + [[package]] 1594 + name = "fn-error-context" 1595 + version = "0.2.1" 1596 + source = "registry+https://github.com/rust-lang/crates.io-index" 1597 + checksum = "2cd66269887534af4b0c3e3337404591daa8dc8b9b2b3db71f9523beb4bafb41" 1598 + dependencies = [ 1599 + "proc-macro2", 1600 + "quote", 1601 + "syn 2.0.22", 1602 + ] 1603 + 1604 + [[package]] 1605 + name = "fnv" 1606 + version = "1.0.7" 1607 + source = "registry+https://github.com/rust-lang/crates.io-index" 1608 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1609 + 1610 + [[package]] 1611 + name = "foreign-types" 1612 + version = "0.3.2" 1613 + source = "registry+https://github.com/rust-lang/crates.io-index" 1614 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1615 + dependencies = [ 1616 + "foreign-types-shared", 1617 + ] 1618 + 1619 + [[package]] 1620 + name = "foreign-types-shared" 1621 + version = "0.1.1" 1622 + source = "registry+https://github.com/rust-lang/crates.io-index" 1623 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1624 + 1625 + [[package]] 1626 + name = "form_urlencoded" 1627 + version = "1.2.0" 1628 + source = "registry+https://github.com/rust-lang/crates.io-index" 1629 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 1630 + dependencies = [ 1631 + "percent-encoding", 1632 + ] 1633 + 1634 + [[package]] 1635 + name = "fs-set-times" 1636 + version = "0.17.1" 1637 + source = "registry+https://github.com/rust-lang/crates.io-index" 1638 + checksum = "a267b6a9304912e018610d53fe07115d8b530b160e85db4d2d3a59f3ddde1aec" 1639 + dependencies = [ 1640 + "io-lifetimes 0.7.5", 1641 + "rustix 0.35.13", 1642 + "windows-sys 0.36.1", 1643 + ] 1644 + 1645 + [[package]] 1646 + name = "futures" 1647 + version = "0.3.28" 1648 + source = "registry+https://github.com/rust-lang/crates.io-index" 1649 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 1650 + dependencies = [ 1651 + "futures-channel", 1652 + "futures-core", 1653 + "futures-executor", 1654 + "futures-io", 1655 + "futures-sink", 1656 + "futures-task", 1657 + "futures-util", 1658 + ] 1659 + 1660 + [[package]] 1661 + name = "futures-channel" 1662 + version = "0.3.28" 1663 + source = "registry+https://github.com/rust-lang/crates.io-index" 1664 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1665 + dependencies = [ 1666 + "futures-core", 1667 + "futures-sink", 1668 + ] 1669 + 1670 + [[package]] 1671 + name = "futures-core" 1672 + version = "0.3.28" 1673 + source = "registry+https://github.com/rust-lang/crates.io-index" 1674 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1675 + 1676 + [[package]] 1677 + name = "futures-executor" 1678 + version = "0.3.28" 1679 + source = "registry+https://github.com/rust-lang/crates.io-index" 1680 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 1681 + dependencies = [ 1682 + "futures-core", 1683 + "futures-task", 1684 + "futures-util", 1685 + ] 1686 + 1687 + [[package]] 1688 + name = "futures-io" 1689 + version = "0.3.28" 1690 + source = "registry+https://github.com/rust-lang/crates.io-index" 1691 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1692 + 1693 + [[package]] 1694 + name = "futures-macro" 1695 + version = "0.3.28" 1696 + source = "registry+https://github.com/rust-lang/crates.io-index" 1697 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1698 + dependencies = [ 1699 + "proc-macro2", 1700 + "quote", 1701 + "syn 2.0.22", 1702 + ] 1703 + 1704 + [[package]] 1705 + name = "futures-sink" 1706 + version = "0.3.28" 1707 + source = "registry+https://github.com/rust-lang/crates.io-index" 1708 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1709 + 1710 + [[package]] 1711 + name = "futures-task" 1712 + version = "0.3.28" 1713 + source = "registry+https://github.com/rust-lang/crates.io-index" 1714 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1715 + 1716 + [[package]] 1717 + name = "futures-util" 1718 + version = "0.3.28" 1719 + source = "registry+https://github.com/rust-lang/crates.io-index" 1720 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1721 + dependencies = [ 1722 + "futures-channel", 1723 + "futures-core", 1724 + "futures-io", 1725 + "futures-macro", 1726 + "futures-sink", 1727 + "futures-task", 1728 + "memchr", 1729 + "pin-project-lite", 1730 + "pin-utils", 1731 + "slab", 1732 + ] 1733 + 1734 + [[package]] 1735 + name = "futures_codec" 1736 + version = "0.4.1" 1737 + source = "registry+https://github.com/rust-lang/crates.io-index" 1738 + checksum = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b" 1739 + dependencies = [ 1740 + "bytes 0.5.6", 1741 + "futures", 1742 + "memchr", 1743 + "pin-project 0.4.30", 1744 + ] 1745 + 1746 + [[package]] 1747 + name = "fxhash" 1748 + version = "0.2.1" 1749 + source = "registry+https://github.com/rust-lang/crates.io-index" 1750 + checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1751 + dependencies = [ 1752 + "byteorder", 1753 + ] 1754 + 1755 + [[package]] 1756 + name = "generic-array" 1757 + version = "0.14.7" 1758 + source = "registry+https://github.com/rust-lang/crates.io-index" 1759 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1760 + dependencies = [ 1761 + "typenum", 1762 + "version_check", 1763 + ] 1764 + 1765 + [[package]] 1766 + name = "getrandom" 1767 + version = "0.2.10" 1768 + source = "registry+https://github.com/rust-lang/crates.io-index" 1769 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1770 + dependencies = [ 1771 + "cfg-if", 1772 + "libc", 1773 + "wasi 0.11.0+wasi-snapshot-preview1", 1774 + ] 1775 + 1776 + [[package]] 1777 + name = "ghost" 1778 + version = "0.1.9" 1779 + source = "registry+https://github.com/rust-lang/crates.io-index" 1780 + checksum = "e77ac7b51b8e6313251737fcef4b1c01a2ea102bde68415b62c0ee9268fec357" 1781 + dependencies = [ 1782 + "proc-macro2", 1783 + "quote", 1784 + "syn 2.0.22", 1785 + ] 1786 + 1787 + [[package]] 1788 + name = "gimli" 1789 + version = "0.26.2" 1790 + source = "registry+https://github.com/rust-lang/crates.io-index" 1791 + checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 1792 + dependencies = [ 1793 + "fallible-iterator", 1794 + "indexmap 1.9.3", 1795 + "stable_deref_trait", 1796 + ] 1797 + 1798 + [[package]] 1799 + name = "glob" 1800 + version = "0.3.1" 1801 + source = "registry+https://github.com/rust-lang/crates.io-index" 1802 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1803 + 1804 + [[package]] 1805 + name = "h2" 1806 + version = "0.3.20" 1807 + source = "registry+https://github.com/rust-lang/crates.io-index" 1808 + checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" 1809 + dependencies = [ 1810 + "bytes 1.4.0", 1811 + "fnv", 1812 + "futures-core", 1813 + "futures-sink", 1814 + "futures-util", 1815 + "http", 1816 + "indexmap 1.9.3", 1817 + "slab", 1818 + "tokio", 1819 + "tokio-util", 1820 + "tracing", 1821 + ] 1822 + 1823 + [[package]] 1824 + name = "hashbrown" 1825 + version = "0.12.3" 1826 + source = "registry+https://github.com/rust-lang/crates.io-index" 1827 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1828 + dependencies = [ 1829 + "ahash 0.7.6", 1830 + ] 1831 + 1832 + [[package]] 1833 + name = "hashbrown" 1834 + version = "0.14.0" 1835 + source = "registry+https://github.com/rust-lang/crates.io-index" 1836 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1837 + dependencies = [ 1838 + "ahash 0.8.3", 1839 + "allocator-api2", 1840 + ] 1841 + 1842 + [[package]] 1843 + name = "hashlink" 1844 + version = "0.8.3" 1845 + source = "registry+https://github.com/rust-lang/crates.io-index" 1846 + checksum = "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f" 1847 + dependencies = [ 1848 + "hashbrown 0.14.0", 1849 + ] 1850 + 1851 + [[package]] 1852 + name = "hdrhistogram" 1853 + version = "7.5.2" 1854 + source = "registry+https://github.com/rust-lang/crates.io-index" 1855 + checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8" 1856 + dependencies = [ 1857 + "base64 0.13.1", 1858 + "byteorder", 1859 + "flate2", 1860 + "nom", 1861 + "num-traits", 1862 + ] 1863 + 1864 + [[package]] 1865 + name = "heck" 1866 + version = "0.4.1" 1867 + source = "registry+https://github.com/rust-lang/crates.io-index" 1868 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1869 + 1870 + [[package]] 1871 + name = "hermit-abi" 1872 + version = "0.1.19" 1873 + source = "registry+https://github.com/rust-lang/crates.io-index" 1874 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1875 + dependencies = [ 1876 + "libc", 1877 + ] 1878 + 1879 + [[package]] 1880 + name = "hermit-abi" 1881 + version = "0.2.6" 1882 + source = "registry+https://github.com/rust-lang/crates.io-index" 1883 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1884 + dependencies = [ 1885 + "libc", 1886 + ] 1887 + 1888 + [[package]] 1889 + name = "hermit-abi" 1890 + version = "0.3.1" 1891 + source = "registry+https://github.com/rust-lang/crates.io-index" 1892 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1893 + 1894 + [[package]] 1895 + name = "hex" 1896 + version = "0.4.3" 1897 + source = "registry+https://github.com/rust-lang/crates.io-index" 1898 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1899 + 1900 + [[package]] 1901 + name = "hmac" 1902 + version = "0.12.1" 1903 + source = "registry+https://github.com/rust-lang/crates.io-index" 1904 + checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1905 + dependencies = [ 1906 + "digest", 1907 + ] 1908 + 1909 + [[package]] 1910 + name = "http" 1911 + version = "0.2.9" 1912 + source = "registry+https://github.com/rust-lang/crates.io-index" 1913 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1914 + dependencies = [ 1915 + "bytes 1.4.0", 1916 + "fnv", 1917 + "itoa", 1918 + ] 1919 + 1920 + [[package]] 1921 + name = "http-body" 1922 + version = "0.4.5" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1925 + dependencies = [ 1926 + "bytes 1.4.0", 1927 + "http", 1928 + "pin-project-lite", 1929 + ] 1930 + 1931 + [[package]] 1932 + name = "http-range-header" 1933 + version = "0.3.0" 1934 + source = "registry+https://github.com/rust-lang/crates.io-index" 1935 + checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" 1936 + 1937 + [[package]] 1938 + name = "httparse" 1939 + version = "1.8.0" 1940 + source = "registry+https://github.com/rust-lang/crates.io-index" 1941 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1942 + 1943 + [[package]] 1944 + name = "httpdate" 1945 + version = "1.0.2" 1946 + source = "registry+https://github.com/rust-lang/crates.io-index" 1947 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1948 + 1949 + [[package]] 1950 + name = "humantime" 1951 + version = "2.1.0" 1952 + source = "registry+https://github.com/rust-lang/crates.io-index" 1953 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1954 + 1955 + [[package]] 1956 + name = "hyper" 1957 + version = "0.14.27" 1958 + source = "registry+https://github.com/rust-lang/crates.io-index" 1959 + checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 1960 + dependencies = [ 1961 + "bytes 1.4.0", 1962 + "futures-channel", 1963 + "futures-core", 1964 + "futures-util", 1965 + "h2", 1966 + "http", 1967 + "http-body", 1968 + "httparse", 1969 + "httpdate", 1970 + "itoa", 1971 + "pin-project-lite", 1972 + "socket2", 1973 + "tokio", 1974 + "tower-service", 1975 + "tracing", 1976 + "want", 1977 + ] 1978 + 1979 + [[package]] 1980 + name = "hyper-rustls" 1981 + version = "0.23.2" 1982 + source = "registry+https://github.com/rust-lang/crates.io-index" 1983 + checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 1984 + dependencies = [ 1985 + "http", 1986 + "hyper", 1987 + "log", 1988 + "rustls 0.20.8", 1989 + "rustls-native-certs", 1990 + "tokio", 1991 + "tokio-rustls 0.23.4", 1992 + ] 1993 + 1994 + [[package]] 1995 + name = "hyper-rustls" 1996 + version = "0.24.0" 1997 + source = "registry+https://github.com/rust-lang/crates.io-index" 1998 + checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" 1999 + dependencies = [ 2000 + "http", 2001 + "hyper", 2002 + "rustls 0.21.2", 2003 + "tokio", 2004 + "tokio-rustls 0.24.1", 2005 + ] 2006 + 2007 + [[package]] 2008 + name = "hyper-timeout" 2009 + version = "0.4.1" 2010 + source = "registry+https://github.com/rust-lang/crates.io-index" 2011 + checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 2012 + dependencies = [ 2013 + "hyper", 2014 + "pin-project-lite", 2015 + "tokio", 2016 + "tokio-io-timeout", 2017 + ] 2018 + 2019 + [[package]] 2020 + name = "hyper-tls" 2021 + version = "0.5.0" 2022 + source = "registry+https://github.com/rust-lang/crates.io-index" 2023 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2024 + dependencies = [ 2025 + "bytes 1.4.0", 2026 + "hyper", 2027 + "native-tls", 2028 + "tokio", 2029 + "tokio-native-tls", 2030 + ] 2031 + 2032 + [[package]] 2033 + name = "hyper-tungstenite" 2034 + version = "0.10.0" 2035 + source = "registry+https://github.com/rust-lang/crates.io-index" 2036 + checksum = "226df6fd0aece319a325419d770aa9d947defa60463f142cd82b329121f906a3" 2037 + dependencies = [ 2038 + "hyper", 2039 + "pin-project 1.1.0", 2040 + "tokio", 2041 + "tokio-tungstenite", 2042 + "tungstenite", 2043 + ] 2044 + 2045 + [[package]] 2046 + name = "hyperlocal" 2047 + version = "0.8.0" 2048 + source = "registry+https://github.com/rust-lang/crates.io-index" 2049 + checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c" 2050 + dependencies = [ 2051 + "futures-util", 2052 + "hex", 2053 + "hyper", 2054 + "pin-project 1.1.0", 2055 + "tokio", 2056 + ] 2057 + 2058 + [[package]] 2059 + name = "iana-time-zone" 2060 + version = "0.1.57" 2061 + source = "registry+https://github.com/rust-lang/crates.io-index" 2062 + checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 2063 + dependencies = [ 2064 + "android_system_properties", 2065 + "core-foundation-sys", 2066 + "iana-time-zone-haiku", 2067 + "js-sys", 2068 + "wasm-bindgen", 2069 + "windows", 2070 + ] 2071 + 2072 + [[package]] 2073 + name = "iana-time-zone-haiku" 2074 + version = "0.1.2" 2075 + source = "registry+https://github.com/rust-lang/crates.io-index" 2076 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2077 + dependencies = [ 2078 + "cc", 2079 + ] 2080 + 2081 + [[package]] 2082 + name = "idna" 2083 + version = "0.4.0" 2084 + source = "registry+https://github.com/rust-lang/crates.io-index" 2085 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 2086 + dependencies = [ 2087 + "unicode-bidi", 2088 + "unicode-normalization", 2089 + ] 2090 + 2091 + [[package]] 2092 + name = "indexmap" 2093 + version = "1.9.3" 2094 + source = "registry+https://github.com/rust-lang/crates.io-index" 2095 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2096 + dependencies = [ 2097 + "autocfg", 2098 + "hashbrown 0.12.3", 2099 + "serde", 2100 + ] 2101 + 2102 + [[package]] 2103 + name = "indexmap" 2104 + version = "2.0.0" 2105 + source = "registry+https://github.com/rust-lang/crates.io-index" 2106 + checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 2107 + dependencies = [ 2108 + "equivalent", 2109 + "hashbrown 0.14.0", 2110 + ] 2111 + 2112 + [[package]] 2113 + name = "insta" 2114 + version = "1.30.0" 2115 + source = "registry+https://github.com/rust-lang/crates.io-index" 2116 + checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" 2117 + dependencies = [ 2118 + "console", 2119 + "lazy_static", 2120 + "linked-hash-map", 2121 + "serde", 2122 + "similar", 2123 + "yaml-rust", 2124 + ] 2125 + 2126 + [[package]] 2127 + name = "instant" 2128 + version = "0.1.12" 2129 + source = "registry+https://github.com/rust-lang/crates.io-index" 2130 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2131 + dependencies = [ 2132 + "cfg-if", 2133 + ] 2134 + 2135 + [[package]] 2136 + name = "inventory" 2137 + version = "0.3.6" 2138 + source = "registry+https://github.com/rust-lang/crates.io-index" 2139 + checksum = "e0539b5de9241582ce6bd6b0ba7399313560151e58c9aaf8b74b711b1bdce644" 2140 + dependencies = [ 2141 + "ghost", 2142 + ] 2143 + 2144 + [[package]] 2145 + name = "io-extras" 2146 + version = "0.15.0" 2147 + source = "registry+https://github.com/rust-lang/crates.io-index" 2148 + checksum = "4a5d8c2ab5becd8720e30fd25f8fa5500d8dc3fceadd8378f05859bd7b46fc49" 2149 + dependencies = [ 2150 + "io-lifetimes 0.7.5", 2151 + "windows-sys 0.36.1", 2152 + ] 2153 + 2154 + [[package]] 2155 + name = "io-lifetimes" 2156 + version = "0.7.5" 2157 + source = "registry+https://github.com/rust-lang/crates.io-index" 2158 + checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074" 2159 + dependencies = [ 2160 + "libc", 2161 + "windows-sys 0.42.0", 2162 + ] 2163 + 2164 + [[package]] 2165 + name = "io-lifetimes" 2166 + version = "1.0.11" 2167 + source = "registry+https://github.com/rust-lang/crates.io-index" 2168 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2169 + dependencies = [ 2170 + "hermit-abi 0.3.1", 2171 + "libc", 2172 + "windows-sys 0.48.0", 2173 + ] 2174 + 2175 + [[package]] 2176 + name = "ipnet" 2177 + version = "2.8.0" 2178 + source = "registry+https://github.com/rust-lang/crates.io-index" 2179 + checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" 2180 + 2181 + [[package]] 2182 + name = "is-terminal" 2183 + version = "0.3.0" 2184 + source = "registry+https://github.com/rust-lang/crates.io-index" 2185 + checksum = "0d508111813f9af3afd2f92758f77e4ed2cc9371b642112c6a48d22eb73105c5" 2186 + dependencies = [ 2187 + "hermit-abi 0.2.6", 2188 + "io-lifetimes 0.7.5", 2189 + "rustix 0.35.13", 2190 + "windows-sys 0.36.1", 2191 + ] 2192 + 2193 + [[package]] 2194 + name = "is-terminal" 2195 + version = "0.4.7" 2196 + source = "registry+https://github.com/rust-lang/crates.io-index" 2197 + checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 2198 + dependencies = [ 2199 + "hermit-abi 0.3.1", 2200 + "io-lifetimes 1.0.11", 2201 + "rustix 0.37.20", 2202 + "windows-sys 0.48.0", 2203 + ] 2204 + 2205 + [[package]] 2206 + name = "itertools" 2207 + version = "0.10.5" 2208 + source = "registry+https://github.com/rust-lang/crates.io-index" 2209 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2210 + dependencies = [ 2211 + "either", 2212 + ] 2213 + 2214 + [[package]] 2215 + name = "itoa" 2216 + version = "1.0.6" 2217 + source = "registry+https://github.com/rust-lang/crates.io-index" 2218 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 2219 + 2220 + [[package]] 2221 + name = "ittapi" 2222 + version = "0.3.3" 2223 + source = "registry+https://github.com/rust-lang/crates.io-index" 2224 + checksum = "2e648c437172ce7d3ac35ca11a068755072054826fa455a916b43524fa4a62a7" 2225 + dependencies = [ 2226 + "anyhow", 2227 + "ittapi-sys", 2228 + "log", 2229 + ] 2230 + 2231 + [[package]] 2232 + name = "ittapi-sys" 2233 + version = "0.3.3" 2234 + source = "registry+https://github.com/rust-lang/crates.io-index" 2235 + checksum = "a9b32a4d23f72548178dde54f3c12c6b6a08598e25575c0d0fa5bd861e0dc1a5" 2236 + dependencies = [ 2237 + "cc", 2238 + ] 2239 + 2240 + [[package]] 2241 + name = "jobserver" 2242 + version = "0.1.26" 2243 + source = "registry+https://github.com/rust-lang/crates.io-index" 2244 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 2245 + dependencies = [ 2246 + "libc", 2247 + ] 2248 + 2249 + [[package]] 2250 + name = "js-sys" 2251 + version = "0.3.64" 2252 + source = "registry+https://github.com/rust-lang/crates.io-index" 2253 + checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 2254 + dependencies = [ 2255 + "wasm-bindgen", 2256 + ] 2257 + 2258 + [[package]] 2259 + name = "jsonwebtoken" 2260 + version = "8.3.0" 2261 + source = "registry+https://github.com/rust-lang/crates.io-index" 2262 + checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" 2263 + dependencies = [ 2264 + "base64 0.21.2", 2265 + "pem", 2266 + "ring", 2267 + "serde", 2268 + "serde_json", 2269 + "simple_asn1", 2270 + ] 2271 + 2272 + [[package]] 2273 + name = "lazy_static" 2274 + version = "1.4.0" 2275 + source = "registry+https://github.com/rust-lang/crates.io-index" 2276 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2277 + 2278 + [[package]] 2279 + name = "lazycell" 2280 + version = "1.3.0" 2281 + source = "registry+https://github.com/rust-lang/crates.io-index" 2282 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2283 + 2284 + [[package]] 2285 + name = "leb128" 2286 + version = "0.2.5" 2287 + source = "registry+https://github.com/rust-lang/crates.io-index" 2288 + checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 2289 + 2290 + [[package]] 2291 + name = "libc" 2292 + version = "0.2.147" 2293 + source = "registry+https://github.com/rust-lang/crates.io-index" 2294 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 2295 + 2296 + [[package]] 2297 + name = "libloading" 2298 + version = "0.7.4" 2299 + source = "registry+https://github.com/rust-lang/crates.io-index" 2300 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2301 + dependencies = [ 2302 + "cfg-if", 2303 + "winapi", 2304 + ] 2305 + 2306 + [[package]] 2307 + name = "libm" 2308 + version = "0.2.7" 2309 + source = "registry+https://github.com/rust-lang/crates.io-index" 2310 + checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 2311 + 2312 + [[package]] 2313 + name = "libmimalloc-sys" 2314 + version = "0.1.33" 2315 + source = "registry+https://github.com/rust-lang/crates.io-index" 2316 + checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e" 2317 + dependencies = [ 2318 + "cc", 2319 + "libc", 2320 + ] 2321 + 2322 + [[package]] 2323 + name = "libsql-client" 2324 + version = "0.6.7" 2325 + source = "registry+https://github.com/rust-lang/crates.io-index" 2326 + checksum = "9c7b1c078b4d3d45ba0db91accc23dcb8d2761d67f819efd94293065597b7ac8" 2327 + dependencies = [ 2328 + "anyhow", 2329 + "async-trait", 2330 + "base64 0.21.2", 2331 + "num-traits", 2332 + "reqwest", 2333 + "serde_json", 2334 + "url", 2335 + ] 2336 + 2337 + [[package]] 2338 + name = "libsql-wasmtime-bindings" 2339 + version = "0.2.1" 2340 + source = "registry+https://github.com/rust-lang/crates.io-index" 2341 + checksum = "bcb56f5849df5085e99b7e1bea2e87ff3f93c4143d0922ab43682f904d9cbf59" 2342 + dependencies = [ 2343 + "wasmtime", 2344 + "wasmtime-wasi", 2345 + ] 2346 + 2347 + [[package]] 2348 + name = "libsqlite3-sys" 2349 + version = "0.26.0" 2350 + source = "git+https://github.com/psarna/rusqlite?rev=477264453b#477264453b3a254bce04ad9b27c4777eee73467c" 2351 + dependencies = [ 2352 + "bindgen", 2353 + "cc", 2354 + "libsql-wasmtime-bindings", 2355 + "pkg-config", 2356 + "vcpkg", 2357 + ] 2358 + 2359 + [[package]] 2360 + name = "linked-hash-map" 2361 + version = "0.5.6" 2362 + source = "registry+https://github.com/rust-lang/crates.io-index" 2363 + checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2364 + 2365 + [[package]] 2366 + name = "linux-raw-sys" 2367 + version = "0.0.46" 2368 + source = "registry+https://github.com/rust-lang/crates.io-index" 2369 + checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" 2370 + 2371 + [[package]] 2372 + name = "linux-raw-sys" 2373 + version = "0.3.8" 2374 + source = "registry+https://github.com/rust-lang/crates.io-index" 2375 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2376 + 2377 + [[package]] 2378 + name = "lock_api" 2379 + version = "0.4.10" 2380 + source = "registry+https://github.com/rust-lang/crates.io-index" 2381 + checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 2382 + dependencies = [ 2383 + "autocfg", 2384 + "scopeguard", 2385 + ] 2386 + 2387 + [[package]] 2388 + name = "log" 2389 + version = "0.4.19" 2390 + source = "registry+https://github.com/rust-lang/crates.io-index" 2391 + checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 2392 + 2393 + [[package]] 2394 + name = "mach" 2395 + version = "0.3.2" 2396 + source = "registry+https://github.com/rust-lang/crates.io-index" 2397 + checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" 2398 + dependencies = [ 2399 + "libc", 2400 + ] 2401 + 2402 + [[package]] 2403 + name = "maplit" 2404 + version = "1.0.2" 2405 + source = "registry+https://github.com/rust-lang/crates.io-index" 2406 + checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 2407 + 2408 + [[package]] 2409 + name = "matchers" 2410 + version = "0.1.0" 2411 + source = "registry+https://github.com/rust-lang/crates.io-index" 2412 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2413 + dependencies = [ 2414 + "regex-automata", 2415 + ] 2416 + 2417 + [[package]] 2418 + name = "matchit" 2419 + version = "0.7.0" 2420 + source = "registry+https://github.com/rust-lang/crates.io-index" 2421 + checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" 2422 + 2423 + [[package]] 2424 + name = "maybe-owned" 2425 + version = "0.3.4" 2426 + source = "registry+https://github.com/rust-lang/crates.io-index" 2427 + checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" 2428 + 2429 + [[package]] 2430 + name = "md-5" 2431 + version = "0.10.5" 2432 + source = "registry+https://github.com/rust-lang/crates.io-index" 2433 + checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" 2434 + dependencies = [ 2435 + "digest", 2436 + ] 2437 + 2438 + [[package]] 2439 + name = "memchr" 2440 + version = "2.5.0" 2441 + source = "registry+https://github.com/rust-lang/crates.io-index" 2442 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2443 + 2444 + [[package]] 2445 + name = "memfd" 2446 + version = "0.6.3" 2447 + source = "registry+https://github.com/rust-lang/crates.io-index" 2448 + checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e" 2449 + dependencies = [ 2450 + "rustix 0.37.20", 2451 + ] 2452 + 2453 + [[package]] 2454 + name = "memmap" 2455 + version = "0.7.0" 2456 + source = "registry+https://github.com/rust-lang/crates.io-index" 2457 + checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" 2458 + dependencies = [ 2459 + "libc", 2460 + "winapi", 2461 + ] 2462 + 2463 + [[package]] 2464 + name = "memoffset" 2465 + version = "0.6.5" 2466 + source = "registry+https://github.com/rust-lang/crates.io-index" 2467 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2468 + dependencies = [ 2469 + "autocfg", 2470 + ] 2471 + 2472 + [[package]] 2473 + name = "memoffset" 2474 + version = "0.7.1" 2475 + source = "registry+https://github.com/rust-lang/crates.io-index" 2476 + checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2477 + dependencies = [ 2478 + "autocfg", 2479 + ] 2480 + 2481 + [[package]] 2482 + name = "memoffset" 2483 + version = "0.9.0" 2484 + source = "registry+https://github.com/rust-lang/crates.io-index" 2485 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2486 + dependencies = [ 2487 + "autocfg", 2488 + ] 2489 + 2490 + [[package]] 2491 + name = "mimalloc" 2492 + version = "0.1.37" 2493 + source = "registry+https://github.com/rust-lang/crates.io-index" 2494 + checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98" 2495 + dependencies = [ 2496 + "libmimalloc-sys", 2497 + ] 2498 + 2499 + [[package]] 2500 + name = "mime" 2501 + version = "0.3.17" 2502 + source = "registry+https://github.com/rust-lang/crates.io-index" 2503 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2504 + 2505 + [[package]] 2506 + name = "minimal-lexical" 2507 + version = "0.2.1" 2508 + source = "registry+https://github.com/rust-lang/crates.io-index" 2509 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2510 + 2511 + [[package]] 2512 + name = "miniz_oxide" 2513 + version = "0.7.1" 2514 + source = "registry+https://github.com/rust-lang/crates.io-index" 2515 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 2516 + dependencies = [ 2517 + "adler", 2518 + ] 2519 + 2520 + [[package]] 2521 + name = "mio" 2522 + version = "0.8.8" 2523 + source = "registry+https://github.com/rust-lang/crates.io-index" 2524 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 2525 + dependencies = [ 2526 + "libc", 2527 + "wasi 0.11.0+wasi-snapshot-preview1", 2528 + "windows-sys 0.48.0", 2529 + ] 2530 + 2531 + [[package]] 2532 + name = "multimap" 2533 + version = "0.8.3" 2534 + source = "registry+https://github.com/rust-lang/crates.io-index" 2535 + checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 2536 + 2537 + [[package]] 2538 + name = "native-tls" 2539 + version = "0.2.11" 2540 + source = "registry+https://github.com/rust-lang/crates.io-index" 2541 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 2542 + dependencies = [ 2543 + "lazy_static", 2544 + "libc", 2545 + "log", 2546 + "openssl", 2547 + "openssl-probe", 2548 + "openssl-sys", 2549 + "schannel", 2550 + "security-framework", 2551 + "security-framework-sys", 2552 + "tempfile", 2553 + ] 2554 + 2555 + [[package]] 2556 + name = "nix" 2557 + version = "0.26.2" 2558 + source = "registry+https://github.com/rust-lang/crates.io-index" 2559 + checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 2560 + dependencies = [ 2561 + "bitflags 1.3.2", 2562 + "cfg-if", 2563 + "libc", 2564 + "memoffset 0.7.1", 2565 + "pin-utils", 2566 + "static_assertions", 2567 + ] 2568 + 2569 + [[package]] 2570 + name = "nom" 2571 + version = "7.1.3" 2572 + source = "registry+https://github.com/rust-lang/crates.io-index" 2573 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2574 + dependencies = [ 2575 + "memchr", 2576 + "minimal-lexical", 2577 + ] 2578 + 2579 + [[package]] 2580 + name = "nu-ansi-term" 2581 + version = "0.46.0" 2582 + source = "registry+https://github.com/rust-lang/crates.io-index" 2583 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2584 + dependencies = [ 2585 + "overload", 2586 + "winapi", 2587 + ] 2588 + 2589 + [[package]] 2590 + name = "num-bigint" 2591 + version = "0.4.3" 2592 + source = "registry+https://github.com/rust-lang/crates.io-index" 2593 + checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 2594 + dependencies = [ 2595 + "autocfg", 2596 + "num-integer", 2597 + "num-traits", 2598 + ] 2599 + 2600 + [[package]] 2601 + name = "num-integer" 2602 + version = "0.1.45" 2603 + source = "registry+https://github.com/rust-lang/crates.io-index" 2604 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2605 + dependencies = [ 2606 + "autocfg", 2607 + "num-traits", 2608 + ] 2609 + 2610 + [[package]] 2611 + name = "num-traits" 2612 + version = "0.2.15" 2613 + source = "registry+https://github.com/rust-lang/crates.io-index" 2614 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 2615 + dependencies = [ 2616 + "autocfg", 2617 + "libm", 2618 + ] 2619 + 2620 + [[package]] 2621 + name = "num_cpus" 2622 + version = "1.15.0" 2623 + source = "registry+https://github.com/rust-lang/crates.io-index" 2624 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 2625 + dependencies = [ 2626 + "hermit-abi 0.2.6", 2627 + "libc", 2628 + ] 2629 + 2630 + [[package]] 2631 + name = "numtoa" 2632 + version = "0.1.0" 2633 + source = "registry+https://github.com/rust-lang/crates.io-index" 2634 + checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" 2635 + 2636 + [[package]] 2637 + name = "object" 2638 + version = "0.29.0" 2639 + source = "registry+https://github.com/rust-lang/crates.io-index" 2640 + checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 2641 + dependencies = [ 2642 + "crc32fast", 2643 + "hashbrown 0.12.3", 2644 + "indexmap 1.9.3", 2645 + "memchr", 2646 + ] 2647 + 2648 + [[package]] 2649 + name = "octopod" 2650 + version = "0.1.0" 2651 + source = "git+https://github.com/MarinPostma/octopod.git?rev=68c24e3#68c24e3f65a5d39fe412274e34cc016c264a7639" 2652 + dependencies = [ 2653 + "anyhow", 2654 + "async-trait", 2655 + "futures", 2656 + "inventory", 2657 + "maplit", 2658 + "octopod-macros", 2659 + "podman-api", 2660 + "reqwest", 2661 + "termion", 2662 + "tokio", 2663 + "tokio-stream", 2664 + "uuid", 2665 + ] 2666 + 2667 + [[package]] 2668 + name = "octopod-macros" 2669 + version = "0.1.0" 2670 + source = "git+https://github.com/MarinPostma/octopod.git?rev=68c24e3#68c24e3f65a5d39fe412274e34cc016c264a7639" 2671 + dependencies = [ 2672 + "proc-macro2", 2673 + "quote", 2674 + "syn 1.0.109", 2675 + ] 2676 + 2677 + [[package]] 2678 + name = "once_cell" 2679 + version = "1.18.0" 2680 + source = "registry+https://github.com/rust-lang/crates.io-index" 2681 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 2682 + 2683 + [[package]] 2684 + name = "openssl" 2685 + version = "0.10.55" 2686 + source = "registry+https://github.com/rust-lang/crates.io-index" 2687 + checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 2688 + dependencies = [ 2689 + "bitflags 1.3.2", 2690 + "cfg-if", 2691 + "foreign-types", 2692 + "libc", 2693 + "once_cell", 2694 + "openssl-macros", 2695 + "openssl-sys", 2696 + ] 2697 + 2698 + [[package]] 2699 + name = "openssl-macros" 2700 + version = "0.1.1" 2701 + source = "registry+https://github.com/rust-lang/crates.io-index" 2702 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2703 + dependencies = [ 2704 + "proc-macro2", 2705 + "quote", 2706 + "syn 2.0.22", 2707 + ] 2708 + 2709 + [[package]] 2710 + name = "openssl-probe" 2711 + version = "0.1.5" 2712 + source = "registry+https://github.com/rust-lang/crates.io-index" 2713 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2714 + 2715 + [[package]] 2716 + name = "openssl-sys" 2717 + version = "0.9.90" 2718 + source = "registry+https://github.com/rust-lang/crates.io-index" 2719 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 2720 + dependencies = [ 2721 + "cc", 2722 + "libc", 2723 + "pkg-config", 2724 + "vcpkg", 2725 + ] 2726 + 2727 + [[package]] 2728 + name = "outref" 2729 + version = "0.5.1" 2730 + source = "registry+https://github.com/rust-lang/crates.io-index" 2731 + checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 2732 + 2733 + [[package]] 2734 + name = "overload" 2735 + version = "0.1.1" 2736 + source = "registry+https://github.com/rust-lang/crates.io-index" 2737 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2738 + 2739 + [[package]] 2740 + name = "parking_lot" 2741 + version = "0.12.1" 2742 + source = "registry+https://github.com/rust-lang/crates.io-index" 2743 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2744 + dependencies = [ 2745 + "lock_api", 2746 + "parking_lot_core", 2747 + ] 2748 + 2749 + [[package]] 2750 + name = "parking_lot_core" 2751 + version = "0.9.8" 2752 + source = "registry+https://github.com/rust-lang/crates.io-index" 2753 + checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 2754 + dependencies = [ 2755 + "cfg-if", 2756 + "libc", 2757 + "redox_syscall 0.3.5", 2758 + "smallvec", 2759 + "windows-targets 0.48.0", 2760 + ] 2761 + 2762 + [[package]] 2763 + name = "paste" 2764 + version = "1.0.12" 2765 + source = "registry+https://github.com/rust-lang/crates.io-index" 2766 + checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 2767 + 2768 + [[package]] 2769 + name = "peeking_take_while" 2770 + version = "0.1.2" 2771 + source = "registry+https://github.com/rust-lang/crates.io-index" 2772 + checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 2773 + 2774 + [[package]] 2775 + name = "pem" 2776 + version = "1.1.1" 2777 + source = "registry+https://github.com/rust-lang/crates.io-index" 2778 + checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" 2779 + dependencies = [ 2780 + "base64 0.13.1", 2781 + ] 2782 + 2783 + [[package]] 2784 + name = "percent-encoding" 2785 + version = "2.3.0" 2786 + source = "registry+https://github.com/rust-lang/crates.io-index" 2787 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 2788 + 2789 + [[package]] 2790 + name = "petgraph" 2791 + version = "0.6.3" 2792 + source = "registry+https://github.com/rust-lang/crates.io-index" 2793 + checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" 2794 + dependencies = [ 2795 + "fixedbitset", 2796 + "indexmap 1.9.3", 2797 + ] 2798 + 2799 + [[package]] 2800 + name = "phf" 2801 + version = "0.11.2" 2802 + source = "registry+https://github.com/rust-lang/crates.io-index" 2803 + checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 2804 + dependencies = [ 2805 + "phf_shared", 2806 + ] 2807 + 2808 + [[package]] 2809 + name = "phf_codegen" 2810 + version = "0.11.2" 2811 + source = "registry+https://github.com/rust-lang/crates.io-index" 2812 + checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 2813 + dependencies = [ 2814 + "phf_generator", 2815 + "phf_shared", 2816 + ] 2817 + 2818 + [[package]] 2819 + name = "phf_generator" 2820 + version = "0.11.2" 2821 + source = "registry+https://github.com/rust-lang/crates.io-index" 2822 + checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 2823 + dependencies = [ 2824 + "phf_shared", 2825 + "rand", 2826 + ] 2827 + 2828 + [[package]] 2829 + name = "phf_shared" 2830 + version = "0.11.2" 2831 + source = "registry+https://github.com/rust-lang/crates.io-index" 2832 + checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 2833 + dependencies = [ 2834 + "siphasher", 2835 + "uncased", 2836 + ] 2837 + 2838 + [[package]] 2839 + name = "pin-project" 2840 + version = "0.4.30" 2841 + source = "registry+https://github.com/rust-lang/crates.io-index" 2842 + checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a" 2843 + dependencies = [ 2844 + "pin-project-internal 0.4.30", 2845 + ] 2846 + 2847 + [[package]] 2848 + name = "pin-project" 2849 + version = "1.1.0" 2850 + source = "registry+https://github.com/rust-lang/crates.io-index" 2851 + checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" 2852 + dependencies = [ 2853 + "pin-project-internal 1.1.0", 2854 + ] 2855 + 2856 + [[package]] 2857 + name = "pin-project-internal" 2858 + version = "0.4.30" 2859 + source = "registry+https://github.com/rust-lang/crates.io-index" 2860 + checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e" 2861 + dependencies = [ 2862 + "proc-macro2", 2863 + "quote", 2864 + "syn 1.0.109", 2865 + ] 2866 + 2867 + [[package]] 2868 + name = "pin-project-internal" 2869 + version = "1.1.0" 2870 + source = "registry+https://github.com/rust-lang/crates.io-index" 2871 + checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" 2872 + dependencies = [ 2873 + "proc-macro2", 2874 + "quote", 2875 + "syn 2.0.22", 2876 + ] 2877 + 2878 + [[package]] 2879 + name = "pin-project-lite" 2880 + version = "0.2.9" 2881 + source = "registry+https://github.com/rust-lang/crates.io-index" 2882 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 2883 + 2884 + [[package]] 2885 + name = "pin-utils" 2886 + version = "0.1.0" 2887 + source = "registry+https://github.com/rust-lang/crates.io-index" 2888 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2889 + 2890 + [[package]] 2891 + name = "pkg-config" 2892 + version = "0.3.27" 2893 + source = "registry+https://github.com/rust-lang/crates.io-index" 2894 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 2895 + 2896 + [[package]] 2897 + name = "podman-api" 2898 + version = "0.10.0" 2899 + source = "registry+https://github.com/rust-lang/crates.io-index" 2900 + checksum = "4d0ade207138f12695cb4be3b590283f1cf764c5c4909f39966c4b4b0dba7c1e" 2901 + dependencies = [ 2902 + "base64 0.13.1", 2903 + "byteorder", 2904 + "bytes 1.4.0", 2905 + "chrono", 2906 + "containers-api", 2907 + "flate2", 2908 + "futures-util", 2909 + "futures_codec", 2910 + "log", 2911 + "paste", 2912 + "podman-api-stubs", 2913 + "serde", 2914 + "serde_json", 2915 + "tar", 2916 + "thiserror", 2917 + "tokio", 2918 + "url", 2919 + ] 2920 + 2921 + [[package]] 2922 + name = "podman-api-stubs" 2923 + version = "0.9.0" 2924 + source = "registry+https://github.com/rust-lang/crates.io-index" 2925 + checksum = "2d280c623f633a0dded88feab9e387f98451506431d5b7308a858c643305dcee" 2926 + dependencies = [ 2927 + "chrono", 2928 + "serde", 2929 + "serde_json", 2930 + ] 2931 + 2932 + [[package]] 2933 + name = "ppv-lite86" 2934 + version = "0.2.17" 2935 + source = "registry+https://github.com/rust-lang/crates.io-index" 2936 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2937 + 2938 + [[package]] 2939 + name = "prettyplease" 2940 + version = "0.1.25" 2941 + source = "registry+https://github.com/rust-lang/crates.io-index" 2942 + checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" 2943 + dependencies = [ 2944 + "proc-macro2", 2945 + "syn 1.0.109", 2946 + ] 2947 + 2948 + [[package]] 2949 + name = "prettyplease" 2950 + version = "0.2.9" 2951 + source = "registry+https://github.com/rust-lang/crates.io-index" 2952 + checksum = "9825a04601d60621feed79c4e6b56d65db77cdca55cef43b46b0de1096d1c282" 2953 + dependencies = [ 2954 + "proc-macro2", 2955 + "syn 2.0.22", 2956 + ] 2957 + 2958 + [[package]] 2959 + name = "priority-queue" 2960 + version = "1.3.2" 2961 + source = "registry+https://github.com/rust-lang/crates.io-index" 2962 + checksum = "fff39edfcaec0d64e8d0da38564fad195d2d51b680940295fcc307366e101e61" 2963 + dependencies = [ 2964 + "autocfg", 2965 + "indexmap 1.9.3", 2966 + ] 2967 + 2968 + [[package]] 2969 + name = "proc-macro2" 2970 + version = "1.0.63" 2971 + source = "registry+https://github.com/rust-lang/crates.io-index" 2972 + checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" 2973 + dependencies = [ 2974 + "unicode-ident", 2975 + ] 2976 + 2977 + [[package]] 2978 + name = "proptest" 2979 + version = "1.2.0" 2980 + source = "registry+https://github.com/rust-lang/crates.io-index" 2981 + checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" 2982 + dependencies = [ 2983 + "bit-set", 2984 + "bitflags 1.3.2", 2985 + "byteorder", 2986 + "lazy_static", 2987 + "num-traits", 2988 + "rand", 2989 + "rand_chacha", 2990 + "rand_xorshift", 2991 + "regex-syntax 0.6.29", 2992 + "rusty-fork", 2993 + "tempfile", 2994 + "unarray", 2995 + ] 2996 + 2997 + [[package]] 2998 + name = "prost" 2999 + version = "0.11.9" 3000 + source = "registry+https://github.com/rust-lang/crates.io-index" 3001 + checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 3002 + dependencies = [ 3003 + "bytes 1.4.0", 3004 + "prost-derive", 3005 + ] 3006 + 3007 + [[package]] 3008 + name = "prost-build" 3009 + version = "0.11.9" 3010 + source = "registry+https://github.com/rust-lang/crates.io-index" 3011 + checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 3012 + dependencies = [ 3013 + "bytes 1.4.0", 3014 + "heck", 3015 + "itertools", 3016 + "lazy_static", 3017 + "log", 3018 + "multimap", 3019 + "petgraph", 3020 + "prettyplease 0.1.25", 3021 + "prost", 3022 + "prost-types", 3023 + "regex", 3024 + "syn 1.0.109", 3025 + "tempfile", 3026 + "which", 3027 + ] 3028 + 3029 + [[package]] 3030 + name = "prost-derive" 3031 + version = "0.11.9" 3032 + source = "registry+https://github.com/rust-lang/crates.io-index" 3033 + checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 3034 + dependencies = [ 3035 + "anyhow", 3036 + "itertools", 3037 + "proc-macro2", 3038 + "quote", 3039 + "syn 1.0.109", 3040 + ] 3041 + 3042 + [[package]] 3043 + name = "prost-types" 3044 + version = "0.11.9" 3045 + source = "registry+https://github.com/rust-lang/crates.io-index" 3046 + checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 3047 + dependencies = [ 3048 + "prost", 3049 + ] 3050 + 3051 + [[package]] 3052 + name = "protobuf-src" 3053 + version = "1.1.0+21.5" 3054 + source = "registry+https://github.com/rust-lang/crates.io-index" 3055 + checksum = "c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1" 3056 + dependencies = [ 3057 + "autotools", 3058 + ] 3059 + 3060 + [[package]] 3061 + name = "psm" 3062 + version = "0.1.21" 3063 + source = "registry+https://github.com/rust-lang/crates.io-index" 3064 + checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 3065 + dependencies = [ 3066 + "cc", 3067 + ] 3068 + 3069 + [[package]] 3070 + name = "quick-error" 3071 + version = "1.2.3" 3072 + source = "registry+https://github.com/rust-lang/crates.io-index" 3073 + checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 3074 + 3075 + [[package]] 3076 + name = "quote" 3077 + version = "1.0.28" 3078 + source = "registry+https://github.com/rust-lang/crates.io-index" 3079 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 3080 + dependencies = [ 3081 + "proc-macro2", 3082 + ] 3083 + 3084 + [[package]] 3085 + name = "rand" 3086 + version = "0.8.5" 3087 + source = "registry+https://github.com/rust-lang/crates.io-index" 3088 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3089 + dependencies = [ 3090 + "libc", 3091 + "rand_chacha", 3092 + "rand_core", 3093 + ] 3094 + 3095 + [[package]] 3096 + name = "rand_chacha" 3097 + version = "0.3.1" 3098 + source = "registry+https://github.com/rust-lang/crates.io-index" 3099 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3100 + dependencies = [ 3101 + "ppv-lite86", 3102 + "rand_core", 3103 + ] 3104 + 3105 + [[package]] 3106 + name = "rand_core" 3107 + version = "0.6.4" 3108 + source = "registry+https://github.com/rust-lang/crates.io-index" 3109 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3110 + dependencies = [ 3111 + "getrandom", 3112 + ] 3113 + 3114 + [[package]] 3115 + name = "rand_xorshift" 3116 + version = "0.3.0" 3117 + source = "registry+https://github.com/rust-lang/crates.io-index" 3118 + checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 3119 + dependencies = [ 3120 + "rand_core", 3121 + ] 3122 + 3123 + [[package]] 3124 + name = "rayon" 3125 + version = "1.7.0" 3126 + source = "registry+https://github.com/rust-lang/crates.io-index" 3127 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 3128 + dependencies = [ 3129 + "either", 3130 + "rayon-core", 3131 + ] 3132 + 3133 + [[package]] 3134 + name = "rayon-core" 3135 + version = "1.11.0" 3136 + source = "registry+https://github.com/rust-lang/crates.io-index" 3137 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 3138 + dependencies = [ 3139 + "crossbeam-channel", 3140 + "crossbeam-deque", 3141 + "crossbeam-utils", 3142 + "num_cpus", 3143 + ] 3144 + 3145 + [[package]] 3146 + name = "redox_syscall" 3147 + version = "0.2.16" 3148 + source = "registry+https://github.com/rust-lang/crates.io-index" 3149 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3150 + dependencies = [ 3151 + "bitflags 1.3.2", 3152 + ] 3153 + 3154 + [[package]] 3155 + name = "redox_syscall" 3156 + version = "0.3.5" 3157 + source = "registry+https://github.com/rust-lang/crates.io-index" 3158 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 3159 + dependencies = [ 3160 + "bitflags 1.3.2", 3161 + ] 3162 + 3163 + [[package]] 3164 + name = "redox_termios" 3165 + version = "0.1.2" 3166 + source = "registry+https://github.com/rust-lang/crates.io-index" 3167 + checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f" 3168 + dependencies = [ 3169 + "redox_syscall 0.2.16", 3170 + ] 3171 + 3172 + [[package]] 3173 + name = "redox_users" 3174 + version = "0.4.3" 3175 + source = "registry+https://github.com/rust-lang/crates.io-index" 3176 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 3177 + dependencies = [ 3178 + "getrandom", 3179 + "redox_syscall 0.2.16", 3180 + "thiserror", 3181 + ] 3182 + 3183 + [[package]] 3184 + name = "regalloc2" 3185 + version = "0.4.2" 3186 + source = "registry+https://github.com/rust-lang/crates.io-index" 3187 + checksum = "91b2eab54204ea0117fe9a060537e0b07a4e72f7c7d182361ecc346cab2240e5" 3188 + dependencies = [ 3189 + "fxhash", 3190 + "log", 3191 + "slice-group-by", 3192 + "smallvec", 3193 + ] 3194 + 3195 + [[package]] 3196 + name = "regex" 3197 + version = "1.8.4" 3198 + source = "registry+https://github.com/rust-lang/crates.io-index" 3199 + checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 3200 + dependencies = [ 3201 + "aho-corasick", 3202 + "memchr", 3203 + "regex-syntax 0.7.2", 3204 + ] 3205 + 3206 + [[package]] 3207 + name = "regex-automata" 3208 + version = "0.1.10" 3209 + source = "registry+https://github.com/rust-lang/crates.io-index" 3210 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3211 + dependencies = [ 3212 + "regex-syntax 0.6.29", 3213 + ] 3214 + 3215 + [[package]] 3216 + name = "regex-syntax" 3217 + version = "0.6.29" 3218 + source = "registry+https://github.com/rust-lang/crates.io-index" 3219 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3220 + 3221 + [[package]] 3222 + name = "regex-syntax" 3223 + version = "0.7.2" 3224 + source = "registry+https://github.com/rust-lang/crates.io-index" 3225 + checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 3226 + 3227 + [[package]] 3228 + name = "reqwest" 3229 + version = "0.11.18" 3230 + source = "registry+https://github.com/rust-lang/crates.io-index" 3231 + checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 3232 + dependencies = [ 3233 + "base64 0.21.2", 3234 + "bytes 1.4.0", 3235 + "encoding_rs", 3236 + "futures-core", 3237 + "futures-util", 3238 + "h2", 3239 + "http", 3240 + "http-body", 3241 + "hyper", 3242 + "hyper-rustls 0.24.0", 3243 + "hyper-tls", 3244 + "ipnet", 3245 + "js-sys", 3246 + "log", 3247 + "mime", 3248 + "native-tls", 3249 + "once_cell", 3250 + "percent-encoding", 3251 + "pin-project-lite", 3252 + "rustls 0.21.2", 3253 + "rustls-pemfile", 3254 + "serde", 3255 + "serde_json", 3256 + "serde_urlencoded", 3257 + "tokio", 3258 + "tokio-native-tls", 3259 + "tokio-rustls 0.24.1", 3260 + "tower-service", 3261 + "url", 3262 + "wasm-bindgen", 3263 + "wasm-bindgen-futures", 3264 + "web-sys", 3265 + "webpki-roots", 3266 + "winreg", 3267 + ] 3268 + 3269 + [[package]] 3270 + name = "ring" 3271 + version = "0.16.20" 3272 + source = "registry+https://github.com/rust-lang/crates.io-index" 3273 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 3274 + dependencies = [ 3275 + "cc", 3276 + "libc", 3277 + "once_cell", 3278 + "spin", 3279 + "untrusted", 3280 + "web-sys", 3281 + "winapi", 3282 + ] 3283 + 3284 + [[package]] 3285 + name = "rusqlite" 3286 + version = "0.29.0" 3287 + source = "git+https://github.com/psarna/rusqlite?rev=477264453b#477264453b3a254bce04ad9b27c4777eee73467c" 3288 + dependencies = [ 3289 + "bitflags 2.3.3", 3290 + "fallible-iterator", 3291 + "fallible-streaming-iterator", 3292 + "hashlink", 3293 + "libsqlite3-sys", 3294 + "smallvec", 3295 + ] 3296 + 3297 + [[package]] 3298 + name = "rustc-demangle" 3299 + version = "0.1.23" 3300 + source = "registry+https://github.com/rust-lang/crates.io-index" 3301 + checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 3302 + 3303 + [[package]] 3304 + name = "rustc-hash" 3305 + version = "1.1.0" 3306 + source = "registry+https://github.com/rust-lang/crates.io-index" 3307 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3308 + 3309 + [[package]] 3310 + name = "rustc_version" 3311 + version = "0.4.0" 3312 + source = "registry+https://github.com/rust-lang/crates.io-index" 3313 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3314 + dependencies = [ 3315 + "semver", 3316 + ] 3317 + 3318 + [[package]] 3319 + name = "rustix" 3320 + version = "0.35.13" 3321 + source = "registry+https://github.com/rust-lang/crates.io-index" 3322 + checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9" 3323 + dependencies = [ 3324 + "bitflags 1.3.2", 3325 + "errno 0.2.8", 3326 + "io-lifetimes 0.7.5", 3327 + "itoa", 3328 + "libc", 3329 + "linux-raw-sys 0.0.46", 3330 + "once_cell", 3331 + "windows-sys 0.42.0", 3332 + ] 3333 + 3334 + [[package]] 3335 + name = "rustix" 3336 + version = "0.37.20" 3337 + source = "registry+https://github.com/rust-lang/crates.io-index" 3338 + checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 3339 + dependencies = [ 3340 + "bitflags 1.3.2", 3341 + "errno 0.3.1", 3342 + "io-lifetimes 1.0.11", 3343 + "libc", 3344 + "linux-raw-sys 0.3.8", 3345 + "windows-sys 0.48.0", 3346 + ] 3347 + 3348 + [[package]] 3349 + name = "rustls" 3350 + version = "0.20.8" 3351 + source = "registry+https://github.com/rust-lang/crates.io-index" 3352 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 3353 + dependencies = [ 3354 + "log", 3355 + "ring", 3356 + "sct", 3357 + "webpki", 3358 + ] 3359 + 3360 + [[package]] 3361 + name = "rustls" 3362 + version = "0.21.2" 3363 + source = "registry+https://github.com/rust-lang/crates.io-index" 3364 + checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f" 3365 + dependencies = [ 3366 + "log", 3367 + "ring", 3368 + "rustls-webpki", 3369 + "sct", 3370 + ] 3371 + 3372 + [[package]] 3373 + name = "rustls-native-certs" 3374 + version = "0.6.3" 3375 + source = "registry+https://github.com/rust-lang/crates.io-index" 3376 + checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 3377 + dependencies = [ 3378 + "openssl-probe", 3379 + "rustls-pemfile", 3380 + "schannel", 3381 + "security-framework", 3382 + ] 3383 + 3384 + [[package]] 3385 + name = "rustls-pemfile" 3386 + version = "1.0.2" 3387 + source = "registry+https://github.com/rust-lang/crates.io-index" 3388 + checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 3389 + dependencies = [ 3390 + "base64 0.21.2", 3391 + ] 3392 + 3393 + [[package]] 3394 + name = "rustls-webpki" 3395 + version = "0.100.1" 3396 + source = "registry+https://github.com/rust-lang/crates.io-index" 3397 + checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" 3398 + dependencies = [ 3399 + "ring", 3400 + "untrusted", 3401 + ] 3402 + 3403 + [[package]] 3404 + name = "rustversion" 3405 + version = "1.0.12" 3406 + source = "registry+https://github.com/rust-lang/crates.io-index" 3407 + checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 3408 + 3409 + [[package]] 3410 + name = "rusty-fork" 3411 + version = "0.3.0" 3412 + source = "registry+https://github.com/rust-lang/crates.io-index" 3413 + checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" 3414 + dependencies = [ 3415 + "fnv", 3416 + "quick-error", 3417 + "tempfile", 3418 + "wait-timeout", 3419 + ] 3420 + 3421 + [[package]] 3422 + name = "ryu" 3423 + version = "1.0.13" 3424 + source = "registry+https://github.com/rust-lang/crates.io-index" 3425 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 3426 + 3427 + [[package]] 3428 + name = "schannel" 3429 + version = "0.1.21" 3430 + source = "registry+https://github.com/rust-lang/crates.io-index" 3431 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 3432 + dependencies = [ 3433 + "windows-sys 0.42.0", 3434 + ] 3435 + 3436 + [[package]] 3437 + name = "scopeguard" 3438 + version = "1.1.0" 3439 + source = "registry+https://github.com/rust-lang/crates.io-index" 3440 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3441 + 3442 + [[package]] 3443 + name = "scram" 3444 + version = "0.6.0" 3445 + source = "registry+https://github.com/rust-lang/crates.io-index" 3446 + checksum = "7679a5e6b97bac99b2c208894ba0d34b17d9657f0b728c1cd3bf1c5f7f6ebe88" 3447 + dependencies = [ 3448 + "base64 0.13.1", 3449 + "rand", 3450 + "ring", 3451 + ] 3452 + 3453 + [[package]] 3454 + name = "sct" 3455 + version = "0.7.0" 3456 + source = "registry+https://github.com/rust-lang/crates.io-index" 3457 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 3458 + dependencies = [ 3459 + "ring", 3460 + "untrusted", 3461 + ] 3462 + 3463 + [[package]] 3464 + name = "security-framework" 3465 + version = "2.9.1" 3466 + source = "registry+https://github.com/rust-lang/crates.io-index" 3467 + checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" 3468 + dependencies = [ 3469 + "bitflags 1.3.2", 3470 + "core-foundation", 3471 + "core-foundation-sys", 3472 + "libc", 3473 + "security-framework-sys", 3474 + ] 3475 + 3476 + [[package]] 3477 + name = "security-framework-sys" 3478 + version = "2.9.0" 3479 + source = "registry+https://github.com/rust-lang/crates.io-index" 3480 + checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 3481 + dependencies = [ 3482 + "core-foundation-sys", 3483 + "libc", 3484 + ] 3485 + 3486 + [[package]] 3487 + name = "semver" 3488 + version = "1.0.17" 3489 + source = "registry+https://github.com/rust-lang/crates.io-index" 3490 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 3491 + 3492 + [[package]] 3493 + name = "serde" 3494 + version = "1.0.164" 3495 + source = "registry+https://github.com/rust-lang/crates.io-index" 3496 + checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 3497 + dependencies = [ 3498 + "serde_derive", 3499 + ] 3500 + 3501 + [[package]] 3502 + name = "serde_derive" 3503 + version = "1.0.164" 3504 + source = "registry+https://github.com/rust-lang/crates.io-index" 3505 + checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 3506 + dependencies = [ 3507 + "proc-macro2", 3508 + "quote", 3509 + "syn 2.0.22", 3510 + ] 3511 + 3512 + [[package]] 3513 + name = "serde_json" 3514 + version = "1.0.99" 3515 + source = "registry+https://github.com/rust-lang/crates.io-index" 3516 + checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" 3517 + dependencies = [ 3518 + "indexmap 2.0.0", 3519 + "itoa", 3520 + "ryu", 3521 + "serde", 3522 + ] 3523 + 3524 + [[package]] 3525 + name = "serde_path_to_error" 3526 + version = "0.1.11" 3527 + source = "registry+https://github.com/rust-lang/crates.io-index" 3528 + checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0" 3529 + dependencies = [ 3530 + "serde", 3531 + ] 3532 + 3533 + [[package]] 3534 + name = "serde_urlencoded" 3535 + version = "0.7.1" 3536 + source = "registry+https://github.com/rust-lang/crates.io-index" 3537 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3538 + dependencies = [ 3539 + "form_urlencoded", 3540 + "itoa", 3541 + "ryu", 3542 + "serde", 3543 + ] 3544 + 3545 + [[package]] 3546 + name = "sha1" 3547 + version = "0.10.5" 3548 + source = "registry+https://github.com/rust-lang/crates.io-index" 3549 + checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 3550 + dependencies = [ 3551 + "cfg-if", 3552 + "cpufeatures", 3553 + "digest", 3554 + ] 3555 + 3556 + [[package]] 3557 + name = "sha2" 3558 + version = "0.10.7" 3559 + source = "registry+https://github.com/rust-lang/crates.io-index" 3560 + checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 3561 + dependencies = [ 3562 + "cfg-if", 3563 + "cpufeatures", 3564 + "digest", 3565 + ] 3566 + 3567 + [[package]] 3568 + name = "sha256" 3569 + version = "1.1.4" 3570 + source = "registry+https://github.com/rust-lang/crates.io-index" 3571 + checksum = "08a975c1bc0941703000eaf232c4d8ce188d8d5408d6344b6b2c8c6262772828" 3572 + dependencies = [ 3573 + "hex", 3574 + "sha2", 3575 + ] 3576 + 3577 + [[package]] 3578 + name = "sharded-slab" 3579 + version = "0.1.4" 3580 + source = "registry+https://github.com/rust-lang/crates.io-index" 3581 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 3582 + dependencies = [ 3583 + "lazy_static", 3584 + ] 3585 + 3586 + [[package]] 3587 + name = "shellexpand" 3588 + version = "2.1.2" 3589 + source = "registry+https://github.com/rust-lang/crates.io-index" 3590 + checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" 3591 + dependencies = [ 3592 + "dirs", 3593 + ] 3594 + 3595 + [[package]] 3596 + name = "shlex" 3597 + version = "1.1.0" 3598 + source = "registry+https://github.com/rust-lang/crates.io-index" 3599 + checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 3600 + 3601 + [[package]] 3602 + name = "signal-hook-registry" 3603 + version = "1.4.1" 3604 + source = "registry+https://github.com/rust-lang/crates.io-index" 3605 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3606 + dependencies = [ 3607 + "libc", 3608 + ] 3609 + 3610 + [[package]] 3611 + name = "similar" 3612 + version = "2.2.1" 3613 + source = "registry+https://github.com/rust-lang/crates.io-index" 3614 + checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 3615 + 3616 + [[package]] 3617 + name = "simple_asn1" 3618 + version = "0.6.2" 3619 + source = "registry+https://github.com/rust-lang/crates.io-index" 3620 + checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 3621 + dependencies = [ 3622 + "num-bigint", 3623 + "num-traits", 3624 + "thiserror", 3625 + "time 0.3.22", 3626 + ] 3627 + 3628 + [[package]] 3629 + name = "siphasher" 3630 + version = "0.3.10" 3631 + source = "registry+https://github.com/rust-lang/crates.io-index" 3632 + checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 3633 + 3634 + [[package]] 3635 + name = "slab" 3636 + version = "0.4.8" 3637 + source = "registry+https://github.com/rust-lang/crates.io-index" 3638 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 3639 + dependencies = [ 3640 + "autocfg", 3641 + ] 3642 + 3643 + [[package]] 3644 + name = "slice-group-by" 3645 + version = "0.3.1" 3646 + source = "registry+https://github.com/rust-lang/crates.io-index" 3647 + checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" 3648 + 3649 + [[package]] 3650 + name = "smallvec" 3651 + version = "1.10.0" 3652 + source = "registry+https://github.com/rust-lang/crates.io-index" 3653 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 3654 + 3655 + [[package]] 3656 + name = "socket2" 3657 + version = "0.4.9" 3658 + source = "registry+https://github.com/rust-lang/crates.io-index" 3659 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 3660 + dependencies = [ 3661 + "libc", 3662 + "winapi", 3663 + ] 3664 + 3665 + [[package]] 3666 + name = "spin" 3667 + version = "0.5.2" 3668 + source = "registry+https://github.com/rust-lang/crates.io-index" 3669 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3670 + 3671 + [[package]] 3672 + name = "sqlc" 3673 + version = "0.1.0" 3674 + dependencies = [ 3675 + "anyhow", 3676 + "bytes 1.4.0", 3677 + "fallible-iterator", 3678 + "fn-error-context", 3679 + "libsql-client", 3680 + "scram", 3681 + "tokio", 3682 + "tracing", 3683 + "tracing-subscriber", 3684 + "unwrap_or", 3685 + "url", 3686 + ] 3687 + 3688 + [[package]] 3689 + name = "sqld" 3690 + version = "0.17.2" 3691 + dependencies = [ 3692 + "anyhow", 3693 + "arbitrary", 3694 + "async-lock", 3695 + "async-trait", 3696 + "aws-config", 3697 + "aws-sdk-s3", 3698 + "axum", 3699 + "base64 0.21.2", 3700 + "bincode", 3701 + "bottomless", 3702 + "bytemuck", 3703 + "bytes 1.4.0", 3704 + "bytesize", 3705 + "clap", 3706 + "console-subscriber", 3707 + "crc", 3708 + "crossbeam", 3709 + "enclose", 3710 + "env_logger", 3711 + "fallible-iterator", 3712 + "futures", 3713 + "hmac", 3714 + "hyper", 3715 + "hyper-tungstenite", 3716 + "insta", 3717 + "itertools", 3718 + "jsonwebtoken", 3719 + "libsql-client", 3720 + "memmap", 3721 + "mimalloc", 3722 + "nix", 3723 + "once_cell", 3724 + "parking_lot", 3725 + "priority-queue", 3726 + "proptest", 3727 + "prost", 3728 + "prost-build", 3729 + "protobuf-src", 3730 + "rand", 3731 + "regex", 3732 + "reqwest", 3733 + "rusqlite", 3734 + "serde", 3735 + "serde_json", 3736 + "sha2", 3737 + "sha256", 3738 + "sqld-libsql-bindings", 3739 + "sqlite3-parser", 3740 + "tempfile", 3741 + "thiserror", 3742 + "tokio", 3743 + "tokio-stream", 3744 + "tokio-tungstenite", 3745 + "tonic 0.8.3", 3746 + "tonic-build", 3747 + "tower", 3748 + "tower-http", 3749 + "tracing", 3750 + "tracing-subscriber", 3751 + "url", 3752 + "uuid", 3753 + "vergen", 3754 + ] 3755 + 3756 + [[package]] 3757 + name = "sqld-libsql-bindings" 3758 + version = "0.1.0" 3759 + dependencies = [ 3760 + "anyhow", 3761 + "once_cell", 3762 + "rusqlite", 3763 + "tracing", 3764 + ] 3765 + 3766 + [[package]] 3767 + name = "sqlite3-parser" 3768 + version = "0.8.0" 3769 + source = "registry+https://github.com/rust-lang/crates.io-index" 3770 + checksum = "c3995a6daa13c113217b6ad22154865fb06f9cb939bef398fd04f4a7aaaf5bd7" 3771 + dependencies = [ 3772 + "bitflags 2.3.3", 3773 + "cc", 3774 + "fallible-iterator", 3775 + "indexmap 1.9.3", 3776 + "log", 3777 + "memchr", 3778 + "phf", 3779 + "phf_codegen", 3780 + "phf_shared", 3781 + "smallvec", 3782 + "uncased", 3783 + ] 3784 + 3785 + [[package]] 3786 + name = "stable_deref_trait" 3787 + version = "1.2.0" 3788 + source = "registry+https://github.com/rust-lang/crates.io-index" 3789 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3790 + 3791 + [[package]] 3792 + name = "static_assertions" 3793 + version = "1.1.0" 3794 + source = "registry+https://github.com/rust-lang/crates.io-index" 3795 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3796 + 3797 + [[package]] 3798 + name = "strsim" 3799 + version = "0.10.0" 3800 + source = "registry+https://github.com/rust-lang/crates.io-index" 3801 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3802 + 3803 + [[package]] 3804 + name = "subtle" 3805 + version = "2.5.0" 3806 + source = "registry+https://github.com/rust-lang/crates.io-index" 3807 + checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 3808 + 3809 + [[package]] 3810 + name = "syn" 3811 + version = "1.0.109" 3812 + source = "registry+https://github.com/rust-lang/crates.io-index" 3813 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3814 + dependencies = [ 3815 + "proc-macro2", 3816 + "quote", 3817 + "unicode-ident", 3818 + ] 3819 + 3820 + [[package]] 3821 + name = "syn" 3822 + version = "2.0.22" 3823 + source = "registry+https://github.com/rust-lang/crates.io-index" 3824 + checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616" 3825 + dependencies = [ 3826 + "proc-macro2", 3827 + "quote", 3828 + "unicode-ident", 3829 + ] 3830 + 3831 + [[package]] 3832 + name = "sync_wrapper" 3833 + version = "0.1.2" 3834 + source = "registry+https://github.com/rust-lang/crates.io-index" 3835 + checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 3836 + 3837 + [[package]] 3838 + name = "system-interface" 3839 + version = "0.23.0" 3840 + source = "registry+https://github.com/rust-lang/crates.io-index" 3841 + checksum = "92adbaf536f5aff6986e1e62ba36cee72b1718c5153eee08b9e728ddde3f6029" 3842 + dependencies = [ 3843 + "atty", 3844 + "bitflags 1.3.2", 3845 + "cap-fs-ext", 3846 + "cap-std", 3847 + "io-lifetimes 0.7.5", 3848 + "rustix 0.35.13", 3849 + "windows-sys 0.36.1", 3850 + "winx", 3851 + ] 3852 + 3853 + [[package]] 3854 + name = "tar" 3855 + version = "0.4.38" 3856 + source = "registry+https://github.com/rust-lang/crates.io-index" 3857 + checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 3858 + dependencies = [ 3859 + "filetime", 3860 + "libc", 3861 + "xattr", 3862 + ] 3863 + 3864 + [[package]] 3865 + name = "target-lexicon" 3866 + version = "0.12.8" 3867 + source = "registry+https://github.com/rust-lang/crates.io-index" 3868 + checksum = "1b1c7f239eb94671427157bd93b3694320f3668d4e1eff08c7285366fd777fac" 3869 + 3870 + [[package]] 3871 + name = "tempfile" 3872 + version = "3.6.0" 3873 + source = "registry+https://github.com/rust-lang/crates.io-index" 3874 + checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 3875 + dependencies = [ 3876 + "autocfg", 3877 + "cfg-if", 3878 + "fastrand", 3879 + "redox_syscall 0.3.5", 3880 + "rustix 0.37.20", 3881 + "windows-sys 0.48.0", 3882 + ] 3883 + 3884 + [[package]] 3885 + name = "termcolor" 3886 + version = "1.2.0" 3887 + source = "registry+https://github.com/rust-lang/crates.io-index" 3888 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 3889 + dependencies = [ 3890 + "winapi-util", 3891 + ] 3892 + 3893 + [[package]] 3894 + name = "termion" 3895 + version = "2.0.1" 3896 + source = "registry+https://github.com/rust-lang/crates.io-index" 3897 + checksum = "659c1f379f3408c7e5e84c7d0da6d93404e3800b6b9d063ba24436419302ec90" 3898 + dependencies = [ 3899 + "libc", 3900 + "numtoa", 3901 + "redox_syscall 0.2.16", 3902 + "redox_termios", 3903 + ] 3904 + 3905 + [[package]] 3906 + name = "thiserror" 3907 + version = "1.0.40" 3908 + source = "registry+https://github.com/rust-lang/crates.io-index" 3909 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 3910 + dependencies = [ 3911 + "thiserror-impl", 3912 + ] 3913 + 3914 + [[package]] 3915 + name = "thiserror-impl" 3916 + version = "1.0.40" 3917 + source = "registry+https://github.com/rust-lang/crates.io-index" 3918 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 3919 + dependencies = [ 3920 + "proc-macro2", 3921 + "quote", 3922 + "syn 2.0.22", 3923 + ] 3924 + 3925 + [[package]] 3926 + name = "thread_local" 3927 + version = "1.1.7" 3928 + source = "registry+https://github.com/rust-lang/crates.io-index" 3929 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 3930 + dependencies = [ 3931 + "cfg-if", 3932 + "once_cell", 3933 + ] 3934 + 3935 + [[package]] 3936 + name = "time" 3937 + version = "0.1.45" 3938 + source = "registry+https://github.com/rust-lang/crates.io-index" 3939 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 3940 + dependencies = [ 3941 + "libc", 3942 + "wasi 0.10.0+wasi-snapshot-preview1", 3943 + "winapi", 3944 + ] 3945 + 3946 + [[package]] 3947 + name = "time" 3948 + version = "0.3.22" 3949 + source = "registry+https://github.com/rust-lang/crates.io-index" 3950 + checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" 3951 + dependencies = [ 3952 + "itoa", 3953 + "serde", 3954 + "time-core", 3955 + "time-macros", 3956 + ] 3957 + 3958 + [[package]] 3959 + name = "time-core" 3960 + version = "0.1.1" 3961 + source = "registry+https://github.com/rust-lang/crates.io-index" 3962 + checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 3963 + 3964 + [[package]] 3965 + name = "time-macros" 3966 + version = "0.2.9" 3967 + source = "registry+https://github.com/rust-lang/crates.io-index" 3968 + checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 3969 + dependencies = [ 3970 + "time-core", 3971 + ] 3972 + 3973 + [[package]] 3974 + name = "tinyvec" 3975 + version = "1.6.0" 3976 + source = "registry+https://github.com/rust-lang/crates.io-index" 3977 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3978 + dependencies = [ 3979 + "tinyvec_macros", 3980 + ] 3981 + 3982 + [[package]] 3983 + name = "tinyvec_macros" 3984 + version = "0.1.1" 3985 + source = "registry+https://github.com/rust-lang/crates.io-index" 3986 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3987 + 3988 + [[package]] 3989 + name = "tokio" 3990 + version = "1.28.2" 3991 + source = "registry+https://github.com/rust-lang/crates.io-index" 3992 + checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" 3993 + dependencies = [ 3994 + "autocfg", 3995 + "bytes 1.4.0", 3996 + "libc", 3997 + "mio", 3998 + "num_cpus", 3999 + "parking_lot", 4000 + "pin-project-lite", 4001 + "signal-hook-registry", 4002 + "socket2", 4003 + "tokio-macros", 4004 + "tracing", 4005 + "windows-sys 0.48.0", 4006 + ] 4007 + 4008 + [[package]] 4009 + name = "tokio-io-timeout" 4010 + version = "1.2.0" 4011 + source = "registry+https://github.com/rust-lang/crates.io-index" 4012 + checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 4013 + dependencies = [ 4014 + "pin-project-lite", 4015 + "tokio", 4016 + ] 4017 + 4018 + [[package]] 4019 + name = "tokio-macros" 4020 + version = "2.1.0" 4021 + source = "registry+https://github.com/rust-lang/crates.io-index" 4022 + checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 4023 + dependencies = [ 4024 + "proc-macro2", 4025 + "quote", 4026 + "syn 2.0.22", 4027 + ] 4028 + 4029 + [[package]] 4030 + name = "tokio-native-tls" 4031 + version = "0.3.1" 4032 + source = "registry+https://github.com/rust-lang/crates.io-index" 4033 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 4034 + dependencies = [ 4035 + "native-tls", 4036 + "tokio", 4037 + ] 4038 + 4039 + [[package]] 4040 + name = "tokio-rustls" 4041 + version = "0.23.4" 4042 + source = "registry+https://github.com/rust-lang/crates.io-index" 4043 + checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 4044 + dependencies = [ 4045 + "rustls 0.20.8", 4046 + "tokio", 4047 + "webpki", 4048 + ] 4049 + 4050 + [[package]] 4051 + name = "tokio-rustls" 4052 + version = "0.24.1" 4053 + source = "registry+https://github.com/rust-lang/crates.io-index" 4054 + checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 4055 + dependencies = [ 4056 + "rustls 0.21.2", 4057 + "tokio", 4058 + ] 4059 + 4060 + [[package]] 4061 + name = "tokio-stream" 4062 + version = "0.1.14" 4063 + source = "registry+https://github.com/rust-lang/crates.io-index" 4064 + checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" 4065 + dependencies = [ 4066 + "futures-core", 4067 + "pin-project-lite", 4068 + "tokio", 4069 + ] 4070 + 4071 + [[package]] 4072 + name = "tokio-tungstenite" 4073 + version = "0.19.0" 4074 + source = "registry+https://github.com/rust-lang/crates.io-index" 4075 + checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" 4076 + dependencies = [ 4077 + "futures-util", 4078 + "log", 4079 + "tokio", 4080 + "tungstenite", 4081 + ] 4082 + 4083 + [[package]] 4084 + name = "tokio-util" 4085 + version = "0.7.8" 4086 + source = "registry+https://github.com/rust-lang/crates.io-index" 4087 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 4088 + dependencies = [ 4089 + "bytes 1.4.0", 4090 + "futures-core", 4091 + "futures-sink", 4092 + "pin-project-lite", 4093 + "tokio", 4094 + "tracing", 4095 + ] 4096 + 4097 + [[package]] 4098 + name = "toml" 4099 + version = "0.5.11" 4100 + source = "registry+https://github.com/rust-lang/crates.io-index" 4101 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 4102 + dependencies = [ 4103 + "serde", 4104 + ] 4105 + 4106 + [[package]] 4107 + name = "tonic" 4108 + version = "0.8.3" 4109 + source = "registry+https://github.com/rust-lang/crates.io-index" 4110 + checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb" 4111 + dependencies = [ 4112 + "async-stream", 4113 + "async-trait", 4114 + "axum", 4115 + "base64 0.13.1", 4116 + "bytes 1.4.0", 4117 + "futures-core", 4118 + "futures-util", 4119 + "h2", 4120 + "http", 4121 + "http-body", 4122 + "hyper", 4123 + "hyper-timeout", 4124 + "percent-encoding", 4125 + "pin-project 1.1.0", 4126 + "prost", 4127 + "prost-derive", 4128 + "rustls-pemfile", 4129 + "tokio", 4130 + "tokio-rustls 0.23.4", 4131 + "tokio-stream", 4132 + "tokio-util", 4133 + "tower", 4134 + "tower-layer", 4135 + "tower-service", 4136 + "tracing", 4137 + "tracing-futures", 4138 + ] 4139 + 4140 + [[package]] 4141 + name = "tonic" 4142 + version = "0.9.2" 4143 + source = "registry+https://github.com/rust-lang/crates.io-index" 4144 + checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" 4145 + dependencies = [ 4146 + "async-trait", 4147 + "axum", 4148 + "base64 0.21.2", 4149 + "bytes 1.4.0", 4150 + "futures-core", 4151 + "futures-util", 4152 + "h2", 4153 + "http", 4154 + "http-body", 4155 + "hyper", 4156 + "hyper-timeout", 4157 + "percent-encoding", 4158 + "pin-project 1.1.0", 4159 + "prost", 4160 + "tokio", 4161 + "tokio-stream", 4162 + "tower", 4163 + "tower-layer", 4164 + "tower-service", 4165 + "tracing", 4166 + ] 4167 + 4168 + [[package]] 4169 + name = "tonic-build" 4170 + version = "0.8.4" 4171 + source = "registry+https://github.com/rust-lang/crates.io-index" 4172 + checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4" 4173 + dependencies = [ 4174 + "prettyplease 0.1.25", 4175 + "proc-macro2", 4176 + "prost-build", 4177 + "quote", 4178 + "syn 1.0.109", 4179 + ] 4180 + 4181 + [[package]] 4182 + name = "tower" 4183 + version = "0.4.13" 4184 + source = "registry+https://github.com/rust-lang/crates.io-index" 4185 + checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 4186 + dependencies = [ 4187 + "futures-core", 4188 + "futures-util", 4189 + "indexmap 1.9.3", 4190 + "pin-project 1.1.0", 4191 + "pin-project-lite", 4192 + "rand", 4193 + "slab", 4194 + "tokio", 4195 + "tokio-util", 4196 + "tower-layer", 4197 + "tower-service", 4198 + "tracing", 4199 + ] 4200 + 4201 + [[package]] 4202 + name = "tower-http" 4203 + version = "0.3.5" 4204 + source = "registry+https://github.com/rust-lang/crates.io-index" 4205 + checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" 4206 + dependencies = [ 4207 + "async-compression", 4208 + "bitflags 1.3.2", 4209 + "bytes 1.4.0", 4210 + "futures-core", 4211 + "futures-util", 4212 + "http", 4213 + "http-body", 4214 + "http-range-header", 4215 + "pin-project-lite", 4216 + "tokio", 4217 + "tokio-util", 4218 + "tower-layer", 4219 + "tower-service", 4220 + "tracing", 4221 + ] 4222 + 4223 + [[package]] 4224 + name = "tower-layer" 4225 + version = "0.3.2" 4226 + source = "registry+https://github.com/rust-lang/crates.io-index" 4227 + checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 4228 + 4229 + [[package]] 4230 + name = "tower-service" 4231 + version = "0.3.2" 4232 + source = "registry+https://github.com/rust-lang/crates.io-index" 4233 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4234 + 4235 + [[package]] 4236 + name = "tracing" 4237 + version = "0.1.37" 4238 + source = "registry+https://github.com/rust-lang/crates.io-index" 4239 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 4240 + dependencies = [ 4241 + "cfg-if", 4242 + "log", 4243 + "pin-project-lite", 4244 + "tracing-attributes", 4245 + "tracing-core", 4246 + ] 4247 + 4248 + [[package]] 4249 + name = "tracing-attributes" 4250 + version = "0.1.26" 4251 + source = "registry+https://github.com/rust-lang/crates.io-index" 4252 + checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 4253 + dependencies = [ 4254 + "proc-macro2", 4255 + "quote", 4256 + "syn 2.0.22", 4257 + ] 4258 + 4259 + [[package]] 4260 + name = "tracing-core" 4261 + version = "0.1.31" 4262 + source = "registry+https://github.com/rust-lang/crates.io-index" 4263 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 4264 + dependencies = [ 4265 + "once_cell", 4266 + "valuable", 4267 + ] 4268 + 4269 + [[package]] 4270 + name = "tracing-futures" 4271 + version = "0.2.5" 4272 + source = "registry+https://github.com/rust-lang/crates.io-index" 4273 + checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 4274 + dependencies = [ 4275 + "pin-project 1.1.0", 4276 + "tracing", 4277 + ] 4278 + 4279 + [[package]] 4280 + name = "tracing-log" 4281 + version = "0.1.3" 4282 + source = "registry+https://github.com/rust-lang/crates.io-index" 4283 + checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 4284 + dependencies = [ 4285 + "lazy_static", 4286 + "log", 4287 + "tracing-core", 4288 + ] 4289 + 4290 + [[package]] 4291 + name = "tracing-subscriber" 4292 + version = "0.3.17" 4293 + source = "registry+https://github.com/rust-lang/crates.io-index" 4294 + checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 4295 + dependencies = [ 4296 + "matchers", 4297 + "nu-ansi-term", 4298 + "once_cell", 4299 + "regex", 4300 + "sharded-slab", 4301 + "smallvec", 4302 + "thread_local", 4303 + "tracing", 4304 + "tracing-core", 4305 + "tracing-log", 4306 + ] 4307 + 4308 + [[package]] 4309 + name = "try-lock" 4310 + version = "0.2.4" 4311 + source = "registry+https://github.com/rust-lang/crates.io-index" 4312 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 4313 + 4314 + [[package]] 4315 + name = "tungstenite" 4316 + version = "0.19.0" 4317 + source = "registry+https://github.com/rust-lang/crates.io-index" 4318 + checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" 4319 + dependencies = [ 4320 + "byteorder", 4321 + "bytes 1.4.0", 4322 + "data-encoding", 4323 + "http", 4324 + "httparse", 4325 + "log", 4326 + "rand", 4327 + "sha1", 4328 + "thiserror", 4329 + "url", 4330 + "utf-8", 4331 + ] 4332 + 4333 + [[package]] 4334 + name = "typenum" 4335 + version = "1.16.0" 4336 + source = "registry+https://github.com/rust-lang/crates.io-index" 4337 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 4338 + 4339 + [[package]] 4340 + name = "unarray" 4341 + version = "0.1.4" 4342 + source = "registry+https://github.com/rust-lang/crates.io-index" 4343 + checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 4344 + 4345 + [[package]] 4346 + name = "uncased" 4347 + version = "0.9.9" 4348 + source = "registry+https://github.com/rust-lang/crates.io-index" 4349 + checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68" 4350 + dependencies = [ 4351 + "version_check", 4352 + ] 4353 + 4354 + [[package]] 4355 + name = "unicode-bidi" 4356 + version = "0.3.13" 4357 + source = "registry+https://github.com/rust-lang/crates.io-index" 4358 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 4359 + 4360 + [[package]] 4361 + name = "unicode-ident" 4362 + version = "1.0.9" 4363 + source = "registry+https://github.com/rust-lang/crates.io-index" 4364 + checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 4365 + 4366 + [[package]] 4367 + name = "unicode-normalization" 4368 + version = "0.1.22" 4369 + source = "registry+https://github.com/rust-lang/crates.io-index" 4370 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 4371 + dependencies = [ 4372 + "tinyvec", 4373 + ] 4374 + 4375 + [[package]] 4376 + name = "unicode-width" 4377 + version = "0.1.10" 4378 + source = "registry+https://github.com/rust-lang/crates.io-index" 4379 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 4380 + 4381 + [[package]] 4382 + name = "untrusted" 4383 + version = "0.7.1" 4384 + source = "registry+https://github.com/rust-lang/crates.io-index" 4385 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 4386 + 4387 + [[package]] 4388 + name = "unwrap_or" 4389 + version = "1.0.0" 4390 + source = "registry+https://github.com/rust-lang/crates.io-index" 4391 + checksum = "2fbfe96089af082b3c856f83bdd0b6866241377d9dbea803fb39481151e5742d" 4392 + 4393 + [[package]] 4394 + name = "url" 4395 + version = "2.4.0" 4396 + source = "registry+https://github.com/rust-lang/crates.io-index" 4397 + checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 4398 + dependencies = [ 4399 + "form_urlencoded", 4400 + "idna", 4401 + "percent-encoding", 4402 + ] 4403 + 4404 + [[package]] 4405 + name = "urlencoding" 4406 + version = "2.1.2" 4407 + source = "registry+https://github.com/rust-lang/crates.io-index" 4408 + checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" 4409 + 4410 + [[package]] 4411 + name = "utf-8" 4412 + version = "0.7.6" 4413 + source = "registry+https://github.com/rust-lang/crates.io-index" 4414 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4415 + 4416 + [[package]] 4417 + name = "utf8parse" 4418 + version = "0.2.1" 4419 + source = "registry+https://github.com/rust-lang/crates.io-index" 4420 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 4421 + 4422 + [[package]] 4423 + name = "uuid" 4424 + version = "1.4.1" 4425 + source = "registry+https://github.com/rust-lang/crates.io-index" 4426 + checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" 4427 + dependencies = [ 4428 + "getrandom", 4429 + "serde", 4430 + ] 4431 + 4432 + [[package]] 4433 + name = "valuable" 4434 + version = "0.1.0" 4435 + source = "registry+https://github.com/rust-lang/crates.io-index" 4436 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 4437 + 4438 + [[package]] 4439 + name = "vcpkg" 4440 + version = "0.2.15" 4441 + source = "registry+https://github.com/rust-lang/crates.io-index" 4442 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4443 + 4444 + [[package]] 4445 + name = "vergen" 4446 + version = "8.2.1" 4447 + source = "registry+https://github.com/rust-lang/crates.io-index" 4448 + checksum = "8b3c89c2c7e50f33e4d35527e5bf9c11d6d132226dbbd1753f0fbe9f19ef88c6" 4449 + dependencies = [ 4450 + "anyhow", 4451 + "rustversion", 4452 + "time 0.3.22", 4453 + ] 4454 + 4455 + [[package]] 4456 + name = "version_check" 4457 + version = "0.9.4" 4458 + source = "registry+https://github.com/rust-lang/crates.io-index" 4459 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4460 + 4461 + [[package]] 4462 + name = "vsimd" 4463 + version = "0.8.0" 4464 + source = "registry+https://github.com/rust-lang/crates.io-index" 4465 + checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 4466 + 4467 + [[package]] 4468 + name = "wait-timeout" 4469 + version = "0.2.0" 4470 + source = "registry+https://github.com/rust-lang/crates.io-index" 4471 + checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 4472 + dependencies = [ 4473 + "libc", 4474 + ] 4475 + 4476 + [[package]] 4477 + name = "want" 4478 + version = "0.3.1" 4479 + source = "registry+https://github.com/rust-lang/crates.io-index" 4480 + checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4481 + dependencies = [ 4482 + "try-lock", 4483 + ] 4484 + 4485 + [[package]] 4486 + name = "wasi" 4487 + version = "0.10.0+wasi-snapshot-preview1" 4488 + source = "registry+https://github.com/rust-lang/crates.io-index" 4489 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 4490 + 4491 + [[package]] 4492 + name = "wasi" 4493 + version = "0.11.0+wasi-snapshot-preview1" 4494 + source = "registry+https://github.com/rust-lang/crates.io-index" 4495 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4496 + 4497 + [[package]] 4498 + name = "wasi-cap-std-sync" 4499 + version = "3.0.1" 4500 + source = "registry+https://github.com/rust-lang/crates.io-index" 4501 + checksum = "ecbeebb8985a5423f36f976b2f4a0b3c6ce38d7d9a7247e1ce07aa2880e4f29b" 4502 + dependencies = [ 4503 + "anyhow", 4504 + "async-trait", 4505 + "cap-fs-ext", 4506 + "cap-rand", 4507 + "cap-std", 4508 + "cap-time-ext", 4509 + "fs-set-times", 4510 + "io-extras", 4511 + "io-lifetimes 0.7.5", 4512 + "is-terminal 0.3.0", 4513 + "once_cell", 4514 + "rustix 0.35.13", 4515 + "system-interface", 4516 + "tracing", 4517 + "wasi-common", 4518 + "windows-sys 0.36.1", 4519 + ] 4520 + 4521 + [[package]] 4522 + name = "wasi-common" 4523 + version = "3.0.1" 4524 + source = "registry+https://github.com/rust-lang/crates.io-index" 4525 + checksum = "81e2171f3783fe6600ee24ff6c58ca1b329c55e458cc1622ecc1fd0427648607" 4526 + dependencies = [ 4527 + "anyhow", 4528 + "bitflags 1.3.2", 4529 + "cap-rand", 4530 + "cap-std", 4531 + "io-extras", 4532 + "rustix 0.35.13", 4533 + "thiserror", 4534 + "tracing", 4535 + "wasmtime", 4536 + "wiggle", 4537 + "windows-sys 0.36.1", 4538 + ] 4539 + 4540 + [[package]] 4541 + name = "wasm-bindgen" 4542 + version = "0.2.87" 4543 + source = "registry+https://github.com/rust-lang/crates.io-index" 4544 + checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 4545 + dependencies = [ 4546 + "cfg-if", 4547 + "wasm-bindgen-macro", 4548 + ] 4549 + 4550 + [[package]] 4551 + name = "wasm-bindgen-backend" 4552 + version = "0.2.87" 4553 + source = "registry+https://github.com/rust-lang/crates.io-index" 4554 + checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 4555 + dependencies = [ 4556 + "bumpalo", 4557 + "log", 4558 + "once_cell", 4559 + "proc-macro2", 4560 + "quote", 4561 + "syn 2.0.22", 4562 + "wasm-bindgen-shared", 4563 + ] 4564 + 4565 + [[package]] 4566 + name = "wasm-bindgen-futures" 4567 + version = "0.4.37" 4568 + source = "registry+https://github.com/rust-lang/crates.io-index" 4569 + checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 4570 + dependencies = [ 4571 + "cfg-if", 4572 + "js-sys", 4573 + "wasm-bindgen", 4574 + "web-sys", 4575 + ] 4576 + 4577 + [[package]] 4578 + name = "wasm-bindgen-macro" 4579 + version = "0.2.87" 4580 + source = "registry+https://github.com/rust-lang/crates.io-index" 4581 + checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 4582 + dependencies = [ 4583 + "quote", 4584 + "wasm-bindgen-macro-support", 4585 + ] 4586 + 4587 + [[package]] 4588 + name = "wasm-bindgen-macro-support" 4589 + version = "0.2.87" 4590 + source = "registry+https://github.com/rust-lang/crates.io-index" 4591 + checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 4592 + dependencies = [ 4593 + "proc-macro2", 4594 + "quote", 4595 + "syn 2.0.22", 4596 + "wasm-bindgen-backend", 4597 + "wasm-bindgen-shared", 4598 + ] 4599 + 4600 + [[package]] 4601 + name = "wasm-bindgen-shared" 4602 + version = "0.2.87" 4603 + source = "registry+https://github.com/rust-lang/crates.io-index" 4604 + checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 4605 + 4606 + [[package]] 4607 + name = "wasm-encoder" 4608 + version = "0.29.0" 4609 + source = "registry+https://github.com/rust-lang/crates.io-index" 4610 + checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881" 4611 + dependencies = [ 4612 + "leb128", 4613 + ] 4614 + 4615 + [[package]] 4616 + name = "wasmparser" 4617 + version = "0.93.0" 4618 + source = "registry+https://github.com/rust-lang/crates.io-index" 4619 + checksum = "c5a4460aa3e271fa180b6a5d003e728f3963fb30e3ba0fa7c9634caa06049328" 4620 + dependencies = [ 4621 + "indexmap 1.9.3", 4622 + ] 4623 + 4624 + [[package]] 4625 + name = "wasmtime" 4626 + version = "3.0.1" 4627 + source = "registry+https://github.com/rust-lang/crates.io-index" 4628 + checksum = "d18265705b1c49218776577d9f301d79ab06888c7f4a32e2ed24e68a55738ce7" 4629 + dependencies = [ 4630 + "anyhow", 4631 + "async-trait", 4632 + "bincode", 4633 + "cfg-if", 4634 + "indexmap 1.9.3", 4635 + "libc", 4636 + "log", 4637 + "object", 4638 + "once_cell", 4639 + "paste", 4640 + "psm", 4641 + "rayon", 4642 + "serde", 4643 + "target-lexicon", 4644 + "wasmparser", 4645 + "wasmtime-cache", 4646 + "wasmtime-cranelift", 4647 + "wasmtime-environ", 4648 + "wasmtime-fiber", 4649 + "wasmtime-jit", 4650 + "wasmtime-runtime", 4651 + "wat", 4652 + "windows-sys 0.36.1", 4653 + ] 4654 + 4655 + [[package]] 4656 + name = "wasmtime-asm-macros" 4657 + version = "3.0.1" 4658 + source = "registry+https://github.com/rust-lang/crates.io-index" 4659 + checksum = "a201583f6c79b96e74dcce748fa44fb2958f474ef13c93f880ea4d3bed31ae4f" 4660 + dependencies = [ 4661 + "cfg-if", 4662 + ] 4663 + 4664 + [[package]] 4665 + name = "wasmtime-cache" 4666 + version = "3.0.1" 4667 + source = "registry+https://github.com/rust-lang/crates.io-index" 4668 + checksum = "3f37efc6945b08fcb634cffafc438dd299bac55a27c836954656c634d3e63c31" 4669 + dependencies = [ 4670 + "anyhow", 4671 + "base64 0.13.1", 4672 + "bincode", 4673 + "directories-next", 4674 + "file-per-thread-logger", 4675 + "log", 4676 + "rustix 0.35.13", 4677 + "serde", 4678 + "sha2", 4679 + "toml", 4680 + "windows-sys 0.36.1", 4681 + "zstd", 4682 + ] 4683 + 4684 + [[package]] 4685 + name = "wasmtime-cranelift" 4686 + version = "3.0.1" 4687 + source = "registry+https://github.com/rust-lang/crates.io-index" 4688 + checksum = "fe208297e045ea0ee6702be88772ea40f918d55fbd4163981a4699aff034b634" 4689 + dependencies = [ 4690 + "anyhow", 4691 + "cranelift-codegen", 4692 + "cranelift-entity", 4693 + "cranelift-frontend", 4694 + "cranelift-native", 4695 + "cranelift-wasm", 4696 + "gimli", 4697 + "log", 4698 + "object", 4699 + "target-lexicon", 4700 + "thiserror", 4701 + "wasmparser", 4702 + "wasmtime-environ", 4703 + ] 4704 + 4705 + [[package]] 4706 + name = "wasmtime-environ" 4707 + version = "3.0.1" 4708 + source = "registry+https://github.com/rust-lang/crates.io-index" 4709 + checksum = "754b97f7441ac780a7fa738db5b9c23c1b70ef4abccd8ad205ada5669d196ba2" 4710 + dependencies = [ 4711 + "anyhow", 4712 + "cranelift-entity", 4713 + "gimli", 4714 + "indexmap 1.9.3", 4715 + "log", 4716 + "object", 4717 + "serde", 4718 + "target-lexicon", 4719 + "thiserror", 4720 + "wasmparser", 4721 + "wasmtime-types", 4722 + ] 4723 + 4724 + [[package]] 4725 + name = "wasmtime-fiber" 4726 + version = "3.0.1" 4727 + source = "registry+https://github.com/rust-lang/crates.io-index" 4728 + checksum = "e5f54abc960b4a055ba16b942cbbd1da641e0ad44cc97a7608f3d43c069b120e" 4729 + dependencies = [ 4730 + "cc", 4731 + "cfg-if", 4732 + "rustix 0.35.13", 4733 + "wasmtime-asm-macros", 4734 + "windows-sys 0.36.1", 4735 + ] 4736 + 4737 + [[package]] 4738 + name = "wasmtime-jit" 4739 + version = "3.0.1" 4740 + source = "registry+https://github.com/rust-lang/crates.io-index" 4741 + checksum = "32800cb6e29faabab7056593f70a4c00c65c75c365aaf05406933f2169d0c22f" 4742 + dependencies = [ 4743 + "addr2line", 4744 + "anyhow", 4745 + "bincode", 4746 + "cfg-if", 4747 + "cpp_demangle", 4748 + "gimli", 4749 + "ittapi", 4750 + "log", 4751 + "object", 4752 + "rustc-demangle", 4753 + "serde", 4754 + "target-lexicon", 4755 + "thiserror", 4756 + "wasmtime-environ", 4757 + "wasmtime-jit-debug", 4758 + "wasmtime-jit-icache-coherence", 4759 + "wasmtime-runtime", 4760 + "windows-sys 0.36.1", 4761 + ] 4762 + 4763 + [[package]] 4764 + name = "wasmtime-jit-debug" 4765 + version = "3.0.1" 4766 + source = "registry+https://github.com/rust-lang/crates.io-index" 4767 + checksum = "fe057012a0ba6cee3685af1e923d6e0a6cb9baf15fb3ffa4be3d7f712c7dec42" 4768 + dependencies = [ 4769 + "object", 4770 + "once_cell", 4771 + "rustix 0.35.13", 4772 + ] 4773 + 4774 + [[package]] 4775 + name = "wasmtime-jit-icache-coherence" 4776 + version = "2.0.1" 4777 + source = "registry+https://github.com/rust-lang/crates.io-index" 4778 + checksum = "e6bbabb309c06cc238ee91b1455b748c45f0bdcab0dda2c2db85b0a1e69fcb66" 4779 + dependencies = [ 4780 + "cfg-if", 4781 + "libc", 4782 + "windows-sys 0.36.1", 4783 + ] 4784 + 4785 + [[package]] 4786 + name = "wasmtime-runtime" 4787 + version = "3.0.1" 4788 + source = "registry+https://github.com/rust-lang/crates.io-index" 4789 + checksum = "09a23b6e138e89594c0189162e524a29e217aec8f9a4e1959a34f74c64e8d17d" 4790 + dependencies = [ 4791 + "anyhow", 4792 + "cc", 4793 + "cfg-if", 4794 + "indexmap 1.9.3", 4795 + "libc", 4796 + "log", 4797 + "mach", 4798 + "memfd", 4799 + "memoffset 0.6.5", 4800 + "paste", 4801 + "rand", 4802 + "rustix 0.35.13", 4803 + "thiserror", 4804 + "wasmtime-asm-macros", 4805 + "wasmtime-environ", 4806 + "wasmtime-fiber", 4807 + "wasmtime-jit-debug", 4808 + "windows-sys 0.36.1", 4809 + ] 4810 + 4811 + [[package]] 4812 + name = "wasmtime-types" 4813 + version = "3.0.1" 4814 + source = "registry+https://github.com/rust-lang/crates.io-index" 4815 + checksum = "68ec7615fde8c79737f1345d81f0b18da83b3db929a87b4604f27c932246d1e2" 4816 + dependencies = [ 4817 + "cranelift-entity", 4818 + "serde", 4819 + "thiserror", 4820 + "wasmparser", 4821 + ] 4822 + 4823 + [[package]] 4824 + name = "wasmtime-wasi" 4825 + version = "3.0.1" 4826 + source = "registry+https://github.com/rust-lang/crates.io-index" 4827 + checksum = "ca539adf155dca1407aa3656e5661bf2364b1f3ebabc7f0a8bd62629d876acfa" 4828 + dependencies = [ 4829 + "anyhow", 4830 + "wasi-cap-std-sync", 4831 + "wasi-common", 4832 + "wasmtime", 4833 + "wiggle", 4834 + ] 4835 + 4836 + [[package]] 4837 + name = "wast" 4838 + version = "35.0.2" 4839 + source = "registry+https://github.com/rust-lang/crates.io-index" 4840 + checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68" 4841 + dependencies = [ 4842 + "leb128", 4843 + ] 4844 + 4845 + [[package]] 4846 + name = "wast" 4847 + version = "60.0.0" 4848 + source = "registry+https://github.com/rust-lang/crates.io-index" 4849 + checksum = "bd06cc744b536e30387e72a48fdd492105b9c938bb4f415c39c616a7a0a697ad" 4850 + dependencies = [ 4851 + "leb128", 4852 + "memchr", 4853 + "unicode-width", 4854 + "wasm-encoder", 4855 + ] 4856 + 4857 + [[package]] 4858 + name = "wat" 4859 + version = "1.0.66" 4860 + source = "registry+https://github.com/rust-lang/crates.io-index" 4861 + checksum = "5abe520f0ab205366e9ac7d3e6b2fc71de44e32a2b58f2ec871b6b575bdcea3b" 4862 + dependencies = [ 4863 + "wast 60.0.0", 4864 + ] 4865 + 4866 + [[package]] 4867 + name = "web-sys" 4868 + version = "0.3.64" 4869 + source = "registry+https://github.com/rust-lang/crates.io-index" 4870 + checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 4871 + dependencies = [ 4872 + "js-sys", 4873 + "wasm-bindgen", 4874 + ] 4875 + 4876 + [[package]] 4877 + name = "webpki" 4878 + version = "0.22.0" 4879 + source = "registry+https://github.com/rust-lang/crates.io-index" 4880 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 4881 + dependencies = [ 4882 + "ring", 4883 + "untrusted", 4884 + ] 4885 + 4886 + [[package]] 4887 + name = "webpki-roots" 4888 + version = "0.22.6" 4889 + source = "registry+https://github.com/rust-lang/crates.io-index" 4890 + checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 4891 + dependencies = [ 4892 + "webpki", 4893 + ] 4894 + 4895 + [[package]] 4896 + name = "which" 4897 + version = "4.4.0" 4898 + source = "registry+https://github.com/rust-lang/crates.io-index" 4899 + checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 4900 + dependencies = [ 4901 + "either", 4902 + "libc", 4903 + "once_cell", 4904 + ] 4905 + 4906 + [[package]] 4907 + name = "wiggle" 4908 + version = "3.0.1" 4909 + source = "registry+https://github.com/rust-lang/crates.io-index" 4910 + checksum = "2da09ca5b8bb9278a2123e8c36342166b9aaa55a0dbab18b231f46d6f6ab85bc" 4911 + dependencies = [ 4912 + "anyhow", 4913 + "async-trait", 4914 + "bitflags 1.3.2", 4915 + "thiserror", 4916 + "tracing", 4917 + "wasmtime", 4918 + "wiggle-macro", 4919 + ] 4920 + 4921 + [[package]] 4922 + name = "wiggle-generate" 4923 + version = "3.0.1" 4924 + source = "registry+https://github.com/rust-lang/crates.io-index" 4925 + checksum = "ba5796f53b429df7d44cfdaae8f6d9cd981d82aec3516561352ca9c5e73ee185" 4926 + dependencies = [ 4927 + "anyhow", 4928 + "heck", 4929 + "proc-macro2", 4930 + "quote", 4931 + "shellexpand", 4932 + "syn 1.0.109", 4933 + "witx", 4934 + ] 4935 + 4936 + [[package]] 4937 + name = "wiggle-macro" 4938 + version = "3.0.1" 4939 + source = "registry+https://github.com/rust-lang/crates.io-index" 4940 + checksum = "8b830eb7203d48942fb8bc8bb105f76e7d09c33a082d638e990e02143bb2facd" 4941 + dependencies = [ 4942 + "proc-macro2", 4943 + "quote", 4944 + "syn 1.0.109", 4945 + "wiggle-generate", 4946 + ] 4947 + 4948 + [[package]] 4949 + name = "winapi" 4950 + version = "0.3.9" 4951 + source = "registry+https://github.com/rust-lang/crates.io-index" 4952 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4953 + dependencies = [ 4954 + "winapi-i686-pc-windows-gnu", 4955 + "winapi-x86_64-pc-windows-gnu", 4956 + ] 4957 + 4958 + [[package]] 4959 + name = "winapi-i686-pc-windows-gnu" 4960 + version = "0.4.0" 4961 + source = "registry+https://github.com/rust-lang/crates.io-index" 4962 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4963 + 4964 + [[package]] 4965 + name = "winapi-util" 4966 + version = "0.1.5" 4967 + source = "registry+https://github.com/rust-lang/crates.io-index" 4968 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4969 + dependencies = [ 4970 + "winapi", 4971 + ] 4972 + 4973 + [[package]] 4974 + name = "winapi-x86_64-pc-windows-gnu" 4975 + version = "0.4.0" 4976 + source = "registry+https://github.com/rust-lang/crates.io-index" 4977 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4978 + 4979 + [[package]] 4980 + name = "windows" 4981 + version = "0.48.0" 4982 + source = "registry+https://github.com/rust-lang/crates.io-index" 4983 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 4984 + dependencies = [ 4985 + "windows-targets 0.48.0", 4986 + ] 4987 + 4988 + [[package]] 4989 + name = "windows-sys" 4990 + version = "0.36.1" 4991 + source = "registry+https://github.com/rust-lang/crates.io-index" 4992 + checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 4993 + dependencies = [ 4994 + "windows_aarch64_msvc 0.36.1", 4995 + "windows_i686_gnu 0.36.1", 4996 + "windows_i686_msvc 0.36.1", 4997 + "windows_x86_64_gnu 0.36.1", 4998 + "windows_x86_64_msvc 0.36.1", 4999 + ] 5000 + 5001 + [[package]] 5002 + name = "windows-sys" 5003 + version = "0.42.0" 5004 + source = "registry+https://github.com/rust-lang/crates.io-index" 5005 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 5006 + dependencies = [ 5007 + "windows_aarch64_gnullvm 0.42.2", 5008 + "windows_aarch64_msvc 0.42.2", 5009 + "windows_i686_gnu 0.42.2", 5010 + "windows_i686_msvc 0.42.2", 5011 + "windows_x86_64_gnu 0.42.2", 5012 + "windows_x86_64_gnullvm 0.42.2", 5013 + "windows_x86_64_msvc 0.42.2", 5014 + ] 5015 + 5016 + [[package]] 5017 + name = "windows-sys" 5018 + version = "0.45.0" 5019 + source = "registry+https://github.com/rust-lang/crates.io-index" 5020 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5021 + dependencies = [ 5022 + "windows-targets 0.42.2", 5023 + ] 5024 + 5025 + [[package]] 5026 + name = "windows-sys" 5027 + version = "0.48.0" 5028 + source = "registry+https://github.com/rust-lang/crates.io-index" 5029 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5030 + dependencies = [ 5031 + "windows-targets 0.48.0", 5032 + ] 5033 + 5034 + [[package]] 5035 + name = "windows-targets" 5036 + version = "0.42.2" 5037 + source = "registry+https://github.com/rust-lang/crates.io-index" 5038 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5039 + dependencies = [ 5040 + "windows_aarch64_gnullvm 0.42.2", 5041 + "windows_aarch64_msvc 0.42.2", 5042 + "windows_i686_gnu 0.42.2", 5043 + "windows_i686_msvc 0.42.2", 5044 + "windows_x86_64_gnu 0.42.2", 5045 + "windows_x86_64_gnullvm 0.42.2", 5046 + "windows_x86_64_msvc 0.42.2", 5047 + ] 5048 + 5049 + [[package]] 5050 + name = "windows-targets" 5051 + version = "0.48.0" 5052 + source = "registry+https://github.com/rust-lang/crates.io-index" 5053 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 5054 + dependencies = [ 5055 + "windows_aarch64_gnullvm 0.48.0", 5056 + "windows_aarch64_msvc 0.48.0", 5057 + "windows_i686_gnu 0.48.0", 5058 + "windows_i686_msvc 0.48.0", 5059 + "windows_x86_64_gnu 0.48.0", 5060 + "windows_x86_64_gnullvm 0.48.0", 5061 + "windows_x86_64_msvc 0.48.0", 5062 + ] 5063 + 5064 + [[package]] 5065 + name = "windows_aarch64_gnullvm" 5066 + version = "0.42.2" 5067 + source = "registry+https://github.com/rust-lang/crates.io-index" 5068 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5069 + 5070 + [[package]] 5071 + name = "windows_aarch64_gnullvm" 5072 + version = "0.48.0" 5073 + source = "registry+https://github.com/rust-lang/crates.io-index" 5074 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 5075 + 5076 + [[package]] 5077 + name = "windows_aarch64_msvc" 5078 + version = "0.36.1" 5079 + source = "registry+https://github.com/rust-lang/crates.io-index" 5080 + checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 5081 + 5082 + [[package]] 5083 + name = "windows_aarch64_msvc" 5084 + version = "0.42.2" 5085 + source = "registry+https://github.com/rust-lang/crates.io-index" 5086 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5087 + 5088 + [[package]] 5089 + name = "windows_aarch64_msvc" 5090 + version = "0.48.0" 5091 + source = "registry+https://github.com/rust-lang/crates.io-index" 5092 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 5093 + 5094 + [[package]] 5095 + name = "windows_i686_gnu" 5096 + version = "0.36.1" 5097 + source = "registry+https://github.com/rust-lang/crates.io-index" 5098 + checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 5099 + 5100 + [[package]] 5101 + name = "windows_i686_gnu" 5102 + version = "0.42.2" 5103 + source = "registry+https://github.com/rust-lang/crates.io-index" 5104 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5105 + 5106 + [[package]] 5107 + name = "windows_i686_gnu" 5108 + version = "0.48.0" 5109 + source = "registry+https://github.com/rust-lang/crates.io-index" 5110 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 5111 + 5112 + [[package]] 5113 + name = "windows_i686_msvc" 5114 + version = "0.36.1" 5115 + source = "registry+https://github.com/rust-lang/crates.io-index" 5116 + checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 5117 + 5118 + [[package]] 5119 + name = "windows_i686_msvc" 5120 + version = "0.42.2" 5121 + source = "registry+https://github.com/rust-lang/crates.io-index" 5122 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5123 + 5124 + [[package]] 5125 + name = "windows_i686_msvc" 5126 + version = "0.48.0" 5127 + source = "registry+https://github.com/rust-lang/crates.io-index" 5128 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 5129 + 5130 + [[package]] 5131 + name = "windows_x86_64_gnu" 5132 + version = "0.36.1" 5133 + source = "registry+https://github.com/rust-lang/crates.io-index" 5134 + checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 5135 + 5136 + [[package]] 5137 + name = "windows_x86_64_gnu" 5138 + version = "0.42.2" 5139 + source = "registry+https://github.com/rust-lang/crates.io-index" 5140 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5141 + 5142 + [[package]] 5143 + name = "windows_x86_64_gnu" 5144 + version = "0.48.0" 5145 + source = "registry+https://github.com/rust-lang/crates.io-index" 5146 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 5147 + 5148 + [[package]] 5149 + name = "windows_x86_64_gnullvm" 5150 + version = "0.42.2" 5151 + source = "registry+https://github.com/rust-lang/crates.io-index" 5152 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5153 + 5154 + [[package]] 5155 + name = "windows_x86_64_gnullvm" 5156 + version = "0.48.0" 5157 + source = "registry+https://github.com/rust-lang/crates.io-index" 5158 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 5159 + 5160 + [[package]] 5161 + name = "windows_x86_64_msvc" 5162 + version = "0.36.1" 5163 + source = "registry+https://github.com/rust-lang/crates.io-index" 5164 + checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 5165 + 5166 + [[package]] 5167 + name = "windows_x86_64_msvc" 5168 + version = "0.42.2" 5169 + source = "registry+https://github.com/rust-lang/crates.io-index" 5170 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5171 + 5172 + [[package]] 5173 + name = "windows_x86_64_msvc" 5174 + version = "0.48.0" 5175 + source = "registry+https://github.com/rust-lang/crates.io-index" 5176 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 5177 + 5178 + [[package]] 5179 + name = "winreg" 5180 + version = "0.10.1" 5181 + source = "registry+https://github.com/rust-lang/crates.io-index" 5182 + checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 5183 + dependencies = [ 5184 + "winapi", 5185 + ] 5186 + 5187 + [[package]] 5188 + name = "winx" 5189 + version = "0.33.0" 5190 + source = "registry+https://github.com/rust-lang/crates.io-index" 5191 + checksum = "b7b01e010390eb263a4518c8cebf86cb67469d1511c00b749a47b64c39e8054d" 5192 + dependencies = [ 5193 + "bitflags 1.3.2", 5194 + "io-lifetimes 0.7.5", 5195 + "windows-sys 0.36.1", 5196 + ] 5197 + 5198 + [[package]] 5199 + name = "witx" 5200 + version = "0.9.1" 5201 + source = "registry+https://github.com/rust-lang/crates.io-index" 5202 + checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b" 5203 + dependencies = [ 5204 + "anyhow", 5205 + "log", 5206 + "thiserror", 5207 + "wast 35.0.2", 5208 + ] 5209 + 5210 + [[package]] 5211 + name = "xattr" 5212 + version = "0.2.3" 5213 + source = "registry+https://github.com/rust-lang/crates.io-index" 5214 + checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 5215 + dependencies = [ 5216 + "libc", 5217 + ] 5218 + 5219 + [[package]] 5220 + name = "xmlparser" 5221 + version = "0.13.5" 5222 + source = "registry+https://github.com/rust-lang/crates.io-index" 5223 + checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" 5224 + 5225 + [[package]] 5226 + name = "yaml-rust" 5227 + version = "0.4.5" 5228 + source = "registry+https://github.com/rust-lang/crates.io-index" 5229 + checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 5230 + dependencies = [ 5231 + "linked-hash-map", 5232 + ] 5233 + 5234 + [[package]] 5235 + name = "zeroize" 5236 + version = "1.6.0" 5237 + source = "registry+https://github.com/rust-lang/crates.io-index" 5238 + checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" 5239 + 5240 + [[package]] 5241 + name = "zstd" 5242 + version = "0.11.2+zstd.1.5.2" 5243 + source = "registry+https://github.com/rust-lang/crates.io-index" 5244 + checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 5245 + dependencies = [ 5246 + "zstd-safe", 5247 + ] 5248 + 5249 + [[package]] 5250 + name = "zstd-safe" 5251 + version = "5.0.2+zstd.1.5.2" 5252 + source = "registry+https://github.com/rust-lang/crates.io-index" 5253 + checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 5254 + dependencies = [ 5255 + "libc", 5256 + "zstd-sys", 5257 + ] 5258 + 5259 + [[package]] 5260 + name = "zstd-sys" 5261 + version = "2.0.8+zstd.1.5.5" 5262 + source = "registry+https://github.com/rust-lang/crates.io-index" 5263 + checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" 5264 + dependencies = [ 5265 + "cc", 5266 + "libc", 5267 + "pkg-config", 5268 + ]
+57
pkgs/servers/sql/sqld/default.nix
···
··· 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + , pkg-config 5 + , protobuf 6 + , openssl 7 + , sqlite 8 + , zstd 9 + , stdenv 10 + , darwin 11 + }: 12 + 13 + rustPlatform.buildRustPackage rec { 14 + pname = "sqld"; 15 + version = "0.17.2"; 16 + 17 + src = fetchFromGitHub { 18 + owner = "libsql"; 19 + repo = "sqld"; 20 + rev = "v${version}"; 21 + hash = "sha256-KoEscrzkFJnxxJKL/2r4cY0oLpKdQMjFR3daryzrVKQ="; 22 + }; 23 + 24 + cargoLock = { 25 + lockFile = ./Cargo.lock; 26 + outputHashes = { 27 + "libsqlite3-sys-0.26.0" = "sha256-JzSGpqYtkIq0mVYD0kERIB6rmZUttqkCGne+M4vqTJU="; 28 + "octopod-0.1.0" = "sha256-V16fOlIp9BCpyzgh1Aei3Mra/y15v8dQFA8tHdOwZm4="; 29 + }; 30 + }; 31 + 32 + nativeBuildInputs = [ 33 + pkg-config 34 + protobuf 35 + rustPlatform.bindgenHook 36 + ]; 37 + 38 + buildInputs = [ 39 + openssl 40 + sqlite 41 + zstd 42 + ] ++ lib.optionals stdenv.isDarwin [ 43 + darwin.apple_sdk.frameworks.Security 44 + ]; 45 + 46 + env.ZSTD_SYS_USE_PKG_CONFIG = true; 47 + 48 + # requires a complex setup with podman for the end-to-end tests 49 + doCheck = false; 50 + 51 + meta = { 52 + description = "LibSQL with extended capabilities like HTTP protocol, replication, and more"; 53 + homepage = "https://github.com/libsql/sqld"; 54 + license = lib.licenses.mit; 55 + maintainers = with lib.maintainers; [ dit7ya ]; 56 + }; 57 + }
+2
pkgs/top-level/all-packages.nix
··· 24851 24852 sv-lang = callPackage ../applications/science/electronics/sv-lang { }; 24853 24854 sqlite = lowPrio (callPackage ../development/libraries/sqlite { }); 24855 24856 unqlite = lowPrio (callPackage ../development/libraries/unqlite { });
··· 24851 24852 sv-lang = callPackage ../applications/science/electronics/sv-lang { }; 24853 24854 + sqld = callPackage ../servers/sql/sqld { }; 24855 + 24856 sqlite = lowPrio (callPackage ../development/libraries/sqlite { }); 24857 24858 unqlite = lowPrio (callPackage ../development/libraries/unqlite { });