svix-server: use fetchCargoVendor

authored by TomaSajt and committed by Masum Reza 9c8e2844 1870772d

+2 -6004
-5997
pkgs/by-name/sv/svix-server/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.24.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler2" 16 - version = "2.0.0" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 - 20 - [[package]] 21 - name = "aead" 22 - version = "0.5.2" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 25 - dependencies = [ 26 - "crypto-common", 27 - "generic-array", 28 - ] 29 - 30 - [[package]] 31 - name = "aes" 32 - version = "0.8.4" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 35 - dependencies = [ 36 - "cfg-if", 37 - "cipher", 38 - "cpufeatures", 39 - ] 40 - 41 - [[package]] 42 - name = "ahash" 43 - version = "0.8.11" 44 - source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 46 - dependencies = [ 47 - "cfg-if", 48 - "getrandom", 49 - "once_cell", 50 - "serde", 51 - "version_check", 52 - "zerocopy", 53 - ] 54 - 55 - [[package]] 56 - name = "aho-corasick" 57 - version = "1.1.3" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 60 - dependencies = [ 61 - "memchr", 62 - ] 63 - 64 - [[package]] 65 - name = "aide" 66 - version = "0.12.0" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "f0b9ab2c8531a5ac6bcc579cc4c308d1b4bd5b9910a0f08bf4e65b3452407400" 69 - dependencies = [ 70 - "aide-macros", 71 - "axum", 72 - "bytes", 73 - "cfg-if", 74 - "derive_more", 75 - "http 0.2.12", 76 - "indexmap 1.9.3", 77 - "schemars", 78 - "serde", 79 - "serde_json", 80 - "serde_qs", 81 - "thiserror", 82 - "tower-layer", 83 - "tower-service", 84 - "tracing", 85 - ] 86 - 87 - [[package]] 88 - name = "aide-macros" 89 - version = "0.7.0" 90 - source = "registry+https://github.com/rust-lang/crates.io-index" 91 - checksum = "a0487f8598afe49e6bc950a613a678bd962c4a6f431022ded62643c8b990301a" 92 - dependencies = [ 93 - "darling", 94 - "proc-macro2", 95 - "quote", 96 - "syn 2.0.79", 97 - ] 98 - 99 - [[package]] 100 - name = "aliasable" 101 - version = "0.1.3" 102 - source = "registry+https://github.com/rust-lang/crates.io-index" 103 - checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 104 - 105 - [[package]] 106 - name = "allocator-api2" 107 - version = "0.2.18" 108 - source = "registry+https://github.com/rust-lang/crates.io-index" 109 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 110 - 111 - [[package]] 112 - name = "amq-protocol" 113 - version = "7.2.2" 114 - source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "e3a41c091e49edfcc098b4f90d4d7706a8cf9158034e84ebfee7ff346092f67c" 116 - dependencies = [ 117 - "amq-protocol-tcp", 118 - "amq-protocol-types", 119 - "amq-protocol-uri", 120 - "cookie-factory", 121 - "nom", 122 - "serde", 123 - ] 124 - 125 - [[package]] 126 - name = "amq-protocol-tcp" 127 - version = "7.2.2" 128 - source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "3ed7a4a662472f88823ed2fc81babb0b00562f2c54284e3e7bffc02b6df649bf" 130 - dependencies = [ 131 - "amq-protocol-uri", 132 - "tcp-stream", 133 - "tracing", 134 - ] 135 - 136 - [[package]] 137 - name = "amq-protocol-types" 138 - version = "7.2.2" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "bd6484fdc918c1b6e2ae8eda2914d19a5873e1975f93ad8d33d6a24d1d98df05" 141 - dependencies = [ 142 - "cookie-factory", 143 - "nom", 144 - "serde", 145 - "serde_json", 146 - ] 147 - 148 - [[package]] 149 - name = "amq-protocol-uri" 150 - version = "7.2.2" 151 - source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "7f7f2da69e0e1182765bf33407cd8a843f20791b5af2b57a2645818c4776c56c" 153 - dependencies = [ 154 - "amq-protocol-types", 155 - "percent-encoding", 156 - "url", 157 - ] 158 - 159 - [[package]] 160 - name = "android-tzdata" 161 - version = "0.1.1" 162 - source = "registry+https://github.com/rust-lang/crates.io-index" 163 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 164 - 165 - [[package]] 166 - name = "android_system_properties" 167 - version = "0.1.5" 168 - source = "registry+https://github.com/rust-lang/crates.io-index" 169 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 170 - dependencies = [ 171 - "libc", 172 - ] 173 - 174 - [[package]] 175 - name = "anstream" 176 - version = "0.6.15" 177 - source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 179 - dependencies = [ 180 - "anstyle", 181 - "anstyle-parse", 182 - "anstyle-query", 183 - "anstyle-wincon", 184 - "colorchoice", 185 - "is_terminal_polyfill", 186 - "utf8parse", 187 - ] 188 - 189 - [[package]] 190 - name = "anstyle" 191 - version = "1.0.8" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 194 - 195 - [[package]] 196 - name = "anstyle-parse" 197 - version = "0.2.5" 198 - source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 200 - dependencies = [ 201 - "utf8parse", 202 - ] 203 - 204 - [[package]] 205 - name = "anstyle-query" 206 - version = "1.1.1" 207 - source = "registry+https://github.com/rust-lang/crates.io-index" 208 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 209 - dependencies = [ 210 - "windows-sys 0.52.0", 211 - ] 212 - 213 - [[package]] 214 - name = "anstyle-wincon" 215 - version = "3.0.4" 216 - source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 218 - dependencies = [ 219 - "anstyle", 220 - "windows-sys 0.52.0", 221 - ] 222 - 223 - [[package]] 224 - name = "anyhow" 225 - version = "1.0.89" 226 - source = "registry+https://github.com/rust-lang/crates.io-index" 227 - checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" 228 - 229 - [[package]] 230 - name = "arc-swap" 231 - version = "1.7.1" 232 - source = "registry+https://github.com/rust-lang/crates.io-index" 233 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 234 - 235 - [[package]] 236 - name = "arrayvec" 237 - version = "0.7.6" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 240 - 241 - [[package]] 242 - name = "asn1-rs" 243 - version = "0.6.2" 244 - source = "registry+https://github.com/rust-lang/crates.io-index" 245 - checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" 246 - dependencies = [ 247 - "asn1-rs-derive", 248 - "asn1-rs-impl", 249 - "displaydoc", 250 - "nom", 251 - "num-traits", 252 - "rusticata-macros", 253 - "thiserror", 254 - "time", 255 - ] 256 - 257 - [[package]] 258 - name = "asn1-rs-derive" 259 - version = "0.5.1" 260 - source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" 262 - dependencies = [ 263 - "proc-macro2", 264 - "quote", 265 - "syn 2.0.79", 266 - "synstructure", 267 - ] 268 - 269 - [[package]] 270 - name = "asn1-rs-impl" 271 - version = "0.2.0" 272 - source = "registry+https://github.com/rust-lang/crates.io-index" 273 - checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 274 - dependencies = [ 275 - "proc-macro2", 276 - "quote", 277 - "syn 2.0.79", 278 - ] 279 - 280 - [[package]] 281 - name = "assert_matches" 282 - version = "1.5.0" 283 - source = "registry+https://github.com/rust-lang/crates.io-index" 284 - checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 285 - 286 - [[package]] 287 - name = "async-channel" 288 - version = "2.3.1" 289 - source = "registry+https://github.com/rust-lang/crates.io-index" 290 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 291 - dependencies = [ 292 - "concurrent-queue", 293 - "event-listener-strategy", 294 - "futures-core", 295 - "pin-project-lite", 296 - ] 297 - 298 - [[package]] 299 - name = "async-executor" 300 - version = "1.13.1" 301 - source = "registry+https://github.com/rust-lang/crates.io-index" 302 - checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 303 - dependencies = [ 304 - "async-task", 305 - "concurrent-queue", 306 - "fastrand 2.1.1", 307 - "futures-lite 2.3.0", 308 - "slab", 309 - ] 310 - 311 - [[package]] 312 - name = "async-global-executor" 313 - version = "2.4.1" 314 - source = "registry+https://github.com/rust-lang/crates.io-index" 315 - checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 316 - dependencies = [ 317 - "async-channel", 318 - "async-executor", 319 - "async-io 2.3.4", 320 - "async-lock 3.4.0", 321 - "blocking", 322 - "futures-lite 2.3.0", 323 - "once_cell", 324 - ] 325 - 326 - [[package]] 327 - name = "async-global-executor-trait" 328 - version = "2.1.2" 329 - source = "registry+https://github.com/rust-lang/crates.io-index" 330 - checksum = "80f19936c1a84fb48ceb8899b642d2a72572587d1021cc561bfb24de9f33ee89" 331 - dependencies = [ 332 - "async-global-executor", 333 - "async-trait", 334 - "executor-trait", 335 - ] 336 - 337 - [[package]] 338 - name = "async-io" 339 - version = "1.13.0" 340 - source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 342 - dependencies = [ 343 - "async-lock 2.8.0", 344 - "autocfg", 345 - "cfg-if", 346 - "concurrent-queue", 347 - "futures-lite 1.13.0", 348 - "log", 349 - "parking", 350 - "polling 2.8.0", 351 - "rustix 0.37.27", 352 - "slab", 353 - "socket2 0.4.10", 354 - "waker-fn", 355 - ] 356 - 357 - [[package]] 358 - name = "async-io" 359 - version = "2.3.4" 360 - source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" 362 - dependencies = [ 363 - "async-lock 3.4.0", 364 - "cfg-if", 365 - "concurrent-queue", 366 - "futures-io", 367 - "futures-lite 2.3.0", 368 - "parking", 369 - "polling 3.7.3", 370 - "rustix 0.38.37", 371 - "slab", 372 - "tracing", 373 - "windows-sys 0.59.0", 374 - ] 375 - 376 - [[package]] 377 - name = "async-lock" 378 - version = "2.8.0" 379 - source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 381 - dependencies = [ 382 - "event-listener 2.5.3", 383 - ] 384 - 385 - [[package]] 386 - name = "async-lock" 387 - version = "3.4.0" 388 - source = "registry+https://github.com/rust-lang/crates.io-index" 389 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 390 - dependencies = [ 391 - "event-listener 5.3.1", 392 - "event-listener-strategy", 393 - "pin-project-lite", 394 - ] 395 - 396 - [[package]] 397 - name = "async-reactor-trait" 398 - version = "1.1.0" 399 - source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "7a6012d170ad00de56c9ee354aef2e358359deb1ec504254e0e5a3774771de0e" 401 - dependencies = [ 402 - "async-io 1.13.0", 403 - "async-trait", 404 - "futures-core", 405 - "reactor-trait", 406 - ] 407 - 408 - [[package]] 409 - name = "async-socks5" 410 - version = "0.5.1" 411 - source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "77f634add2445eb2c1f785642a67ca1073fedd71e73dc3ca69435ef9b9bdedc7" 413 - dependencies = [ 414 - "async-trait", 415 - "thiserror", 416 - "tokio", 417 - ] 418 - 419 - [[package]] 420 - name = "async-stream" 421 - version = "0.3.6" 422 - source = "registry+https://github.com/rust-lang/crates.io-index" 423 - checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 424 - dependencies = [ 425 - "async-stream-impl", 426 - "futures-core", 427 - "pin-project-lite", 428 - ] 429 - 430 - [[package]] 431 - name = "async-stream-impl" 432 - version = "0.3.6" 433 - source = "registry+https://github.com/rust-lang/crates.io-index" 434 - checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 435 - dependencies = [ 436 - "proc-macro2", 437 - "quote", 438 - "syn 2.0.79", 439 - ] 440 - 441 - [[package]] 442 - name = "async-task" 443 - version = "4.7.1" 444 - source = "registry+https://github.com/rust-lang/crates.io-index" 445 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 446 - 447 - [[package]] 448 - name = "async-trait" 449 - version = "0.1.83" 450 - source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 452 - dependencies = [ 453 - "proc-macro2", 454 - "quote", 455 - "syn 2.0.79", 456 - ] 457 - 458 - [[package]] 459 - name = "atoi" 460 - version = "2.0.0" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 463 - dependencies = [ 464 - "num-traits", 465 - ] 466 - 467 - [[package]] 468 - name = "atomic" 469 - version = "0.6.0" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 472 - dependencies = [ 473 - "bytemuck", 474 - ] 475 - 476 - [[package]] 477 - name = "atomic-waker" 478 - version = "1.1.2" 479 - source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 481 - 482 - [[package]] 483 - name = "autocfg" 484 - version = "1.4.0" 485 - source = "registry+https://github.com/rust-lang/crates.io-index" 486 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 487 - 488 - [[package]] 489 - name = "axum" 490 - version = "0.6.20" 491 - source = "registry+https://github.com/rust-lang/crates.io-index" 492 - checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" 493 - dependencies = [ 494 - "async-trait", 495 - "axum-core", 496 - "bitflags 1.3.2", 497 - "bytes", 498 - "futures-util", 499 - "headers", 500 - "http 0.2.12", 501 - "http-body 0.4.6", 502 - "hyper 0.14.28", 503 - "itoa", 504 - "matchit", 505 - "memchr", 506 - "mime", 507 - "percent-encoding", 508 - "pin-project-lite", 509 - "rustversion", 510 - "serde", 511 - "serde_json", 512 - "serde_path_to_error", 513 - "serde_urlencoded", 514 - "sync_wrapper 0.1.2", 515 - "tokio", 516 - "tower", 517 - "tower-layer", 518 - "tower-service", 519 - ] 520 - 521 - [[package]] 522 - name = "axum-core" 523 - version = "0.3.4" 524 - source = "registry+https://github.com/rust-lang/crates.io-index" 525 - checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 526 - dependencies = [ 527 - "async-trait", 528 - "bytes", 529 - "futures-util", 530 - "http 0.2.12", 531 - "http-body 0.4.6", 532 - "mime", 533 - "rustversion", 534 - "tower-layer", 535 - "tower-service", 536 - ] 537 - 538 - [[package]] 539 - name = "axum-server" 540 - version = "0.5.1" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "447f28c85900215cc1bea282f32d4a2f22d55c5a300afdfbc661c8d6a632e063" 543 - dependencies = [ 544 - "bytes", 545 - "futures-util", 546 - "http 0.2.12", 547 - "http-body 0.4.6", 548 - "hyper 0.14.28", 549 - "openssl", 550 - "pin-project-lite", 551 - "tokio", 552 - "tokio-openssl", 553 - "tower-service", 554 - ] 555 - 556 - [[package]] 557 - name = "backtrace" 558 - version = "0.3.74" 559 - source = "registry+https://github.com/rust-lang/crates.io-index" 560 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 561 - dependencies = [ 562 - "addr2line", 563 - "cfg-if", 564 - "libc", 565 - "miniz_oxide", 566 - "object", 567 - "rustc-demangle", 568 - "windows-targets 0.52.6", 569 - ] 570 - 571 - [[package]] 572 - name = "base-encode" 573 - version = "0.3.1" 574 - source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "a17bd29f7c70f32e9387f4d4acfa5ea7b7749ef784fb78cf382df97069337b8c" 576 - 577 - [[package]] 578 - name = "base16ct" 579 - version = "0.2.0" 580 - source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 582 - 583 - [[package]] 584 - name = "base64" 585 - version = "0.13.1" 586 - source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 588 - 589 - [[package]] 590 - name = "base64" 591 - version = "0.21.7" 592 - source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 594 - 595 - [[package]] 596 - name = "base64" 597 - version = "0.22.1" 598 - source = "registry+https://github.com/rust-lang/crates.io-index" 599 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 600 - 601 - [[package]] 602 - name = "base64ct" 603 - version = "1.6.0" 604 - source = "registry+https://github.com/rust-lang/crates.io-index" 605 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 606 - 607 - [[package]] 608 - name = "bb8" 609 - version = "0.8.5" 610 - source = "registry+https://github.com/rust-lang/crates.io-index" 611 - checksum = "b10cf871f3ff2ce56432fddc2615ac7acc3aa22ca321f8fea800846fbb32f188" 612 - dependencies = [ 613 - "async-trait", 614 - "futures-util", 615 - "parking_lot", 616 - "tokio", 617 - ] 618 - 619 - [[package]] 620 - name = "bb8-redis" 621 - version = "0.16.0" 622 - source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "0c6910977c026bb1d0a6b523508d1a893d6d4c2ba216355e9569d8181d92ccbe" 624 - dependencies = [ 625 - "async-trait", 626 - "bb8", 627 - "redis 0.26.1", 628 - ] 629 - 630 - [[package]] 631 - name = "bb8-redis" 632 - version = "0.17.0" 633 - source = "registry+https://github.com/rust-lang/crates.io-index" 634 - checksum = "1781f22daa0ae97d934fdf04a5c66646f154a164c4bdc157ec8d3c11166c05cc" 635 - dependencies = [ 636 - "async-trait", 637 - "bb8", 638 - "redis 0.27.5", 639 - ] 640 - 641 - [[package]] 642 - name = "bigdecimal" 643 - version = "0.4.5" 644 - source = "registry+https://github.com/rust-lang/crates.io-index" 645 - checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" 646 - dependencies = [ 647 - "autocfg", 648 - "libm", 649 - "num-bigint", 650 - "num-integer", 651 - "num-traits", 652 - "serde", 653 - ] 654 - 655 - [[package]] 656 - name = "binstring" 657 - version = "0.1.1" 658 - source = "registry+https://github.com/rust-lang/crates.io-index" 659 - checksum = "7e0d60973d9320722cb1206f412740e162a33b8547ea8d6be75d7cff237c7a85" 660 - 661 - [[package]] 662 - name = "bit-set" 663 - version = "0.5.3" 664 - source = "registry+https://github.com/rust-lang/crates.io-index" 665 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 666 - dependencies = [ 667 - "bit-vec", 668 - ] 669 - 670 - [[package]] 671 - name = "bit-vec" 672 - version = "0.6.3" 673 - source = "registry+https://github.com/rust-lang/crates.io-index" 674 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 675 - 676 - [[package]] 677 - name = "bitflags" 678 - version = "1.3.2" 679 - source = "registry+https://github.com/rust-lang/crates.io-index" 680 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 681 - 682 - [[package]] 683 - name = "bitflags" 684 - version = "2.6.0" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 687 - dependencies = [ 688 - "serde", 689 - ] 690 - 691 - [[package]] 692 - name = "blake2" 693 - version = "0.10.6" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 696 - dependencies = [ 697 - "digest", 698 - ] 699 - 700 - [[package]] 701 - name = "block-buffer" 702 - version = "0.10.4" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 705 - dependencies = [ 706 - "generic-array", 707 - ] 708 - 709 - [[package]] 710 - name = "block-padding" 711 - version = "0.3.3" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 714 - dependencies = [ 715 - "generic-array", 716 - ] 717 - 718 - [[package]] 719 - name = "blocking" 720 - version = "1.6.1" 721 - source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 723 - dependencies = [ 724 - "async-channel", 725 - "async-task", 726 - "futures-io", 727 - "futures-lite 2.3.0", 728 - "piper", 729 - ] 730 - 731 - [[package]] 732 - name = "bumpalo" 733 - version = "3.16.0" 734 - source = "registry+https://github.com/rust-lang/crates.io-index" 735 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 736 - 737 - [[package]] 738 - name = "bytecount" 739 - version = "0.6.8" 740 - source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 742 - 743 - [[package]] 744 - name = "bytemuck" 745 - version = "1.19.0" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 748 - 749 - [[package]] 750 - name = "byteorder" 751 - version = "1.5.0" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 754 - 755 - [[package]] 756 - name = "bytes" 757 - version = "1.7.2" 758 - source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 760 - 761 - [[package]] 762 - name = "bytesize" 763 - version = "1.3.0" 764 - source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" 766 - 767 - [[package]] 768 - name = "cbc" 769 - version = "0.1.2" 770 - source = "registry+https://github.com/rust-lang/crates.io-index" 771 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 772 - dependencies = [ 773 - "cipher", 774 - ] 775 - 776 - [[package]] 777 - name = "cc" 778 - version = "1.1.30" 779 - source = "registry+https://github.com/rust-lang/crates.io-index" 780 - checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945" 781 - dependencies = [ 782 - "shlex", 783 - ] 784 - 785 - [[package]] 786 - name = "cfg-if" 787 - version = "1.0.0" 788 - source = "registry+https://github.com/rust-lang/crates.io-index" 789 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 790 - 791 - [[package]] 792 - name = "chacha20" 793 - version = "0.9.1" 794 - source = "registry+https://github.com/rust-lang/crates.io-index" 795 - checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 796 - dependencies = [ 797 - "cfg-if", 798 - "cipher", 799 - "cpufeatures", 800 - ] 801 - 802 - [[package]] 803 - name = "chacha20poly1305" 804 - version = "0.10.1" 805 - source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" 807 - dependencies = [ 808 - "aead", 809 - "chacha20", 810 - "cipher", 811 - "poly1305", 812 - "zeroize", 813 - ] 814 - 815 - [[package]] 816 - name = "chrono" 817 - version = "0.4.38" 818 - source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 820 - dependencies = [ 821 - "android-tzdata", 822 - "iana-time-zone", 823 - "js-sys", 824 - "num-traits", 825 - "serde", 826 - "wasm-bindgen", 827 - "windows-targets 0.52.6", 828 - ] 829 - 830 - [[package]] 831 - name = "cipher" 832 - version = "0.4.4" 833 - source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 835 - dependencies = [ 836 - "crypto-common", 837 - "inout", 838 - "zeroize", 839 - ] 840 - 841 - [[package]] 842 - name = "clap" 843 - version = "4.5.20" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" 846 - dependencies = [ 847 - "clap_builder", 848 - "clap_derive", 849 - ] 850 - 851 - [[package]] 852 - name = "clap_builder" 853 - version = "4.5.20" 854 - source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" 856 - dependencies = [ 857 - "anstream", 858 - "anstyle", 859 - "clap_lex", 860 - "strsim", 861 - ] 862 - 863 - [[package]] 864 - name = "clap_derive" 865 - version = "4.5.18" 866 - source = "registry+https://github.com/rust-lang/crates.io-index" 867 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 868 - dependencies = [ 869 - "heck 0.5.0", 870 - "proc-macro2", 871 - "quote", 872 - "syn 2.0.79", 873 - ] 874 - 875 - [[package]] 876 - name = "clap_lex" 877 - version = "0.7.2" 878 - source = "registry+https://github.com/rust-lang/crates.io-index" 879 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 880 - 881 - [[package]] 882 - name = "cms" 883 - version = "0.2.3" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "7b77c319abfd5219629c45c34c89ba945ed3c5e49fcde9d16b6c3885f118a730" 886 - dependencies = [ 887 - "const-oid", 888 - "der 0.7.9", 889 - "spki 0.7.3", 890 - "x509-cert", 891 - ] 892 - 893 - [[package]] 894 - name = "coarsetime" 895 - version = "0.1.34" 896 - source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" 898 - dependencies = [ 899 - "libc", 900 - "wasix", 901 - "wasm-bindgen", 902 - ] 903 - 904 - [[package]] 905 - name = "colorchoice" 906 - version = "1.0.2" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 909 - 910 - [[package]] 911 - name = "combine" 912 - version = "4.6.7" 913 - source = "registry+https://github.com/rust-lang/crates.io-index" 914 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 915 - dependencies = [ 916 - "bytes", 917 - "futures-core", 918 - "memchr", 919 - "pin-project-lite", 920 - "tokio", 921 - "tokio-util", 922 - ] 923 - 924 - [[package]] 925 - name = "concurrent-queue" 926 - version = "2.5.0" 927 - source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 929 - dependencies = [ 930 - "crossbeam-utils", 931 - ] 932 - 933 - [[package]] 934 - name = "const-oid" 935 - version = "0.9.6" 936 - source = "registry+https://github.com/rust-lang/crates.io-index" 937 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 938 - 939 - [[package]] 940 - name = "convert_case" 941 - version = "0.4.0" 942 - source = "registry+https://github.com/rust-lang/crates.io-index" 943 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 944 - 945 - [[package]] 946 - name = "cookie-factory" 947 - version = "0.3.3" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2" 950 - 951 - [[package]] 952 - name = "core-foundation" 953 - version = "0.9.4" 954 - source = "registry+https://github.com/rust-lang/crates.io-index" 955 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 956 - dependencies = [ 957 - "core-foundation-sys", 958 - "libc", 959 - ] 960 - 961 - [[package]] 962 - name = "core-foundation-sys" 963 - version = "0.8.7" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 966 - 967 - [[package]] 968 - name = "cpufeatures" 969 - version = "0.2.14" 970 - source = "registry+https://github.com/rust-lang/crates.io-index" 971 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 972 - dependencies = [ 973 - "libc", 974 - ] 975 - 976 - [[package]] 977 - name = "crc" 978 - version = "3.2.1" 979 - source = "registry+https://github.com/rust-lang/crates.io-index" 980 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 981 - dependencies = [ 982 - "crc-catalog", 983 - ] 984 - 985 - [[package]] 986 - name = "crc-catalog" 987 - version = "2.4.0" 988 - source = "registry+https://github.com/rust-lang/crates.io-index" 989 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 990 - 991 - [[package]] 992 - name = "crc16" 993 - version = "0.4.0" 994 - source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff" 996 - 997 - [[package]] 998 - name = "crossbeam-queue" 999 - version = "0.3.11" 1000 - source = "registry+https://github.com/rust-lang/crates.io-index" 1001 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1002 - dependencies = [ 1003 - "crossbeam-utils", 1004 - ] 1005 - 1006 - [[package]] 1007 - name = "crossbeam-utils" 1008 - version = "0.8.20" 1009 - source = "registry+https://github.com/rust-lang/crates.io-index" 1010 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1011 - 1012 - [[package]] 1013 - name = "crypto-bigint" 1014 - version = "0.5.5" 1015 - source = "registry+https://github.com/rust-lang/crates.io-index" 1016 - checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1017 - dependencies = [ 1018 - "generic-array", 1019 - "rand_core", 1020 - "subtle", 1021 - "zeroize", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "crypto-common" 1026 - version = "0.1.6" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1029 - dependencies = [ 1030 - "generic-array", 1031 - "rand_core", 1032 - "typenum", 1033 - ] 1034 - 1035 - [[package]] 1036 - name = "ct-codecs" 1037 - version = "1.1.2" 1038 - source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "026ac6ceace6298d2c557ef5ed798894962296469ec7842288ea64674201a2d1" 1040 - 1041 - [[package]] 1042 - name = "ctor" 1043 - version = "0.2.8" 1044 - source = "registry+https://github.com/rust-lang/crates.io-index" 1045 - checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 1046 - dependencies = [ 1047 - "quote", 1048 - "syn 2.0.79", 1049 - ] 1050 - 1051 - [[package]] 1052 - name = "darling" 1053 - version = "0.20.10" 1054 - source = "registry+https://github.com/rust-lang/crates.io-index" 1055 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 1056 - dependencies = [ 1057 - "darling_core", 1058 - "darling_macro", 1059 - ] 1060 - 1061 - [[package]] 1062 - name = "darling_core" 1063 - version = "0.20.10" 1064 - source = "registry+https://github.com/rust-lang/crates.io-index" 1065 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 1066 - dependencies = [ 1067 - "fnv", 1068 - "ident_case", 1069 - "proc-macro2", 1070 - "quote", 1071 - "strsim", 1072 - "syn 2.0.79", 1073 - ] 1074 - 1075 - [[package]] 1076 - name = "darling_macro" 1077 - version = "0.20.10" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 1080 - dependencies = [ 1081 - "darling_core", 1082 - "quote", 1083 - "syn 2.0.79", 1084 - ] 1085 - 1086 - [[package]] 1087 - name = "data-encoding" 1088 - version = "2.6.0" 1089 - source = "registry+https://github.com/rust-lang/crates.io-index" 1090 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 1091 - 1092 - [[package]] 1093 - name = "debugid" 1094 - version = "0.8.0" 1095 - source = "registry+https://github.com/rust-lang/crates.io-index" 1096 - checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 1097 - dependencies = [ 1098 - "serde", 1099 - "uuid", 1100 - ] 1101 - 1102 - [[package]] 1103 - name = "der" 1104 - version = "0.6.1" 1105 - source = "registry+https://github.com/rust-lang/crates.io-index" 1106 - checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" 1107 - dependencies = [ 1108 - "const-oid", 1109 - "pem-rfc7468 0.6.0", 1110 - "zeroize", 1111 - ] 1112 - 1113 - [[package]] 1114 - name = "der" 1115 - version = "0.7.9" 1116 - source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 1118 - dependencies = [ 1119 - "const-oid", 1120 - "der_derive", 1121 - "flagset", 1122 - "pem-rfc7468 0.7.0", 1123 - "zeroize", 1124 - ] 1125 - 1126 - [[package]] 1127 - name = "der-parser" 1128 - version = "9.0.0" 1129 - source = "registry+https://github.com/rust-lang/crates.io-index" 1130 - checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 1131 - dependencies = [ 1132 - "asn1-rs", 1133 - "displaydoc", 1134 - "nom", 1135 - "num-bigint", 1136 - "num-traits", 1137 - "rusticata-macros", 1138 - ] 1139 - 1140 - [[package]] 1141 - name = "der_derive" 1142 - version = "0.7.3" 1143 - source = "registry+https://github.com/rust-lang/crates.io-index" 1144 - checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18" 1145 - dependencies = [ 1146 - "proc-macro2", 1147 - "quote", 1148 - "syn 2.0.79", 1149 - ] 1150 - 1151 - [[package]] 1152 - name = "deranged" 1153 - version = "0.3.11" 1154 - source = "registry+https://github.com/rust-lang/crates.io-index" 1155 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1156 - dependencies = [ 1157 - "powerfmt", 1158 - "serde", 1159 - ] 1160 - 1161 - [[package]] 1162 - name = "derive_more" 1163 - version = "0.99.18" 1164 - source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 1166 - dependencies = [ 1167 - "convert_case", 1168 - "proc-macro2", 1169 - "quote", 1170 - "rustc_version", 1171 - "syn 2.0.79", 1172 - ] 1173 - 1174 - [[package]] 1175 - name = "des" 1176 - version = "0.8.1" 1177 - source = "registry+https://github.com/rust-lang/crates.io-index" 1178 - checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" 1179 - dependencies = [ 1180 - "cipher", 1181 - ] 1182 - 1183 - [[package]] 1184 - name = "digest" 1185 - version = "0.10.7" 1186 - source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1188 - dependencies = [ 1189 - "block-buffer", 1190 - "const-oid", 1191 - "crypto-common", 1192 - "subtle", 1193 - ] 1194 - 1195 - [[package]] 1196 - name = "displaydoc" 1197 - version = "0.2.5" 1198 - source = "registry+https://github.com/rust-lang/crates.io-index" 1199 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1200 - dependencies = [ 1201 - "proc-macro2", 1202 - "quote", 1203 - "syn 2.0.79", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "doc-comment" 1208 - version = "0.3.3" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1211 - 1212 - [[package]] 1213 - name = "dotenvy" 1214 - version = "0.15.7" 1215 - source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1217 - 1218 - [[package]] 1219 - name = "dyn-clone" 1220 - version = "1.0.17" 1221 - source = "registry+https://github.com/rust-lang/crates.io-index" 1222 - checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 1223 - 1224 - [[package]] 1225 - name = "ecdsa" 1226 - version = "0.16.9" 1227 - source = "registry+https://github.com/rust-lang/crates.io-index" 1228 - checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1229 - dependencies = [ 1230 - "der 0.7.9", 1231 - "digest", 1232 - "elliptic-curve", 1233 - "rfc6979", 1234 - "signature 2.2.0", 1235 - "spki 0.7.3", 1236 - ] 1237 - 1238 - [[package]] 1239 - name = "ed25519-compact" 1240 - version = "2.1.1" 1241 - source = "registry+https://github.com/rust-lang/crates.io-index" 1242 - checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190" 1243 - dependencies = [ 1244 - "ct-codecs", 1245 - "getrandom", 1246 - ] 1247 - 1248 - [[package]] 1249 - name = "either" 1250 - version = "1.13.0" 1251 - source = "registry+https://github.com/rust-lang/crates.io-index" 1252 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1253 - dependencies = [ 1254 - "serde", 1255 - ] 1256 - 1257 - [[package]] 1258 - name = "elliptic-curve" 1259 - version = "0.13.8" 1260 - source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1262 - dependencies = [ 1263 - "base16ct", 1264 - "crypto-bigint", 1265 - "digest", 1266 - "ff", 1267 - "generic-array", 1268 - "group", 1269 - "hkdf", 1270 - "pem-rfc7468 0.7.0", 1271 - "pkcs8 0.10.2", 1272 - "rand_core", 1273 - "sec1", 1274 - "subtle", 1275 - "zeroize", 1276 - ] 1277 - 1278 - [[package]] 1279 - name = "encoding_rs" 1280 - version = "0.8.34" 1281 - source = "registry+https://github.com/rust-lang/crates.io-index" 1282 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 1283 - dependencies = [ 1284 - "cfg-if", 1285 - ] 1286 - 1287 - [[package]] 1288 - name = "enum-as-inner" 1289 - version = "0.6.1" 1290 - source = "registry+https://github.com/rust-lang/crates.io-index" 1291 - checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1292 - dependencies = [ 1293 - "heck 0.5.0", 1294 - "proc-macro2", 1295 - "quote", 1296 - "syn 2.0.79", 1297 - ] 1298 - 1299 - [[package]] 1300 - name = "enum_dispatch" 1301 - version = "0.3.13" 1302 - source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 1304 - dependencies = [ 1305 - "once_cell", 1306 - "proc-macro2", 1307 - "quote", 1308 - "syn 2.0.79", 1309 - ] 1310 - 1311 - [[package]] 1312 - name = "equivalent" 1313 - version = "1.0.1" 1314 - source = "registry+https://github.com/rust-lang/crates.io-index" 1315 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1316 - 1317 - [[package]] 1318 - name = "errno" 1319 - version = "0.3.9" 1320 - source = "registry+https://github.com/rust-lang/crates.io-index" 1321 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1322 - dependencies = [ 1323 - "libc", 1324 - "windows-sys 0.52.0", 1325 - ] 1326 - 1327 - [[package]] 1328 - name = "etcetera" 1329 - version = "0.8.0" 1330 - source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 1332 - dependencies = [ 1333 - "cfg-if", 1334 - "home", 1335 - "windows-sys 0.48.0", 1336 - ] 1337 - 1338 - [[package]] 1339 - name = "event-listener" 1340 - version = "2.5.3" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1343 - 1344 - [[package]] 1345 - name = "event-listener" 1346 - version = "5.3.1" 1347 - source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1349 - dependencies = [ 1350 - "concurrent-queue", 1351 - "parking", 1352 - "pin-project-lite", 1353 - ] 1354 - 1355 - [[package]] 1356 - name = "event-listener-strategy" 1357 - version = "0.5.2" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1360 - dependencies = [ 1361 - "event-listener 5.3.1", 1362 - "pin-project-lite", 1363 - ] 1364 - 1365 - [[package]] 1366 - name = "executor-trait" 1367 - version = "2.1.2" 1368 - source = "registry+https://github.com/rust-lang/crates.io-index" 1369 - checksum = "13c39dff9342e4e0e16ce96be751eb21a94e94a87bb2f6e63ad1961c2ce109bf" 1370 - dependencies = [ 1371 - "async-trait", 1372 - ] 1373 - 1374 - [[package]] 1375 - name = "fancy-regex" 1376 - version = "0.11.0" 1377 - source = "registry+https://github.com/rust-lang/crates.io-index" 1378 - checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 1379 - dependencies = [ 1380 - "bit-set", 1381 - "regex", 1382 - ] 1383 - 1384 - [[package]] 1385 - name = "fastrand" 1386 - version = "1.9.0" 1387 - source = "registry+https://github.com/rust-lang/crates.io-index" 1388 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1389 - dependencies = [ 1390 - "instant", 1391 - ] 1392 - 1393 - [[package]] 1394 - name = "fastrand" 1395 - version = "2.1.1" 1396 - source = "registry+https://github.com/rust-lang/crates.io-index" 1397 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 1398 - 1399 - [[package]] 1400 - name = "ff" 1401 - version = "0.13.0" 1402 - source = "registry+https://github.com/rust-lang/crates.io-index" 1403 - checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 1404 - dependencies = [ 1405 - "rand_core", 1406 - "subtle", 1407 - ] 1408 - 1409 - [[package]] 1410 - name = "figment" 1411 - version = "0.10.19" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 1414 - dependencies = [ 1415 - "atomic", 1416 - "parking_lot", 1417 - "pear", 1418 - "serde", 1419 - "tempfile", 1420 - "toml", 1421 - "uncased", 1422 - "version_check", 1423 - ] 1424 - 1425 - [[package]] 1426 - name = "findshlibs" 1427 - version = "0.10.2" 1428 - source = "registry+https://github.com/rust-lang/crates.io-index" 1429 - checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" 1430 - dependencies = [ 1431 - "cc", 1432 - "lazy_static", 1433 - "libc", 1434 - "winapi", 1435 - ] 1436 - 1437 - [[package]] 1438 - name = "flagset" 1439 - version = "0.4.6" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec" 1442 - 1443 - [[package]] 1444 - name = "flume" 1445 - version = "0.11.0" 1446 - source = "registry+https://github.com/rust-lang/crates.io-index" 1447 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 1448 - dependencies = [ 1449 - "futures-core", 1450 - "futures-sink", 1451 - "spin", 1452 - ] 1453 - 1454 - [[package]] 1455 - name = "fnv" 1456 - version = "1.0.7" 1457 - source = "registry+https://github.com/rust-lang/crates.io-index" 1458 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1459 - 1460 - [[package]] 1461 - name = "foreign-types" 1462 - version = "0.3.2" 1463 - source = "registry+https://github.com/rust-lang/crates.io-index" 1464 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1465 - dependencies = [ 1466 - "foreign-types-shared", 1467 - ] 1468 - 1469 - [[package]] 1470 - name = "foreign-types-shared" 1471 - version = "0.1.1" 1472 - source = "registry+https://github.com/rust-lang/crates.io-index" 1473 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1474 - 1475 - [[package]] 1476 - name = "form_urlencoded" 1477 - version = "1.2.1" 1478 - source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1480 - dependencies = [ 1481 - "percent-encoding", 1482 - ] 1483 - 1484 - [[package]] 1485 - name = "fraction" 1486 - version = "0.13.1" 1487 - source = "registry+https://github.com/rust-lang/crates.io-index" 1488 - checksum = "3027ae1df8d41b4bed2241c8fdad4acc1e7af60c8e17743534b545e77182d678" 1489 - dependencies = [ 1490 - "lazy_static", 1491 - "num", 1492 - ] 1493 - 1494 - [[package]] 1495 - name = "futures" 1496 - version = "0.3.31" 1497 - source = "registry+https://github.com/rust-lang/crates.io-index" 1498 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1499 - dependencies = [ 1500 - "futures-channel", 1501 - "futures-core", 1502 - "futures-executor", 1503 - "futures-io", 1504 - "futures-sink", 1505 - "futures-task", 1506 - "futures-util", 1507 - ] 1508 - 1509 - [[package]] 1510 - name = "futures-channel" 1511 - version = "0.3.31" 1512 - source = "registry+https://github.com/rust-lang/crates.io-index" 1513 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1514 - dependencies = [ 1515 - "futures-core", 1516 - "futures-sink", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "futures-core" 1521 - version = "0.3.31" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1524 - 1525 - [[package]] 1526 - name = "futures-executor" 1527 - version = "0.3.31" 1528 - source = "registry+https://github.com/rust-lang/crates.io-index" 1529 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1530 - dependencies = [ 1531 - "futures-core", 1532 - "futures-task", 1533 - "futures-util", 1534 - ] 1535 - 1536 - [[package]] 1537 - name = "futures-intrusive" 1538 - version = "0.5.0" 1539 - source = "registry+https://github.com/rust-lang/crates.io-index" 1540 - checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1541 - dependencies = [ 1542 - "futures-core", 1543 - "lock_api", 1544 - "parking_lot", 1545 - ] 1546 - 1547 - [[package]] 1548 - name = "futures-io" 1549 - version = "0.3.31" 1550 - source = "registry+https://github.com/rust-lang/crates.io-index" 1551 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1552 - 1553 - [[package]] 1554 - name = "futures-lite" 1555 - version = "1.13.0" 1556 - source = "registry+https://github.com/rust-lang/crates.io-index" 1557 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1558 - dependencies = [ 1559 - "fastrand 1.9.0", 1560 - "futures-core", 1561 - "futures-io", 1562 - "memchr", 1563 - "parking", 1564 - "pin-project-lite", 1565 - "waker-fn", 1566 - ] 1567 - 1568 - [[package]] 1569 - name = "futures-lite" 1570 - version = "2.3.0" 1571 - source = "registry+https://github.com/rust-lang/crates.io-index" 1572 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 1573 - dependencies = [ 1574 - "fastrand 2.1.1", 1575 - "futures-core", 1576 - "futures-io", 1577 - "parking", 1578 - "pin-project-lite", 1579 - ] 1580 - 1581 - [[package]] 1582 - name = "futures-macro" 1583 - version = "0.3.31" 1584 - source = "registry+https://github.com/rust-lang/crates.io-index" 1585 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1586 - dependencies = [ 1587 - "proc-macro2", 1588 - "quote", 1589 - "syn 2.0.79", 1590 - ] 1591 - 1592 - [[package]] 1593 - name = "futures-sink" 1594 - version = "0.3.31" 1595 - source = "registry+https://github.com/rust-lang/crates.io-index" 1596 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1597 - 1598 - [[package]] 1599 - name = "futures-task" 1600 - version = "0.3.31" 1601 - source = "registry+https://github.com/rust-lang/crates.io-index" 1602 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1603 - 1604 - [[package]] 1605 - name = "futures-util" 1606 - version = "0.3.31" 1607 - source = "registry+https://github.com/rust-lang/crates.io-index" 1608 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1609 - dependencies = [ 1610 - "futures-channel", 1611 - "futures-core", 1612 - "futures-io", 1613 - "futures-macro", 1614 - "futures-sink", 1615 - "futures-task", 1616 - "memchr", 1617 - "pin-project-lite", 1618 - "pin-utils", 1619 - "slab", 1620 - ] 1621 - 1622 - [[package]] 1623 - name = "generic-array" 1624 - version = "0.14.7" 1625 - source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1627 - dependencies = [ 1628 - "typenum", 1629 - "version_check", 1630 - "zeroize", 1631 - ] 1632 - 1633 - [[package]] 1634 - name = "getrandom" 1635 - version = "0.2.15" 1636 - source = "registry+https://github.com/rust-lang/crates.io-index" 1637 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1638 - dependencies = [ 1639 - "cfg-if", 1640 - "js-sys", 1641 - "libc", 1642 - "wasi", 1643 - "wasm-bindgen", 1644 - ] 1645 - 1646 - [[package]] 1647 - name = "gimli" 1648 - version = "0.31.1" 1649 - source = "registry+https://github.com/rust-lang/crates.io-index" 1650 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1651 - 1652 - [[package]] 1653 - name = "glob" 1654 - version = "0.3.1" 1655 - source = "registry+https://github.com/rust-lang/crates.io-index" 1656 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1657 - 1658 - [[package]] 1659 - name = "group" 1660 - version = "0.13.0" 1661 - source = "registry+https://github.com/rust-lang/crates.io-index" 1662 - checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1663 - dependencies = [ 1664 - "ff", 1665 - "rand_core", 1666 - "subtle", 1667 - ] 1668 - 1669 - [[package]] 1670 - name = "h2" 1671 - version = "0.3.26" 1672 - source = "registry+https://github.com/rust-lang/crates.io-index" 1673 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 1674 - dependencies = [ 1675 - "bytes", 1676 - "fnv", 1677 - "futures-core", 1678 - "futures-sink", 1679 - "futures-util", 1680 - "http 0.2.12", 1681 - "indexmap 2.6.0", 1682 - "slab", 1683 - "tokio", 1684 - "tokio-util", 1685 - "tracing", 1686 - ] 1687 - 1688 - [[package]] 1689 - name = "hashbrown" 1690 - version = "0.12.3" 1691 - source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1693 - 1694 - [[package]] 1695 - name = "hashbrown" 1696 - version = "0.14.5" 1697 - source = "registry+https://github.com/rust-lang/crates.io-index" 1698 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1699 - dependencies = [ 1700 - "ahash", 1701 - "allocator-api2", 1702 - ] 1703 - 1704 - [[package]] 1705 - name = "hashbrown" 1706 - version = "0.15.0" 1707 - source = "registry+https://github.com/rust-lang/crates.io-index" 1708 - checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 1709 - 1710 - [[package]] 1711 - name = "hashlink" 1712 - version = "0.9.1" 1713 - source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" 1715 - dependencies = [ 1716 - "hashbrown 0.14.5", 1717 - ] 1718 - 1719 - [[package]] 1720 - name = "headers" 1721 - version = "0.3.9" 1722 - source = "registry+https://github.com/rust-lang/crates.io-index" 1723 - checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 1724 - dependencies = [ 1725 - "base64 0.21.7", 1726 - "bytes", 1727 - "headers-core", 1728 - "http 0.2.12", 1729 - "httpdate", 1730 - "mime", 1731 - "sha1", 1732 - ] 1733 - 1734 - [[package]] 1735 - name = "headers-core" 1736 - version = "0.2.0" 1737 - source = "registry+https://github.com/rust-lang/crates.io-index" 1738 - checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 1739 - dependencies = [ 1740 - "http 0.2.12", 1741 - ] 1742 - 1743 - [[package]] 1744 - name = "heck" 1745 - version = "0.4.1" 1746 - source = "registry+https://github.com/rust-lang/crates.io-index" 1747 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1748 - 1749 - [[package]] 1750 - name = "heck" 1751 - version = "0.5.0" 1752 - source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1754 - 1755 - [[package]] 1756 - name = "hermit-abi" 1757 - version = "0.3.9" 1758 - source = "registry+https://github.com/rust-lang/crates.io-index" 1759 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1760 - 1761 - [[package]] 1762 - name = "hermit-abi" 1763 - version = "0.4.0" 1764 - source = "registry+https://github.com/rust-lang/crates.io-index" 1765 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 1766 - 1767 - [[package]] 1768 - name = "hex" 1769 - version = "0.4.3" 1770 - source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1772 - 1773 - [[package]] 1774 - name = "hickory-proto" 1775 - version = "0.24.1" 1776 - source = "registry+https://github.com/rust-lang/crates.io-index" 1777 - checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" 1778 - dependencies = [ 1779 - "async-trait", 1780 - "cfg-if", 1781 - "data-encoding", 1782 - "enum-as-inner", 1783 - "futures-channel", 1784 - "futures-io", 1785 - "futures-util", 1786 - "idna 0.4.0", 1787 - "ipnet", 1788 - "once_cell", 1789 - "rand", 1790 - "thiserror", 1791 - "tinyvec", 1792 - "tokio", 1793 - "tracing", 1794 - "url", 1795 - ] 1796 - 1797 - [[package]] 1798 - name = "hickory-resolver" 1799 - version = "0.24.1" 1800 - source = "registry+https://github.com/rust-lang/crates.io-index" 1801 - checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" 1802 - dependencies = [ 1803 - "cfg-if", 1804 - "futures-util", 1805 - "hickory-proto", 1806 - "ipconfig", 1807 - "lru-cache", 1808 - "once_cell", 1809 - "parking_lot", 1810 - "rand", 1811 - "resolv-conf", 1812 - "smallvec", 1813 - "thiserror", 1814 - "tokio", 1815 - "tracing", 1816 - ] 1817 - 1818 - [[package]] 1819 - name = "hkdf" 1820 - version = "0.12.4" 1821 - source = "registry+https://github.com/rust-lang/crates.io-index" 1822 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1823 - dependencies = [ 1824 - "hmac", 1825 - ] 1826 - 1827 - [[package]] 1828 - name = "hmac" 1829 - version = "0.12.1" 1830 - source = "registry+https://github.com/rust-lang/crates.io-index" 1831 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1832 - dependencies = [ 1833 - "digest", 1834 - ] 1835 - 1836 - [[package]] 1837 - name = "hmac-sha1-compact" 1838 - version = "1.1.4" 1839 - source = "registry+https://github.com/rust-lang/crates.io-index" 1840 - checksum = "dff9d405ec732fa3fcde87264e54a32a84956a377b3e3107de96e59b798c84a7" 1841 - 1842 - [[package]] 1843 - name = "hmac-sha256" 1844 - version = "1.1.7" 1845 - source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "3688e69b38018fec1557254f64c8dc2cc8ec502890182f395dbb0aa997aa5735" 1847 - dependencies = [ 1848 - "digest", 1849 - ] 1850 - 1851 - [[package]] 1852 - name = "hmac-sha512" 1853 - version = "1.1.5" 1854 - source = "registry+https://github.com/rust-lang/crates.io-index" 1855 - checksum = "e4ce1f4656bae589a3fab938f9f09bf58645b7ed01a2c5f8a3c238e01a4ef78a" 1856 - dependencies = [ 1857 - "digest", 1858 - ] 1859 - 1860 - [[package]] 1861 - name = "home" 1862 - version = "0.5.9" 1863 - source = "registry+https://github.com/rust-lang/crates.io-index" 1864 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1865 - dependencies = [ 1866 - "windows-sys 0.52.0", 1867 - ] 1868 - 1869 - [[package]] 1870 - name = "hostname" 1871 - version = "0.3.1" 1872 - source = "registry+https://github.com/rust-lang/crates.io-index" 1873 - checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1874 - dependencies = [ 1875 - "libc", 1876 - "match_cfg", 1877 - "winapi", 1878 - ] 1879 - 1880 - [[package]] 1881 - name = "hostname" 1882 - version = "0.4.0" 1883 - source = "registry+https://github.com/rust-lang/crates.io-index" 1884 - checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" 1885 - dependencies = [ 1886 - "cfg-if", 1887 - "libc", 1888 - "windows", 1889 - ] 1890 - 1891 - [[package]] 1892 - name = "http" 1893 - version = "0.2.12" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1896 - dependencies = [ 1897 - "bytes", 1898 - "fnv", 1899 - "itoa", 1900 - ] 1901 - 1902 - [[package]] 1903 - name = "http" 1904 - version = "1.1.0" 1905 - source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1907 - dependencies = [ 1908 - "bytes", 1909 - "fnv", 1910 - "itoa", 1911 - ] 1912 - 1913 - [[package]] 1914 - name = "http-body" 1915 - version = "0.4.6" 1916 - source = "registry+https://github.com/rust-lang/crates.io-index" 1917 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1918 - dependencies = [ 1919 - "bytes", 1920 - "http 0.2.12", 1921 - "pin-project-lite", 1922 - ] 1923 - 1924 - [[package]] 1925 - name = "http-body" 1926 - version = "1.0.1" 1927 - source = "registry+https://github.com/rust-lang/crates.io-index" 1928 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1929 - dependencies = [ 1930 - "bytes", 1931 - "http 1.1.0", 1932 - ] 1933 - 1934 - [[package]] 1935 - name = "http-body-util" 1936 - version = "0.1.2" 1937 - source = "registry+https://github.com/rust-lang/crates.io-index" 1938 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 1939 - dependencies = [ 1940 - "bytes", 1941 - "futures-util", 1942 - "http 1.1.0", 1943 - "http-body 1.0.1", 1944 - "pin-project-lite", 1945 - ] 1946 - 1947 - [[package]] 1948 - name = "http-range-header" 1949 - version = "0.3.1" 1950 - source = "registry+https://github.com/rust-lang/crates.io-index" 1951 - checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" 1952 - 1953 - [[package]] 1954 - name = "httparse" 1955 - version = "1.9.5" 1956 - source = "registry+https://github.com/rust-lang/crates.io-index" 1957 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 1958 - 1959 - [[package]] 1960 - name = "httpdate" 1961 - version = "1.0.3" 1962 - source = "registry+https://github.com/rust-lang/crates.io-index" 1963 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1964 - 1965 - [[package]] 1966 - name = "hyper" 1967 - version = "0.14.28" 1968 - source = "git+https://github.com/svix/hyper/?rev=63efac5a6719937359d61a1bb1b93d9ce88f0e3d#63efac5a6719937359d61a1bb1b93d9ce88f0e3d" 1969 - dependencies = [ 1970 - "bytes", 1971 - "futures-channel", 1972 - "futures-core", 1973 - "futures-util", 1974 - "h2", 1975 - "http 0.2.12", 1976 - "http-body 0.4.6", 1977 - "httparse", 1978 - "httpdate", 1979 - "itoa", 1980 - "pin-project-lite", 1981 - "socket2 0.4.10", 1982 - "tokio", 1983 - "tower-service", 1984 - "tracing", 1985 - "want", 1986 - ] 1987 - 1988 - [[package]] 1989 - name = "hyper" 1990 - version = "1.5.0" 1991 - source = "registry+https://github.com/rust-lang/crates.io-index" 1992 - checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" 1993 - dependencies = [ 1994 - "bytes", 1995 - "futures-channel", 1996 - "futures-util", 1997 - "http 1.1.0", 1998 - "http-body 1.0.1", 1999 - "httparse", 2000 - "itoa", 2001 - "pin-project-lite", 2002 - "smallvec", 2003 - "tokio", 2004 - "want", 2005 - ] 2006 - 2007 - [[package]] 2008 - name = "hyper-openssl" 2009 - version = "0.9.2" 2010 - source = "registry+https://github.com/rust-lang/crates.io-index" 2011 - checksum = "d6ee5d7a8f718585d1c3c61dfde28ef5b0bb14734b4db13f5ada856cdc6c612b" 2012 - dependencies = [ 2013 - "http 0.2.12", 2014 - "hyper 0.14.28", 2015 - "linked_hash_set", 2016 - "once_cell", 2017 - "openssl", 2018 - "openssl-sys", 2019 - "parking_lot", 2020 - "tokio", 2021 - "tokio-openssl", 2022 - "tower-layer", 2023 - ] 2024 - 2025 - [[package]] 2026 - name = "hyper-proxy" 2027 - version = "0.9.1" 2028 - source = "registry+https://github.com/rust-lang/crates.io-index" 2029 - checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" 2030 - dependencies = [ 2031 - "bytes", 2032 - "futures", 2033 - "headers", 2034 - "http 0.2.12", 2035 - "hyper 0.14.28", 2036 - "openssl", 2037 - "tokio", 2038 - "tokio-openssl", 2039 - "tower-service", 2040 - ] 2041 - 2042 - [[package]] 2043 - name = "hyper-rustls" 2044 - version = "0.24.2" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 2047 - dependencies = [ 2048 - "futures-util", 2049 - "http 0.2.12", 2050 - "hyper 0.14.28", 2051 - "rustls 0.21.12", 2052 - "tokio", 2053 - "tokio-rustls 0.24.1", 2054 - ] 2055 - 2056 - [[package]] 2057 - name = "hyper-rustls" 2058 - version = "0.26.0" 2059 - source = "registry+https://github.com/rust-lang/crates.io-index" 2060 - checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" 2061 - dependencies = [ 2062 - "futures-util", 2063 - "http 1.1.0", 2064 - "hyper 1.5.0", 2065 - "hyper-util", 2066 - "log", 2067 - "rustls 0.22.4", 2068 - "rustls-native-certs", 2069 - "rustls-pki-types", 2070 - "tokio", 2071 - "tokio-rustls 0.25.0", 2072 - "tower-service", 2073 - ] 2074 - 2075 - [[package]] 2076 - name = "hyper-socks2" 2077 - version = "0.8.0" 2078 - source = "registry+https://github.com/rust-lang/crates.io-index" 2079 - checksum = "cc38166fc2732d450e9372388d269eb38ff0b75a3cfb4c542e65b2f6893629c4" 2080 - dependencies = [ 2081 - "async-socks5", 2082 - "futures", 2083 - "http 0.2.12", 2084 - "hyper 0.14.28", 2085 - "hyper-tls 0.5.0", 2086 - "thiserror", 2087 - "tokio", 2088 - ] 2089 - 2090 - [[package]] 2091 - name = "hyper-timeout" 2092 - version = "0.4.1" 2093 - source = "registry+https://github.com/rust-lang/crates.io-index" 2094 - checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 2095 - dependencies = [ 2096 - "hyper 0.14.28", 2097 - "pin-project-lite", 2098 - "tokio", 2099 - "tokio-io-timeout", 2100 - ] 2101 - 2102 - [[package]] 2103 - name = "hyper-tls" 2104 - version = "0.5.0" 2105 - source = "registry+https://github.com/rust-lang/crates.io-index" 2106 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2107 - dependencies = [ 2108 - "bytes", 2109 - "hyper 0.14.28", 2110 - "native-tls", 2111 - "tokio", 2112 - "tokio-native-tls", 2113 - ] 2114 - 2115 - [[package]] 2116 - name = "hyper-tls" 2117 - version = "0.6.0" 2118 - source = "registry+https://github.com/rust-lang/crates.io-index" 2119 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2120 - dependencies = [ 2121 - "bytes", 2122 - "http-body-util", 2123 - "hyper 1.5.0", 2124 - "hyper-util", 2125 - "native-tls", 2126 - "tokio", 2127 - "tokio-native-tls", 2128 - "tower-service", 2129 - ] 2130 - 2131 - [[package]] 2132 - name = "hyper-util" 2133 - version = "0.1.9" 2134 - source = "registry+https://github.com/rust-lang/crates.io-index" 2135 - checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 2136 - dependencies = [ 2137 - "bytes", 2138 - "futures-channel", 2139 - "futures-util", 2140 - "http 1.1.0", 2141 - "http-body 1.0.1", 2142 - "hyper 1.5.0", 2143 - "pin-project-lite", 2144 - "socket2 0.5.7", 2145 - "tokio", 2146 - "tower-service", 2147 - "tracing", 2148 - ] 2149 - 2150 - [[package]] 2151 - name = "iana-time-zone" 2152 - version = "0.1.61" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 2155 - dependencies = [ 2156 - "android_system_properties", 2157 - "core-foundation-sys", 2158 - "iana-time-zone-haiku", 2159 - "js-sys", 2160 - "wasm-bindgen", 2161 - "windows-core", 2162 - ] 2163 - 2164 - [[package]] 2165 - name = "iana-time-zone-haiku" 2166 - version = "0.1.2" 2167 - source = "registry+https://github.com/rust-lang/crates.io-index" 2168 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2169 - dependencies = [ 2170 - "cc", 2171 - ] 2172 - 2173 - [[package]] 2174 - name = "ident_case" 2175 - version = "1.0.1" 2176 - source = "registry+https://github.com/rust-lang/crates.io-index" 2177 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2178 - 2179 - [[package]] 2180 - name = "idna" 2181 - version = "0.4.0" 2182 - source = "registry+https://github.com/rust-lang/crates.io-index" 2183 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 2184 - dependencies = [ 2185 - "unicode-bidi", 2186 - "unicode-normalization", 2187 - ] 2188 - 2189 - [[package]] 2190 - name = "idna" 2191 - version = "0.5.0" 2192 - source = "registry+https://github.com/rust-lang/crates.io-index" 2193 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2194 - dependencies = [ 2195 - "unicode-bidi", 2196 - "unicode-normalization", 2197 - ] 2198 - 2199 - [[package]] 2200 - name = "if_chain" 2201 - version = "1.0.2" 2202 - source = "registry+https://github.com/rust-lang/crates.io-index" 2203 - checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 2204 - 2205 - [[package]] 2206 - name = "indexmap" 2207 - version = "1.9.3" 2208 - source = "registry+https://github.com/rust-lang/crates.io-index" 2209 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2210 - dependencies = [ 2211 - "autocfg", 2212 - "hashbrown 0.12.3", 2213 - "serde", 2214 - ] 2215 - 2216 - [[package]] 2217 - name = "indexmap" 2218 - version = "2.6.0" 2219 - source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 2221 - dependencies = [ 2222 - "equivalent", 2223 - "hashbrown 0.15.0", 2224 - ] 2225 - 2226 - [[package]] 2227 - name = "inherent" 2228 - version = "1.0.11" 2229 - source = "registry+https://github.com/rust-lang/crates.io-index" 2230 - checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947" 2231 - dependencies = [ 2232 - "proc-macro2", 2233 - "quote", 2234 - "syn 2.0.79", 2235 - ] 2236 - 2237 - [[package]] 2238 - name = "inlinable_string" 2239 - version = "0.1.15" 2240 - source = "registry+https://github.com/rust-lang/crates.io-index" 2241 - checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 2242 - 2243 - [[package]] 2244 - name = "inout" 2245 - version = "0.1.3" 2246 - source = "registry+https://github.com/rust-lang/crates.io-index" 2247 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 2248 - dependencies = [ 2249 - "block-padding", 2250 - "generic-array", 2251 - ] 2252 - 2253 - [[package]] 2254 - name = "instant" 2255 - version = "0.1.13" 2256 - source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2258 - dependencies = [ 2259 - "cfg-if", 2260 - ] 2261 - 2262 - [[package]] 2263 - name = "io-lifetimes" 2264 - version = "1.0.11" 2265 - source = "registry+https://github.com/rust-lang/crates.io-index" 2266 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2267 - dependencies = [ 2268 - "hermit-abi 0.3.9", 2269 - "libc", 2270 - "windows-sys 0.48.0", 2271 - ] 2272 - 2273 - [[package]] 2274 - name = "ipconfig" 2275 - version = "0.3.2" 2276 - source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 2278 - dependencies = [ 2279 - "socket2 0.5.7", 2280 - "widestring", 2281 - "windows-sys 0.48.0", 2282 - "winreg", 2283 - ] 2284 - 2285 - [[package]] 2286 - name = "ipnet" 2287 - version = "2.10.1" 2288 - source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 2290 - dependencies = [ 2291 - "serde", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "is_terminal_polyfill" 2296 - version = "1.70.1" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2299 - 2300 - [[package]] 2301 - name = "iso8601" 2302 - version = "0.6.1" 2303 - source = "registry+https://github.com/rust-lang/crates.io-index" 2304 - checksum = "924e5d73ea28f59011fec52a0d12185d496a9b075d360657aed2a5707f701153" 2305 - dependencies = [ 2306 - "nom", 2307 - ] 2308 - 2309 - [[package]] 2310 - name = "itertools" 2311 - version = "0.12.1" 2312 - source = "registry+https://github.com/rust-lang/crates.io-index" 2313 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2314 - dependencies = [ 2315 - "either", 2316 - ] 2317 - 2318 - [[package]] 2319 - name = "itoa" 2320 - version = "1.0.11" 2321 - source = "registry+https://github.com/rust-lang/crates.io-index" 2322 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2323 - 2324 - [[package]] 2325 - name = "js-sys" 2326 - version = "0.3.72" 2327 - source = "registry+https://github.com/rust-lang/crates.io-index" 2328 - checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 2329 - dependencies = [ 2330 - "wasm-bindgen", 2331 - ] 2332 - 2333 - [[package]] 2334 - name = "jsonschema" 2335 - version = "0.17.1" 2336 - source = "registry+https://github.com/rust-lang/crates.io-index" 2337 - checksum = "2a071f4f7efc9a9118dfb627a0a94ef247986e1ab8606a4c806ae2b3aa3b6978" 2338 - dependencies = [ 2339 - "ahash", 2340 - "anyhow", 2341 - "base64 0.21.7", 2342 - "bytecount", 2343 - "clap", 2344 - "fancy-regex", 2345 - "fraction", 2346 - "getrandom", 2347 - "iso8601", 2348 - "itoa", 2349 - "memchr", 2350 - "num-cmp", 2351 - "once_cell", 2352 - "parking_lot", 2353 - "percent-encoding", 2354 - "regex", 2355 - "reqwest 0.11.27", 2356 - "serde", 2357 - "serde_json", 2358 - "time", 2359 - "url", 2360 - "uuid", 2361 - ] 2362 - 2363 - [[package]] 2364 - name = "jwt-simple" 2365 - version = "0.11.9" 2366 - source = "registry+https://github.com/rust-lang/crates.io-index" 2367 - checksum = "357892bb32159d763abdea50733fadcb9a8e1c319a9aa77592db8555d05af83e" 2368 - dependencies = [ 2369 - "anyhow", 2370 - "binstring", 2371 - "coarsetime", 2372 - "ct-codecs", 2373 - "ed25519-compact", 2374 - "hmac-sha1-compact", 2375 - "hmac-sha256", 2376 - "hmac-sha512", 2377 - "k256", 2378 - "p256", 2379 - "p384", 2380 - "rand", 2381 - "rsa 0.7.2", 2382 - "serde", 2383 - "serde_json", 2384 - "spki 0.6.0", 2385 - "thiserror", 2386 - "zeroize", 2387 - ] 2388 - 2389 - [[package]] 2390 - name = "k256" 2391 - version = "0.13.4" 2392 - source = "registry+https://github.com/rust-lang/crates.io-index" 2393 - checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2394 - dependencies = [ 2395 - "cfg-if", 2396 - "ecdsa", 2397 - "elliptic-curve", 2398 - "once_cell", 2399 - "sha2", 2400 - "signature 2.2.0", 2401 - ] 2402 - 2403 - [[package]] 2404 - name = "lapin" 2405 - version = "2.5.0" 2406 - source = "registry+https://github.com/rust-lang/crates.io-index" 2407 - checksum = "209b09a06f4bd4952a0fd0594f90d53cf4496b062f59acc838a2823e1bb7d95c" 2408 - dependencies = [ 2409 - "amq-protocol", 2410 - "async-global-executor-trait", 2411 - "async-reactor-trait", 2412 - "async-trait", 2413 - "executor-trait", 2414 - "flume", 2415 - "futures-core", 2416 - "futures-io", 2417 - "parking_lot", 2418 - "pinky-swear", 2419 - "reactor-trait", 2420 - "serde", 2421 - "tracing", 2422 - "waker-fn", 2423 - ] 2424 - 2425 - [[package]] 2426 - name = "lazy_static" 2427 - version = "1.5.0" 2428 - source = "registry+https://github.com/rust-lang/crates.io-index" 2429 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2430 - dependencies = [ 2431 - "spin", 2432 - ] 2433 - 2434 - [[package]] 2435 - name = "libc" 2436 - version = "0.2.160" 2437 - source = "registry+https://github.com/rust-lang/crates.io-index" 2438 - checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f" 2439 - 2440 - [[package]] 2441 - name = "libm" 2442 - version = "0.2.8" 2443 - source = "registry+https://github.com/rust-lang/crates.io-index" 2444 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 2445 - 2446 - [[package]] 2447 - name = "libsqlite3-sys" 2448 - version = "0.30.1" 2449 - source = "registry+https://github.com/rust-lang/crates.io-index" 2450 - checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 2451 - dependencies = [ 2452 - "cc", 2453 - "pkg-config", 2454 - "vcpkg", 2455 - ] 2456 - 2457 - [[package]] 2458 - name = "linked-hash-map" 2459 - version = "0.5.6" 2460 - source = "registry+https://github.com/rust-lang/crates.io-index" 2461 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2462 - 2463 - [[package]] 2464 - name = "linked_hash_set" 2465 - version = "0.1.4" 2466 - source = "registry+https://github.com/rust-lang/crates.io-index" 2467 - checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" 2468 - dependencies = [ 2469 - "linked-hash-map", 2470 - ] 2471 - 2472 - [[package]] 2473 - name = "linux-raw-sys" 2474 - version = "0.3.8" 2475 - source = "registry+https://github.com/rust-lang/crates.io-index" 2476 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2477 - 2478 - [[package]] 2479 - name = "linux-raw-sys" 2480 - version = "0.4.14" 2481 - source = "registry+https://github.com/rust-lang/crates.io-index" 2482 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2483 - 2484 - [[package]] 2485 - name = "lock_api" 2486 - version = "0.4.12" 2487 - source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2489 - dependencies = [ 2490 - "autocfg", 2491 - "scopeguard", 2492 - ] 2493 - 2494 - [[package]] 2495 - name = "log" 2496 - version = "0.4.22" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2499 - 2500 - [[package]] 2501 - name = "lru-cache" 2502 - version = "0.1.2" 2503 - source = "registry+https://github.com/rust-lang/crates.io-index" 2504 - checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 2505 - dependencies = [ 2506 - "linked-hash-map", 2507 - ] 2508 - 2509 - [[package]] 2510 - name = "match_cfg" 2511 - version = "0.1.0" 2512 - source = "registry+https://github.com/rust-lang/crates.io-index" 2513 - checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 2514 - 2515 - [[package]] 2516 - name = "matchers" 2517 - version = "0.1.0" 2518 - source = "registry+https://github.com/rust-lang/crates.io-index" 2519 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2520 - dependencies = [ 2521 - "regex-automata 0.1.10", 2522 - ] 2523 - 2524 - [[package]] 2525 - name = "matchit" 2526 - version = "0.7.3" 2527 - source = "registry+https://github.com/rust-lang/crates.io-index" 2528 - checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 2529 - 2530 - [[package]] 2531 - name = "md-5" 2532 - version = "0.10.6" 2533 - source = "registry+https://github.com/rust-lang/crates.io-index" 2534 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2535 - dependencies = [ 2536 - "cfg-if", 2537 - "digest", 2538 - ] 2539 - 2540 - [[package]] 2541 - name = "memchr" 2542 - version = "2.7.4" 2543 - source = "registry+https://github.com/rust-lang/crates.io-index" 2544 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2545 - 2546 - [[package]] 2547 - name = "mime" 2548 - version = "0.3.17" 2549 - source = "registry+https://github.com/rust-lang/crates.io-index" 2550 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2551 - 2552 - [[package]] 2553 - name = "minimal-lexical" 2554 - version = "0.2.1" 2555 - source = "registry+https://github.com/rust-lang/crates.io-index" 2556 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2557 - 2558 - [[package]] 2559 - name = "miniz_oxide" 2560 - version = "0.8.0" 2561 - source = "registry+https://github.com/rust-lang/crates.io-index" 2562 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 2563 - dependencies = [ 2564 - "adler2", 2565 - ] 2566 - 2567 - [[package]] 2568 - name = "mio" 2569 - version = "1.0.2" 2570 - source = "registry+https://github.com/rust-lang/crates.io-index" 2571 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 2572 - dependencies = [ 2573 - "hermit-abi 0.3.9", 2574 - "libc", 2575 - "wasi", 2576 - "windows-sys 0.52.0", 2577 - ] 2578 - 2579 - [[package]] 2580 - name = "native-tls" 2581 - version = "0.2.12" 2582 - source = "registry+https://github.com/rust-lang/crates.io-index" 2583 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 2584 - dependencies = [ 2585 - "libc", 2586 - "log", 2587 - "openssl", 2588 - "openssl-probe", 2589 - "openssl-sys", 2590 - "schannel", 2591 - "security-framework", 2592 - "security-framework-sys", 2593 - "tempfile", 2594 - ] 2595 - 2596 - [[package]] 2597 - name = "nom" 2598 - version = "7.1.3" 2599 - source = "registry+https://github.com/rust-lang/crates.io-index" 2600 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2601 - dependencies = [ 2602 - "memchr", 2603 - "minimal-lexical", 2604 - ] 2605 - 2606 - [[package]] 2607 - name = "nu-ansi-term" 2608 - version = "0.46.0" 2609 - source = "registry+https://github.com/rust-lang/crates.io-index" 2610 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2611 - dependencies = [ 2612 - "overload", 2613 - "winapi", 2614 - ] 2615 - 2616 - [[package]] 2617 - name = "num" 2618 - version = "0.4.3" 2619 - source = "registry+https://github.com/rust-lang/crates.io-index" 2620 - checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 2621 - dependencies = [ 2622 - "num-bigint", 2623 - "num-complex", 2624 - "num-integer", 2625 - "num-iter", 2626 - "num-rational", 2627 - "num-traits", 2628 - ] 2629 - 2630 - [[package]] 2631 - name = "num-bigint" 2632 - version = "0.4.6" 2633 - source = "registry+https://github.com/rust-lang/crates.io-index" 2634 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2635 - dependencies = [ 2636 - "num-integer", 2637 - "num-traits", 2638 - ] 2639 - 2640 - [[package]] 2641 - name = "num-bigint-dig" 2642 - version = "0.8.4" 2643 - source = "registry+https://github.com/rust-lang/crates.io-index" 2644 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2645 - dependencies = [ 2646 - "byteorder", 2647 - "lazy_static", 2648 - "libm", 2649 - "num-integer", 2650 - "num-iter", 2651 - "num-traits", 2652 - "rand", 2653 - "smallvec", 2654 - "zeroize", 2655 - ] 2656 - 2657 - [[package]] 2658 - name = "num-cmp" 2659 - version = "0.1.0" 2660 - source = "registry+https://github.com/rust-lang/crates.io-index" 2661 - checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa" 2662 - 2663 - [[package]] 2664 - name = "num-complex" 2665 - version = "0.4.6" 2666 - source = "registry+https://github.com/rust-lang/crates.io-index" 2667 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 2668 - dependencies = [ 2669 - "num-traits", 2670 - ] 2671 - 2672 - [[package]] 2673 - name = "num-conv" 2674 - version = "0.1.0" 2675 - source = "registry+https://github.com/rust-lang/crates.io-index" 2676 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2677 - 2678 - [[package]] 2679 - name = "num-integer" 2680 - version = "0.1.46" 2681 - source = "registry+https://github.com/rust-lang/crates.io-index" 2682 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2683 - dependencies = [ 2684 - "num-traits", 2685 - ] 2686 - 2687 - [[package]] 2688 - name = "num-iter" 2689 - version = "0.1.45" 2690 - source = "registry+https://github.com/rust-lang/crates.io-index" 2691 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2692 - dependencies = [ 2693 - "autocfg", 2694 - "num-integer", 2695 - "num-traits", 2696 - ] 2697 - 2698 - [[package]] 2699 - name = "num-rational" 2700 - version = "0.4.2" 2701 - source = "registry+https://github.com/rust-lang/crates.io-index" 2702 - checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 2703 - dependencies = [ 2704 - "num-bigint", 2705 - "num-integer", 2706 - "num-traits", 2707 - ] 2708 - 2709 - [[package]] 2710 - name = "num-traits" 2711 - version = "0.2.19" 2712 - source = "registry+https://github.com/rust-lang/crates.io-index" 2713 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2714 - dependencies = [ 2715 - "autocfg", 2716 - "libm", 2717 - ] 2718 - 2719 - [[package]] 2720 - name = "num_enum" 2721 - version = "0.7.3" 2722 - source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 2724 - dependencies = [ 2725 - "num_enum_derive", 2726 - ] 2727 - 2728 - [[package]] 2729 - name = "num_enum_derive" 2730 - version = "0.7.3" 2731 - source = "registry+https://github.com/rust-lang/crates.io-index" 2732 - checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 2733 - dependencies = [ 2734 - "proc-macro-crate", 2735 - "proc-macro2", 2736 - "quote", 2737 - "syn 2.0.79", 2738 - ] 2739 - 2740 - [[package]] 2741 - name = "object" 2742 - version = "0.36.5" 2743 - source = "registry+https://github.com/rust-lang/crates.io-index" 2744 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 2745 - dependencies = [ 2746 - "memchr", 2747 - ] 2748 - 2749 - [[package]] 2750 - name = "oid-registry" 2751 - version = "0.7.1" 2752 - source = "registry+https://github.com/rust-lang/crates.io-index" 2753 - checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" 2754 - dependencies = [ 2755 - "asn1-rs", 2756 - ] 2757 - 2758 - [[package]] 2759 - name = "omniqueue" 2760 - version = "0.2.1" 2761 - source = "git+https://github.com/svix/omniqueue-rs?rev=75e5a9510ad338ac3702b2e911bacf8967ac58d8#75e5a9510ad338ac3702b2e911bacf8967ac58d8" 2762 - dependencies = [ 2763 - "async-trait", 2764 - "bb8", 2765 - "bb8-redis 0.17.0", 2766 - "bytesize", 2767 - "futures-util", 2768 - "lapin", 2769 - "redis 0.27.5", 2770 - "serde", 2771 - "serde_json", 2772 - "svix-ksuid 0.8.0", 2773 - "sync_wrapper 1.0.1", 2774 - "thiserror", 2775 - "time", 2776 - "tokio", 2777 - "tracing", 2778 - ] 2779 - 2780 - [[package]] 2781 - name = "once_cell" 2782 - version = "1.20.2" 2783 - source = "registry+https://github.com/rust-lang/crates.io-index" 2784 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 2785 - 2786 - [[package]] 2787 - name = "opaque-debug" 2788 - version = "0.3.1" 2789 - source = "registry+https://github.com/rust-lang/crates.io-index" 2790 - checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 2791 - 2792 - [[package]] 2793 - name = "openssl" 2794 - version = "0.10.68" 2795 - source = "registry+https://github.com/rust-lang/crates.io-index" 2796 - checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 2797 - dependencies = [ 2798 - "bitflags 2.6.0", 2799 - "cfg-if", 2800 - "foreign-types", 2801 - "libc", 2802 - "once_cell", 2803 - "openssl-macros", 2804 - "openssl-sys", 2805 - ] 2806 - 2807 - [[package]] 2808 - name = "openssl-macros" 2809 - version = "0.1.1" 2810 - source = "registry+https://github.com/rust-lang/crates.io-index" 2811 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2812 - dependencies = [ 2813 - "proc-macro2", 2814 - "quote", 2815 - "syn 2.0.79", 2816 - ] 2817 - 2818 - [[package]] 2819 - name = "openssl-probe" 2820 - version = "0.1.5" 2821 - source = "registry+https://github.com/rust-lang/crates.io-index" 2822 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2823 - 2824 - [[package]] 2825 - name = "openssl-sys" 2826 - version = "0.9.104" 2827 - source = "registry+https://github.com/rust-lang/crates.io-index" 2828 - checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 2829 - dependencies = [ 2830 - "cc", 2831 - "libc", 2832 - "pkg-config", 2833 - "vcpkg", 2834 - ] 2835 - 2836 - [[package]] 2837 - name = "opentelemetry" 2838 - version = "0.23.0" 2839 - source = "registry+https://github.com/rust-lang/crates.io-index" 2840 - checksum = "1b69a91d4893e713e06f724597ad630f1fa76057a5e1026c0ca67054a9032a76" 2841 - dependencies = [ 2842 - "futures-core", 2843 - "futures-sink", 2844 - "js-sys", 2845 - "once_cell", 2846 - "pin-project-lite", 2847 - "thiserror", 2848 - ] 2849 - 2850 - [[package]] 2851 - name = "opentelemetry-http" 2852 - version = "0.12.0" 2853 - source = "registry+https://github.com/rust-lang/crates.io-index" 2854 - checksum = "b0ba633e55c5ea6f431875ba55e71664f2fa5d3a90bd34ec9302eecc41c865dd" 2855 - dependencies = [ 2856 - "async-trait", 2857 - "bytes", 2858 - "http 0.2.12", 2859 - "opentelemetry", 2860 - ] 2861 - 2862 - [[package]] 2863 - name = "opentelemetry-otlp" 2864 - version = "0.16.0" 2865 - source = "registry+https://github.com/rust-lang/crates.io-index" 2866 - checksum = "a94c69209c05319cdf7460c6d4c055ed102be242a0a6245835d7bc42c6ec7f54" 2867 - dependencies = [ 2868 - "async-trait", 2869 - "futures-core", 2870 - "http 0.2.12", 2871 - "opentelemetry", 2872 - "opentelemetry-proto", 2873 - "opentelemetry_sdk", 2874 - "prost", 2875 - "thiserror", 2876 - "tokio", 2877 - "tonic", 2878 - ] 2879 - 2880 - [[package]] 2881 - name = "opentelemetry-proto" 2882 - version = "0.6.0" 2883 - source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "984806e6cf27f2b49282e2a05e288f30594f3dbc74eb7a6e99422bc48ed78162" 2885 - dependencies = [ 2886 - "opentelemetry", 2887 - "opentelemetry_sdk", 2888 - "prost", 2889 - "tonic", 2890 - ] 2891 - 2892 - [[package]] 2893 - name = "opentelemetry_sdk" 2894 - version = "0.23.0" 2895 - source = "registry+https://github.com/rust-lang/crates.io-index" 2896 - checksum = "ae312d58eaa90a82d2e627fd86e075cf5230b3f11794e2ed74199ebbe572d4fd" 2897 - dependencies = [ 2898 - "async-trait", 2899 - "futures-channel", 2900 - "futures-executor", 2901 - "futures-util", 2902 - "glob", 2903 - "lazy_static", 2904 - "once_cell", 2905 - "opentelemetry", 2906 - "ordered-float 4.4.0", 2907 - "percent-encoding", 2908 - "rand", 2909 - "thiserror", 2910 - "tokio", 2911 - "tokio-stream", 2912 - ] 2913 - 2914 - [[package]] 2915 - name = "ordered-float" 2916 - version = "3.9.2" 2917 - source = "registry+https://github.com/rust-lang/crates.io-index" 2918 - checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc" 2919 - dependencies = [ 2920 - "num-traits", 2921 - ] 2922 - 2923 - [[package]] 2924 - name = "ordered-float" 2925 - version = "4.4.0" 2926 - source = "registry+https://github.com/rust-lang/crates.io-index" 2927 - checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97" 2928 - dependencies = [ 2929 - "num-traits", 2930 - ] 2931 - 2932 - [[package]] 2933 - name = "os_info" 2934 - version = "3.8.2" 2935 - source = "registry+https://github.com/rust-lang/crates.io-index" 2936 - checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" 2937 - dependencies = [ 2938 - "log", 2939 - "serde", 2940 - "windows-sys 0.52.0", 2941 - ] 2942 - 2943 - [[package]] 2944 - name = "ouroboros" 2945 - version = "0.18.4" 2946 - source = "registry+https://github.com/rust-lang/crates.io-index" 2947 - checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67" 2948 - dependencies = [ 2949 - "aliasable", 2950 - "ouroboros_macro", 2951 - "static_assertions", 2952 - ] 2953 - 2954 - [[package]] 2955 - name = "ouroboros_macro" 2956 - version = "0.18.4" 2957 - source = "registry+https://github.com/rust-lang/crates.io-index" 2958 - checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd" 2959 - dependencies = [ 2960 - "heck 0.4.1", 2961 - "itertools", 2962 - "proc-macro2", 2963 - "proc-macro2-diagnostics", 2964 - "quote", 2965 - "syn 2.0.79", 2966 - ] 2967 - 2968 - [[package]] 2969 - name = "overload" 2970 - version = "0.1.1" 2971 - source = "registry+https://github.com/rust-lang/crates.io-index" 2972 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2973 - 2974 - [[package]] 2975 - name = "p12-keystore" 2976 - version = "0.1.3" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "df7b60d0b2dcace322e6e8c4499c4c8bdf331c1bae046a54be5e4191c3610286" 2979 - dependencies = [ 2980 - "cbc", 2981 - "cms", 2982 - "der 0.7.9", 2983 - "des", 2984 - "hex", 2985 - "hmac", 2986 - "pkcs12", 2987 - "pkcs5", 2988 - "rand", 2989 - "rc2", 2990 - "sha1", 2991 - "sha2", 2992 - "thiserror", 2993 - "x509-parser", 2994 - ] 2995 - 2996 - [[package]] 2997 - name = "p256" 2998 - version = "0.13.2" 2999 - source = "registry+https://github.com/rust-lang/crates.io-index" 3000 - checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 3001 - dependencies = [ 3002 - "ecdsa", 3003 - "elliptic-curve", 3004 - "primeorder", 3005 - "sha2", 3006 - ] 3007 - 3008 - [[package]] 3009 - name = "p384" 3010 - version = "0.13.0" 3011 - source = "registry+https://github.com/rust-lang/crates.io-index" 3012 - checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 3013 - dependencies = [ 3014 - "ecdsa", 3015 - "elliptic-curve", 3016 - "primeorder", 3017 - "sha2", 3018 - ] 3019 - 3020 - [[package]] 3021 - name = "parking" 3022 - version = "2.2.1" 3023 - source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3025 - 3026 - [[package]] 3027 - name = "parking_lot" 3028 - version = "0.12.3" 3029 - source = "registry+https://github.com/rust-lang/crates.io-index" 3030 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3031 - dependencies = [ 3032 - "lock_api", 3033 - "parking_lot_core", 3034 - ] 3035 - 3036 - [[package]] 3037 - name = "parking_lot_core" 3038 - version = "0.9.10" 3039 - source = "registry+https://github.com/rust-lang/crates.io-index" 3040 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3041 - dependencies = [ 3042 - "cfg-if", 3043 - "libc", 3044 - "redox_syscall", 3045 - "smallvec", 3046 - "windows-targets 0.52.6", 3047 - ] 3048 - 3049 - [[package]] 3050 - name = "paste" 3051 - version = "1.0.15" 3052 - source = "registry+https://github.com/rust-lang/crates.io-index" 3053 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3054 - 3055 - [[package]] 3056 - name = "pbkdf2" 3057 - version = "0.12.2" 3058 - source = "registry+https://github.com/rust-lang/crates.io-index" 3059 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 3060 - dependencies = [ 3061 - "digest", 3062 - "hmac", 3063 - ] 3064 - 3065 - [[package]] 3066 - name = "pear" 3067 - version = "0.2.9" 3068 - source = "registry+https://github.com/rust-lang/crates.io-index" 3069 - checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 3070 - dependencies = [ 3071 - "inlinable_string", 3072 - "pear_codegen", 3073 - "yansi", 3074 - ] 3075 - 3076 - [[package]] 3077 - name = "pear_codegen" 3078 - version = "0.2.9" 3079 - source = "registry+https://github.com/rust-lang/crates.io-index" 3080 - checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 3081 - dependencies = [ 3082 - "proc-macro2", 3083 - "proc-macro2-diagnostics", 3084 - "quote", 3085 - "syn 2.0.79", 3086 - ] 3087 - 3088 - [[package]] 3089 - name = "pem-rfc7468" 3090 - version = "0.6.0" 3091 - source = "registry+https://github.com/rust-lang/crates.io-index" 3092 - checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" 3093 - dependencies = [ 3094 - "base64ct", 3095 - ] 3096 - 3097 - [[package]] 3098 - name = "pem-rfc7468" 3099 - version = "0.7.0" 3100 - source = "registry+https://github.com/rust-lang/crates.io-index" 3101 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3102 - dependencies = [ 3103 - "base64ct", 3104 - ] 3105 - 3106 - [[package]] 3107 - name = "percent-encoding" 3108 - version = "2.3.1" 3109 - source = "registry+https://github.com/rust-lang/crates.io-index" 3110 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3111 - 3112 - [[package]] 3113 - name = "pin-project" 3114 - version = "1.1.6" 3115 - source = "registry+https://github.com/rust-lang/crates.io-index" 3116 - checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" 3117 - dependencies = [ 3118 - "pin-project-internal", 3119 - ] 3120 - 3121 - [[package]] 3122 - name = "pin-project-internal" 3123 - version = "1.1.6" 3124 - source = "registry+https://github.com/rust-lang/crates.io-index" 3125 - checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" 3126 - dependencies = [ 3127 - "proc-macro2", 3128 - "quote", 3129 - "syn 2.0.79", 3130 - ] 3131 - 3132 - [[package]] 3133 - name = "pin-project-lite" 3134 - version = "0.2.14" 3135 - source = "registry+https://github.com/rust-lang/crates.io-index" 3136 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 3137 - 3138 - [[package]] 3139 - name = "pin-utils" 3140 - version = "0.1.0" 3141 - source = "registry+https://github.com/rust-lang/crates.io-index" 3142 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3143 - 3144 - [[package]] 3145 - name = "pinky-swear" 3146 - version = "6.2.0" 3147 - source = "registry+https://github.com/rust-lang/crates.io-index" 3148 - checksum = "6cfae3ead413ca051a681152bd266438d3bfa301c9bdf836939a14c721bb2a21" 3149 - dependencies = [ 3150 - "doc-comment", 3151 - "flume", 3152 - "parking_lot", 3153 - "tracing", 3154 - ] 3155 - 3156 - [[package]] 3157 - name = "piper" 3158 - version = "0.2.4" 3159 - source = "registry+https://github.com/rust-lang/crates.io-index" 3160 - checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3161 - dependencies = [ 3162 - "atomic-waker", 3163 - "fastrand 2.1.1", 3164 - "futures-io", 3165 - ] 3166 - 3167 - [[package]] 3168 - name = "pkcs1" 3169 - version = "0.4.1" 3170 - source = "registry+https://github.com/rust-lang/crates.io-index" 3171 - checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719" 3172 - dependencies = [ 3173 - "der 0.6.1", 3174 - "pkcs8 0.9.0", 3175 - "spki 0.6.0", 3176 - "zeroize", 3177 - ] 3178 - 3179 - [[package]] 3180 - name = "pkcs1" 3181 - version = "0.7.5" 3182 - source = "registry+https://github.com/rust-lang/crates.io-index" 3183 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3184 - dependencies = [ 3185 - "der 0.7.9", 3186 - "pkcs8 0.10.2", 3187 - "spki 0.7.3", 3188 - ] 3189 - 3190 - [[package]] 3191 - name = "pkcs12" 3192 - version = "0.1.0" 3193 - source = "registry+https://github.com/rust-lang/crates.io-index" 3194 - checksum = "695b3df3d3cc1015f12d70235e35b6b79befc5fa7a9b95b951eab1dd07c9efc2" 3195 - dependencies = [ 3196 - "cms", 3197 - "const-oid", 3198 - "der 0.7.9", 3199 - "digest", 3200 - "spki 0.7.3", 3201 - "x509-cert", 3202 - "zeroize", 3203 - ] 3204 - 3205 - [[package]] 3206 - name = "pkcs5" 3207 - version = "0.7.1" 3208 - source = "registry+https://github.com/rust-lang/crates.io-index" 3209 - checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6" 3210 - dependencies = [ 3211 - "aes", 3212 - "cbc", 3213 - "der 0.7.9", 3214 - "pbkdf2", 3215 - "scrypt", 3216 - "sha2", 3217 - "spki 0.7.3", 3218 - ] 3219 - 3220 - [[package]] 3221 - name = "pkcs8" 3222 - version = "0.9.0" 3223 - source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 3225 - dependencies = [ 3226 - "der 0.6.1", 3227 - "spki 0.6.0", 3228 - ] 3229 - 3230 - [[package]] 3231 - name = "pkcs8" 3232 - version = "0.10.2" 3233 - source = "registry+https://github.com/rust-lang/crates.io-index" 3234 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3235 - dependencies = [ 3236 - "der 0.7.9", 3237 - "spki 0.7.3", 3238 - ] 3239 - 3240 - [[package]] 3241 - name = "pkg-config" 3242 - version = "0.3.31" 3243 - source = "registry+https://github.com/rust-lang/crates.io-index" 3244 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 3245 - 3246 - [[package]] 3247 - name = "polling" 3248 - version = "2.8.0" 3249 - source = "registry+https://github.com/rust-lang/crates.io-index" 3250 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3251 - dependencies = [ 3252 - "autocfg", 3253 - "bitflags 1.3.2", 3254 - "cfg-if", 3255 - "concurrent-queue", 3256 - "libc", 3257 - "log", 3258 - "pin-project-lite", 3259 - "windows-sys 0.48.0", 3260 - ] 3261 - 3262 - [[package]] 3263 - name = "polling" 3264 - version = "3.7.3" 3265 - source = "registry+https://github.com/rust-lang/crates.io-index" 3266 - checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" 3267 - dependencies = [ 3268 - "cfg-if", 3269 - "concurrent-queue", 3270 - "hermit-abi 0.4.0", 3271 - "pin-project-lite", 3272 - "rustix 0.38.37", 3273 - "tracing", 3274 - "windows-sys 0.59.0", 3275 - ] 3276 - 3277 - [[package]] 3278 - name = "poly1305" 3279 - version = "0.8.0" 3280 - source = "registry+https://github.com/rust-lang/crates.io-index" 3281 - checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 3282 - dependencies = [ 3283 - "cpufeatures", 3284 - "opaque-debug", 3285 - "universal-hash", 3286 - ] 3287 - 3288 - [[package]] 3289 - name = "powerfmt" 3290 - version = "0.2.0" 3291 - source = "registry+https://github.com/rust-lang/crates.io-index" 3292 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3293 - 3294 - [[package]] 3295 - name = "ppv-lite86" 3296 - version = "0.2.20" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 3299 - dependencies = [ 3300 - "zerocopy", 3301 - ] 3302 - 3303 - [[package]] 3304 - name = "primeorder" 3305 - version = "0.13.6" 3306 - source = "registry+https://github.com/rust-lang/crates.io-index" 3307 - checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3308 - dependencies = [ 3309 - "elliptic-curve", 3310 - ] 3311 - 3312 - [[package]] 3313 - name = "proc-macro-crate" 3314 - version = "3.2.0" 3315 - source = "registry+https://github.com/rust-lang/crates.io-index" 3316 - checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 3317 - dependencies = [ 3318 - "toml_edit", 3319 - ] 3320 - 3321 - [[package]] 3322 - name = "proc-macro-error" 3323 - version = "1.0.4" 3324 - source = "registry+https://github.com/rust-lang/crates.io-index" 3325 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3326 - dependencies = [ 3327 - "proc-macro-error-attr", 3328 - "proc-macro2", 3329 - "quote", 3330 - "syn 1.0.109", 3331 - "version_check", 3332 - ] 3333 - 3334 - [[package]] 3335 - name = "proc-macro-error-attr" 3336 - version = "1.0.4" 3337 - source = "registry+https://github.com/rust-lang/crates.io-index" 3338 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3339 - dependencies = [ 3340 - "proc-macro2", 3341 - "quote", 3342 - "version_check", 3343 - ] 3344 - 3345 - [[package]] 3346 - name = "proc-macro-error-attr2" 3347 - version = "2.0.0" 3348 - source = "registry+https://github.com/rust-lang/crates.io-index" 3349 - checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 3350 - dependencies = [ 3351 - "proc-macro2", 3352 - "quote", 3353 - ] 3354 - 3355 - [[package]] 3356 - name = "proc-macro-error2" 3357 - version = "2.0.1" 3358 - source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 3360 - dependencies = [ 3361 - "proc-macro-error-attr2", 3362 - "proc-macro2", 3363 - "quote", 3364 - "syn 2.0.79", 3365 - ] 3366 - 3367 - [[package]] 3368 - name = "proc-macro2" 3369 - version = "1.0.88" 3370 - source = "registry+https://github.com/rust-lang/crates.io-index" 3371 - checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" 3372 - dependencies = [ 3373 - "unicode-ident", 3374 - ] 3375 - 3376 - [[package]] 3377 - name = "proc-macro2-diagnostics" 3378 - version = "0.10.1" 3379 - source = "registry+https://github.com/rust-lang/crates.io-index" 3380 - checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 3381 - dependencies = [ 3382 - "proc-macro2", 3383 - "quote", 3384 - "syn 2.0.79", 3385 - "version_check", 3386 - "yansi", 3387 - ] 3388 - 3389 - [[package]] 3390 - name = "prost" 3391 - version = "0.12.6" 3392 - source = "registry+https://github.com/rust-lang/crates.io-index" 3393 - checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 3394 - dependencies = [ 3395 - "bytes", 3396 - "prost-derive", 3397 - ] 3398 - 3399 - [[package]] 3400 - name = "prost-derive" 3401 - version = "0.12.6" 3402 - source = "registry+https://github.com/rust-lang/crates.io-index" 3403 - checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 3404 - dependencies = [ 3405 - "anyhow", 3406 - "itertools", 3407 - "proc-macro2", 3408 - "quote", 3409 - "syn 2.0.79", 3410 - ] 3411 - 3412 - [[package]] 3413 - name = "quick-error" 3414 - version = "1.2.3" 3415 - source = "registry+https://github.com/rust-lang/crates.io-index" 3416 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 3417 - 3418 - [[package]] 3419 - name = "quote" 3420 - version = "1.0.37" 3421 - source = "registry+https://github.com/rust-lang/crates.io-index" 3422 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 3423 - dependencies = [ 3424 - "proc-macro2", 3425 - ] 3426 - 3427 - [[package]] 3428 - name = "rand" 3429 - version = "0.8.5" 3430 - source = "registry+https://github.com/rust-lang/crates.io-index" 3431 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3432 - dependencies = [ 3433 - "libc", 3434 - "rand_chacha", 3435 - "rand_core", 3436 - ] 3437 - 3438 - [[package]] 3439 - name = "rand_chacha" 3440 - version = "0.3.1" 3441 - source = "registry+https://github.com/rust-lang/crates.io-index" 3442 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3443 - dependencies = [ 3444 - "ppv-lite86", 3445 - "rand_core", 3446 - ] 3447 - 3448 - [[package]] 3449 - name = "rand_core" 3450 - version = "0.6.4" 3451 - source = "registry+https://github.com/rust-lang/crates.io-index" 3452 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3453 - dependencies = [ 3454 - "getrandom", 3455 - ] 3456 - 3457 - [[package]] 3458 - name = "rc2" 3459 - version = "0.8.1" 3460 - source = "registry+https://github.com/rust-lang/crates.io-index" 3461 - checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd" 3462 - dependencies = [ 3463 - "cipher", 3464 - ] 3465 - 3466 - [[package]] 3467 - name = "reactor-trait" 3468 - version = "1.1.0" 3469 - source = "registry+https://github.com/rust-lang/crates.io-index" 3470 - checksum = "438a4293e4d097556730f4711998189416232f009c137389e0f961d2bc0ddc58" 3471 - dependencies = [ 3472 - "async-trait", 3473 - "futures-core", 3474 - "futures-io", 3475 - ] 3476 - 3477 - [[package]] 3478 - name = "redis" 3479 - version = "0.26.1" 3480 - source = "registry+https://github.com/rust-lang/crates.io-index" 3481 - checksum = "e902a69d09078829137b4a5d9d082e0490393537badd7c91a3d69d14639e115f" 3482 - dependencies = [ 3483 - "arc-swap", 3484 - "async-trait", 3485 - "bytes", 3486 - "combine", 3487 - "crc16", 3488 - "futures", 3489 - "futures-util", 3490 - "itoa", 3491 - "log", 3492 - "native-tls", 3493 - "num-bigint", 3494 - "percent-encoding", 3495 - "pin-project-lite", 3496 - "rand", 3497 - "ryu", 3498 - "sha1_smol", 3499 - "socket2 0.5.7", 3500 - "tokio", 3501 - "tokio-native-tls", 3502 - "tokio-retry", 3503 - "tokio-util", 3504 - "url", 3505 - ] 3506 - 3507 - [[package]] 3508 - name = "redis" 3509 - version = "0.27.5" 3510 - source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "81cccf17a692ce51b86564334614d72dcae1def0fd5ecebc9f02956da74352b5" 3512 - dependencies = [ 3513 - "arc-swap", 3514 - "async-trait", 3515 - "bytes", 3516 - "combine", 3517 - "crc16", 3518 - "futures", 3519 - "futures-util", 3520 - "itoa", 3521 - "log", 3522 - "native-tls", 3523 - "num-bigint", 3524 - "percent-encoding", 3525 - "pin-project-lite", 3526 - "rand", 3527 - "ryu", 3528 - "sha1_smol", 3529 - "socket2 0.5.7", 3530 - "tokio", 3531 - "tokio-native-tls", 3532 - "tokio-util", 3533 - "url", 3534 - ] 3535 - 3536 - [[package]] 3537 - name = "redox_syscall" 3538 - version = "0.5.7" 3539 - source = "registry+https://github.com/rust-lang/crates.io-index" 3540 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 3541 - dependencies = [ 3542 - "bitflags 2.6.0", 3543 - ] 3544 - 3545 - [[package]] 3546 - name = "regex" 3547 - version = "1.11.0" 3548 - source = "registry+https://github.com/rust-lang/crates.io-index" 3549 - checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" 3550 - dependencies = [ 3551 - "aho-corasick", 3552 - "memchr", 3553 - "regex-automata 0.4.8", 3554 - "regex-syntax 0.8.5", 3555 - ] 3556 - 3557 - [[package]] 3558 - name = "regex-automata" 3559 - version = "0.1.10" 3560 - source = "registry+https://github.com/rust-lang/crates.io-index" 3561 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3562 - dependencies = [ 3563 - "regex-syntax 0.6.29", 3564 - ] 3565 - 3566 - [[package]] 3567 - name = "regex-automata" 3568 - version = "0.4.8" 3569 - source = "registry+https://github.com/rust-lang/crates.io-index" 3570 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 3571 - dependencies = [ 3572 - "aho-corasick", 3573 - "memchr", 3574 - "regex-syntax 0.8.5", 3575 - ] 3576 - 3577 - [[package]] 3578 - name = "regex-syntax" 3579 - version = "0.6.29" 3580 - source = "registry+https://github.com/rust-lang/crates.io-index" 3581 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3582 - 3583 - [[package]] 3584 - name = "regex-syntax" 3585 - version = "0.8.5" 3586 - source = "registry+https://github.com/rust-lang/crates.io-index" 3587 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 3588 - 3589 - [[package]] 3590 - name = "reqwest" 3591 - version = "0.11.27" 3592 - source = "registry+https://github.com/rust-lang/crates.io-index" 3593 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 3594 - dependencies = [ 3595 - "base64 0.21.7", 3596 - "bytes", 3597 - "encoding_rs", 3598 - "futures-core", 3599 - "futures-util", 3600 - "h2", 3601 - "hickory-resolver", 3602 - "http 0.2.12", 3603 - "http-body 0.4.6", 3604 - "hyper 0.14.28", 3605 - "hyper-rustls 0.24.2", 3606 - "ipnet", 3607 - "js-sys", 3608 - "log", 3609 - "mime", 3610 - "once_cell", 3611 - "percent-encoding", 3612 - "pin-project-lite", 3613 - "rustls 0.21.12", 3614 - "rustls-pemfile 1.0.4", 3615 - "serde", 3616 - "serde_json", 3617 - "serde_urlencoded", 3618 - "sync_wrapper 0.1.2", 3619 - "system-configuration", 3620 - "tokio", 3621 - "tokio-rustls 0.24.1", 3622 - "tower-service", 3623 - "url", 3624 - "wasm-bindgen", 3625 - "wasm-bindgen-futures", 3626 - "web-sys", 3627 - "webpki-roots 0.25.4", 3628 - "winreg", 3629 - ] 3630 - 3631 - [[package]] 3632 - name = "reqwest" 3633 - version = "0.12.8" 3634 - source = "registry+https://github.com/rust-lang/crates.io-index" 3635 - checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" 3636 - dependencies = [ 3637 - "base64 0.22.1", 3638 - "bytes", 3639 - "futures-channel", 3640 - "futures-core", 3641 - "futures-util", 3642 - "http 1.1.0", 3643 - "http-body 1.0.1", 3644 - "http-body-util", 3645 - "hyper 1.5.0", 3646 - "hyper-tls 0.6.0", 3647 - "hyper-util", 3648 - "ipnet", 3649 - "js-sys", 3650 - "log", 3651 - "mime", 3652 - "native-tls", 3653 - "once_cell", 3654 - "percent-encoding", 3655 - "pin-project-lite", 3656 - "rustls-pemfile 2.2.0", 3657 - "serde", 3658 - "serde_json", 3659 - "serde_urlencoded", 3660 - "sync_wrapper 1.0.1", 3661 - "tokio", 3662 - "tokio-native-tls", 3663 - "tower-service", 3664 - "url", 3665 - "wasm-bindgen", 3666 - "wasm-bindgen-futures", 3667 - "web-sys", 3668 - "windows-registry", 3669 - ] 3670 - 3671 - [[package]] 3672 - name = "resolv-conf" 3673 - version = "0.7.0" 3674 - source = "registry+https://github.com/rust-lang/crates.io-index" 3675 - checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 3676 - dependencies = [ 3677 - "hostname 0.3.1", 3678 - "quick-error", 3679 - ] 3680 - 3681 - [[package]] 3682 - name = "rfc6979" 3683 - version = "0.4.0" 3684 - source = "registry+https://github.com/rust-lang/crates.io-index" 3685 - checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3686 - dependencies = [ 3687 - "hmac", 3688 - "subtle", 3689 - ] 3690 - 3691 - [[package]] 3692 - name = "ring" 3693 - version = "0.17.8" 3694 - source = "registry+https://github.com/rust-lang/crates.io-index" 3695 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 3696 - dependencies = [ 3697 - "cc", 3698 - "cfg-if", 3699 - "getrandom", 3700 - "libc", 3701 - "spin", 3702 - "untrusted", 3703 - "windows-sys 0.52.0", 3704 - ] 3705 - 3706 - [[package]] 3707 - name = "rsa" 3708 - version = "0.7.2" 3709 - source = "registry+https://github.com/rust-lang/crates.io-index" 3710 - checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c" 3711 - dependencies = [ 3712 - "byteorder", 3713 - "digest", 3714 - "num-bigint-dig", 3715 - "num-integer", 3716 - "num-iter", 3717 - "num-traits", 3718 - "pkcs1 0.4.1", 3719 - "pkcs8 0.9.0", 3720 - "rand_core", 3721 - "signature 1.6.4", 3722 - "smallvec", 3723 - "subtle", 3724 - "zeroize", 3725 - ] 3726 - 3727 - [[package]] 3728 - name = "rsa" 3729 - version = "0.9.6" 3730 - source = "registry+https://github.com/rust-lang/crates.io-index" 3731 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 3732 - dependencies = [ 3733 - "const-oid", 3734 - "digest", 3735 - "num-bigint-dig", 3736 - "num-integer", 3737 - "num-traits", 3738 - "pkcs1 0.7.5", 3739 - "pkcs8 0.10.2", 3740 - "rand_core", 3741 - "signature 2.2.0", 3742 - "spki 0.7.3", 3743 - "subtle", 3744 - "zeroize", 3745 - ] 3746 - 3747 - [[package]] 3748 - name = "rust_decimal" 3749 - version = "1.36.0" 3750 - source = "registry+https://github.com/rust-lang/crates.io-index" 3751 - checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555" 3752 - dependencies = [ 3753 - "arrayvec", 3754 - "num-traits", 3755 - "serde", 3756 - ] 3757 - 3758 - [[package]] 3759 - name = "rustc-demangle" 3760 - version = "0.1.24" 3761 - source = "registry+https://github.com/rust-lang/crates.io-index" 3762 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3763 - 3764 - [[package]] 3765 - name = "rustc_version" 3766 - version = "0.4.1" 3767 - source = "registry+https://github.com/rust-lang/crates.io-index" 3768 - checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3769 - dependencies = [ 3770 - "semver", 3771 - ] 3772 - 3773 - [[package]] 3774 - name = "rusticata-macros" 3775 - version = "4.1.0" 3776 - source = "registry+https://github.com/rust-lang/crates.io-index" 3777 - checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 3778 - dependencies = [ 3779 - "nom", 3780 - ] 3781 - 3782 - [[package]] 3783 - name = "rustix" 3784 - version = "0.37.27" 3785 - source = "registry+https://github.com/rust-lang/crates.io-index" 3786 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 3787 - dependencies = [ 3788 - "bitflags 1.3.2", 3789 - "errno", 3790 - "io-lifetimes", 3791 - "libc", 3792 - "linux-raw-sys 0.3.8", 3793 - "windows-sys 0.48.0", 3794 - ] 3795 - 3796 - [[package]] 3797 - name = "rustix" 3798 - version = "0.38.37" 3799 - source = "registry+https://github.com/rust-lang/crates.io-index" 3800 - checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 3801 - dependencies = [ 3802 - "bitflags 2.6.0", 3803 - "errno", 3804 - "libc", 3805 - "linux-raw-sys 0.4.14", 3806 - "windows-sys 0.52.0", 3807 - ] 3808 - 3809 - [[package]] 3810 - name = "rustls" 3811 - version = "0.21.12" 3812 - source = "registry+https://github.com/rust-lang/crates.io-index" 3813 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 3814 - dependencies = [ 3815 - "log", 3816 - "ring", 3817 - "rustls-webpki 0.101.7", 3818 - "sct", 3819 - ] 3820 - 3821 - [[package]] 3822 - name = "rustls" 3823 - version = "0.22.4" 3824 - source = "registry+https://github.com/rust-lang/crates.io-index" 3825 - checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 3826 - dependencies = [ 3827 - "log", 3828 - "ring", 3829 - "rustls-pki-types", 3830 - "rustls-webpki 0.102.8", 3831 - "subtle", 3832 - "zeroize", 3833 - ] 3834 - 3835 - [[package]] 3836 - name = "rustls" 3837 - version = "0.23.15" 3838 - source = "registry+https://github.com/rust-lang/crates.io-index" 3839 - checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993" 3840 - dependencies = [ 3841 - "once_cell", 3842 - "ring", 3843 - "rustls-pki-types", 3844 - "rustls-webpki 0.102.8", 3845 - "subtle", 3846 - "zeroize", 3847 - ] 3848 - 3849 - [[package]] 3850 - name = "rustls-connector" 3851 - version = "0.20.1" 3852 - source = "registry+https://github.com/rust-lang/crates.io-index" 3853 - checksum = "2a980454b497c439c274f2feae2523ed8138bbd3d323684e1435fec62f800481" 3854 - dependencies = [ 3855 - "log", 3856 - "rustls 0.23.15", 3857 - "rustls-native-certs", 3858 - "rustls-pki-types", 3859 - "rustls-webpki 0.102.8", 3860 - ] 3861 - 3862 - [[package]] 3863 - name = "rustls-native-certs" 3864 - version = "0.7.3" 3865 - source = "registry+https://github.com/rust-lang/crates.io-index" 3866 - checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" 3867 - dependencies = [ 3868 - "openssl-probe", 3869 - "rustls-pemfile 2.2.0", 3870 - "rustls-pki-types", 3871 - "schannel", 3872 - "security-framework", 3873 - ] 3874 - 3875 - [[package]] 3876 - name = "rustls-pemfile" 3877 - version = "1.0.4" 3878 - source = "registry+https://github.com/rust-lang/crates.io-index" 3879 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 3880 - dependencies = [ 3881 - "base64 0.21.7", 3882 - ] 3883 - 3884 - [[package]] 3885 - name = "rustls-pemfile" 3886 - version = "2.2.0" 3887 - source = "registry+https://github.com/rust-lang/crates.io-index" 3888 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 3889 - dependencies = [ 3890 - "rustls-pki-types", 3891 - ] 3892 - 3893 - [[package]] 3894 - name = "rustls-pki-types" 3895 - version = "1.10.0" 3896 - source = "registry+https://github.com/rust-lang/crates.io-index" 3897 - checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 3898 - 3899 - [[package]] 3900 - name = "rustls-webpki" 3901 - version = "0.101.7" 3902 - source = "registry+https://github.com/rust-lang/crates.io-index" 3903 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 3904 - dependencies = [ 3905 - "ring", 3906 - "untrusted", 3907 - ] 3908 - 3909 - [[package]] 3910 - name = "rustls-webpki" 3911 - version = "0.102.8" 3912 - source = "registry+https://github.com/rust-lang/crates.io-index" 3913 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 3914 - dependencies = [ 3915 - "ring", 3916 - "rustls-pki-types", 3917 - "untrusted", 3918 - ] 3919 - 3920 - [[package]] 3921 - name = "rustversion" 3922 - version = "1.0.18" 3923 - source = "registry+https://github.com/rust-lang/crates.io-index" 3924 - checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" 3925 - 3926 - [[package]] 3927 - name = "ryu" 3928 - version = "1.0.18" 3929 - source = "registry+https://github.com/rust-lang/crates.io-index" 3930 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3931 - 3932 - [[package]] 3933 - name = "salsa20" 3934 - version = "0.10.2" 3935 - source = "registry+https://github.com/rust-lang/crates.io-index" 3936 - checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 3937 - dependencies = [ 3938 - "cipher", 3939 - ] 3940 - 3941 - [[package]] 3942 - name = "schannel" 3943 - version = "0.1.26" 3944 - source = "registry+https://github.com/rust-lang/crates.io-index" 3945 - checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 3946 - dependencies = [ 3947 - "windows-sys 0.59.0", 3948 - ] 3949 - 3950 - [[package]] 3951 - name = "schemars" 3952 - version = "0.8.21" 3953 - source = "registry+https://github.com/rust-lang/crates.io-index" 3954 - checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" 3955 - dependencies = [ 3956 - "chrono", 3957 - "dyn-clone", 3958 - "indexmap 1.9.3", 3959 - "schemars_derive", 3960 - "serde", 3961 - "serde_json", 3962 - "url", 3963 - ] 3964 - 3965 - [[package]] 3966 - name = "schemars_derive" 3967 - version = "0.8.21" 3968 - source = "registry+https://github.com/rust-lang/crates.io-index" 3969 - checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" 3970 - dependencies = [ 3971 - "proc-macro2", 3972 - "quote", 3973 - "serde_derive_internals", 3974 - "syn 2.0.79", 3975 - ] 3976 - 3977 - [[package]] 3978 - name = "scopeguard" 3979 - version = "1.2.0" 3980 - source = "registry+https://github.com/rust-lang/crates.io-index" 3981 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3982 - 3983 - [[package]] 3984 - name = "scrypt" 3985 - version = "0.11.0" 3986 - source = "registry+https://github.com/rust-lang/crates.io-index" 3987 - checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" 3988 - dependencies = [ 3989 - "pbkdf2", 3990 - "salsa20", 3991 - "sha2", 3992 - ] 3993 - 3994 - [[package]] 3995 - name = "sct" 3996 - version = "0.7.1" 3997 - source = "registry+https://github.com/rust-lang/crates.io-index" 3998 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 3999 - dependencies = [ 4000 - "ring", 4001 - "untrusted", 4002 - ] 4003 - 4004 - [[package]] 4005 - name = "sea-bae" 4006 - version = "0.2.1" 4007 - source = "registry+https://github.com/rust-lang/crates.io-index" 4008 - checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25" 4009 - dependencies = [ 4010 - "heck 0.4.1", 4011 - "proc-macro-error2", 4012 - "proc-macro2", 4013 - "quote", 4014 - "syn 2.0.79", 4015 - ] 4016 - 4017 - [[package]] 4018 - name = "sea-orm" 4019 - version = "1.1.0" 4020 - source = "registry+https://github.com/rust-lang/crates.io-index" 4021 - checksum = "4c4872675cc5d5d399a2a202c60f3a393ec8d3f3307c36adb166517f348e4db5" 4022 - dependencies = [ 4023 - "async-stream", 4024 - "async-trait", 4025 - "bigdecimal", 4026 - "chrono", 4027 - "futures", 4028 - "log", 4029 - "ouroboros", 4030 - "rust_decimal", 4031 - "sea-orm-macros", 4032 - "sea-query", 4033 - "sea-query-binder", 4034 - "serde", 4035 - "serde_json", 4036 - "sqlx", 4037 - "strum", 4038 - "thiserror", 4039 - "time", 4040 - "tracing", 4041 - "url", 4042 - "uuid", 4043 - ] 4044 - 4045 - [[package]] 4046 - name = "sea-orm-macros" 4047 - version = "1.1.0" 4048 - source = "registry+https://github.com/rust-lang/crates.io-index" 4049 - checksum = "85f714906b72e7265c0b2077d0ad8f235dabebda513c92f1326d5d40cef0dd01" 4050 - dependencies = [ 4051 - "heck 0.4.1", 4052 - "proc-macro2", 4053 - "quote", 4054 - "sea-bae", 4055 - "syn 2.0.79", 4056 - "unicode-ident", 4057 - ] 4058 - 4059 - [[package]] 4060 - name = "sea-query" 4061 - version = "0.32.0" 4062 - source = "registry+https://github.com/rust-lang/crates.io-index" 4063 - checksum = "ff504d13b5e4b52fffcf2fb203d0352a5722fa5151696db768933e41e1e591bb" 4064 - dependencies = [ 4065 - "chrono", 4066 - "inherent", 4067 - "ordered-float 3.9.2", 4068 - "serde_json", 4069 - ] 4070 - 4071 - [[package]] 4072 - name = "sea-query-binder" 4073 - version = "0.7.0" 4074 - source = "registry+https://github.com/rust-lang/crates.io-index" 4075 - checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608" 4076 - dependencies = [ 4077 - "chrono", 4078 - "sea-query", 4079 - "serde_json", 4080 - "sqlx", 4081 - ] 4082 - 4083 - [[package]] 4084 - name = "sec1" 4085 - version = "0.7.3" 4086 - source = "registry+https://github.com/rust-lang/crates.io-index" 4087 - checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 4088 - dependencies = [ 4089 - "base16ct", 4090 - "der 0.7.9", 4091 - "generic-array", 4092 - "pkcs8 0.10.2", 4093 - "subtle", 4094 - "zeroize", 4095 - ] 4096 - 4097 - [[package]] 4098 - name = "security-framework" 4099 - version = "2.11.1" 4100 - source = "registry+https://github.com/rust-lang/crates.io-index" 4101 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 4102 - dependencies = [ 4103 - "bitflags 2.6.0", 4104 - "core-foundation", 4105 - "core-foundation-sys", 4106 - "libc", 4107 - "security-framework-sys", 4108 - ] 4109 - 4110 - [[package]] 4111 - name = "security-framework-sys" 4112 - version = "2.12.0" 4113 - source = "registry+https://github.com/rust-lang/crates.io-index" 4114 - checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 4115 - dependencies = [ 4116 - "core-foundation-sys", 4117 - "libc", 4118 - ] 4119 - 4120 - [[package]] 4121 - name = "semver" 4122 - version = "1.0.23" 4123 - source = "registry+https://github.com/rust-lang/crates.io-index" 4124 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 4125 - 4126 - [[package]] 4127 - name = "sentry" 4128 - version = "0.32.3" 4129 - source = "registry+https://github.com/rust-lang/crates.io-index" 4130 - checksum = "00421ed8fa0c995f07cde48ba6c89e80f2b312f74ff637326f392fbfd23abe02" 4131 - dependencies = [ 4132 - "httpdate", 4133 - "native-tls", 4134 - "reqwest 0.12.8", 4135 - "sentry-backtrace", 4136 - "sentry-contexts", 4137 - "sentry-core", 4138 - "sentry-debug-images", 4139 - "sentry-panic", 4140 - "sentry-tracing", 4141 - "tokio", 4142 - "ureq", 4143 - ] 4144 - 4145 - [[package]] 4146 - name = "sentry-backtrace" 4147 - version = "0.32.3" 4148 - source = "registry+https://github.com/rust-lang/crates.io-index" 4149 - checksum = "a79194074f34b0cbe5dd33896e5928bbc6ab63a889bd9df2264af5acb186921e" 4150 - dependencies = [ 4151 - "backtrace", 4152 - "once_cell", 4153 - "regex", 4154 - "sentry-core", 4155 - ] 4156 - 4157 - [[package]] 4158 - name = "sentry-contexts" 4159 - version = "0.32.3" 4160 - source = "registry+https://github.com/rust-lang/crates.io-index" 4161 - checksum = "eba8870c5dba2bfd9db25c75574a11429f6b95957b0a78ac02e2970dd7a5249a" 4162 - dependencies = [ 4163 - "hostname 0.4.0", 4164 - "libc", 4165 - "os_info", 4166 - "rustc_version", 4167 - "sentry-core", 4168 - "uname", 4169 - ] 4170 - 4171 - [[package]] 4172 - name = "sentry-core" 4173 - version = "0.32.3" 4174 - source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "46a75011ea1c0d5c46e9e57df03ce81f5c7f0a9e199086334a1f9c0a541e0826" 4176 - dependencies = [ 4177 - "once_cell", 4178 - "rand", 4179 - "sentry-types", 4180 - "serde", 4181 - "serde_json", 4182 - ] 4183 - 4184 - [[package]] 4185 - name = "sentry-debug-images" 4186 - version = "0.32.3" 4187 - source = "registry+https://github.com/rust-lang/crates.io-index" 4188 - checksum = "7ec2a486336559414ab66548da610da5e9626863c3c4ffca07d88f7dc71c8de8" 4189 - dependencies = [ 4190 - "findshlibs", 4191 - "once_cell", 4192 - "sentry-core", 4193 - ] 4194 - 4195 - [[package]] 4196 - name = "sentry-panic" 4197 - version = "0.32.3" 4198 - source = "registry+https://github.com/rust-lang/crates.io-index" 4199 - checksum = "2eaa3ecfa3c8750c78dcfd4637cfa2598b95b52897ed184b4dc77fcf7d95060d" 4200 - dependencies = [ 4201 - "sentry-backtrace", 4202 - "sentry-core", 4203 - ] 4204 - 4205 - [[package]] 4206 - name = "sentry-tracing" 4207 - version = "0.32.3" 4208 - source = "registry+https://github.com/rust-lang/crates.io-index" 4209 - checksum = "f715932bf369a61b7256687c6f0554141b7ce097287e30e3f7ed6e9de82498fe" 4210 - dependencies = [ 4211 - "sentry-backtrace", 4212 - "sentry-core", 4213 - "tracing-core", 4214 - "tracing-subscriber", 4215 - ] 4216 - 4217 - [[package]] 4218 - name = "sentry-types" 4219 - version = "0.32.3" 4220 - source = "registry+https://github.com/rust-lang/crates.io-index" 4221 - checksum = "4519c900ce734f7a0eb7aba0869dfb225a7af8820634a7dd51449e3b093cfb7c" 4222 - dependencies = [ 4223 - "debugid", 4224 - "hex", 4225 - "rand", 4226 - "serde", 4227 - "serde_json", 4228 - "thiserror", 4229 - "time", 4230 - "url", 4231 - "uuid", 4232 - ] 4233 - 4234 - [[package]] 4235 - name = "serde" 4236 - version = "1.0.210" 4237 - source = "registry+https://github.com/rust-lang/crates.io-index" 4238 - checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" 4239 - dependencies = [ 4240 - "serde_derive", 4241 - ] 4242 - 4243 - [[package]] 4244 - name = "serde_derive" 4245 - version = "1.0.210" 4246 - source = "registry+https://github.com/rust-lang/crates.io-index" 4247 - checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" 4248 - dependencies = [ 4249 - "proc-macro2", 4250 - "quote", 4251 - "syn 2.0.79", 4252 - ] 4253 - 4254 - [[package]] 4255 - name = "serde_derive_internals" 4256 - version = "0.29.1" 4257 - source = "registry+https://github.com/rust-lang/crates.io-index" 4258 - checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 4259 - dependencies = [ 4260 - "proc-macro2", 4261 - "quote", 4262 - "syn 2.0.79", 4263 - ] 4264 - 4265 - [[package]] 4266 - name = "serde_json" 4267 - version = "1.0.128" 4268 - source = "registry+https://github.com/rust-lang/crates.io-index" 4269 - checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" 4270 - dependencies = [ 4271 - "itoa", 4272 - "memchr", 4273 - "ryu", 4274 - "serde", 4275 - ] 4276 - 4277 - [[package]] 4278 - name = "serde_path_to_error" 4279 - version = "0.1.16" 4280 - source = "registry+https://github.com/rust-lang/crates.io-index" 4281 - checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 4282 - dependencies = [ 4283 - "itoa", 4284 - "serde", 4285 - ] 4286 - 4287 - [[package]] 4288 - name = "serde_qs" 4289 - version = "0.12.0" 4290 - source = "registry+https://github.com/rust-lang/crates.io-index" 4291 - checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c" 4292 - dependencies = [ 4293 - "axum", 4294 - "futures", 4295 - "percent-encoding", 4296 - "serde", 4297 - "thiserror", 4298 - ] 4299 - 4300 - [[package]] 4301 - name = "serde_repr" 4302 - version = "0.1.19" 4303 - source = "registry+https://github.com/rust-lang/crates.io-index" 4304 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 4305 - dependencies = [ 4306 - "proc-macro2", 4307 - "quote", 4308 - "syn 2.0.79", 4309 - ] 4310 - 4311 - [[package]] 4312 - name = "serde_spanned" 4313 - version = "0.6.8" 4314 - source = "registry+https://github.com/rust-lang/crates.io-index" 4315 - checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 4316 - dependencies = [ 4317 - "serde", 4318 - ] 4319 - 4320 - [[package]] 4321 - name = "serde_urlencoded" 4322 - version = "0.7.1" 4323 - source = "registry+https://github.com/rust-lang/crates.io-index" 4324 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4325 - dependencies = [ 4326 - "form_urlencoded", 4327 - "itoa", 4328 - "ryu", 4329 - "serde", 4330 - ] 4331 - 4332 - [[package]] 4333 - name = "sha1" 4334 - version = "0.10.6" 4335 - source = "registry+https://github.com/rust-lang/crates.io-index" 4336 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4337 - dependencies = [ 4338 - "cfg-if", 4339 - "cpufeatures", 4340 - "digest", 4341 - ] 4342 - 4343 - [[package]] 4344 - name = "sha1_smol" 4345 - version = "1.0.1" 4346 - source = "registry+https://github.com/rust-lang/crates.io-index" 4347 - checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 4348 - 4349 - [[package]] 4350 - name = "sha2" 4351 - version = "0.10.8" 4352 - source = "registry+https://github.com/rust-lang/crates.io-index" 4353 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4354 - dependencies = [ 4355 - "cfg-if", 4356 - "cpufeatures", 4357 - "digest", 4358 - ] 4359 - 4360 - [[package]] 4361 - name = "sharded-slab" 4362 - version = "0.1.7" 4363 - source = "registry+https://github.com/rust-lang/crates.io-index" 4364 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4365 - dependencies = [ 4366 - "lazy_static", 4367 - ] 4368 - 4369 - [[package]] 4370 - name = "shlex" 4371 - version = "1.3.0" 4372 - source = "registry+https://github.com/rust-lang/crates.io-index" 4373 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4374 - 4375 - [[package]] 4376 - name = "signal-hook-registry" 4377 - version = "1.4.2" 4378 - source = "registry+https://github.com/rust-lang/crates.io-index" 4379 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4380 - dependencies = [ 4381 - "libc", 4382 - ] 4383 - 4384 - [[package]] 4385 - name = "signature" 4386 - version = "1.6.4" 4387 - source = "registry+https://github.com/rust-lang/crates.io-index" 4388 - checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 4389 - dependencies = [ 4390 - "digest", 4391 - "rand_core", 4392 - ] 4393 - 4394 - [[package]] 4395 - name = "signature" 4396 - version = "2.2.0" 4397 - source = "registry+https://github.com/rust-lang/crates.io-index" 4398 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4399 - dependencies = [ 4400 - "digest", 4401 - "rand_core", 4402 - ] 4403 - 4404 - [[package]] 4405 - name = "slab" 4406 - version = "0.4.9" 4407 - source = "registry+https://github.com/rust-lang/crates.io-index" 4408 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4409 - dependencies = [ 4410 - "autocfg", 4411 - ] 4412 - 4413 - [[package]] 4414 - name = "smallvec" 4415 - version = "1.13.2" 4416 - source = "registry+https://github.com/rust-lang/crates.io-index" 4417 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4418 - dependencies = [ 4419 - "serde", 4420 - ] 4421 - 4422 - [[package]] 4423 - name = "socket2" 4424 - version = "0.4.10" 4425 - source = "registry+https://github.com/rust-lang/crates.io-index" 4426 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 4427 - dependencies = [ 4428 - "libc", 4429 - "winapi", 4430 - ] 4431 - 4432 - [[package]] 4433 - name = "socket2" 4434 - version = "0.5.7" 4435 - source = "registry+https://github.com/rust-lang/crates.io-index" 4436 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4437 - dependencies = [ 4438 - "libc", 4439 - "windows-sys 0.52.0", 4440 - ] 4441 - 4442 - [[package]] 4443 - name = "spin" 4444 - version = "0.9.8" 4445 - source = "registry+https://github.com/rust-lang/crates.io-index" 4446 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4447 - dependencies = [ 4448 - "lock_api", 4449 - ] 4450 - 4451 - [[package]] 4452 - name = "spki" 4453 - version = "0.6.0" 4454 - source = "registry+https://github.com/rust-lang/crates.io-index" 4455 - checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 4456 - dependencies = [ 4457 - "base64ct", 4458 - "der 0.6.1", 4459 - ] 4460 - 4461 - [[package]] 4462 - name = "spki" 4463 - version = "0.7.3" 4464 - source = "registry+https://github.com/rust-lang/crates.io-index" 4465 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4466 - dependencies = [ 4467 - "base64ct", 4468 - "der 0.7.9", 4469 - ] 4470 - 4471 - [[package]] 4472 - name = "sqlformat" 4473 - version = "0.2.6" 4474 - source = "registry+https://github.com/rust-lang/crates.io-index" 4475 - checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" 4476 - dependencies = [ 4477 - "nom", 4478 - "unicode_categories", 4479 - ] 4480 - 4481 - [[package]] 4482 - name = "sqlx" 4483 - version = "0.8.2" 4484 - source = "registry+https://github.com/rust-lang/crates.io-index" 4485 - checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e" 4486 - dependencies = [ 4487 - "sqlx-core", 4488 - "sqlx-macros", 4489 - "sqlx-mysql", 4490 - "sqlx-postgres", 4491 - "sqlx-sqlite", 4492 - ] 4493 - 4494 - [[package]] 4495 - name = "sqlx-core" 4496 - version = "0.8.2" 4497 - source = "registry+https://github.com/rust-lang/crates.io-index" 4498 - checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e" 4499 - dependencies = [ 4500 - "atoi", 4501 - "byteorder", 4502 - "bytes", 4503 - "chrono", 4504 - "crc", 4505 - "crossbeam-queue", 4506 - "either", 4507 - "event-listener 5.3.1", 4508 - "futures-channel", 4509 - "futures-core", 4510 - "futures-intrusive", 4511 - "futures-io", 4512 - "futures-util", 4513 - "hashbrown 0.14.5", 4514 - "hashlink", 4515 - "hex", 4516 - "indexmap 2.6.0", 4517 - "log", 4518 - "memchr", 4519 - "once_cell", 4520 - "paste", 4521 - "percent-encoding", 4522 - "rustls 0.23.15", 4523 - "rustls-pemfile 2.2.0", 4524 - "serde", 4525 - "serde_json", 4526 - "sha2", 4527 - "smallvec", 4528 - "sqlformat", 4529 - "thiserror", 4530 - "tokio", 4531 - "tokio-stream", 4532 - "tracing", 4533 - "url", 4534 - "webpki-roots 0.26.6", 4535 - ] 4536 - 4537 - [[package]] 4538 - name = "sqlx-macros" 4539 - version = "0.8.2" 4540 - source = "registry+https://github.com/rust-lang/crates.io-index" 4541 - checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657" 4542 - dependencies = [ 4543 - "proc-macro2", 4544 - "quote", 4545 - "sqlx-core", 4546 - "sqlx-macros-core", 4547 - "syn 2.0.79", 4548 - ] 4549 - 4550 - [[package]] 4551 - name = "sqlx-macros-core" 4552 - version = "0.8.2" 4553 - source = "registry+https://github.com/rust-lang/crates.io-index" 4554 - checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5" 4555 - dependencies = [ 4556 - "dotenvy", 4557 - "either", 4558 - "heck 0.5.0", 4559 - "hex", 4560 - "once_cell", 4561 - "proc-macro2", 4562 - "quote", 4563 - "serde", 4564 - "serde_json", 4565 - "sha2", 4566 - "sqlx-core", 4567 - "sqlx-mysql", 4568 - "sqlx-postgres", 4569 - "sqlx-sqlite", 4570 - "syn 2.0.79", 4571 - "tempfile", 4572 - "tokio", 4573 - "url", 4574 - ] 4575 - 4576 - [[package]] 4577 - name = "sqlx-mysql" 4578 - version = "0.8.2" 4579 - source = "registry+https://github.com/rust-lang/crates.io-index" 4580 - checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a" 4581 - dependencies = [ 4582 - "atoi", 4583 - "base64 0.22.1", 4584 - "bitflags 2.6.0", 4585 - "byteorder", 4586 - "bytes", 4587 - "chrono", 4588 - "crc", 4589 - "digest", 4590 - "dotenvy", 4591 - "either", 4592 - "futures-channel", 4593 - "futures-core", 4594 - "futures-io", 4595 - "futures-util", 4596 - "generic-array", 4597 - "hex", 4598 - "hkdf", 4599 - "hmac", 4600 - "itoa", 4601 - "log", 4602 - "md-5", 4603 - "memchr", 4604 - "once_cell", 4605 - "percent-encoding", 4606 - "rand", 4607 - "rsa 0.9.6", 4608 - "serde", 4609 - "sha1", 4610 - "sha2", 4611 - "smallvec", 4612 - "sqlx-core", 4613 - "stringprep", 4614 - "thiserror", 4615 - "tracing", 4616 - "whoami", 4617 - ] 4618 - 4619 - [[package]] 4620 - name = "sqlx-postgres" 4621 - version = "0.8.2" 4622 - source = "registry+https://github.com/rust-lang/crates.io-index" 4623 - checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8" 4624 - dependencies = [ 4625 - "atoi", 4626 - "base64 0.22.1", 4627 - "bitflags 2.6.0", 4628 - "byteorder", 4629 - "chrono", 4630 - "crc", 4631 - "dotenvy", 4632 - "etcetera", 4633 - "futures-channel", 4634 - "futures-core", 4635 - "futures-io", 4636 - "futures-util", 4637 - "hex", 4638 - "hkdf", 4639 - "hmac", 4640 - "home", 4641 - "itoa", 4642 - "log", 4643 - "md-5", 4644 - "memchr", 4645 - "once_cell", 4646 - "rand", 4647 - "serde", 4648 - "serde_json", 4649 - "sha2", 4650 - "smallvec", 4651 - "sqlx-core", 4652 - "stringprep", 4653 - "thiserror", 4654 - "tracing", 4655 - "whoami", 4656 - ] 4657 - 4658 - [[package]] 4659 - name = "sqlx-sqlite" 4660 - version = "0.8.2" 4661 - source = "registry+https://github.com/rust-lang/crates.io-index" 4662 - checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680" 4663 - dependencies = [ 4664 - "atoi", 4665 - "chrono", 4666 - "flume", 4667 - "futures-channel", 4668 - "futures-core", 4669 - "futures-executor", 4670 - "futures-intrusive", 4671 - "futures-util", 4672 - "libsqlite3-sys", 4673 - "log", 4674 - "percent-encoding", 4675 - "serde", 4676 - "serde_urlencoded", 4677 - "sqlx-core", 4678 - "tracing", 4679 - "url", 4680 - ] 4681 - 4682 - [[package]] 4683 - name = "static_assertions" 4684 - version = "1.1.0" 4685 - source = "registry+https://github.com/rust-lang/crates.io-index" 4686 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4687 - 4688 - [[package]] 4689 - name = "stringprep" 4690 - version = "0.1.5" 4691 - source = "registry+https://github.com/rust-lang/crates.io-index" 4692 - checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 4693 - dependencies = [ 4694 - "unicode-bidi", 4695 - "unicode-normalization", 4696 - "unicode-properties", 4697 - ] 4698 - 4699 - [[package]] 4700 - name = "strsim" 4701 - version = "0.11.1" 4702 - source = "registry+https://github.com/rust-lang/crates.io-index" 4703 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4704 - 4705 - [[package]] 4706 - name = "strum" 4707 - version = "0.26.3" 4708 - source = "registry+https://github.com/rust-lang/crates.io-index" 4709 - checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 4710 - 4711 - [[package]] 4712 - name = "subtle" 4713 - version = "2.6.1" 4714 - source = "registry+https://github.com/rust-lang/crates.io-index" 4715 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4716 - 4717 - [[package]] 4718 - name = "svix" 4719 - version = "1.38.0" 4720 - source = "registry+https://github.com/rust-lang/crates.io-index" 4721 - checksum = "aa2f4d2c5bc0f080fa6127b8fb70ac083cc27218bfbaae40508c3dab68509e41" 4722 - dependencies = [ 4723 - "base64 0.13.1", 4724 - "hmac-sha256", 4725 - "http 0.2.12", 4726 - "http 1.1.0", 4727 - "http-body-util", 4728 - "hyper 1.5.0", 4729 - "hyper-rustls 0.26.0", 4730 - "hyper-tls 0.6.0", 4731 - "hyper-util", 4732 - "serde", 4733 - "serde_derive", 4734 - "serde_json", 4735 - "serde_repr", 4736 - "thiserror", 4737 - "time", 4738 - "tokio", 4739 - "url", 4740 - ] 4741 - 4742 - [[package]] 4743 - name = "svix-ksuid" 4744 - version = "0.5.3" 4745 - source = "registry+https://github.com/rust-lang/crates.io-index" 4746 - checksum = "8c0c2b19ae442a1842ba35f7eeff46e684bb24cb4a9571f41b48e5181e5eadd5" 4747 - dependencies = [ 4748 - "base-encode", 4749 - "byteorder", 4750 - "chrono", 4751 - "getrandom", 4752 - ] 4753 - 4754 - [[package]] 4755 - name = "svix-ksuid" 4756 - version = "0.8.0" 4757 - source = "registry+https://github.com/rust-lang/crates.io-index" 4758 - checksum = "66f014385b7fc154f59e9480770c2187b6e61037c2439895788a9a4d421d7859" 4759 - dependencies = [ 4760 - "base-encode", 4761 - "byteorder", 4762 - "getrandom", 4763 - "time", 4764 - ] 4765 - 4766 - [[package]] 4767 - name = "svix-server" 4768 - version = "1.40.0" 4769 - dependencies = [ 4770 - "aide", 4771 - "anyhow", 4772 - "assert_matches", 4773 - "axum", 4774 - "axum-server", 4775 - "base64 0.13.1", 4776 - "bb8", 4777 - "bb8-redis 0.16.0", 4778 - "blake2", 4779 - "bytes", 4780 - "chacha20poly1305", 4781 - "chrono", 4782 - "clap", 4783 - "ctor", 4784 - "dotenvy", 4785 - "ed25519-compact", 4786 - "enum_dispatch", 4787 - "figment", 4788 - "form_urlencoded", 4789 - "futures", 4790 - "hex", 4791 - "hickory-resolver", 4792 - "hmac-sha256", 4793 - "http 0.2.12", 4794 - "hyper 0.14.28", 4795 - "hyper-openssl", 4796 - "hyper-proxy", 4797 - "hyper-socks2", 4798 - "indexmap 1.9.3", 4799 - "ipnet", 4800 - "jsonschema", 4801 - "jwt-simple", 4802 - "lapin", 4803 - "num_enum", 4804 - "omniqueue", 4805 - "once_cell", 4806 - "openssl", 4807 - "opentelemetry", 4808 - "opentelemetry-http", 4809 - "opentelemetry-otlp", 4810 - "opentelemetry_sdk", 4811 - "rand", 4812 - "redis 0.26.1", 4813 - "regex", 4814 - "reqwest 0.11.27", 4815 - "schemars", 4816 - "sea-orm", 4817 - "sentry", 4818 - "serde", 4819 - "serde_json", 4820 - "serde_path_to_error", 4821 - "sqlx", 4822 - "svix", 4823 - "svix-ksuid 0.5.3", 4824 - "svix-server_derive", 4825 - "thiserror", 4826 - "tikv-jemallocator", 4827 - "time", 4828 - "tokio", 4829 - "tower", 4830 - "tower-http", 4831 - "tracing", 4832 - "tracing-opentelemetry", 4833 - "tracing-subscriber", 4834 - "url", 4835 - "urlencoding", 4836 - "validator", 4837 - ] 4838 - 4839 - [[package]] 4840 - name = "svix-server_derive" 4841 - version = "0.1.0" 4842 - dependencies = [ 4843 - "proc-macro2", 4844 - "quote", 4845 - "syn 2.0.79", 4846 - ] 4847 - 4848 - [[package]] 4849 - name = "syn" 4850 - version = "1.0.109" 4851 - source = "registry+https://github.com/rust-lang/crates.io-index" 4852 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4853 - dependencies = [ 4854 - "proc-macro2", 4855 - "quote", 4856 - "unicode-ident", 4857 - ] 4858 - 4859 - [[package]] 4860 - name = "syn" 4861 - version = "2.0.79" 4862 - source = "registry+https://github.com/rust-lang/crates.io-index" 4863 - checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" 4864 - dependencies = [ 4865 - "proc-macro2", 4866 - "quote", 4867 - "unicode-ident", 4868 - ] 4869 - 4870 - [[package]] 4871 - name = "sync_wrapper" 4872 - version = "0.1.2" 4873 - source = "registry+https://github.com/rust-lang/crates.io-index" 4874 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 4875 - 4876 - [[package]] 4877 - name = "sync_wrapper" 4878 - version = "1.0.1" 4879 - source = "registry+https://github.com/rust-lang/crates.io-index" 4880 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 4881 - dependencies = [ 4882 - "futures-core", 4883 - ] 4884 - 4885 - [[package]] 4886 - name = "synstructure" 4887 - version = "0.13.1" 4888 - source = "registry+https://github.com/rust-lang/crates.io-index" 4889 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 4890 - dependencies = [ 4891 - "proc-macro2", 4892 - "quote", 4893 - "syn 2.0.79", 4894 - ] 4895 - 4896 - [[package]] 4897 - name = "system-configuration" 4898 - version = "0.5.1" 4899 - source = "registry+https://github.com/rust-lang/crates.io-index" 4900 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 4901 - dependencies = [ 4902 - "bitflags 1.3.2", 4903 - "core-foundation", 4904 - "system-configuration-sys", 4905 - ] 4906 - 4907 - [[package]] 4908 - name = "system-configuration-sys" 4909 - version = "0.5.0" 4910 - source = "registry+https://github.com/rust-lang/crates.io-index" 4911 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 4912 - dependencies = [ 4913 - "core-foundation-sys", 4914 - "libc", 4915 - ] 4916 - 4917 - [[package]] 4918 - name = "tcp-stream" 4919 - version = "0.28.0" 4920 - source = "registry+https://github.com/rust-lang/crates.io-index" 4921 - checksum = "495b0abdce3dc1f8fd27240651c9e68890c14e9d9c61527b1ce44d8a5a7bd3d5" 4922 - dependencies = [ 4923 - "cfg-if", 4924 - "p12-keystore", 4925 - "rustls-connector", 4926 - "rustls-pemfile 2.2.0", 4927 - ] 4928 - 4929 - [[package]] 4930 - name = "tempfile" 4931 - version = "3.13.0" 4932 - source = "registry+https://github.com/rust-lang/crates.io-index" 4933 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 4934 - dependencies = [ 4935 - "cfg-if", 4936 - "fastrand 2.1.1", 4937 - "once_cell", 4938 - "rustix 0.38.37", 4939 - "windows-sys 0.59.0", 4940 - ] 4941 - 4942 - [[package]] 4943 - name = "thiserror" 4944 - version = "1.0.64" 4945 - source = "registry+https://github.com/rust-lang/crates.io-index" 4946 - checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" 4947 - dependencies = [ 4948 - "thiserror-impl", 4949 - ] 4950 - 4951 - [[package]] 4952 - name = "thiserror-impl" 4953 - version = "1.0.64" 4954 - source = "registry+https://github.com/rust-lang/crates.io-index" 4955 - checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" 4956 - dependencies = [ 4957 - "proc-macro2", 4958 - "quote", 4959 - "syn 2.0.79", 4960 - ] 4961 - 4962 - [[package]] 4963 - name = "thread_local" 4964 - version = "1.1.8" 4965 - source = "registry+https://github.com/rust-lang/crates.io-index" 4966 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 4967 - dependencies = [ 4968 - "cfg-if", 4969 - "once_cell", 4970 - ] 4971 - 4972 - [[package]] 4973 - name = "tikv-jemalloc-sys" 4974 - version = "0.5.4+5.3.0-patched" 4975 - source = "registry+https://github.com/rust-lang/crates.io-index" 4976 - checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" 4977 - dependencies = [ 4978 - "cc", 4979 - "libc", 4980 - ] 4981 - 4982 - [[package]] 4983 - name = "tikv-jemallocator" 4984 - version = "0.5.4" 4985 - source = "registry+https://github.com/rust-lang/crates.io-index" 4986 - checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" 4987 - dependencies = [ 4988 - "libc", 4989 - "tikv-jemalloc-sys", 4990 - ] 4991 - 4992 - [[package]] 4993 - name = "time" 4994 - version = "0.3.36" 4995 - source = "registry+https://github.com/rust-lang/crates.io-index" 4996 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 4997 - dependencies = [ 4998 - "deranged", 4999 - "itoa", 5000 - "num-conv", 5001 - "powerfmt", 5002 - "serde", 5003 - "time-core", 5004 - "time-macros", 5005 - ] 5006 - 5007 - [[package]] 5008 - name = "time-core" 5009 - version = "0.1.2" 5010 - source = "registry+https://github.com/rust-lang/crates.io-index" 5011 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5012 - 5013 - [[package]] 5014 - name = "time-macros" 5015 - version = "0.2.18" 5016 - source = "registry+https://github.com/rust-lang/crates.io-index" 5017 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5018 - dependencies = [ 5019 - "num-conv", 5020 - "time-core", 5021 - ] 5022 - 5023 - [[package]] 5024 - name = "tinyvec" 5025 - version = "1.8.0" 5026 - source = "registry+https://github.com/rust-lang/crates.io-index" 5027 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 5028 - dependencies = [ 5029 - "tinyvec_macros", 5030 - ] 5031 - 5032 - [[package]] 5033 - name = "tinyvec_macros" 5034 - version = "0.1.1" 5035 - source = "registry+https://github.com/rust-lang/crates.io-index" 5036 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5037 - 5038 - [[package]] 5039 - name = "tokio" 5040 - version = "1.40.0" 5041 - source = "registry+https://github.com/rust-lang/crates.io-index" 5042 - checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" 5043 - dependencies = [ 5044 - "backtrace", 5045 - "bytes", 5046 - "libc", 5047 - "mio", 5048 - "parking_lot", 5049 - "pin-project-lite", 5050 - "signal-hook-registry", 5051 - "socket2 0.5.7", 5052 - "tokio-macros", 5053 - "windows-sys 0.52.0", 5054 - ] 5055 - 5056 - [[package]] 5057 - name = "tokio-io-timeout" 5058 - version = "1.2.0" 5059 - source = "registry+https://github.com/rust-lang/crates.io-index" 5060 - checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 5061 - dependencies = [ 5062 - "pin-project-lite", 5063 - "tokio", 5064 - ] 5065 - 5066 - [[package]] 5067 - name = "tokio-macros" 5068 - version = "2.4.0" 5069 - source = "registry+https://github.com/rust-lang/crates.io-index" 5070 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 5071 - dependencies = [ 5072 - "proc-macro2", 5073 - "quote", 5074 - "syn 2.0.79", 5075 - ] 5076 - 5077 - [[package]] 5078 - name = "tokio-native-tls" 5079 - version = "0.3.1" 5080 - source = "registry+https://github.com/rust-lang/crates.io-index" 5081 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5082 - dependencies = [ 5083 - "native-tls", 5084 - "tokio", 5085 - ] 5086 - 5087 - [[package]] 5088 - name = "tokio-openssl" 5089 - version = "0.6.5" 5090 - source = "registry+https://github.com/rust-lang/crates.io-index" 5091 - checksum = "59df6849caa43bb7567f9a36f863c447d95a11d5903c9cc334ba32576a27eadd" 5092 - dependencies = [ 5093 - "openssl", 5094 - "openssl-sys", 5095 - "tokio", 5096 - ] 5097 - 5098 - [[package]] 5099 - name = "tokio-retry" 5100 - version = "0.3.0" 5101 - source = "registry+https://github.com/rust-lang/crates.io-index" 5102 - checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" 5103 - dependencies = [ 5104 - "pin-project", 5105 - "rand", 5106 - "tokio", 5107 - ] 5108 - 5109 - [[package]] 5110 - name = "tokio-rustls" 5111 - version = "0.24.1" 5112 - source = "registry+https://github.com/rust-lang/crates.io-index" 5113 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 5114 - dependencies = [ 5115 - "rustls 0.21.12", 5116 - "tokio", 5117 - ] 5118 - 5119 - [[package]] 5120 - name = "tokio-rustls" 5121 - version = "0.25.0" 5122 - source = "registry+https://github.com/rust-lang/crates.io-index" 5123 - checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 5124 - dependencies = [ 5125 - "rustls 0.22.4", 5126 - "rustls-pki-types", 5127 - "tokio", 5128 - ] 5129 - 5130 - [[package]] 5131 - name = "tokio-stream" 5132 - version = "0.1.16" 5133 - source = "registry+https://github.com/rust-lang/crates.io-index" 5134 - checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 5135 - dependencies = [ 5136 - "futures-core", 5137 - "pin-project-lite", 5138 - "tokio", 5139 - ] 5140 - 5141 - [[package]] 5142 - name = "tokio-util" 5143 - version = "0.7.12" 5144 - source = "registry+https://github.com/rust-lang/crates.io-index" 5145 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 5146 - dependencies = [ 5147 - "bytes", 5148 - "futures-core", 5149 - "futures-sink", 5150 - "pin-project-lite", 5151 - "tokio", 5152 - ] 5153 - 5154 - [[package]] 5155 - name = "toml" 5156 - version = "0.8.19" 5157 - source = "registry+https://github.com/rust-lang/crates.io-index" 5158 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 5159 - dependencies = [ 5160 - "serde", 5161 - "serde_spanned", 5162 - "toml_datetime", 5163 - "toml_edit", 5164 - ] 5165 - 5166 - [[package]] 5167 - name = "toml_datetime" 5168 - version = "0.6.8" 5169 - source = "registry+https://github.com/rust-lang/crates.io-index" 5170 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 5171 - dependencies = [ 5172 - "serde", 5173 - ] 5174 - 5175 - [[package]] 5176 - name = "toml_edit" 5177 - version = "0.22.22" 5178 - source = "registry+https://github.com/rust-lang/crates.io-index" 5179 - checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 5180 - dependencies = [ 5181 - "indexmap 2.6.0", 5182 - "serde", 5183 - "serde_spanned", 5184 - "toml_datetime", 5185 - "winnow", 5186 - ] 5187 - 5188 - [[package]] 5189 - name = "tonic" 5190 - version = "0.11.0" 5191 - source = "registry+https://github.com/rust-lang/crates.io-index" 5192 - checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" 5193 - dependencies = [ 5194 - "async-stream", 5195 - "async-trait", 5196 - "axum", 5197 - "base64 0.21.7", 5198 - "bytes", 5199 - "h2", 5200 - "http 0.2.12", 5201 - "http-body 0.4.6", 5202 - "hyper 0.14.28", 5203 - "hyper-timeout", 5204 - "percent-encoding", 5205 - "pin-project", 5206 - "prost", 5207 - "tokio", 5208 - "tokio-stream", 5209 - "tower", 5210 - "tower-layer", 5211 - "tower-service", 5212 - "tracing", 5213 - ] 5214 - 5215 - [[package]] 5216 - name = "tower" 5217 - version = "0.4.13" 5218 - source = "registry+https://github.com/rust-lang/crates.io-index" 5219 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 5220 - dependencies = [ 5221 - "futures-core", 5222 - "futures-util", 5223 - "indexmap 1.9.3", 5224 - "pin-project", 5225 - "pin-project-lite", 5226 - "rand", 5227 - "slab", 5228 - "tokio", 5229 - "tokio-util", 5230 - "tower-layer", 5231 - "tower-service", 5232 - "tracing", 5233 - ] 5234 - 5235 - [[package]] 5236 - name = "tower-http" 5237 - version = "0.4.4" 5238 - source = "registry+https://github.com/rust-lang/crates.io-index" 5239 - checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" 5240 - dependencies = [ 5241 - "bitflags 2.6.0", 5242 - "bytes", 5243 - "futures-core", 5244 - "futures-util", 5245 - "http 0.2.12", 5246 - "http-body 0.4.6", 5247 - "http-range-header", 5248 - "pin-project-lite", 5249 - "tower-layer", 5250 - "tower-service", 5251 - "tracing", 5252 - "uuid", 5253 - ] 5254 - 5255 - [[package]] 5256 - name = "tower-layer" 5257 - version = "0.3.3" 5258 - source = "registry+https://github.com/rust-lang/crates.io-index" 5259 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 5260 - 5261 - [[package]] 5262 - name = "tower-service" 5263 - version = "0.3.3" 5264 - source = "registry+https://github.com/rust-lang/crates.io-index" 5265 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5266 - 5267 - [[package]] 5268 - name = "tracing" 5269 - version = "0.1.40" 5270 - source = "registry+https://github.com/rust-lang/crates.io-index" 5271 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5272 - dependencies = [ 5273 - "log", 5274 - "pin-project-lite", 5275 - "tracing-attributes", 5276 - "tracing-core", 5277 - ] 5278 - 5279 - [[package]] 5280 - name = "tracing-attributes" 5281 - version = "0.1.27" 5282 - source = "registry+https://github.com/rust-lang/crates.io-index" 5283 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 5284 - dependencies = [ 5285 - "proc-macro2", 5286 - "quote", 5287 - "syn 2.0.79", 5288 - ] 5289 - 5290 - [[package]] 5291 - name = "tracing-core" 5292 - version = "0.1.32" 5293 - source = "registry+https://github.com/rust-lang/crates.io-index" 5294 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5295 - dependencies = [ 5296 - "once_cell", 5297 - "valuable", 5298 - ] 5299 - 5300 - [[package]] 5301 - name = "tracing-log" 5302 - version = "0.2.0" 5303 - source = "registry+https://github.com/rust-lang/crates.io-index" 5304 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5305 - dependencies = [ 5306 - "log", 5307 - "once_cell", 5308 - "tracing-core", 5309 - ] 5310 - 5311 - [[package]] 5312 - name = "tracing-opentelemetry" 5313 - version = "0.24.0" 5314 - source = "registry+https://github.com/rust-lang/crates.io-index" 5315 - checksum = "f68803492bf28ab40aeccaecc7021096bd256baf7ca77c3d425d89b35a7be4e4" 5316 - dependencies = [ 5317 - "js-sys", 5318 - "once_cell", 5319 - "opentelemetry", 5320 - "opentelemetry_sdk", 5321 - "smallvec", 5322 - "tracing", 5323 - "tracing-core", 5324 - "tracing-log", 5325 - "tracing-subscriber", 5326 - "web-time", 5327 - ] 5328 - 5329 - [[package]] 5330 - name = "tracing-serde" 5331 - version = "0.1.3" 5332 - source = "registry+https://github.com/rust-lang/crates.io-index" 5333 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 5334 - dependencies = [ 5335 - "serde", 5336 - "tracing-core", 5337 - ] 5338 - 5339 - [[package]] 5340 - name = "tracing-subscriber" 5341 - version = "0.3.18" 5342 - source = "registry+https://github.com/rust-lang/crates.io-index" 5343 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5344 - dependencies = [ 5345 - "matchers", 5346 - "nu-ansi-term", 5347 - "once_cell", 5348 - "regex", 5349 - "serde", 5350 - "serde_json", 5351 - "sharded-slab", 5352 - "smallvec", 5353 - "thread_local", 5354 - "tracing", 5355 - "tracing-core", 5356 - "tracing-log", 5357 - "tracing-serde", 5358 - ] 5359 - 5360 - [[package]] 5361 - name = "try-lock" 5362 - version = "0.2.5" 5363 - source = "registry+https://github.com/rust-lang/crates.io-index" 5364 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5365 - 5366 - [[package]] 5367 - name = "typenum" 5368 - version = "1.17.0" 5369 - source = "registry+https://github.com/rust-lang/crates.io-index" 5370 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5371 - 5372 - [[package]] 5373 - name = "uname" 5374 - version = "0.1.1" 5375 - source = "registry+https://github.com/rust-lang/crates.io-index" 5376 - checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8" 5377 - dependencies = [ 5378 - "libc", 5379 - ] 5380 - 5381 - [[package]] 5382 - name = "uncased" 5383 - version = "0.9.10" 5384 - source = "registry+https://github.com/rust-lang/crates.io-index" 5385 - checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 5386 - dependencies = [ 5387 - "version_check", 5388 - ] 5389 - 5390 - [[package]] 5391 - name = "unicode-bidi" 5392 - version = "0.3.17" 5393 - source = "registry+https://github.com/rust-lang/crates.io-index" 5394 - checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 5395 - 5396 - [[package]] 5397 - name = "unicode-ident" 5398 - version = "1.0.13" 5399 - source = "registry+https://github.com/rust-lang/crates.io-index" 5400 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 5401 - 5402 - [[package]] 5403 - name = "unicode-normalization" 5404 - version = "0.1.24" 5405 - source = "registry+https://github.com/rust-lang/crates.io-index" 5406 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 5407 - dependencies = [ 5408 - "tinyvec", 5409 - ] 5410 - 5411 - [[package]] 5412 - name = "unicode-properties" 5413 - version = "0.1.3" 5414 - source = "registry+https://github.com/rust-lang/crates.io-index" 5415 - checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 5416 - 5417 - [[package]] 5418 - name = "unicode_categories" 5419 - version = "0.1.1" 5420 - source = "registry+https://github.com/rust-lang/crates.io-index" 5421 - checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 5422 - 5423 - [[package]] 5424 - name = "universal-hash" 5425 - version = "0.5.1" 5426 - source = "registry+https://github.com/rust-lang/crates.io-index" 5427 - checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 5428 - dependencies = [ 5429 - "crypto-common", 5430 - "subtle", 5431 - ] 5432 - 5433 - [[package]] 5434 - name = "untrusted" 5435 - version = "0.9.0" 5436 - source = "registry+https://github.com/rust-lang/crates.io-index" 5437 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5438 - 5439 - [[package]] 5440 - name = "ureq" 5441 - version = "2.10.1" 5442 - source = "registry+https://github.com/rust-lang/crates.io-index" 5443 - checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 5444 - dependencies = [ 5445 - "base64 0.22.1", 5446 - "log", 5447 - "native-tls", 5448 - "once_cell", 5449 - "url", 5450 - ] 5451 - 5452 - [[package]] 5453 - name = "url" 5454 - version = "2.5.2" 5455 - source = "registry+https://github.com/rust-lang/crates.io-index" 5456 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 5457 - dependencies = [ 5458 - "form_urlencoded", 5459 - "idna 0.5.0", 5460 - "percent-encoding", 5461 - "serde", 5462 - ] 5463 - 5464 - [[package]] 5465 - name = "urlencoding" 5466 - version = "2.1.3" 5467 - source = "registry+https://github.com/rust-lang/crates.io-index" 5468 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5469 - 5470 - [[package]] 5471 - name = "utf8parse" 5472 - version = "0.2.2" 5473 - source = "registry+https://github.com/rust-lang/crates.io-index" 5474 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5475 - 5476 - [[package]] 5477 - name = "uuid" 5478 - version = "1.11.0" 5479 - source = "registry+https://github.com/rust-lang/crates.io-index" 5480 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 5481 - dependencies = [ 5482 - "getrandom", 5483 - "serde", 5484 - ] 5485 - 5486 - [[package]] 5487 - name = "validator" 5488 - version = "0.16.1" 5489 - source = "registry+https://github.com/rust-lang/crates.io-index" 5490 - checksum = "b92f40481c04ff1f4f61f304d61793c7b56ff76ac1469f1beb199b1445b253bd" 5491 - dependencies = [ 5492 - "idna 0.4.0", 5493 - "lazy_static", 5494 - "regex", 5495 - "serde", 5496 - "serde_derive", 5497 - "serde_json", 5498 - "url", 5499 - "validator_derive", 5500 - ] 5501 - 5502 - [[package]] 5503 - name = "validator_derive" 5504 - version = "0.16.0" 5505 - source = "registry+https://github.com/rust-lang/crates.io-index" 5506 - checksum = "bc44ca3088bb3ba384d9aecf40c6a23a676ce23e09bdaca2073d99c207f864af" 5507 - dependencies = [ 5508 - "if_chain", 5509 - "lazy_static", 5510 - "proc-macro-error", 5511 - "proc-macro2", 5512 - "quote", 5513 - "regex", 5514 - "syn 1.0.109", 5515 - "validator_types", 5516 - ] 5517 - 5518 - [[package]] 5519 - name = "validator_types" 5520 - version = "0.16.0" 5521 - source = "registry+https://github.com/rust-lang/crates.io-index" 5522 - checksum = "111abfe30072511849c5910134e8baf8dc05de4c0e5903d681cbd5c9c4d611e3" 5523 - dependencies = [ 5524 - "proc-macro2", 5525 - "syn 1.0.109", 5526 - ] 5527 - 5528 - [[package]] 5529 - name = "valuable" 5530 - version = "0.1.0" 5531 - source = "registry+https://github.com/rust-lang/crates.io-index" 5532 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5533 - 5534 - [[package]] 5535 - name = "vcpkg" 5536 - version = "0.2.15" 5537 - source = "registry+https://github.com/rust-lang/crates.io-index" 5538 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5539 - 5540 - [[package]] 5541 - name = "version_check" 5542 - version = "0.9.5" 5543 - source = "registry+https://github.com/rust-lang/crates.io-index" 5544 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5545 - 5546 - [[package]] 5547 - name = "waker-fn" 5548 - version = "1.2.0" 5549 - source = "registry+https://github.com/rust-lang/crates.io-index" 5550 - checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 5551 - 5552 - [[package]] 5553 - name = "want" 5554 - version = "0.3.1" 5555 - source = "registry+https://github.com/rust-lang/crates.io-index" 5556 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5557 - dependencies = [ 5558 - "try-lock", 5559 - ] 5560 - 5561 - [[package]] 5562 - name = "wasi" 5563 - version = "0.11.0+wasi-snapshot-preview1" 5564 - source = "registry+https://github.com/rust-lang/crates.io-index" 5565 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5566 - 5567 - [[package]] 5568 - name = "wasite" 5569 - version = "0.1.0" 5570 - source = "registry+https://github.com/rust-lang/crates.io-index" 5571 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 5572 - 5573 - [[package]] 5574 - name = "wasix" 5575 - version = "0.12.21" 5576 - source = "registry+https://github.com/rust-lang/crates.io-index" 5577 - checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" 5578 - dependencies = [ 5579 - "wasi", 5580 - ] 5581 - 5582 - [[package]] 5583 - name = "wasm-bindgen" 5584 - version = "0.2.95" 5585 - source = "registry+https://github.com/rust-lang/crates.io-index" 5586 - checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 5587 - dependencies = [ 5588 - "cfg-if", 5589 - "once_cell", 5590 - "wasm-bindgen-macro", 5591 - ] 5592 - 5593 - [[package]] 5594 - name = "wasm-bindgen-backend" 5595 - version = "0.2.95" 5596 - source = "registry+https://github.com/rust-lang/crates.io-index" 5597 - checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 5598 - dependencies = [ 5599 - "bumpalo", 5600 - "log", 5601 - "once_cell", 5602 - "proc-macro2", 5603 - "quote", 5604 - "syn 2.0.79", 5605 - "wasm-bindgen-shared", 5606 - ] 5607 - 5608 - [[package]] 5609 - name = "wasm-bindgen-futures" 5610 - version = "0.4.45" 5611 - source = "registry+https://github.com/rust-lang/crates.io-index" 5612 - checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" 5613 - dependencies = [ 5614 - "cfg-if", 5615 - "js-sys", 5616 - "wasm-bindgen", 5617 - "web-sys", 5618 - ] 5619 - 5620 - [[package]] 5621 - name = "wasm-bindgen-macro" 5622 - version = "0.2.95" 5623 - source = "registry+https://github.com/rust-lang/crates.io-index" 5624 - checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 5625 - dependencies = [ 5626 - "quote", 5627 - "wasm-bindgen-macro-support", 5628 - ] 5629 - 5630 - [[package]] 5631 - name = "wasm-bindgen-macro-support" 5632 - version = "0.2.95" 5633 - source = "registry+https://github.com/rust-lang/crates.io-index" 5634 - checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 5635 - dependencies = [ 5636 - "proc-macro2", 5637 - "quote", 5638 - "syn 2.0.79", 5639 - "wasm-bindgen-backend", 5640 - "wasm-bindgen-shared", 5641 - ] 5642 - 5643 - [[package]] 5644 - name = "wasm-bindgen-shared" 5645 - version = "0.2.95" 5646 - source = "registry+https://github.com/rust-lang/crates.io-index" 5647 - checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 5648 - 5649 - [[package]] 5650 - name = "web-sys" 5651 - version = "0.3.72" 5652 - source = "registry+https://github.com/rust-lang/crates.io-index" 5653 - checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 5654 - dependencies = [ 5655 - "js-sys", 5656 - "wasm-bindgen", 5657 - ] 5658 - 5659 - [[package]] 5660 - name = "web-time" 5661 - version = "1.1.0" 5662 - source = "registry+https://github.com/rust-lang/crates.io-index" 5663 - checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5664 - dependencies = [ 5665 - "js-sys", 5666 - "wasm-bindgen", 5667 - ] 5668 - 5669 - [[package]] 5670 - name = "webpki-roots" 5671 - version = "0.25.4" 5672 - source = "registry+https://github.com/rust-lang/crates.io-index" 5673 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 5674 - 5675 - [[package]] 5676 - name = "webpki-roots" 5677 - version = "0.26.6" 5678 - source = "registry+https://github.com/rust-lang/crates.io-index" 5679 - checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 5680 - dependencies = [ 5681 - "rustls-pki-types", 5682 - ] 5683 - 5684 - [[package]] 5685 - name = "whoami" 5686 - version = "1.5.2" 5687 - source = "registry+https://github.com/rust-lang/crates.io-index" 5688 - checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" 5689 - dependencies = [ 5690 - "redox_syscall", 5691 - "wasite", 5692 - ] 5693 - 5694 - [[package]] 5695 - name = "widestring" 5696 - version = "1.1.0" 5697 - source = "registry+https://github.com/rust-lang/crates.io-index" 5698 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 5699 - 5700 - [[package]] 5701 - name = "winapi" 5702 - version = "0.3.9" 5703 - source = "registry+https://github.com/rust-lang/crates.io-index" 5704 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5705 - dependencies = [ 5706 - "winapi-i686-pc-windows-gnu", 5707 - "winapi-x86_64-pc-windows-gnu", 5708 - ] 5709 - 5710 - [[package]] 5711 - name = "winapi-i686-pc-windows-gnu" 5712 - version = "0.4.0" 5713 - source = "registry+https://github.com/rust-lang/crates.io-index" 5714 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5715 - 5716 - [[package]] 5717 - name = "winapi-x86_64-pc-windows-gnu" 5718 - version = "0.4.0" 5719 - source = "registry+https://github.com/rust-lang/crates.io-index" 5720 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5721 - 5722 - [[package]] 5723 - name = "windows" 5724 - version = "0.52.0" 5725 - source = "registry+https://github.com/rust-lang/crates.io-index" 5726 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 5727 - dependencies = [ 5728 - "windows-core", 5729 - "windows-targets 0.52.6", 5730 - ] 5731 - 5732 - [[package]] 5733 - name = "windows-core" 5734 - version = "0.52.0" 5735 - source = "registry+https://github.com/rust-lang/crates.io-index" 5736 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 5737 - dependencies = [ 5738 - "windows-targets 0.52.6", 5739 - ] 5740 - 5741 - [[package]] 5742 - name = "windows-registry" 5743 - version = "0.2.0" 5744 - source = "registry+https://github.com/rust-lang/crates.io-index" 5745 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 5746 - dependencies = [ 5747 - "windows-result", 5748 - "windows-strings", 5749 - "windows-targets 0.52.6", 5750 - ] 5751 - 5752 - [[package]] 5753 - name = "windows-result" 5754 - version = "0.2.0" 5755 - source = "registry+https://github.com/rust-lang/crates.io-index" 5756 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 5757 - dependencies = [ 5758 - "windows-targets 0.52.6", 5759 - ] 5760 - 5761 - [[package]] 5762 - name = "windows-strings" 5763 - version = "0.1.0" 5764 - source = "registry+https://github.com/rust-lang/crates.io-index" 5765 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 5766 - dependencies = [ 5767 - "windows-result", 5768 - "windows-targets 0.52.6", 5769 - ] 5770 - 5771 - [[package]] 5772 - name = "windows-sys" 5773 - version = "0.48.0" 5774 - source = "registry+https://github.com/rust-lang/crates.io-index" 5775 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5776 - dependencies = [ 5777 - "windows-targets 0.48.5", 5778 - ] 5779 - 5780 - [[package]] 5781 - name = "windows-sys" 5782 - version = "0.52.0" 5783 - source = "registry+https://github.com/rust-lang/crates.io-index" 5784 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5785 - dependencies = [ 5786 - "windows-targets 0.52.6", 5787 - ] 5788 - 5789 - [[package]] 5790 - name = "windows-sys" 5791 - version = "0.59.0" 5792 - source = "registry+https://github.com/rust-lang/crates.io-index" 5793 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5794 - dependencies = [ 5795 - "windows-targets 0.52.6", 5796 - ] 5797 - 5798 - [[package]] 5799 - name = "windows-targets" 5800 - version = "0.48.5" 5801 - source = "registry+https://github.com/rust-lang/crates.io-index" 5802 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5803 - dependencies = [ 5804 - "windows_aarch64_gnullvm 0.48.5", 5805 - "windows_aarch64_msvc 0.48.5", 5806 - "windows_i686_gnu 0.48.5", 5807 - "windows_i686_msvc 0.48.5", 5808 - "windows_x86_64_gnu 0.48.5", 5809 - "windows_x86_64_gnullvm 0.48.5", 5810 - "windows_x86_64_msvc 0.48.5", 5811 - ] 5812 - 5813 - [[package]] 5814 - name = "windows-targets" 5815 - version = "0.52.6" 5816 - source = "registry+https://github.com/rust-lang/crates.io-index" 5817 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5818 - dependencies = [ 5819 - "windows_aarch64_gnullvm 0.52.6", 5820 - "windows_aarch64_msvc 0.52.6", 5821 - "windows_i686_gnu 0.52.6", 5822 - "windows_i686_gnullvm", 5823 - "windows_i686_msvc 0.52.6", 5824 - "windows_x86_64_gnu 0.52.6", 5825 - "windows_x86_64_gnullvm 0.52.6", 5826 - "windows_x86_64_msvc 0.52.6", 5827 - ] 5828 - 5829 - [[package]] 5830 - name = "windows_aarch64_gnullvm" 5831 - version = "0.48.5" 5832 - source = "registry+https://github.com/rust-lang/crates.io-index" 5833 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5834 - 5835 - [[package]] 5836 - name = "windows_aarch64_gnullvm" 5837 - version = "0.52.6" 5838 - source = "registry+https://github.com/rust-lang/crates.io-index" 5839 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5840 - 5841 - [[package]] 5842 - name = "windows_aarch64_msvc" 5843 - version = "0.48.5" 5844 - source = "registry+https://github.com/rust-lang/crates.io-index" 5845 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5846 - 5847 - [[package]] 5848 - name = "windows_aarch64_msvc" 5849 - version = "0.52.6" 5850 - source = "registry+https://github.com/rust-lang/crates.io-index" 5851 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5852 - 5853 - [[package]] 5854 - name = "windows_i686_gnu" 5855 - version = "0.48.5" 5856 - source = "registry+https://github.com/rust-lang/crates.io-index" 5857 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5858 - 5859 - [[package]] 5860 - name = "windows_i686_gnu" 5861 - version = "0.52.6" 5862 - source = "registry+https://github.com/rust-lang/crates.io-index" 5863 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5864 - 5865 - [[package]] 5866 - name = "windows_i686_gnullvm" 5867 - version = "0.52.6" 5868 - source = "registry+https://github.com/rust-lang/crates.io-index" 5869 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5870 - 5871 - [[package]] 5872 - name = "windows_i686_msvc" 5873 - version = "0.48.5" 5874 - source = "registry+https://github.com/rust-lang/crates.io-index" 5875 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5876 - 5877 - [[package]] 5878 - name = "windows_i686_msvc" 5879 - version = "0.52.6" 5880 - source = "registry+https://github.com/rust-lang/crates.io-index" 5881 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5882 - 5883 - [[package]] 5884 - name = "windows_x86_64_gnu" 5885 - version = "0.48.5" 5886 - source = "registry+https://github.com/rust-lang/crates.io-index" 5887 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5888 - 5889 - [[package]] 5890 - name = "windows_x86_64_gnu" 5891 - version = "0.52.6" 5892 - source = "registry+https://github.com/rust-lang/crates.io-index" 5893 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5894 - 5895 - [[package]] 5896 - name = "windows_x86_64_gnullvm" 5897 - version = "0.48.5" 5898 - source = "registry+https://github.com/rust-lang/crates.io-index" 5899 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5900 - 5901 - [[package]] 5902 - name = "windows_x86_64_gnullvm" 5903 - version = "0.52.6" 5904 - source = "registry+https://github.com/rust-lang/crates.io-index" 5905 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5906 - 5907 - [[package]] 5908 - name = "windows_x86_64_msvc" 5909 - version = "0.48.5" 5910 - source = "registry+https://github.com/rust-lang/crates.io-index" 5911 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5912 - 5913 - [[package]] 5914 - name = "windows_x86_64_msvc" 5915 - version = "0.52.6" 5916 - source = "registry+https://github.com/rust-lang/crates.io-index" 5917 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5918 - 5919 - [[package]] 5920 - name = "winnow" 5921 - version = "0.6.20" 5922 - source = "registry+https://github.com/rust-lang/crates.io-index" 5923 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 5924 - dependencies = [ 5925 - "memchr", 5926 - ] 5927 - 5928 - [[package]] 5929 - name = "winreg" 5930 - version = "0.50.0" 5931 - source = "registry+https://github.com/rust-lang/crates.io-index" 5932 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 5933 - dependencies = [ 5934 - "cfg-if", 5935 - "windows-sys 0.48.0", 5936 - ] 5937 - 5938 - [[package]] 5939 - name = "x509-cert" 5940 - version = "0.2.5" 5941 - source = "registry+https://github.com/rust-lang/crates.io-index" 5942 - checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" 5943 - dependencies = [ 5944 - "const-oid", 5945 - "der 0.7.9", 5946 - "spki 0.7.3", 5947 - ] 5948 - 5949 - [[package]] 5950 - name = "x509-parser" 5951 - version = "0.16.0" 5952 - source = "registry+https://github.com/rust-lang/crates.io-index" 5953 - checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" 5954 - dependencies = [ 5955 - "asn1-rs", 5956 - "data-encoding", 5957 - "der-parser", 5958 - "lazy_static", 5959 - "nom", 5960 - "oid-registry", 5961 - "rusticata-macros", 5962 - "thiserror", 5963 - "time", 5964 - ] 5965 - 5966 - [[package]] 5967 - name = "yansi" 5968 - version = "1.0.1" 5969 - source = "registry+https://github.com/rust-lang/crates.io-index" 5970 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 5971 - 5972 - [[package]] 5973 - name = "zerocopy" 5974 - version = "0.7.35" 5975 - source = "registry+https://github.com/rust-lang/crates.io-index" 5976 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 5977 - dependencies = [ 5978 - "byteorder", 5979 - "zerocopy-derive", 5980 - ] 5981 - 5982 - [[package]] 5983 - name = "zerocopy-derive" 5984 - version = "0.7.35" 5985 - source = "registry+https://github.com/rust-lang/crates.io-index" 5986 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 5987 - dependencies = [ 5988 - "proc-macro2", 5989 - "quote", 5990 - "syn 2.0.79", 5991 - ] 5992 - 5993 - [[package]] 5994 - name = "zeroize" 5995 - version = "1.8.1" 5996 - source = "registry+https://github.com/rust-lang/crates.io-index" 5997 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
···
+2 -7
pkgs/by-name/sv/svix-server/package.nix
··· 22 23 sourceRoot = "${src.name}/server"; 24 25 - cargoLock = { 26 - lockFile = ./Cargo.lock; 27 - outputHashes = { 28 - "hyper-0.14.28" = "sha256-4HGGpM9Ce3l3EJnu5XsGfqhrD9EykpR+ihEJlSZc03Q="; 29 - "omniqueue-0.2.1" = "sha256-ab0/WO45m1A56EUY8nLUuxKI9NZqjDar9Y0ua77UCi8="; 30 - }; 31 - }; 32 33 nativeBuildInputs = [ pkg-config ]; 34
··· 22 23 sourceRoot = "${src.name}/server"; 24 25 + useFetchCargoVendor = true; 26 + cargoHash = "sha256-0HxKL59IQFrospD/IkTP7+16u5ZEtOMiDn8cK1DpLXA="; 27 28 nativeBuildInputs = [ pkg-config ]; 29