A card game engine for TCGs, primarily Magic: The Gathering but with support for others
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo add sea-orm

+2887 -9
+2883 -9
Cargo.lock
··· 3 3 version = 4 4 4 5 5 [[package]] 6 + name = "ahash" 7 + version = "0.7.8" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 10 + dependencies = [ 11 + "getrandom 0.2.17", 12 + "once_cell", 13 + "version_check", 14 + ] 15 + 16 + [[package]] 17 + name = "ahash" 18 + version = "0.8.12" 19 + source = "registry+https://github.com/rust-lang/crates.io-index" 20 + checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 21 + dependencies = [ 22 + "cfg-if", 23 + "const-random", 24 + "getrandom 0.3.4", 25 + "once_cell", 26 + "version_check", 27 + "zerocopy", 28 + ] 29 + 30 + [[package]] 31 + name = "aho-corasick" 32 + version = "1.1.4" 33 + source = "registry+https://github.com/rust-lang/crates.io-index" 34 + checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 35 + dependencies = [ 36 + "memchr", 37 + ] 38 + 39 + [[package]] 40 + name = "aliasable" 41 + version = "0.1.3" 42 + source = "registry+https://github.com/rust-lang/crates.io-index" 43 + checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 44 + 45 + [[package]] 46 + name = "allocator-api2" 47 + version = "0.2.21" 48 + source = "registry+https://github.com/rust-lang/crates.io-index" 49 + checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 50 + 51 + [[package]] 52 + name = "android_system_properties" 53 + version = "0.1.5" 54 + source = "registry+https://github.com/rust-lang/crates.io-index" 55 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 56 + dependencies = [ 57 + "libc", 58 + ] 59 + 60 + [[package]] 6 61 name = "anyhow" 7 62 version = "1.0.102" 8 63 source = "registry+https://github.com/rust-lang/crates.io-index" 9 64 checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 10 65 11 66 [[package]] 67 + name = "arrayvec" 68 + version = "0.7.6" 69 + source = "registry+https://github.com/rust-lang/crates.io-index" 70 + checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 71 + 72 + [[package]] 73 + name = "arrow" 74 + version = "57.3.0" 75 + source = "registry+https://github.com/rust-lang/crates.io-index" 76 + checksum = "e4754a624e5ae42081f464514be454b39711daae0458906dacde5f4c632f33a8" 77 + dependencies = [ 78 + "arrow-arith", 79 + "arrow-array", 80 + "arrow-buffer", 81 + "arrow-cast", 82 + "arrow-data", 83 + "arrow-ord", 84 + "arrow-row", 85 + "arrow-schema", 86 + "arrow-select", 87 + "arrow-string", 88 + ] 89 + 90 + [[package]] 91 + name = "arrow-arith" 92 + version = "57.3.0" 93 + source = "registry+https://github.com/rust-lang/crates.io-index" 94 + checksum = "f7b3141e0ec5145a22d8694ea8b6d6f69305971c4fa1c1a13ef0195aef2d678b" 95 + dependencies = [ 96 + "arrow-array", 97 + "arrow-buffer", 98 + "arrow-data", 99 + "arrow-schema", 100 + "chrono", 101 + "num-traits", 102 + ] 103 + 104 + [[package]] 105 + name = "arrow-array" 106 + version = "57.3.0" 107 + source = "registry+https://github.com/rust-lang/crates.io-index" 108 + checksum = "4c8955af33b25f3b175ee10af580577280b4bd01f7e823d94c7cdef7cf8c9aef" 109 + dependencies = [ 110 + "ahash 0.8.12", 111 + "arrow-buffer", 112 + "arrow-data", 113 + "arrow-schema", 114 + "chrono", 115 + "half", 116 + "hashbrown 0.16.1", 117 + "num-complex", 118 + "num-integer", 119 + "num-traits", 120 + ] 121 + 122 + [[package]] 123 + name = "arrow-buffer" 124 + version = "57.3.0" 125 + source = "registry+https://github.com/rust-lang/crates.io-index" 126 + checksum = "c697ddca96183182f35b3a18e50b9110b11e916d7b7799cbfd4d34662f2c56c2" 127 + dependencies = [ 128 + "bytes", 129 + "half", 130 + "num-bigint", 131 + "num-traits", 132 + ] 133 + 134 + [[package]] 135 + name = "arrow-cast" 136 + version = "57.3.0" 137 + source = "registry+https://github.com/rust-lang/crates.io-index" 138 + checksum = "646bbb821e86fd57189c10b4fcdaa941deaf4181924917b0daa92735baa6ada5" 139 + dependencies = [ 140 + "arrow-array", 141 + "arrow-buffer", 142 + "arrow-data", 143 + "arrow-ord", 144 + "arrow-schema", 145 + "arrow-select", 146 + "atoi", 147 + "base64", 148 + "chrono", 149 + "half", 150 + "lexical-core", 151 + "num-traits", 152 + "ryu", 153 + ] 154 + 155 + [[package]] 156 + name = "arrow-data" 157 + version = "57.3.0" 158 + source = "registry+https://github.com/rust-lang/crates.io-index" 159 + checksum = "1fdd994a9d28e6365aa78e15da3f3950c0fdcea6b963a12fa1c391afb637b304" 160 + dependencies = [ 161 + "arrow-buffer", 162 + "arrow-schema", 163 + "half", 164 + "num-integer", 165 + "num-traits", 166 + ] 167 + 168 + [[package]] 169 + name = "arrow-ord" 170 + version = "57.3.0" 171 + source = "registry+https://github.com/rust-lang/crates.io-index" 172 + checksum = "f7d8f1870e03d4cbed632959498bcc84083b5a24bded52905ae1695bd29da45b" 173 + dependencies = [ 174 + "arrow-array", 175 + "arrow-buffer", 176 + "arrow-data", 177 + "arrow-schema", 178 + "arrow-select", 179 + ] 180 + 181 + [[package]] 182 + name = "arrow-row" 183 + version = "57.3.0" 184 + source = "registry+https://github.com/rust-lang/crates.io-index" 185 + checksum = "18228633bad92bff92a95746bbeb16e5fc318e8382b75619dec26db79e4de4c0" 186 + dependencies = [ 187 + "arrow-array", 188 + "arrow-buffer", 189 + "arrow-data", 190 + "arrow-schema", 191 + "half", 192 + ] 193 + 194 + [[package]] 195 + name = "arrow-schema" 196 + version = "57.3.0" 197 + source = "registry+https://github.com/rust-lang/crates.io-index" 198 + checksum = "8c872d36b7bf2a6a6a2b40de9156265f0242910791db366a2c17476ba8330d68" 199 + 200 + [[package]] 201 + name = "arrow-select" 202 + version = "57.3.0" 203 + source = "registry+https://github.com/rust-lang/crates.io-index" 204 + checksum = "68bf3e3efbd1278f770d67e5dc410257300b161b93baedb3aae836144edcaf4b" 205 + dependencies = [ 206 + "ahash 0.8.12", 207 + "arrow-array", 208 + "arrow-buffer", 209 + "arrow-data", 210 + "arrow-schema", 211 + "num-traits", 212 + ] 213 + 214 + [[package]] 215 + name = "arrow-string" 216 + version = "57.3.0" 217 + source = "registry+https://github.com/rust-lang/crates.io-index" 218 + checksum = "85e968097061b3c0e9fe3079cf2e703e487890700546b5b0647f60fca1b5a8d8" 219 + dependencies = [ 220 + "arrow-array", 221 + "arrow-buffer", 222 + "arrow-data", 223 + "arrow-schema", 224 + "arrow-select", 225 + "memchr", 226 + "num-traits", 227 + "regex", 228 + "regex-syntax", 229 + ] 230 + 231 + [[package]] 232 + name = "async-stream" 233 + version = "0.3.6" 234 + source = "registry+https://github.com/rust-lang/crates.io-index" 235 + checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 236 + dependencies = [ 237 + "async-stream-impl", 238 + "futures-core", 239 + "pin-project-lite", 240 + ] 241 + 242 + [[package]] 243 + name = "async-stream-impl" 244 + version = "0.3.6" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 247 + dependencies = [ 248 + "proc-macro2", 249 + "quote", 250 + "syn 2.0.117", 251 + ] 252 + 253 + [[package]] 254 + name = "async-trait" 255 + version = "0.1.89" 256 + source = "registry+https://github.com/rust-lang/crates.io-index" 257 + checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 258 + dependencies = [ 259 + "proc-macro2", 260 + "quote", 261 + "syn 2.0.117", 262 + ] 263 + 264 + [[package]] 265 + name = "atoi" 266 + version = "2.0.0" 267 + source = "registry+https://github.com/rust-lang/crates.io-index" 268 + checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 269 + dependencies = [ 270 + "num-traits", 271 + ] 272 + 273 + [[package]] 274 + name = "autocfg" 275 + version = "1.5.0" 276 + source = "registry+https://github.com/rust-lang/crates.io-index" 277 + checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 278 + 279 + [[package]] 280 + name = "base64" 281 + version = "0.22.1" 282 + source = "registry+https://github.com/rust-lang/crates.io-index" 283 + checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 284 + 285 + [[package]] 286 + name = "base64ct" 287 + version = "1.8.3" 288 + source = "registry+https://github.com/rust-lang/crates.io-index" 289 + checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 290 + 291 + [[package]] 292 + name = "bigdecimal" 293 + version = "0.4.10" 294 + source = "registry+https://github.com/rust-lang/crates.io-index" 295 + checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" 296 + dependencies = [ 297 + "autocfg", 298 + "libm", 299 + "num-bigint", 300 + "num-integer", 301 + "num-traits", 302 + "serde", 303 + ] 304 + 305 + [[package]] 12 306 name = "bitflags" 13 307 version = "2.11.1" 14 308 source = "registry+https://github.com/rust-lang/crates.io-index" 15 309 checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 310 + dependencies = [ 311 + "serde_core", 312 + ] 313 + 314 + [[package]] 315 + name = "bitvec" 316 + version = "1.0.1" 317 + source = "registry+https://github.com/rust-lang/crates.io-index" 318 + checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 319 + dependencies = [ 320 + "funty", 321 + "radium", 322 + "tap", 323 + "wyz", 324 + ] 325 + 326 + [[package]] 327 + name = "block-buffer" 328 + version = "0.10.4" 329 + source = "registry+https://github.com/rust-lang/crates.io-index" 330 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 331 + dependencies = [ 332 + "generic-array", 333 + ] 334 + 335 + [[package]] 336 + name = "borsh" 337 + version = "1.6.1" 338 + source = "registry+https://github.com/rust-lang/crates.io-index" 339 + checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" 340 + dependencies = [ 341 + "borsh-derive", 342 + "bytes", 343 + "cfg_aliases", 344 + ] 345 + 346 + [[package]] 347 + name = "borsh-derive" 348 + version = "1.6.1" 349 + source = "registry+https://github.com/rust-lang/crates.io-index" 350 + checksum = "bfcfdc083699101d5a7965e49925975f2f55060f94f9a05e7187be95d530ca59" 351 + dependencies = [ 352 + "once_cell", 353 + "proc-macro-crate", 354 + "proc-macro2", 355 + "quote", 356 + "syn 2.0.117", 357 + ] 16 358 17 359 [[package]] 18 360 name = "bumpalo" ··· 21 363 checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 22 364 23 365 [[package]] 366 + name = "bytecheck" 367 + version = "0.6.12" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 370 + dependencies = [ 371 + "bytecheck_derive", 372 + "ptr_meta", 373 + "simdutf8", 374 + ] 375 + 376 + [[package]] 377 + name = "bytecheck_derive" 378 + version = "0.6.12" 379 + source = "registry+https://github.com/rust-lang/crates.io-index" 380 + checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 381 + dependencies = [ 382 + "proc-macro2", 383 + "quote", 384 + "syn 1.0.109", 385 + ] 386 + 387 + [[package]] 388 + name = "byteorder" 389 + version = "1.5.0" 390 + source = "registry+https://github.com/rust-lang/crates.io-index" 391 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 392 + 393 + [[package]] 394 + name = "bytes" 395 + version = "1.11.1" 396 + source = "registry+https://github.com/rust-lang/crates.io-index" 397 + checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 398 + 399 + [[package]] 400 + name = "cc" 401 + version = "1.2.60" 402 + source = "registry+https://github.com/rust-lang/crates.io-index" 403 + checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" 404 + dependencies = [ 405 + "find-msvc-tools", 406 + "shlex", 407 + ] 408 + 409 + [[package]] 24 410 name = "cfg-if" 25 411 version = "1.0.4" 26 412 source = "registry+https://github.com/rust-lang/crates.io-index" 27 413 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 28 414 29 415 [[package]] 416 + name = "cfg_aliases" 417 + version = "0.2.1" 418 + source = "registry+https://github.com/rust-lang/crates.io-index" 419 + checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 420 + 421 + [[package]] 422 + name = "chrono" 423 + version = "0.4.44" 424 + source = "registry+https://github.com/rust-lang/crates.io-index" 425 + checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 426 + dependencies = [ 427 + "iana-time-zone", 428 + "num-traits", 429 + "serde", 430 + "windows-link", 431 + ] 432 + 433 + [[package]] 434 + name = "concurrent-queue" 435 + version = "2.5.0" 436 + source = "registry+https://github.com/rust-lang/crates.io-index" 437 + checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 438 + dependencies = [ 439 + "crossbeam-utils", 440 + ] 441 + 442 + [[package]] 443 + name = "const-oid" 444 + version = "0.9.6" 445 + source = "registry+https://github.com/rust-lang/crates.io-index" 446 + checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 447 + 448 + [[package]] 449 + name = "const-random" 450 + version = "0.1.18" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 453 + dependencies = [ 454 + "const-random-macro", 455 + ] 456 + 457 + [[package]] 458 + name = "const-random-macro" 459 + version = "0.1.16" 460 + source = "registry+https://github.com/rust-lang/crates.io-index" 461 + checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 462 + dependencies = [ 463 + "getrandom 0.2.17", 464 + "once_cell", 465 + "tiny-keccak", 466 + ] 467 + 468 + [[package]] 469 + name = "core-foundation" 470 + version = "0.10.1" 471 + source = "registry+https://github.com/rust-lang/crates.io-index" 472 + checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 473 + dependencies = [ 474 + "core-foundation-sys", 475 + "libc", 476 + ] 477 + 478 + [[package]] 479 + name = "core-foundation-sys" 480 + version = "0.8.7" 481 + source = "registry+https://github.com/rust-lang/crates.io-index" 482 + checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 483 + 484 + [[package]] 485 + name = "cpufeatures" 486 + version = "0.2.17" 487 + source = "registry+https://github.com/rust-lang/crates.io-index" 488 + checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 489 + dependencies = [ 490 + "libc", 491 + ] 492 + 493 + [[package]] 494 + name = "crc" 495 + version = "3.4.0" 496 + source = "registry+https://github.com/rust-lang/crates.io-index" 497 + checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 498 + dependencies = [ 499 + "crc-catalog", 500 + ] 501 + 502 + [[package]] 503 + name = "crc-catalog" 504 + version = "2.4.0" 505 + source = "registry+https://github.com/rust-lang/crates.io-index" 506 + checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 507 + 508 + [[package]] 509 + name = "crossbeam-queue" 510 + version = "0.3.12" 511 + source = "registry+https://github.com/rust-lang/crates.io-index" 512 + checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 513 + dependencies = [ 514 + "crossbeam-utils", 515 + ] 516 + 517 + [[package]] 518 + name = "crossbeam-utils" 519 + version = "0.8.21" 520 + source = "registry+https://github.com/rust-lang/crates.io-index" 521 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 522 + 523 + [[package]] 524 + name = "crunchy" 525 + version = "0.2.4" 526 + source = "registry+https://github.com/rust-lang/crates.io-index" 527 + checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 528 + 529 + [[package]] 530 + name = "crypto-common" 531 + version = "0.1.7" 532 + source = "registry+https://github.com/rust-lang/crates.io-index" 533 + checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 534 + dependencies = [ 535 + "generic-array", 536 + "typenum", 537 + ] 538 + 539 + [[package]] 540 + name = "darling" 541 + version = "0.20.11" 542 + source = "registry+https://github.com/rust-lang/crates.io-index" 543 + checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 544 + dependencies = [ 545 + "darling_core", 546 + "darling_macro", 547 + ] 548 + 549 + [[package]] 550 + name = "darling_core" 551 + version = "0.20.11" 552 + source = "registry+https://github.com/rust-lang/crates.io-index" 553 + checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 554 + dependencies = [ 555 + "fnv", 556 + "ident_case", 557 + "proc-macro2", 558 + "quote", 559 + "syn 2.0.117", 560 + ] 561 + 562 + [[package]] 563 + name = "darling_macro" 564 + version = "0.20.11" 565 + source = "registry+https://github.com/rust-lang/crates.io-index" 566 + checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 567 + dependencies = [ 568 + "darling_core", 569 + "quote", 570 + "syn 2.0.117", 571 + ] 572 + 573 + [[package]] 574 + name = "der" 575 + version = "0.7.10" 576 + source = "registry+https://github.com/rust-lang/crates.io-index" 577 + checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 578 + dependencies = [ 579 + "const-oid", 580 + "pem-rfc7468", 581 + "zeroize", 582 + ] 583 + 584 + [[package]] 585 + name = "deranged" 586 + version = "0.5.8" 587 + source = "registry+https://github.com/rust-lang/crates.io-index" 588 + checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 589 + dependencies = [ 590 + "powerfmt", 591 + "serde_core", 592 + ] 593 + 594 + [[package]] 595 + name = "derive_more" 596 + version = "2.1.1" 597 + source = "registry+https://github.com/rust-lang/crates.io-index" 598 + checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 599 + dependencies = [ 600 + "derive_more-impl", 601 + ] 602 + 603 + [[package]] 604 + name = "derive_more-impl" 605 + version = "2.1.1" 606 + source = "registry+https://github.com/rust-lang/crates.io-index" 607 + checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 608 + dependencies = [ 609 + "proc-macro2", 610 + "quote", 611 + "rustc_version", 612 + "syn 2.0.117", 613 + "unicode-xid", 614 + ] 615 + 616 + [[package]] 617 + name = "digest" 618 + version = "0.10.7" 619 + source = "registry+https://github.com/rust-lang/crates.io-index" 620 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 621 + dependencies = [ 622 + "block-buffer", 623 + "const-oid", 624 + "crypto-common", 625 + "subtle", 626 + ] 627 + 628 + [[package]] 629 + name = "displaydoc" 630 + version = "0.2.5" 631 + source = "registry+https://github.com/rust-lang/crates.io-index" 632 + checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 633 + dependencies = [ 634 + "proc-macro2", 635 + "quote", 636 + "syn 2.0.117", 637 + ] 638 + 639 + [[package]] 640 + name = "dotenvy" 641 + version = "0.15.7" 642 + source = "registry+https://github.com/rust-lang/crates.io-index" 643 + checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 644 + 645 + [[package]] 646 + name = "either" 647 + version = "1.15.0" 648 + source = "registry+https://github.com/rust-lang/crates.io-index" 649 + checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 650 + dependencies = [ 651 + "serde", 652 + ] 653 + 654 + [[package]] 30 655 name = "equivalent" 31 656 version = "1.0.2" 32 657 source = "registry+https://github.com/rust-lang/crates.io-index" 33 658 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 34 659 35 660 [[package]] 661 + name = "errno" 662 + version = "0.3.14" 663 + source = "registry+https://github.com/rust-lang/crates.io-index" 664 + checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 665 + dependencies = [ 666 + "libc", 667 + "windows-sys 0.61.2", 668 + ] 669 + 670 + [[package]] 671 + name = "etcetera" 672 + version = "0.8.0" 673 + source = "registry+https://github.com/rust-lang/crates.io-index" 674 + checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 675 + dependencies = [ 676 + "cfg-if", 677 + "home", 678 + "windows-sys 0.48.0", 679 + ] 680 + 681 + [[package]] 682 + name = "event-listener" 683 + version = "5.4.1" 684 + source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 686 + dependencies = [ 687 + "concurrent-queue", 688 + "parking", 689 + "pin-project-lite", 690 + ] 691 + 692 + [[package]] 693 + name = "fastrand" 694 + version = "2.4.1" 695 + source = "registry+https://github.com/rust-lang/crates.io-index" 696 + checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 697 + 698 + [[package]] 699 + name = "find-msvc-tools" 700 + version = "0.1.9" 701 + source = "registry+https://github.com/rust-lang/crates.io-index" 702 + checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 703 + 704 + [[package]] 705 + name = "flume" 706 + version = "0.11.1" 707 + source = "registry+https://github.com/rust-lang/crates.io-index" 708 + checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 709 + dependencies = [ 710 + "futures-core", 711 + "futures-sink", 712 + "spin", 713 + ] 714 + 715 + [[package]] 716 + name = "fnv" 717 + version = "1.0.7" 718 + source = "registry+https://github.com/rust-lang/crates.io-index" 719 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 720 + 721 + [[package]] 36 722 name = "foldhash" 37 723 version = "0.1.5" 38 724 source = "registry+https://github.com/rust-lang/crates.io-index" 39 725 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 40 726 41 727 [[package]] 728 + name = "foreign-types" 729 + version = "0.3.2" 730 + source = "registry+https://github.com/rust-lang/crates.io-index" 731 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 732 + dependencies = [ 733 + "foreign-types-shared", 734 + ] 735 + 736 + [[package]] 737 + name = "foreign-types-shared" 738 + version = "0.1.1" 739 + source = "registry+https://github.com/rust-lang/crates.io-index" 740 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 741 + 742 + [[package]] 743 + name = "form_urlencoded" 744 + version = "1.2.2" 745 + source = "registry+https://github.com/rust-lang/crates.io-index" 746 + checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 747 + dependencies = [ 748 + "percent-encoding", 749 + ] 750 + 751 + [[package]] 752 + name = "funty" 753 + version = "2.0.0" 754 + source = "registry+https://github.com/rust-lang/crates.io-index" 755 + checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 756 + 757 + [[package]] 758 + name = "futures-channel" 759 + version = "0.3.32" 760 + source = "registry+https://github.com/rust-lang/crates.io-index" 761 + checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 762 + dependencies = [ 763 + "futures-core", 764 + "futures-sink", 765 + ] 766 + 767 + [[package]] 768 + name = "futures-core" 769 + version = "0.3.32" 770 + source = "registry+https://github.com/rust-lang/crates.io-index" 771 + checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 772 + 773 + [[package]] 774 + name = "futures-executor" 775 + version = "0.3.32" 776 + source = "registry+https://github.com/rust-lang/crates.io-index" 777 + checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 778 + dependencies = [ 779 + "futures-core", 780 + "futures-task", 781 + "futures-util", 782 + ] 783 + 784 + [[package]] 785 + name = "futures-intrusive" 786 + version = "0.5.0" 787 + source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 789 + dependencies = [ 790 + "futures-core", 791 + "lock_api", 792 + "parking_lot", 793 + ] 794 + 795 + [[package]] 796 + name = "futures-io" 797 + version = "0.3.32" 798 + source = "registry+https://github.com/rust-lang/crates.io-index" 799 + checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 800 + 801 + [[package]] 802 + name = "futures-sink" 803 + version = "0.3.32" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 806 + 807 + [[package]] 808 + name = "futures-task" 809 + version = "0.3.32" 810 + source = "registry+https://github.com/rust-lang/crates.io-index" 811 + checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 812 + 813 + [[package]] 814 + name = "futures-util" 815 + version = "0.3.32" 816 + source = "registry+https://github.com/rust-lang/crates.io-index" 817 + checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 818 + dependencies = [ 819 + "futures-core", 820 + "futures-io", 821 + "futures-sink", 822 + "futures-task", 823 + "memchr", 824 + "pin-project-lite", 825 + "slab", 826 + ] 827 + 828 + [[package]] 829 + name = "generic-array" 830 + version = "0.14.7" 831 + source = "registry+https://github.com/rust-lang/crates.io-index" 832 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 833 + dependencies = [ 834 + "typenum", 835 + "version_check", 836 + ] 837 + 838 + [[package]] 839 + name = "getrandom" 840 + version = "0.2.17" 841 + source = "registry+https://github.com/rust-lang/crates.io-index" 842 + checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 843 + dependencies = [ 844 + "cfg-if", 845 + "libc", 846 + "wasi", 847 + ] 848 + 849 + [[package]] 850 + name = "getrandom" 851 + version = "0.3.4" 852 + source = "registry+https://github.com/rust-lang/crates.io-index" 853 + checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 854 + dependencies = [ 855 + "cfg-if", 856 + "libc", 857 + "r-efi 5.3.0", 858 + "wasip2", 859 + ] 860 + 861 + [[package]] 42 862 name = "getrandom" 43 863 version = "0.4.2" 44 864 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 46 866 dependencies = [ 47 867 "cfg-if", 48 868 "libc", 49 - "r-efi", 869 + "r-efi 6.0.0", 50 870 "wasip2", 51 871 "wasip3", 52 872 ] 53 873 54 874 [[package]] 875 + name = "half" 876 + version = "2.7.1" 877 + source = "registry+https://github.com/rust-lang/crates.io-index" 878 + checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 879 + dependencies = [ 880 + "cfg-if", 881 + "crunchy", 882 + "num-traits", 883 + "zerocopy", 884 + ] 885 + 886 + [[package]] 887 + name = "hashbrown" 888 + version = "0.12.3" 889 + source = "registry+https://github.com/rust-lang/crates.io-index" 890 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 891 + dependencies = [ 892 + "ahash 0.7.8", 893 + ] 894 + 895 + [[package]] 55 896 name = "hashbrown" 56 897 version = "0.15.5" 57 898 source = "registry+https://github.com/rust-lang/crates.io-index" 58 899 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 59 900 dependencies = [ 901 + "allocator-api2", 902 + "equivalent", 60 903 "foldhash", 61 904 ] 62 905 63 906 [[package]] 64 907 name = "hashbrown" 908 + version = "0.16.1" 909 + source = "registry+https://github.com/rust-lang/crates.io-index" 910 + checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 911 + 912 + [[package]] 913 + name = "hashbrown" 65 914 version = "0.17.0" 66 915 source = "registry+https://github.com/rust-lang/crates.io-index" 67 916 checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" 68 917 69 918 [[package]] 919 + name = "hashlink" 920 + version = "0.10.0" 921 + source = "registry+https://github.com/rust-lang/crates.io-index" 922 + checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 923 + dependencies = [ 924 + "hashbrown 0.15.5", 925 + ] 926 + 927 + [[package]] 928 + name = "heck" 929 + version = "0.4.1" 930 + source = "registry+https://github.com/rust-lang/crates.io-index" 931 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 932 + 933 + [[package]] 70 934 name = "heck" 71 935 version = "0.5.0" 72 936 source = "registry+https://github.com/rust-lang/crates.io-index" 73 937 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 74 938 75 939 [[package]] 940 + name = "hex" 941 + version = "0.4.3" 942 + source = "registry+https://github.com/rust-lang/crates.io-index" 943 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 944 + 945 + [[package]] 946 + name = "hkdf" 947 + version = "0.12.4" 948 + source = "registry+https://github.com/rust-lang/crates.io-index" 949 + checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 950 + dependencies = [ 951 + "hmac", 952 + ] 953 + 954 + [[package]] 955 + name = "hmac" 956 + version = "0.12.1" 957 + source = "registry+https://github.com/rust-lang/crates.io-index" 958 + checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 959 + dependencies = [ 960 + "digest", 961 + ] 962 + 963 + [[package]] 964 + name = "home" 965 + version = "0.5.12" 966 + source = "registry+https://github.com/rust-lang/crates.io-index" 967 + checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 968 + dependencies = [ 969 + "windows-sys 0.61.2", 970 + ] 971 + 972 + [[package]] 973 + name = "iana-time-zone" 974 + version = "0.1.65" 975 + source = "registry+https://github.com/rust-lang/crates.io-index" 976 + checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 977 + dependencies = [ 978 + "android_system_properties", 979 + "core-foundation-sys", 980 + "iana-time-zone-haiku", 981 + "js-sys", 982 + "log", 983 + "wasm-bindgen", 984 + "windows-core", 985 + ] 986 + 987 + [[package]] 988 + name = "iana-time-zone-haiku" 989 + version = "0.1.2" 990 + source = "registry+https://github.com/rust-lang/crates.io-index" 991 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 992 + dependencies = [ 993 + "cc", 994 + ] 995 + 996 + [[package]] 997 + name = "icu_collections" 998 + version = "2.2.0" 999 + source = "registry+https://github.com/rust-lang/crates.io-index" 1000 + checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 1001 + dependencies = [ 1002 + "displaydoc", 1003 + "potential_utf", 1004 + "utf8_iter", 1005 + "yoke", 1006 + "zerofrom", 1007 + "zerovec", 1008 + ] 1009 + 1010 + [[package]] 1011 + name = "icu_locale_core" 1012 + version = "2.2.0" 1013 + source = "registry+https://github.com/rust-lang/crates.io-index" 1014 + checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 1015 + dependencies = [ 1016 + "displaydoc", 1017 + "litemap", 1018 + "tinystr", 1019 + "writeable", 1020 + "zerovec", 1021 + ] 1022 + 1023 + [[package]] 1024 + name = "icu_normalizer" 1025 + version = "2.2.0" 1026 + source = "registry+https://github.com/rust-lang/crates.io-index" 1027 + checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 1028 + dependencies = [ 1029 + "icu_collections", 1030 + "icu_normalizer_data", 1031 + "icu_properties", 1032 + "icu_provider", 1033 + "smallvec", 1034 + "zerovec", 1035 + ] 1036 + 1037 + [[package]] 1038 + name = "icu_normalizer_data" 1039 + version = "2.2.0" 1040 + source = "registry+https://github.com/rust-lang/crates.io-index" 1041 + checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 1042 + 1043 + [[package]] 1044 + name = "icu_properties" 1045 + version = "2.2.0" 1046 + source = "registry+https://github.com/rust-lang/crates.io-index" 1047 + checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 1048 + dependencies = [ 1049 + "icu_collections", 1050 + "icu_locale_core", 1051 + "icu_properties_data", 1052 + "icu_provider", 1053 + "zerotrie", 1054 + "zerovec", 1055 + ] 1056 + 1057 + [[package]] 1058 + name = "icu_properties_data" 1059 + version = "2.2.0" 1060 + source = "registry+https://github.com/rust-lang/crates.io-index" 1061 + checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 1062 + 1063 + [[package]] 1064 + name = "icu_provider" 1065 + version = "2.2.0" 1066 + source = "registry+https://github.com/rust-lang/crates.io-index" 1067 + checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 1068 + dependencies = [ 1069 + "displaydoc", 1070 + "icu_locale_core", 1071 + "writeable", 1072 + "yoke", 1073 + "zerofrom", 1074 + "zerotrie", 1075 + "zerovec", 1076 + ] 1077 + 1078 + [[package]] 76 1079 name = "id-arena" 77 1080 version = "2.3.0" 78 1081 source = "registry+https://github.com/rust-lang/crates.io-index" 79 1082 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 80 1083 81 1084 [[package]] 1085 + name = "ident_case" 1086 + version = "1.0.1" 1087 + source = "registry+https://github.com/rust-lang/crates.io-index" 1088 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1089 + 1090 + [[package]] 1091 + name = "idna" 1092 + version = "1.1.0" 1093 + source = "registry+https://github.com/rust-lang/crates.io-index" 1094 + checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1095 + dependencies = [ 1096 + "idna_adapter", 1097 + "smallvec", 1098 + "utf8_iter", 1099 + ] 1100 + 1101 + [[package]] 1102 + name = "idna_adapter" 1103 + version = "1.2.1" 1104 + source = "registry+https://github.com/rust-lang/crates.io-index" 1105 + checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1106 + dependencies = [ 1107 + "icu_normalizer", 1108 + "icu_properties", 1109 + ] 1110 + 1111 + [[package]] 82 1112 name = "indexmap" 83 1113 version = "2.14.0" 84 1114 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 91 1121 ] 92 1122 93 1123 [[package]] 1124 + name = "inherent" 1125 + version = "1.0.13" 1126 + source = "registry+https://github.com/rust-lang/crates.io-index" 1127 + checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7" 1128 + dependencies = [ 1129 + "proc-macro2", 1130 + "quote", 1131 + "syn 2.0.117", 1132 + ] 1133 + 1134 + [[package]] 1135 + name = "itertools" 1136 + version = "0.14.0" 1137 + source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1139 + dependencies = [ 1140 + "either", 1141 + ] 1142 + 1143 + [[package]] 94 1144 name = "itoa" 95 1145 version = "1.0.18" 96 1146 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 107 1157 ] 108 1158 109 1159 [[package]] 1160 + name = "lazy_static" 1161 + version = "1.5.0" 1162 + source = "registry+https://github.com/rust-lang/crates.io-index" 1163 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1164 + dependencies = [ 1165 + "spin", 1166 + ] 1167 + 1168 + [[package]] 110 1169 name = "leb128fmt" 111 1170 version = "0.1.0" 112 1171 source = "registry+https://github.com/rust-lang/crates.io-index" 113 1172 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 114 1173 115 1174 [[package]] 1175 + name = "lexical-core" 1176 + version = "1.0.6" 1177 + source = "registry+https://github.com/rust-lang/crates.io-index" 1178 + checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" 1179 + dependencies = [ 1180 + "lexical-parse-float", 1181 + "lexical-parse-integer", 1182 + "lexical-util", 1183 + "lexical-write-float", 1184 + "lexical-write-integer", 1185 + ] 1186 + 1187 + [[package]] 1188 + name = "lexical-parse-float" 1189 + version = "1.0.6" 1190 + source = "registry+https://github.com/rust-lang/crates.io-index" 1191 + checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" 1192 + dependencies = [ 1193 + "lexical-parse-integer", 1194 + "lexical-util", 1195 + ] 1196 + 1197 + [[package]] 1198 + name = "lexical-parse-integer" 1199 + version = "1.0.6" 1200 + source = "registry+https://github.com/rust-lang/crates.io-index" 1201 + checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" 1202 + dependencies = [ 1203 + "lexical-util", 1204 + ] 1205 + 1206 + [[package]] 1207 + name = "lexical-util" 1208 + version = "1.0.7" 1209 + source = "registry+https://github.com/rust-lang/crates.io-index" 1210 + checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" 1211 + 1212 + [[package]] 1213 + name = "lexical-write-float" 1214 + version = "1.0.6" 1215 + source = "registry+https://github.com/rust-lang/crates.io-index" 1216 + checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" 1217 + dependencies = [ 1218 + "lexical-util", 1219 + "lexical-write-integer", 1220 + ] 1221 + 1222 + [[package]] 1223 + name = "lexical-write-integer" 1224 + version = "1.0.6" 1225 + source = "registry+https://github.com/rust-lang/crates.io-index" 1226 + checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" 1227 + dependencies = [ 1228 + "lexical-util", 1229 + ] 1230 + 1231 + [[package]] 116 1232 name = "libc" 117 1233 version = "0.2.185" 118 1234 source = "registry+https://github.com/rust-lang/crates.io-index" 119 1235 checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" 120 1236 121 1237 [[package]] 1238 + name = "libm" 1239 + version = "0.2.16" 1240 + source = "registry+https://github.com/rust-lang/crates.io-index" 1241 + checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 1242 + 1243 + [[package]] 1244 + name = "libredox" 1245 + version = "0.1.16" 1246 + source = "registry+https://github.com/rust-lang/crates.io-index" 1247 + checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" 1248 + dependencies = [ 1249 + "bitflags", 1250 + "libc", 1251 + "plain", 1252 + "redox_syscall 0.7.4", 1253 + ] 1254 + 1255 + [[package]] 1256 + name = "libsqlite3-sys" 1257 + version = "0.30.1" 1258 + source = "registry+https://github.com/rust-lang/crates.io-index" 1259 + checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 1260 + dependencies = [ 1261 + "cc", 1262 + "pkg-config", 1263 + "vcpkg", 1264 + ] 1265 + 1266 + [[package]] 1267 + name = "linux-raw-sys" 1268 + version = "0.12.1" 1269 + source = "registry+https://github.com/rust-lang/crates.io-index" 1270 + checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1271 + 1272 + [[package]] 1273 + name = "litemap" 1274 + version = "0.8.2" 1275 + source = "registry+https://github.com/rust-lang/crates.io-index" 1276 + checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 1277 + 1278 + [[package]] 1279 + name = "lock_api" 1280 + version = "0.4.14" 1281 + source = "registry+https://github.com/rust-lang/crates.io-index" 1282 + checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1283 + dependencies = [ 1284 + "scopeguard", 1285 + ] 1286 + 1287 + [[package]] 122 1288 name = "log" 123 1289 version = "0.4.29" 124 1290 source = "registry+https://github.com/rust-lang/crates.io-index" 125 1291 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 126 1292 127 1293 [[package]] 1294 + name = "mac_address" 1295 + version = "1.1.8" 1296 + source = "registry+https://github.com/rust-lang/crates.io-index" 1297 + checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" 1298 + dependencies = [ 1299 + "nix", 1300 + "serde", 1301 + "winapi", 1302 + ] 1303 + 1304 + [[package]] 128 1305 name = "managrove" 129 1306 version = "0.1.0" 130 1307 dependencies = [ 1308 + "sea-orm", 131 1309 "uuid", 132 1310 ] 133 1311 134 1312 [[package]] 1313 + name = "md-5" 1314 + version = "0.10.6" 1315 + source = "registry+https://github.com/rust-lang/crates.io-index" 1316 + checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1317 + dependencies = [ 1318 + "cfg-if", 1319 + "digest", 1320 + ] 1321 + 1322 + [[package]] 135 1323 name = "memchr" 136 1324 version = "2.8.0" 137 1325 source = "registry+https://github.com/rust-lang/crates.io-index" 138 1326 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 139 1327 140 1328 [[package]] 1329 + name = "memoffset" 1330 + version = "0.9.1" 1331 + source = "registry+https://github.com/rust-lang/crates.io-index" 1332 + checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1333 + dependencies = [ 1334 + "autocfg", 1335 + ] 1336 + 1337 + [[package]] 1338 + name = "mio" 1339 + version = "1.2.0" 1340 + source = "registry+https://github.com/rust-lang/crates.io-index" 1341 + checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 1342 + dependencies = [ 1343 + "libc", 1344 + "wasi", 1345 + "windows-sys 0.61.2", 1346 + ] 1347 + 1348 + [[package]] 1349 + name = "native-tls" 1350 + version = "0.2.18" 1351 + source = "registry+https://github.com/rust-lang/crates.io-index" 1352 + checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" 1353 + dependencies = [ 1354 + "libc", 1355 + "log", 1356 + "openssl", 1357 + "openssl-probe", 1358 + "openssl-sys", 1359 + "schannel", 1360 + "security-framework", 1361 + "security-framework-sys", 1362 + "tempfile", 1363 + ] 1364 + 1365 + [[package]] 1366 + name = "nix" 1367 + version = "0.29.0" 1368 + source = "registry+https://github.com/rust-lang/crates.io-index" 1369 + checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 1370 + dependencies = [ 1371 + "bitflags", 1372 + "cfg-if", 1373 + "cfg_aliases", 1374 + "libc", 1375 + "memoffset", 1376 + ] 1377 + 1378 + [[package]] 1379 + name = "num-bigint" 1380 + version = "0.4.6" 1381 + source = "registry+https://github.com/rust-lang/crates.io-index" 1382 + checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1383 + dependencies = [ 1384 + "num-integer", 1385 + "num-traits", 1386 + ] 1387 + 1388 + [[package]] 1389 + name = "num-bigint-dig" 1390 + version = "0.8.6" 1391 + source = "registry+https://github.com/rust-lang/crates.io-index" 1392 + checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 1393 + dependencies = [ 1394 + "lazy_static", 1395 + "libm", 1396 + "num-integer", 1397 + "num-iter", 1398 + "num-traits", 1399 + "rand", 1400 + "smallvec", 1401 + "zeroize", 1402 + ] 1403 + 1404 + [[package]] 1405 + name = "num-complex" 1406 + version = "0.4.6" 1407 + source = "registry+https://github.com/rust-lang/crates.io-index" 1408 + checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 1409 + dependencies = [ 1410 + "num-traits", 1411 + ] 1412 + 1413 + [[package]] 1414 + name = "num-conv" 1415 + version = "0.2.1" 1416 + source = "registry+https://github.com/rust-lang/crates.io-index" 1417 + checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" 1418 + 1419 + [[package]] 1420 + name = "num-integer" 1421 + version = "0.1.46" 1422 + source = "registry+https://github.com/rust-lang/crates.io-index" 1423 + checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1424 + dependencies = [ 1425 + "num-traits", 1426 + ] 1427 + 1428 + [[package]] 1429 + name = "num-iter" 1430 + version = "0.1.45" 1431 + source = "registry+https://github.com/rust-lang/crates.io-index" 1432 + checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1433 + dependencies = [ 1434 + "autocfg", 1435 + "num-integer", 1436 + "num-traits", 1437 + ] 1438 + 1439 + [[package]] 1440 + name = "num-traits" 1441 + version = "0.2.19" 1442 + source = "registry+https://github.com/rust-lang/crates.io-index" 1443 + checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1444 + dependencies = [ 1445 + "autocfg", 1446 + "libm", 1447 + ] 1448 + 1449 + [[package]] 141 1450 name = "once_cell" 142 1451 version = "1.21.4" 143 1452 source = "registry+https://github.com/rust-lang/crates.io-index" 144 1453 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 145 1454 146 1455 [[package]] 1456 + name = "openssl" 1457 + version = "0.10.76" 1458 + source = "registry+https://github.com/rust-lang/crates.io-index" 1459 + checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf" 1460 + dependencies = [ 1461 + "bitflags", 1462 + "cfg-if", 1463 + "foreign-types", 1464 + "libc", 1465 + "once_cell", 1466 + "openssl-macros", 1467 + "openssl-sys", 1468 + ] 1469 + 1470 + [[package]] 1471 + name = "openssl-macros" 1472 + version = "0.1.1" 1473 + source = "registry+https://github.com/rust-lang/crates.io-index" 1474 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1475 + dependencies = [ 1476 + "proc-macro2", 1477 + "quote", 1478 + "syn 2.0.117", 1479 + ] 1480 + 1481 + [[package]] 1482 + name = "openssl-probe" 1483 + version = "0.2.1" 1484 + source = "registry+https://github.com/rust-lang/crates.io-index" 1485 + checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1486 + 1487 + [[package]] 1488 + name = "openssl-sys" 1489 + version = "0.9.112" 1490 + source = "registry+https://github.com/rust-lang/crates.io-index" 1491 + checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb" 1492 + dependencies = [ 1493 + "cc", 1494 + "libc", 1495 + "pkg-config", 1496 + "vcpkg", 1497 + ] 1498 + 1499 + [[package]] 1500 + name = "ordered-float" 1501 + version = "4.6.0" 1502 + source = "registry+https://github.com/rust-lang/crates.io-index" 1503 + checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 1504 + dependencies = [ 1505 + "num-traits", 1506 + ] 1507 + 1508 + [[package]] 1509 + name = "ouroboros" 1510 + version = "0.18.5" 1511 + source = "registry+https://github.com/rust-lang/crates.io-index" 1512 + checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 1513 + dependencies = [ 1514 + "aliasable", 1515 + "ouroboros_macro", 1516 + "static_assertions", 1517 + ] 1518 + 1519 + [[package]] 1520 + name = "ouroboros_macro" 1521 + version = "0.18.5" 1522 + source = "registry+https://github.com/rust-lang/crates.io-index" 1523 + checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 1524 + dependencies = [ 1525 + "heck 0.4.1", 1526 + "proc-macro2", 1527 + "proc-macro2-diagnostics", 1528 + "quote", 1529 + "syn 2.0.117", 1530 + ] 1531 + 1532 + [[package]] 1533 + name = "parking" 1534 + version = "2.2.1" 1535 + source = "registry+https://github.com/rust-lang/crates.io-index" 1536 + checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1537 + 1538 + [[package]] 1539 + name = "parking_lot" 1540 + version = "0.12.5" 1541 + source = "registry+https://github.com/rust-lang/crates.io-index" 1542 + checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1543 + dependencies = [ 1544 + "lock_api", 1545 + "parking_lot_core", 1546 + ] 1547 + 1548 + [[package]] 1549 + name = "parking_lot_core" 1550 + version = "0.9.12" 1551 + source = "registry+https://github.com/rust-lang/crates.io-index" 1552 + checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1553 + dependencies = [ 1554 + "cfg-if", 1555 + "libc", 1556 + "redox_syscall 0.5.18", 1557 + "smallvec", 1558 + "windows-link", 1559 + ] 1560 + 1561 + [[package]] 1562 + name = "pem-rfc7468" 1563 + version = "0.7.0" 1564 + source = "registry+https://github.com/rust-lang/crates.io-index" 1565 + checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1566 + dependencies = [ 1567 + "base64ct", 1568 + ] 1569 + 1570 + [[package]] 1571 + name = "percent-encoding" 1572 + version = "2.3.2" 1573 + source = "registry+https://github.com/rust-lang/crates.io-index" 1574 + checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1575 + 1576 + [[package]] 1577 + name = "pgvector" 1578 + version = "0.4.1" 1579 + source = "registry+https://github.com/rust-lang/crates.io-index" 1580 + checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b" 1581 + dependencies = [ 1582 + "serde", 1583 + ] 1584 + 1585 + [[package]] 1586 + name = "pin-project-lite" 1587 + version = "0.2.17" 1588 + source = "registry+https://github.com/rust-lang/crates.io-index" 1589 + checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 1590 + 1591 + [[package]] 1592 + name = "pkcs1" 1593 + version = "0.7.5" 1594 + source = "registry+https://github.com/rust-lang/crates.io-index" 1595 + checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 1596 + dependencies = [ 1597 + "der", 1598 + "pkcs8", 1599 + "spki", 1600 + ] 1601 + 1602 + [[package]] 1603 + name = "pkcs8" 1604 + version = "0.10.2" 1605 + source = "registry+https://github.com/rust-lang/crates.io-index" 1606 + checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1607 + dependencies = [ 1608 + "der", 1609 + "spki", 1610 + ] 1611 + 1612 + [[package]] 1613 + name = "pkg-config" 1614 + version = "0.3.33" 1615 + source = "registry+https://github.com/rust-lang/crates.io-index" 1616 + checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 1617 + 1618 + [[package]] 1619 + name = "plain" 1620 + version = "0.2.3" 1621 + source = "registry+https://github.com/rust-lang/crates.io-index" 1622 + checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 1623 + 1624 + [[package]] 1625 + name = "pluralizer" 1626 + version = "0.5.0" 1627 + source = "registry+https://github.com/rust-lang/crates.io-index" 1628 + checksum = "4b3eba432a00a1f6c16f39147847a870e94e2e9b992759b503e330efec778cbe" 1629 + dependencies = [ 1630 + "once_cell", 1631 + "regex", 1632 + ] 1633 + 1634 + [[package]] 1635 + name = "potential_utf" 1636 + version = "0.1.5" 1637 + source = "registry+https://github.com/rust-lang/crates.io-index" 1638 + checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 1639 + dependencies = [ 1640 + "zerovec", 1641 + ] 1642 + 1643 + [[package]] 1644 + name = "powerfmt" 1645 + version = "0.2.0" 1646 + source = "registry+https://github.com/rust-lang/crates.io-index" 1647 + checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1648 + 1649 + [[package]] 1650 + name = "ppv-lite86" 1651 + version = "0.2.21" 1652 + source = "registry+https://github.com/rust-lang/crates.io-index" 1653 + checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1654 + dependencies = [ 1655 + "zerocopy", 1656 + ] 1657 + 1658 + [[package]] 147 1659 name = "prettyplease" 148 1660 version = "0.2.37" 149 1661 source = "registry+https://github.com/rust-lang/crates.io-index" 150 1662 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 151 1663 dependencies = [ 152 1664 "proc-macro2", 153 - "syn", 1665 + "syn 2.0.117", 1666 + ] 1667 + 1668 + [[package]] 1669 + name = "proc-macro-crate" 1670 + version = "3.5.0" 1671 + source = "registry+https://github.com/rust-lang/crates.io-index" 1672 + checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" 1673 + dependencies = [ 1674 + "toml_edit", 1675 + ] 1676 + 1677 + [[package]] 1678 + name = "proc-macro-error-attr2" 1679 + version = "2.0.0" 1680 + source = "registry+https://github.com/rust-lang/crates.io-index" 1681 + checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 1682 + dependencies = [ 1683 + "proc-macro2", 1684 + "quote", 1685 + ] 1686 + 1687 + [[package]] 1688 + name = "proc-macro-error2" 1689 + version = "2.0.1" 1690 + source = "registry+https://github.com/rust-lang/crates.io-index" 1691 + checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 1692 + dependencies = [ 1693 + "proc-macro-error-attr2", 1694 + "proc-macro2", 1695 + "quote", 1696 + "syn 2.0.117", 154 1697 ] 155 1698 156 1699 [[package]] ··· 163 1706 ] 164 1707 165 1708 [[package]] 1709 + name = "proc-macro2-diagnostics" 1710 + version = "0.10.1" 1711 + source = "registry+https://github.com/rust-lang/crates.io-index" 1712 + checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1713 + dependencies = [ 1714 + "proc-macro2", 1715 + "quote", 1716 + "syn 2.0.117", 1717 + "version_check", 1718 + "yansi", 1719 + ] 1720 + 1721 + [[package]] 1722 + name = "ptr_meta" 1723 + version = "0.1.4" 1724 + source = "registry+https://github.com/rust-lang/crates.io-index" 1725 + checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 1726 + dependencies = [ 1727 + "ptr_meta_derive", 1728 + ] 1729 + 1730 + [[package]] 1731 + name = "ptr_meta_derive" 1732 + version = "0.1.4" 1733 + source = "registry+https://github.com/rust-lang/crates.io-index" 1734 + checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 1735 + dependencies = [ 1736 + "proc-macro2", 1737 + "quote", 1738 + "syn 1.0.109", 1739 + ] 1740 + 1741 + [[package]] 166 1742 name = "quote" 167 1743 version = "1.0.45" 168 1744 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 173 1749 174 1750 [[package]] 175 1751 name = "r-efi" 1752 + version = "5.3.0" 1753 + source = "registry+https://github.com/rust-lang/crates.io-index" 1754 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1755 + 1756 + [[package]] 1757 + name = "r-efi" 176 1758 version = "6.0.0" 177 1759 source = "registry+https://github.com/rust-lang/crates.io-index" 178 1760 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 179 1761 180 1762 [[package]] 1763 + name = "radium" 1764 + version = "0.7.0" 1765 + source = "registry+https://github.com/rust-lang/crates.io-index" 1766 + checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 1767 + 1768 + [[package]] 1769 + name = "rand" 1770 + version = "0.8.6" 1771 + source = "registry+https://github.com/rust-lang/crates.io-index" 1772 + checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 1773 + dependencies = [ 1774 + "libc", 1775 + "rand_chacha", 1776 + "rand_core", 1777 + ] 1778 + 1779 + [[package]] 1780 + name = "rand_chacha" 1781 + version = "0.3.1" 1782 + source = "registry+https://github.com/rust-lang/crates.io-index" 1783 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1784 + dependencies = [ 1785 + "ppv-lite86", 1786 + "rand_core", 1787 + ] 1788 + 1789 + [[package]] 1790 + name = "rand_core" 1791 + version = "0.6.4" 1792 + source = "registry+https://github.com/rust-lang/crates.io-index" 1793 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1794 + dependencies = [ 1795 + "getrandom 0.2.17", 1796 + ] 1797 + 1798 + [[package]] 1799 + name = "redox_syscall" 1800 + version = "0.5.18" 1801 + source = "registry+https://github.com/rust-lang/crates.io-index" 1802 + checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1803 + dependencies = [ 1804 + "bitflags", 1805 + ] 1806 + 1807 + [[package]] 1808 + name = "redox_syscall" 1809 + version = "0.7.4" 1810 + source = "registry+https://github.com/rust-lang/crates.io-index" 1811 + checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" 1812 + dependencies = [ 1813 + "bitflags", 1814 + ] 1815 + 1816 + [[package]] 1817 + name = "regex" 1818 + version = "1.12.3" 1819 + source = "registry+https://github.com/rust-lang/crates.io-index" 1820 + checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 1821 + dependencies = [ 1822 + "aho-corasick", 1823 + "memchr", 1824 + "regex-automata", 1825 + "regex-syntax", 1826 + ] 1827 + 1828 + [[package]] 1829 + name = "regex-automata" 1830 + version = "0.4.14" 1831 + source = "registry+https://github.com/rust-lang/crates.io-index" 1832 + checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1833 + dependencies = [ 1834 + "aho-corasick", 1835 + "memchr", 1836 + "regex-syntax", 1837 + ] 1838 + 1839 + [[package]] 1840 + name = "regex-syntax" 1841 + version = "0.8.10" 1842 + source = "registry+https://github.com/rust-lang/crates.io-index" 1843 + checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 1844 + 1845 + [[package]] 1846 + name = "rend" 1847 + version = "0.4.2" 1848 + source = "registry+https://github.com/rust-lang/crates.io-index" 1849 + checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 1850 + dependencies = [ 1851 + "bytecheck", 1852 + ] 1853 + 1854 + [[package]] 1855 + name = "rkyv" 1856 + version = "0.7.46" 1857 + source = "registry+https://github.com/rust-lang/crates.io-index" 1858 + checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" 1859 + dependencies = [ 1860 + "bitvec", 1861 + "bytecheck", 1862 + "bytes", 1863 + "hashbrown 0.12.3", 1864 + "ptr_meta", 1865 + "rend", 1866 + "rkyv_derive", 1867 + "seahash", 1868 + "tinyvec", 1869 + "uuid", 1870 + ] 1871 + 1872 + [[package]] 1873 + name = "rkyv_derive" 1874 + version = "0.7.46" 1875 + source = "registry+https://github.com/rust-lang/crates.io-index" 1876 + checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" 1877 + dependencies = [ 1878 + "proc-macro2", 1879 + "quote", 1880 + "syn 1.0.109", 1881 + ] 1882 + 1883 + [[package]] 1884 + name = "rsa" 1885 + version = "0.9.10" 1886 + source = "registry+https://github.com/rust-lang/crates.io-index" 1887 + checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 1888 + dependencies = [ 1889 + "const-oid", 1890 + "digest", 1891 + "num-bigint-dig", 1892 + "num-integer", 1893 + "num-traits", 1894 + "pkcs1", 1895 + "pkcs8", 1896 + "rand_core", 1897 + "signature", 1898 + "spki", 1899 + "subtle", 1900 + "zeroize", 1901 + ] 1902 + 1903 + [[package]] 1904 + name = "rust_decimal" 1905 + version = "1.41.0" 1906 + source = "registry+https://github.com/rust-lang/crates.io-index" 1907 + checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a" 1908 + dependencies = [ 1909 + "arrayvec", 1910 + "borsh", 1911 + "bytes", 1912 + "num-traits", 1913 + "rand", 1914 + "rkyv", 1915 + "serde", 1916 + "serde_json", 1917 + "wasm-bindgen", 1918 + ] 1919 + 1920 + [[package]] 1921 + name = "rustc_version" 1922 + version = "0.4.1" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1925 + dependencies = [ 1926 + "semver", 1927 + ] 1928 + 1929 + [[package]] 1930 + name = "rustix" 1931 + version = "1.1.4" 1932 + source = "registry+https://github.com/rust-lang/crates.io-index" 1933 + checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 1934 + dependencies = [ 1935 + "bitflags", 1936 + "errno", 1937 + "libc", 1938 + "linux-raw-sys", 1939 + "windows-sys 0.61.2", 1940 + ] 1941 + 1942 + [[package]] 181 1943 name = "rustversion" 182 1944 version = "1.0.22" 183 1945 source = "registry+https://github.com/rust-lang/crates.io-index" 184 1946 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 185 1947 186 1948 [[package]] 1949 + name = "ryu" 1950 + version = "1.0.23" 1951 + source = "registry+https://github.com/rust-lang/crates.io-index" 1952 + checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1953 + 1954 + [[package]] 1955 + name = "schannel" 1956 + version = "0.1.29" 1957 + source = "registry+https://github.com/rust-lang/crates.io-index" 1958 + checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 1959 + dependencies = [ 1960 + "windows-sys 0.61.2", 1961 + ] 1962 + 1963 + [[package]] 1964 + name = "scopeguard" 1965 + version = "1.2.0" 1966 + source = "registry+https://github.com/rust-lang/crates.io-index" 1967 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1968 + 1969 + [[package]] 1970 + name = "sea-bae" 1971 + version = "0.2.1" 1972 + source = "registry+https://github.com/rust-lang/crates.io-index" 1973 + checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25" 1974 + dependencies = [ 1975 + "heck 0.4.1", 1976 + "proc-macro-error2", 1977 + "proc-macro2", 1978 + "quote", 1979 + "syn 2.0.117", 1980 + ] 1981 + 1982 + [[package]] 1983 + name = "sea-orm" 1984 + version = "2.0.0-rc.38" 1985 + source = "registry+https://github.com/rust-lang/crates.io-index" 1986 + checksum = "9b5428ce6a0c8f6b9858df21ad1aa00c2fb94e1c9f344a0436bc855391e5a225" 1987 + dependencies = [ 1988 + "async-stream", 1989 + "async-trait", 1990 + "bigdecimal", 1991 + "chrono", 1992 + "derive_more", 1993 + "futures-util", 1994 + "itertools", 1995 + "log", 1996 + "mac_address", 1997 + "ouroboros", 1998 + "pgvector", 1999 + "rust_decimal", 2000 + "sea-orm-arrow", 2001 + "sea-orm-macros", 2002 + "sea-query", 2003 + "sea-query-sqlx", 2004 + "sea-schema", 2005 + "serde", 2006 + "serde_json", 2007 + "sqlx", 2008 + "strum", 2009 + "thiserror", 2010 + "time", 2011 + "tracing", 2012 + "url", 2013 + "uuid", 2014 + ] 2015 + 2016 + [[package]] 2017 + name = "sea-orm-arrow" 2018 + version = "2.0.0-rc.3" 2019 + source = "registry+https://github.com/rust-lang/crates.io-index" 2020 + checksum = "5c2eee8405f16c1f337fe3a83389361caea83c928d14dbd666a480407072c365" 2021 + dependencies = [ 2022 + "arrow", 2023 + "sea-query", 2024 + "thiserror", 2025 + ] 2026 + 2027 + [[package]] 2028 + name = "sea-orm-macros" 2029 + version = "2.0.0-rc.38" 2030 + source = "registry+https://github.com/rust-lang/crates.io-index" 2031 + checksum = "ae1374d83dd5b43f14dcc90fc726486c556f4db774b680b12b8c680af76e8233" 2032 + dependencies = [ 2033 + "heck 0.5.0", 2034 + "itertools", 2035 + "pluralizer", 2036 + "proc-macro2", 2037 + "quote", 2038 + "sea-bae", 2039 + "syn 2.0.117", 2040 + "unicode-ident", 2041 + ] 2042 + 2043 + [[package]] 2044 + name = "sea-query" 2045 + version = "1.0.0-rc.33" 2046 + source = "registry+https://github.com/rust-lang/crates.io-index" 2047 + checksum = "b04cdb0135c16e829504e93fbe7880513578d56f07aaea152283526590111828" 2048 + dependencies = [ 2049 + "chrono", 2050 + "inherent", 2051 + "ordered-float", 2052 + "rust_decimal", 2053 + "sea-query-derive", 2054 + "serde_json", 2055 + "time", 2056 + "uuid", 2057 + ] 2058 + 2059 + [[package]] 2060 + name = "sea-query-derive" 2061 + version = "1.0.0-rc.12" 2062 + source = "registry+https://github.com/rust-lang/crates.io-index" 2063 + checksum = "8d88ad44b6ad9788c8b9476b6b91f94c7461d1e19d39cd8ea37838b1e6ff5aa8" 2064 + dependencies = [ 2065 + "darling", 2066 + "heck 0.4.1", 2067 + "proc-macro2", 2068 + "quote", 2069 + "syn 2.0.117", 2070 + "thiserror", 2071 + ] 2072 + 2073 + [[package]] 2074 + name = "sea-query-sqlx" 2075 + version = "0.8.0-rc.15" 2076 + source = "registry+https://github.com/rust-lang/crates.io-index" 2077 + checksum = "a04aeecfe00614fece56336fd35dc385bb9ffed0c75660695ba925e42a3991ef" 2078 + dependencies = [ 2079 + "sea-query", 2080 + "sqlx", 2081 + ] 2082 + 2083 + [[package]] 2084 + name = "sea-schema" 2085 + version = "0.17.0-rc.17" 2086 + source = "registry+https://github.com/rust-lang/crates.io-index" 2087 + checksum = "b363dd21c20fe4d1488819cb2bc7f8d4696c62dd9f39554f97639f54d57dd0ab" 2088 + dependencies = [ 2089 + "async-trait", 2090 + "sea-query", 2091 + "sea-query-sqlx", 2092 + "sea-schema-derive", 2093 + "sqlx", 2094 + ] 2095 + 2096 + [[package]] 2097 + name = "sea-schema-derive" 2098 + version = "0.3.0" 2099 + source = "registry+https://github.com/rust-lang/crates.io-index" 2100 + checksum = "debdc8729c37fdbf88472f97fd470393089f997a909e535ff67c544d18cfccf0" 2101 + dependencies = [ 2102 + "heck 0.4.1", 2103 + "proc-macro2", 2104 + "quote", 2105 + "syn 2.0.117", 2106 + ] 2107 + 2108 + [[package]] 2109 + name = "seahash" 2110 + version = "4.1.0" 2111 + source = "registry+https://github.com/rust-lang/crates.io-index" 2112 + checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 2113 + 2114 + [[package]] 2115 + name = "security-framework" 2116 + version = "3.7.0" 2117 + source = "registry+https://github.com/rust-lang/crates.io-index" 2118 + checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 2119 + dependencies = [ 2120 + "bitflags", 2121 + "core-foundation", 2122 + "core-foundation-sys", 2123 + "libc", 2124 + "security-framework-sys", 2125 + ] 2126 + 2127 + [[package]] 2128 + name = "security-framework-sys" 2129 + version = "2.17.0" 2130 + source = "registry+https://github.com/rust-lang/crates.io-index" 2131 + checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 2132 + dependencies = [ 2133 + "core-foundation-sys", 2134 + "libc", 2135 + ] 2136 + 2137 + [[package]] 187 2138 name = "semver" 188 2139 version = "1.0.28" 189 2140 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 196 2147 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 197 2148 dependencies = [ 198 2149 "serde_core", 2150 + "serde_derive", 199 2151 ] 200 2152 201 2153 [[package]] ··· 215 2167 dependencies = [ 216 2168 "proc-macro2", 217 2169 "quote", 218 - "syn", 2170 + "syn 2.0.117", 219 2171 ] 220 2172 221 2173 [[package]] ··· 232 2184 ] 233 2185 234 2186 [[package]] 2187 + name = "serde_urlencoded" 2188 + version = "0.7.1" 2189 + source = "registry+https://github.com/rust-lang/crates.io-index" 2190 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2191 + dependencies = [ 2192 + "form_urlencoded", 2193 + "itoa", 2194 + "ryu", 2195 + "serde", 2196 + ] 2197 + 2198 + [[package]] 2199 + name = "sha1" 2200 + version = "0.10.6" 2201 + source = "registry+https://github.com/rust-lang/crates.io-index" 2202 + checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2203 + dependencies = [ 2204 + "cfg-if", 2205 + "cpufeatures", 2206 + "digest", 2207 + ] 2208 + 2209 + [[package]] 235 2210 name = "sha1_smol" 236 2211 version = "1.0.1" 237 2212 source = "registry+https://github.com/rust-lang/crates.io-index" 238 2213 checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 239 2214 240 2215 [[package]] 2216 + name = "sha2" 2217 + version = "0.10.9" 2218 + source = "registry+https://github.com/rust-lang/crates.io-index" 2219 + checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2220 + dependencies = [ 2221 + "cfg-if", 2222 + "cpufeatures", 2223 + "digest", 2224 + ] 2225 + 2226 + [[package]] 2227 + name = "shlex" 2228 + version = "1.3.0" 2229 + source = "registry+https://github.com/rust-lang/crates.io-index" 2230 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2231 + 2232 + [[package]] 2233 + name = "signature" 2234 + version = "2.2.0" 2235 + source = "registry+https://github.com/rust-lang/crates.io-index" 2236 + checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2237 + dependencies = [ 2238 + "digest", 2239 + "rand_core", 2240 + ] 2241 + 2242 + [[package]] 2243 + name = "simdutf8" 2244 + version = "0.1.5" 2245 + source = "registry+https://github.com/rust-lang/crates.io-index" 2246 + checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 2247 + 2248 + [[package]] 2249 + name = "slab" 2250 + version = "0.4.12" 2251 + source = "registry+https://github.com/rust-lang/crates.io-index" 2252 + checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 2253 + 2254 + [[package]] 2255 + name = "smallvec" 2256 + version = "1.15.1" 2257 + source = "registry+https://github.com/rust-lang/crates.io-index" 2258 + checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2259 + dependencies = [ 2260 + "serde", 2261 + ] 2262 + 2263 + [[package]] 2264 + name = "socket2" 2265 + version = "0.6.3" 2266 + source = "registry+https://github.com/rust-lang/crates.io-index" 2267 + checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 2268 + dependencies = [ 2269 + "libc", 2270 + "windows-sys 0.61.2", 2271 + ] 2272 + 2273 + [[package]] 2274 + name = "spin" 2275 + version = "0.9.8" 2276 + source = "registry+https://github.com/rust-lang/crates.io-index" 2277 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2278 + dependencies = [ 2279 + "lock_api", 2280 + ] 2281 + 2282 + [[package]] 2283 + name = "spki" 2284 + version = "0.7.3" 2285 + source = "registry+https://github.com/rust-lang/crates.io-index" 2286 + checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2287 + dependencies = [ 2288 + "base64ct", 2289 + "der", 2290 + ] 2291 + 2292 + [[package]] 2293 + name = "sqlx" 2294 + version = "0.8.6" 2295 + source = "registry+https://github.com/rust-lang/crates.io-index" 2296 + checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 2297 + dependencies = [ 2298 + "sqlx-core", 2299 + "sqlx-macros", 2300 + "sqlx-mysql", 2301 + "sqlx-postgres", 2302 + "sqlx-sqlite", 2303 + ] 2304 + 2305 + [[package]] 2306 + name = "sqlx-core" 2307 + version = "0.8.6" 2308 + source = "registry+https://github.com/rust-lang/crates.io-index" 2309 + checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 2310 + dependencies = [ 2311 + "base64", 2312 + "bytes", 2313 + "chrono", 2314 + "crc", 2315 + "crossbeam-queue", 2316 + "either", 2317 + "event-listener", 2318 + "futures-core", 2319 + "futures-intrusive", 2320 + "futures-io", 2321 + "futures-util", 2322 + "hashbrown 0.15.5", 2323 + "hashlink", 2324 + "indexmap", 2325 + "log", 2326 + "memchr", 2327 + "native-tls", 2328 + "once_cell", 2329 + "percent-encoding", 2330 + "rust_decimal", 2331 + "serde", 2332 + "serde_json", 2333 + "sha2", 2334 + "smallvec", 2335 + "thiserror", 2336 + "time", 2337 + "tokio", 2338 + "tokio-stream", 2339 + "tracing", 2340 + "url", 2341 + "uuid", 2342 + ] 2343 + 2344 + [[package]] 2345 + name = "sqlx-macros" 2346 + version = "0.8.6" 2347 + source = "registry+https://github.com/rust-lang/crates.io-index" 2348 + checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 2349 + dependencies = [ 2350 + "proc-macro2", 2351 + "quote", 2352 + "sqlx-core", 2353 + "sqlx-macros-core", 2354 + "syn 2.0.117", 2355 + ] 2356 + 2357 + [[package]] 2358 + name = "sqlx-macros-core" 2359 + version = "0.8.6" 2360 + source = "registry+https://github.com/rust-lang/crates.io-index" 2361 + checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 2362 + dependencies = [ 2363 + "dotenvy", 2364 + "either", 2365 + "heck 0.5.0", 2366 + "hex", 2367 + "once_cell", 2368 + "proc-macro2", 2369 + "quote", 2370 + "serde", 2371 + "serde_json", 2372 + "sha2", 2373 + "sqlx-core", 2374 + "sqlx-mysql", 2375 + "sqlx-postgres", 2376 + "sqlx-sqlite", 2377 + "syn 2.0.117", 2378 + "tokio", 2379 + "url", 2380 + ] 2381 + 2382 + [[package]] 2383 + name = "sqlx-mysql" 2384 + version = "0.8.6" 2385 + source = "registry+https://github.com/rust-lang/crates.io-index" 2386 + checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 2387 + dependencies = [ 2388 + "atoi", 2389 + "base64", 2390 + "bitflags", 2391 + "byteorder", 2392 + "bytes", 2393 + "chrono", 2394 + "crc", 2395 + "digest", 2396 + "dotenvy", 2397 + "either", 2398 + "futures-channel", 2399 + "futures-core", 2400 + "futures-io", 2401 + "futures-util", 2402 + "generic-array", 2403 + "hex", 2404 + "hkdf", 2405 + "hmac", 2406 + "itoa", 2407 + "log", 2408 + "md-5", 2409 + "memchr", 2410 + "once_cell", 2411 + "percent-encoding", 2412 + "rand", 2413 + "rsa", 2414 + "rust_decimal", 2415 + "serde", 2416 + "sha1", 2417 + "sha2", 2418 + "smallvec", 2419 + "sqlx-core", 2420 + "stringprep", 2421 + "thiserror", 2422 + "time", 2423 + "tracing", 2424 + "uuid", 2425 + "whoami", 2426 + ] 2427 + 2428 + [[package]] 2429 + name = "sqlx-postgres" 2430 + version = "0.8.6" 2431 + source = "registry+https://github.com/rust-lang/crates.io-index" 2432 + checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 2433 + dependencies = [ 2434 + "atoi", 2435 + "base64", 2436 + "bitflags", 2437 + "byteorder", 2438 + "chrono", 2439 + "crc", 2440 + "dotenvy", 2441 + "etcetera", 2442 + "futures-channel", 2443 + "futures-core", 2444 + "futures-util", 2445 + "hex", 2446 + "hkdf", 2447 + "hmac", 2448 + "home", 2449 + "itoa", 2450 + "log", 2451 + "md-5", 2452 + "memchr", 2453 + "once_cell", 2454 + "rand", 2455 + "rust_decimal", 2456 + "serde", 2457 + "serde_json", 2458 + "sha2", 2459 + "smallvec", 2460 + "sqlx-core", 2461 + "stringprep", 2462 + "thiserror", 2463 + "time", 2464 + "tracing", 2465 + "uuid", 2466 + "whoami", 2467 + ] 2468 + 2469 + [[package]] 2470 + name = "sqlx-sqlite" 2471 + version = "0.8.6" 2472 + source = "registry+https://github.com/rust-lang/crates.io-index" 2473 + checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 2474 + dependencies = [ 2475 + "atoi", 2476 + "chrono", 2477 + "flume", 2478 + "futures-channel", 2479 + "futures-core", 2480 + "futures-executor", 2481 + "futures-intrusive", 2482 + "futures-util", 2483 + "libsqlite3-sys", 2484 + "log", 2485 + "percent-encoding", 2486 + "serde", 2487 + "serde_urlencoded", 2488 + "sqlx-core", 2489 + "thiserror", 2490 + "time", 2491 + "tracing", 2492 + "url", 2493 + "uuid", 2494 + ] 2495 + 2496 + [[package]] 2497 + name = "stable_deref_trait" 2498 + version = "1.2.1" 2499 + source = "registry+https://github.com/rust-lang/crates.io-index" 2500 + checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2501 + 2502 + [[package]] 2503 + name = "static_assertions" 2504 + version = "1.1.0" 2505 + source = "registry+https://github.com/rust-lang/crates.io-index" 2506 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2507 + 2508 + [[package]] 2509 + name = "stringprep" 2510 + version = "0.1.5" 2511 + source = "registry+https://github.com/rust-lang/crates.io-index" 2512 + checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 2513 + dependencies = [ 2514 + "unicode-bidi", 2515 + "unicode-normalization", 2516 + "unicode-properties", 2517 + ] 2518 + 2519 + [[package]] 2520 + name = "strum" 2521 + version = "0.28.0" 2522 + source = "registry+https://github.com/rust-lang/crates.io-index" 2523 + checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" 2524 + 2525 + [[package]] 2526 + name = "subtle" 2527 + version = "2.6.1" 2528 + source = "registry+https://github.com/rust-lang/crates.io-index" 2529 + checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2530 + 2531 + [[package]] 2532 + name = "syn" 2533 + version = "1.0.109" 2534 + source = "registry+https://github.com/rust-lang/crates.io-index" 2535 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2536 + dependencies = [ 2537 + "proc-macro2", 2538 + "quote", 2539 + "unicode-ident", 2540 + ] 2541 + 2542 + [[package]] 241 2543 name = "syn" 242 2544 version = "2.0.117" 243 2545 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 249 2551 ] 250 2552 251 2553 [[package]] 2554 + name = "synstructure" 2555 + version = "0.13.2" 2556 + source = "registry+https://github.com/rust-lang/crates.io-index" 2557 + checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2558 + dependencies = [ 2559 + "proc-macro2", 2560 + "quote", 2561 + "syn 2.0.117", 2562 + ] 2563 + 2564 + [[package]] 2565 + name = "tap" 2566 + version = "1.0.1" 2567 + source = "registry+https://github.com/rust-lang/crates.io-index" 2568 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 2569 + 2570 + [[package]] 2571 + name = "tempfile" 2572 + version = "3.27.0" 2573 + source = "registry+https://github.com/rust-lang/crates.io-index" 2574 + checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 2575 + dependencies = [ 2576 + "fastrand", 2577 + "getrandom 0.3.4", 2578 + "once_cell", 2579 + "rustix", 2580 + "windows-sys 0.61.2", 2581 + ] 2582 + 2583 + [[package]] 2584 + name = "thiserror" 2585 + version = "2.0.18" 2586 + source = "registry+https://github.com/rust-lang/crates.io-index" 2587 + checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 2588 + dependencies = [ 2589 + "thiserror-impl", 2590 + ] 2591 + 2592 + [[package]] 2593 + name = "thiserror-impl" 2594 + version = "2.0.18" 2595 + source = "registry+https://github.com/rust-lang/crates.io-index" 2596 + checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 2597 + dependencies = [ 2598 + "proc-macro2", 2599 + "quote", 2600 + "syn 2.0.117", 2601 + ] 2602 + 2603 + [[package]] 2604 + name = "time" 2605 + version = "0.3.47" 2606 + source = "registry+https://github.com/rust-lang/crates.io-index" 2607 + checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 2608 + dependencies = [ 2609 + "deranged", 2610 + "itoa", 2611 + "num-conv", 2612 + "powerfmt", 2613 + "serde_core", 2614 + "time-core", 2615 + "time-macros", 2616 + ] 2617 + 2618 + [[package]] 2619 + name = "time-core" 2620 + version = "0.1.8" 2621 + source = "registry+https://github.com/rust-lang/crates.io-index" 2622 + checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 2623 + 2624 + [[package]] 2625 + name = "time-macros" 2626 + version = "0.2.27" 2627 + source = "registry+https://github.com/rust-lang/crates.io-index" 2628 + checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 2629 + dependencies = [ 2630 + "num-conv", 2631 + "time-core", 2632 + ] 2633 + 2634 + [[package]] 2635 + name = "tiny-keccak" 2636 + version = "2.0.2" 2637 + source = "registry+https://github.com/rust-lang/crates.io-index" 2638 + checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 2639 + dependencies = [ 2640 + "crunchy", 2641 + ] 2642 + 2643 + [[package]] 2644 + name = "tinystr" 2645 + version = "0.8.3" 2646 + source = "registry+https://github.com/rust-lang/crates.io-index" 2647 + checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 2648 + dependencies = [ 2649 + "displaydoc", 2650 + "zerovec", 2651 + ] 2652 + 2653 + [[package]] 2654 + name = "tinyvec" 2655 + version = "1.11.0" 2656 + source = "registry+https://github.com/rust-lang/crates.io-index" 2657 + checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 2658 + dependencies = [ 2659 + "tinyvec_macros", 2660 + ] 2661 + 2662 + [[package]] 2663 + name = "tinyvec_macros" 2664 + version = "0.1.1" 2665 + source = "registry+https://github.com/rust-lang/crates.io-index" 2666 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2667 + 2668 + [[package]] 2669 + name = "tokio" 2670 + version = "1.51.0" 2671 + source = "registry+https://github.com/rust-lang/crates.io-index" 2672 + checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" 2673 + dependencies = [ 2674 + "bytes", 2675 + "libc", 2676 + "mio", 2677 + "pin-project-lite", 2678 + "socket2", 2679 + "windows-sys 0.61.2", 2680 + ] 2681 + 2682 + [[package]] 2683 + name = "tokio-stream" 2684 + version = "0.1.18" 2685 + source = "registry+https://github.com/rust-lang/crates.io-index" 2686 + checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 2687 + dependencies = [ 2688 + "futures-core", 2689 + "pin-project-lite", 2690 + "tokio", 2691 + ] 2692 + 2693 + [[package]] 2694 + name = "toml_datetime" 2695 + version = "1.1.1+spec-1.1.0" 2696 + source = "registry+https://github.com/rust-lang/crates.io-index" 2697 + checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" 2698 + dependencies = [ 2699 + "serde_core", 2700 + ] 2701 + 2702 + [[package]] 2703 + name = "toml_edit" 2704 + version = "0.25.11+spec-1.1.0" 2705 + source = "registry+https://github.com/rust-lang/crates.io-index" 2706 + checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" 2707 + dependencies = [ 2708 + "indexmap", 2709 + "toml_datetime", 2710 + "toml_parser", 2711 + "winnow", 2712 + ] 2713 + 2714 + [[package]] 2715 + name = "toml_parser" 2716 + version = "1.1.2+spec-1.1.0" 2717 + source = "registry+https://github.com/rust-lang/crates.io-index" 2718 + checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" 2719 + dependencies = [ 2720 + "winnow", 2721 + ] 2722 + 2723 + [[package]] 2724 + name = "tracing" 2725 + version = "0.1.44" 2726 + source = "registry+https://github.com/rust-lang/crates.io-index" 2727 + checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 2728 + dependencies = [ 2729 + "log", 2730 + "pin-project-lite", 2731 + "tracing-attributes", 2732 + "tracing-core", 2733 + ] 2734 + 2735 + [[package]] 2736 + name = "tracing-attributes" 2737 + version = "0.1.31" 2738 + source = "registry+https://github.com/rust-lang/crates.io-index" 2739 + checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 2740 + dependencies = [ 2741 + "proc-macro2", 2742 + "quote", 2743 + "syn 2.0.117", 2744 + ] 2745 + 2746 + [[package]] 2747 + name = "tracing-core" 2748 + version = "0.1.36" 2749 + source = "registry+https://github.com/rust-lang/crates.io-index" 2750 + checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 2751 + dependencies = [ 2752 + "once_cell", 2753 + ] 2754 + 2755 + [[package]] 2756 + name = "typenum" 2757 + version = "1.20.0" 2758 + source = "registry+https://github.com/rust-lang/crates.io-index" 2759 + checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" 2760 + 2761 + [[package]] 2762 + name = "unicode-bidi" 2763 + version = "0.3.18" 2764 + source = "registry+https://github.com/rust-lang/crates.io-index" 2765 + checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 2766 + 2767 + [[package]] 252 2768 name = "unicode-ident" 253 2769 version = "1.0.24" 254 2770 source = "registry+https://github.com/rust-lang/crates.io-index" 255 2771 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 256 2772 257 2773 [[package]] 2774 + name = "unicode-normalization" 2775 + version = "0.1.25" 2776 + source = "registry+https://github.com/rust-lang/crates.io-index" 2777 + checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 2778 + dependencies = [ 2779 + "tinyvec", 2780 + ] 2781 + 2782 + [[package]] 2783 + name = "unicode-properties" 2784 + version = "0.1.4" 2785 + source = "registry+https://github.com/rust-lang/crates.io-index" 2786 + checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 2787 + 2788 + [[package]] 258 2789 name = "unicode-xid" 259 2790 version = "0.2.6" 260 2791 source = "registry+https://github.com/rust-lang/crates.io-index" 261 2792 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 262 2793 263 2794 [[package]] 2795 + name = "url" 2796 + version = "2.5.8" 2797 + source = "registry+https://github.com/rust-lang/crates.io-index" 2798 + checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2799 + dependencies = [ 2800 + "form_urlencoded", 2801 + "idna", 2802 + "percent-encoding", 2803 + "serde", 2804 + ] 2805 + 2806 + [[package]] 2807 + name = "utf8_iter" 2808 + version = "1.0.4" 2809 + source = "registry+https://github.com/rust-lang/crates.io-index" 2810 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2811 + 2812 + [[package]] 264 2813 name = "uuid" 265 2814 version = "1.23.1" 266 2815 source = "registry+https://github.com/rust-lang/crates.io-index" 267 2816 checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" 268 2817 dependencies = [ 269 - "getrandom", 2818 + "getrandom 0.4.2", 270 2819 "js-sys", 2820 + "serde_core", 271 2821 "sha1_smol", 272 2822 "wasm-bindgen", 273 2823 ] 274 2824 275 2825 [[package]] 2826 + name = "vcpkg" 2827 + version = "0.2.15" 2828 + source = "registry+https://github.com/rust-lang/crates.io-index" 2829 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2830 + 2831 + [[package]] 2832 + name = "version_check" 2833 + version = "0.9.5" 2834 + source = "registry+https://github.com/rust-lang/crates.io-index" 2835 + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2836 + 2837 + [[package]] 2838 + name = "wasi" 2839 + version = "0.11.1+wasi-snapshot-preview1" 2840 + source = "registry+https://github.com/rust-lang/crates.io-index" 2841 + checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2842 + 2843 + [[package]] 276 2844 name = "wasip2" 277 2845 version = "1.0.3+wasi-0.2.9" 278 2846 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 291 2859 ] 292 2860 293 2861 [[package]] 2862 + name = "wasite" 2863 + version = "0.1.0" 2864 + source = "registry+https://github.com/rust-lang/crates.io-index" 2865 + checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 2866 + 2867 + [[package]] 294 2868 name = "wasm-bindgen" 295 2869 version = "0.2.118" 296 2870 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 299 2873 "cfg-if", 300 2874 "once_cell", 301 2875 "rustversion", 2876 + "serde", 302 2877 "wasm-bindgen-macro", 303 2878 "wasm-bindgen-shared", 304 2879 ] ··· 322 2897 "bumpalo", 323 2898 "proc-macro2", 324 2899 "quote", 325 - "syn", 2900 + "syn 2.0.117", 326 2901 "wasm-bindgen-shared", 327 2902 ] 328 2903 ··· 370 2945 ] 371 2946 372 2947 [[package]] 2948 + name = "whoami" 2949 + version = "1.6.1" 2950 + source = "registry+https://github.com/rust-lang/crates.io-index" 2951 + checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 2952 + dependencies = [ 2953 + "libredox", 2954 + "wasite", 2955 + ] 2956 + 2957 + [[package]] 2958 + name = "winapi" 2959 + version = "0.3.9" 2960 + source = "registry+https://github.com/rust-lang/crates.io-index" 2961 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2962 + dependencies = [ 2963 + "winapi-i686-pc-windows-gnu", 2964 + "winapi-x86_64-pc-windows-gnu", 2965 + ] 2966 + 2967 + [[package]] 2968 + name = "winapi-i686-pc-windows-gnu" 2969 + version = "0.4.0" 2970 + source = "registry+https://github.com/rust-lang/crates.io-index" 2971 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2972 + 2973 + [[package]] 2974 + name = "winapi-x86_64-pc-windows-gnu" 2975 + version = "0.4.0" 2976 + source = "registry+https://github.com/rust-lang/crates.io-index" 2977 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2978 + 2979 + [[package]] 2980 + name = "windows-core" 2981 + version = "0.62.2" 2982 + source = "registry+https://github.com/rust-lang/crates.io-index" 2983 + checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2984 + dependencies = [ 2985 + "windows-implement", 2986 + "windows-interface", 2987 + "windows-link", 2988 + "windows-result", 2989 + "windows-strings", 2990 + ] 2991 + 2992 + [[package]] 2993 + name = "windows-implement" 2994 + version = "0.60.2" 2995 + source = "registry+https://github.com/rust-lang/crates.io-index" 2996 + checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2997 + dependencies = [ 2998 + "proc-macro2", 2999 + "quote", 3000 + "syn 2.0.117", 3001 + ] 3002 + 3003 + [[package]] 3004 + name = "windows-interface" 3005 + version = "0.59.3" 3006 + source = "registry+https://github.com/rust-lang/crates.io-index" 3007 + checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 3008 + dependencies = [ 3009 + "proc-macro2", 3010 + "quote", 3011 + "syn 2.0.117", 3012 + ] 3013 + 3014 + [[package]] 3015 + name = "windows-link" 3016 + version = "0.2.1" 3017 + source = "registry+https://github.com/rust-lang/crates.io-index" 3018 + checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3019 + 3020 + [[package]] 3021 + name = "windows-result" 3022 + version = "0.4.1" 3023 + source = "registry+https://github.com/rust-lang/crates.io-index" 3024 + checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 3025 + dependencies = [ 3026 + "windows-link", 3027 + ] 3028 + 3029 + [[package]] 3030 + name = "windows-strings" 3031 + version = "0.5.1" 3032 + source = "registry+https://github.com/rust-lang/crates.io-index" 3033 + checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 3034 + dependencies = [ 3035 + "windows-link", 3036 + ] 3037 + 3038 + [[package]] 3039 + name = "windows-sys" 3040 + version = "0.48.0" 3041 + source = "registry+https://github.com/rust-lang/crates.io-index" 3042 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3043 + dependencies = [ 3044 + "windows-targets", 3045 + ] 3046 + 3047 + [[package]] 3048 + name = "windows-sys" 3049 + version = "0.61.2" 3050 + source = "registry+https://github.com/rust-lang/crates.io-index" 3051 + checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3052 + dependencies = [ 3053 + "windows-link", 3054 + ] 3055 + 3056 + [[package]] 3057 + name = "windows-targets" 3058 + version = "0.48.5" 3059 + source = "registry+https://github.com/rust-lang/crates.io-index" 3060 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3061 + dependencies = [ 3062 + "windows_aarch64_gnullvm", 3063 + "windows_aarch64_msvc", 3064 + "windows_i686_gnu", 3065 + "windows_i686_msvc", 3066 + "windows_x86_64_gnu", 3067 + "windows_x86_64_gnullvm", 3068 + "windows_x86_64_msvc", 3069 + ] 3070 + 3071 + [[package]] 3072 + name = "windows_aarch64_gnullvm" 3073 + version = "0.48.5" 3074 + source = "registry+https://github.com/rust-lang/crates.io-index" 3075 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3076 + 3077 + [[package]] 3078 + name = "windows_aarch64_msvc" 3079 + version = "0.48.5" 3080 + source = "registry+https://github.com/rust-lang/crates.io-index" 3081 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3082 + 3083 + [[package]] 3084 + name = "windows_i686_gnu" 3085 + version = "0.48.5" 3086 + source = "registry+https://github.com/rust-lang/crates.io-index" 3087 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3088 + 3089 + [[package]] 3090 + name = "windows_i686_msvc" 3091 + version = "0.48.5" 3092 + source = "registry+https://github.com/rust-lang/crates.io-index" 3093 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3094 + 3095 + [[package]] 3096 + name = "windows_x86_64_gnu" 3097 + version = "0.48.5" 3098 + source = "registry+https://github.com/rust-lang/crates.io-index" 3099 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3100 + 3101 + [[package]] 3102 + name = "windows_x86_64_gnullvm" 3103 + version = "0.48.5" 3104 + source = "registry+https://github.com/rust-lang/crates.io-index" 3105 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3106 + 3107 + [[package]] 3108 + name = "windows_x86_64_msvc" 3109 + version = "0.48.5" 3110 + source = "registry+https://github.com/rust-lang/crates.io-index" 3111 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3112 + 3113 + [[package]] 3114 + name = "winnow" 3115 + version = "1.0.1" 3116 + source = "registry+https://github.com/rust-lang/crates.io-index" 3117 + checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" 3118 + dependencies = [ 3119 + "memchr", 3120 + ] 3121 + 3122 + [[package]] 373 3123 name = "wit-bindgen" 374 3124 version = "0.51.0" 375 3125 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 391 3141 checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 392 3142 dependencies = [ 393 3143 "anyhow", 394 - "heck", 3144 + "heck 0.5.0", 395 3145 "wit-parser", 396 3146 ] 397 3147 ··· 402 3152 checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 403 3153 dependencies = [ 404 3154 "anyhow", 405 - "heck", 3155 + "heck 0.5.0", 406 3156 "indexmap", 407 3157 "prettyplease", 408 - "syn", 3158 + "syn 2.0.117", 409 3159 "wasm-metadata", 410 3160 "wit-bindgen-core", 411 3161 "wit-component", ··· 421 3171 "prettyplease", 422 3172 "proc-macro2", 423 3173 "quote", 424 - "syn", 3174 + "syn 2.0.117", 425 3175 "wit-bindgen-core", 426 3176 "wit-bindgen-rust", 427 3177 ] ··· 461 3211 "serde_json", 462 3212 "unicode-xid", 463 3213 "wasmparser", 3214 + ] 3215 + 3216 + [[package]] 3217 + name = "writeable" 3218 + version = "0.6.3" 3219 + source = "registry+https://github.com/rust-lang/crates.io-index" 3220 + checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 3221 + 3222 + [[package]] 3223 + name = "wyz" 3224 + version = "0.5.1" 3225 + source = "registry+https://github.com/rust-lang/crates.io-index" 3226 + checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 3227 + dependencies = [ 3228 + "tap", 3229 + ] 3230 + 3231 + [[package]] 3232 + name = "yansi" 3233 + version = "1.0.1" 3234 + source = "registry+https://github.com/rust-lang/crates.io-index" 3235 + checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 3236 + 3237 + [[package]] 3238 + name = "yoke" 3239 + version = "0.8.2" 3240 + source = "registry+https://github.com/rust-lang/crates.io-index" 3241 + checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" 3242 + dependencies = [ 3243 + "stable_deref_trait", 3244 + "yoke-derive", 3245 + "zerofrom", 3246 + ] 3247 + 3248 + [[package]] 3249 + name = "yoke-derive" 3250 + version = "0.8.2" 3251 + source = "registry+https://github.com/rust-lang/crates.io-index" 3252 + checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 3253 + dependencies = [ 3254 + "proc-macro2", 3255 + "quote", 3256 + "syn 2.0.117", 3257 + "synstructure", 3258 + ] 3259 + 3260 + [[package]] 3261 + name = "zerocopy" 3262 + version = "0.8.48" 3263 + source = "registry+https://github.com/rust-lang/crates.io-index" 3264 + checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 3265 + dependencies = [ 3266 + "zerocopy-derive", 3267 + ] 3268 + 3269 + [[package]] 3270 + name = "zerocopy-derive" 3271 + version = "0.8.48" 3272 + source = "registry+https://github.com/rust-lang/crates.io-index" 3273 + checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 3274 + dependencies = [ 3275 + "proc-macro2", 3276 + "quote", 3277 + "syn 2.0.117", 3278 + ] 3279 + 3280 + [[package]] 3281 + name = "zerofrom" 3282 + version = "0.1.7" 3283 + source = "registry+https://github.com/rust-lang/crates.io-index" 3284 + checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" 3285 + dependencies = [ 3286 + "zerofrom-derive", 3287 + ] 3288 + 3289 + [[package]] 3290 + name = "zerofrom-derive" 3291 + version = "0.1.7" 3292 + source = "registry+https://github.com/rust-lang/crates.io-index" 3293 + checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 3294 + dependencies = [ 3295 + "proc-macro2", 3296 + "quote", 3297 + "syn 2.0.117", 3298 + "synstructure", 3299 + ] 3300 + 3301 + [[package]] 3302 + name = "zeroize" 3303 + version = "1.8.2" 3304 + source = "registry+https://github.com/rust-lang/crates.io-index" 3305 + checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 3306 + 3307 + [[package]] 3308 + name = "zerotrie" 3309 + version = "0.2.4" 3310 + source = "registry+https://github.com/rust-lang/crates.io-index" 3311 + checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 3312 + dependencies = [ 3313 + "displaydoc", 3314 + "yoke", 3315 + "zerofrom", 3316 + ] 3317 + 3318 + [[package]] 3319 + name = "zerovec" 3320 + version = "0.11.6" 3321 + source = "registry+https://github.com/rust-lang/crates.io-index" 3322 + checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 3323 + dependencies = [ 3324 + "yoke", 3325 + "zerofrom", 3326 + "zerovec-derive", 3327 + ] 3328 + 3329 + [[package]] 3330 + name = "zerovec-derive" 3331 + version = "0.11.3" 3332 + source = "registry+https://github.com/rust-lang/crates.io-index" 3333 + checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 3334 + dependencies = [ 3335 + "proc-macro2", 3336 + "quote", 3337 + "syn 2.0.117", 464 3338 ] 465 3339 466 3340 [[package]]
+4
Cargo.toml
··· 8 8 [dependencies.uuid] 9 9 version = "1.23.1" 10 10 features = ["v4", "v5"] 11 + 12 + [dependencies.sea-orm] 13 + version = "2.0.0-rc" 14 + features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ]