{mqttui,millet,mchprs,matrix-conduit,markdown-oxide}: use fetchCargoVendor (#387666)

authored by Arne Keller and committed by GitHub 0e01c4a3 8b526eb6

+8 -10656
-3837
pkgs/by-name/ma/matrix-conduit/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.22.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "ahash" 22 - version = "0.8.11" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25 - dependencies = [ 26 - "cfg-if", 27 - "once_cell", 28 - "version_check", 29 - "zerocopy", 30 - ] 31 - 32 - [[package]] 33 - name = "aho-corasick" 34 - version = "1.1.3" 35 - source = "registry+https://github.com/rust-lang/crates.io-index" 36 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 37 - dependencies = [ 38 - "memchr", 39 - ] 40 - 41 - [[package]] 42 - name = "anstyle" 43 - version = "1.0.7" 44 - source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 46 - 47 - [[package]] 48 - name = "anyhow" 49 - version = "1.0.86" 50 - source = "registry+https://github.com/rust-lang/crates.io-index" 51 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 52 - 53 - [[package]] 54 - name = "arc-swap" 55 - version = "1.7.1" 56 - source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 58 - 59 - [[package]] 60 - name = "arrayref" 61 - version = "0.3.7" 62 - source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 64 - 65 - [[package]] 66 - name = "arrayvec" 67 - version = "0.7.4" 68 - source = "registry+https://github.com/rust-lang/crates.io-index" 69 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 70 - 71 - [[package]] 72 - name = "as_variant" 73 - version = "1.2.0" 74 - source = "registry+https://github.com/rust-lang/crates.io-index" 75 - checksum = "f38fa22307249f86fb7fad906fcae77f2564caeb56d7209103c551cd1cf4798f" 76 - 77 - [[package]] 78 - name = "assign" 79 - version = "1.1.1" 80 - source = "registry+https://github.com/rust-lang/crates.io-index" 81 - checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" 82 - 83 - [[package]] 84 - name = "async-stream" 85 - version = "0.3.5" 86 - source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 88 - dependencies = [ 89 - "async-stream-impl", 90 - "futures-core", 91 - "pin-project-lite", 92 - ] 93 - 94 - [[package]] 95 - name = "async-stream-impl" 96 - version = "0.3.5" 97 - source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 99 - dependencies = [ 100 - "proc-macro2", 101 - "quote", 102 - "syn", 103 - ] 104 - 105 - [[package]] 106 - name = "async-trait" 107 - version = "0.1.80" 108 - source = "registry+https://github.com/rust-lang/crates.io-index" 109 - checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 110 - dependencies = [ 111 - "proc-macro2", 112 - "quote", 113 - "syn", 114 - ] 115 - 116 - [[package]] 117 - name = "atomic" 118 - version = "0.6.0" 119 - source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 121 - dependencies = [ 122 - "bytemuck", 123 - ] 124 - 125 - [[package]] 126 - name = "atomic-waker" 127 - version = "1.1.2" 128 - source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 130 - 131 - [[package]] 132 - name = "autocfg" 133 - version = "1.3.0" 134 - source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 136 - 137 - [[package]] 138 - name = "axum" 139 - version = "0.6.20" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" 142 - dependencies = [ 143 - "async-trait", 144 - "axum-core 0.3.4", 145 - "bitflags 1.3.2", 146 - "bytes", 147 - "futures-util", 148 - "http 0.2.12", 149 - "http-body 0.4.6", 150 - "hyper 0.14.29", 151 - "itoa", 152 - "matchit", 153 - "memchr", 154 - "mime", 155 - "percent-encoding", 156 - "pin-project-lite", 157 - "rustversion", 158 - "serde", 159 - "sync_wrapper 0.1.2", 160 - "tower", 161 - "tower-layer", 162 - "tower-service", 163 - ] 164 - 165 - [[package]] 166 - name = "axum" 167 - version = "0.7.5" 168 - source = "registry+https://github.com/rust-lang/crates.io-index" 169 - checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" 170 - dependencies = [ 171 - "async-trait", 172 - "axum-core 0.4.3", 173 - "bytes", 174 - "futures-util", 175 - "http 1.1.0", 176 - "http-body 1.0.0", 177 - "http-body-util", 178 - "hyper 1.3.1", 179 - "hyper-util", 180 - "itoa", 181 - "matchit", 182 - "memchr", 183 - "mime", 184 - "percent-encoding", 185 - "pin-project-lite", 186 - "rustversion", 187 - "serde", 188 - "serde_json", 189 - "serde_path_to_error", 190 - "serde_urlencoded", 191 - "sync_wrapper 1.0.1", 192 - "tower", 193 - "tower-layer", 194 - "tower-service", 195 - ] 196 - 197 - [[package]] 198 - name = "axum-core" 199 - version = "0.3.4" 200 - source = "registry+https://github.com/rust-lang/crates.io-index" 201 - checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 202 - dependencies = [ 203 - "async-trait", 204 - "bytes", 205 - "futures-util", 206 - "http 0.2.12", 207 - "http-body 0.4.6", 208 - "mime", 209 - "rustversion", 210 - "tower-layer", 211 - "tower-service", 212 - ] 213 - 214 - [[package]] 215 - name = "axum-core" 216 - version = "0.4.3" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" 219 - dependencies = [ 220 - "async-trait", 221 - "bytes", 222 - "futures-util", 223 - "http 1.1.0", 224 - "http-body 1.0.0", 225 - "http-body-util", 226 - "mime", 227 - "pin-project-lite", 228 - "rustversion", 229 - "sync_wrapper 0.1.2", 230 - "tower-layer", 231 - "tower-service", 232 - "tracing", 233 - ] 234 - 235 - [[package]] 236 - name = "axum-extra" 237 - version = "0.9.3" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "0be6ea09c9b96cb5076af0de2e383bd2bc0c18f827cf1967bdd353e0b910d733" 240 - dependencies = [ 241 - "axum 0.7.5", 242 - "axum-core 0.4.3", 243 - "bytes", 244 - "futures-util", 245 - "headers", 246 - "http 1.1.0", 247 - "http-body 1.0.0", 248 - "http-body-util", 249 - "mime", 250 - "pin-project-lite", 251 - "serde", 252 - "tower", 253 - "tower-layer", 254 - "tower-service", 255 - "tracing", 256 - ] 257 - 258 - [[package]] 259 - name = "axum-server" 260 - version = "0.6.0" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036" 263 - dependencies = [ 264 - "arc-swap", 265 - "bytes", 266 - "futures-util", 267 - "http 1.1.0", 268 - "http-body 1.0.0", 269 - "http-body-util", 270 - "hyper 1.3.1", 271 - "hyper-util", 272 - "pin-project-lite", 273 - "rustls 0.21.12", 274 - "rustls-pemfile", 275 - "tokio", 276 - "tokio-rustls 0.24.1", 277 - "tower", 278 - "tower-service", 279 - ] 280 - 281 - [[package]] 282 - name = "backtrace" 283 - version = "0.3.72" 284 - source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" 286 - dependencies = [ 287 - "addr2line", 288 - "cc", 289 - "cfg-if", 290 - "libc", 291 - "miniz_oxide", 292 - "object", 293 - "rustc-demangle", 294 - ] 295 - 296 - [[package]] 297 - name = "base64" 298 - version = "0.21.7" 299 - source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 301 - 302 - [[package]] 303 - name = "base64" 304 - version = "0.22.1" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 307 - 308 - [[package]] 309 - name = "base64ct" 310 - version = "1.6.0" 311 - source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 313 - 314 - [[package]] 315 - name = "bindgen" 316 - version = "0.69.4" 317 - source = "registry+https://github.com/rust-lang/crates.io-index" 318 - checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" 319 - dependencies = [ 320 - "bitflags 2.5.0", 321 - "cexpr", 322 - "clang-sys", 323 - "itertools", 324 - "lazy_static", 325 - "lazycell", 326 - "proc-macro2", 327 - "quote", 328 - "regex", 329 - "rustc-hash", 330 - "shlex", 331 - "syn", 332 - ] 333 - 334 - [[package]] 335 - name = "bitflags" 336 - version = "1.3.2" 337 - source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 339 - 340 - [[package]] 341 - name = "bitflags" 342 - version = "2.5.0" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 345 - 346 - [[package]] 347 - name = "blake2b_simd" 348 - version = "1.0.2" 349 - source = "registry+https://github.com/rust-lang/crates.io-index" 350 - checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" 351 - dependencies = [ 352 - "arrayref", 353 - "arrayvec", 354 - "constant_time_eq", 355 - ] 356 - 357 - [[package]] 358 - name = "block-buffer" 359 - version = "0.10.4" 360 - source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 362 - dependencies = [ 363 - "generic-array", 364 - ] 365 - 366 - [[package]] 367 - name = "bumpalo" 368 - version = "3.16.0" 369 - source = "registry+https://github.com/rust-lang/crates.io-index" 370 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 371 - 372 - [[package]] 373 - name = "bytemuck" 374 - version = "1.16.0" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5" 377 - 378 - [[package]] 379 - name = "byteorder" 380 - version = "1.5.0" 381 - source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 383 - 384 - [[package]] 385 - name = "bytes" 386 - version = "1.6.0" 387 - source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 389 - 390 - [[package]] 391 - name = "bzip2-sys" 392 - version = "0.1.11+1.0.8" 393 - source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 395 - dependencies = [ 396 - "cc", 397 - "libc", 398 - "pkg-config", 399 - ] 400 - 401 - [[package]] 402 - name = "cc" 403 - version = "1.0.98" 404 - source = "registry+https://github.com/rust-lang/crates.io-index" 405 - checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" 406 - dependencies = [ 407 - "jobserver", 408 - "libc", 409 - "once_cell", 410 - ] 411 - 412 - [[package]] 413 - name = "cexpr" 414 - version = "0.6.0" 415 - source = "registry+https://github.com/rust-lang/crates.io-index" 416 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 417 - dependencies = [ 418 - "nom", 419 - ] 420 - 421 - [[package]] 422 - name = "cfg-if" 423 - version = "1.0.0" 424 - source = "registry+https://github.com/rust-lang/crates.io-index" 425 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 426 - 427 - [[package]] 428 - name = "cfg_aliases" 429 - version = "0.1.1" 430 - source = "registry+https://github.com/rust-lang/crates.io-index" 431 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 432 - 433 - [[package]] 434 - name = "clang-sys" 435 - version = "1.8.1" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 438 - dependencies = [ 439 - "glob", 440 - "libc", 441 - "libloading", 442 - ] 443 - 444 - [[package]] 445 - name = "clap" 446 - version = "4.5.4" 447 - source = "registry+https://github.com/rust-lang/crates.io-index" 448 - checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" 449 - dependencies = [ 450 - "clap_builder", 451 - "clap_derive", 452 - ] 453 - 454 - [[package]] 455 - name = "clap_builder" 456 - version = "4.5.2" 457 - source = "registry+https://github.com/rust-lang/crates.io-index" 458 - checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" 459 - dependencies = [ 460 - "anstyle", 461 - "clap_lex", 462 - ] 463 - 464 - [[package]] 465 - name = "clap_derive" 466 - version = "4.5.4" 467 - source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" 469 - dependencies = [ 470 - "heck 0.5.0", 471 - "proc-macro2", 472 - "quote", 473 - "syn", 474 - ] 475 - 476 - [[package]] 477 - name = "clap_lex" 478 - version = "0.7.0" 479 - source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 481 - 482 - [[package]] 483 - name = "color_quant" 484 - version = "1.1.0" 485 - source = "registry+https://github.com/rust-lang/crates.io-index" 486 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 487 - 488 - [[package]] 489 - name = "conduit" 490 - version = "0.9.0" 491 - dependencies = [ 492 - "async-trait", 493 - "axum 0.7.5", 494 - "axum-extra", 495 - "axum-server", 496 - "base64 0.22.1", 497 - "bytes", 498 - "clap", 499 - "directories", 500 - "figment", 501 - "futures-util", 502 - "hickory-resolver", 503 - "hmac", 504 - "http 1.1.0", 505 - "hyper 1.3.1", 506 - "hyper-util", 507 - "image", 508 - "jsonwebtoken", 509 - "lru-cache", 510 - "nix", 511 - "num_cpus", 512 - "opentelemetry", 513 - "opentelemetry-jaeger-propagator", 514 - "opentelemetry-otlp", 515 - "opentelemetry_sdk", 516 - "parking_lot", 517 - "persy", 518 - "rand", 519 - "regex", 520 - "reqwest", 521 - "ring", 522 - "ruma", 523 - "rusqlite", 524 - "rust-argon2", 525 - "rust-rocksdb", 526 - "sd-notify", 527 - "serde", 528 - "serde_html_form", 529 - "serde_json", 530 - "serde_yaml", 531 - "sha-1", 532 - "thiserror", 533 - "thread_local", 534 - "threadpool", 535 - "tikv-jemallocator", 536 - "tokio", 537 - "tower", 538 - "tower-http", 539 - "tower-service", 540 - "tracing", 541 - "tracing-flame", 542 - "tracing-opentelemetry", 543 - "tracing-subscriber", 544 - "url", 545 - ] 546 - 547 - [[package]] 548 - name = "const-oid" 549 - version = "0.9.6" 550 - source = "registry+https://github.com/rust-lang/crates.io-index" 551 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 552 - 553 - [[package]] 554 - name = "const_panic" 555 - version = "0.2.8" 556 - source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b" 558 - 559 - [[package]] 560 - name = "constant_time_eq" 561 - version = "0.3.0" 562 - source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" 564 - 565 - [[package]] 566 - name = "core-foundation" 567 - version = "0.9.4" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 570 - dependencies = [ 571 - "core-foundation-sys", 572 - "libc", 573 - ] 574 - 575 - [[package]] 576 - name = "core-foundation-sys" 577 - version = "0.8.6" 578 - source = "registry+https://github.com/rust-lang/crates.io-index" 579 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 580 - 581 - [[package]] 582 - name = "cpufeatures" 583 - version = "0.2.12" 584 - source = "registry+https://github.com/rust-lang/crates.io-index" 585 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 586 - dependencies = [ 587 - "libc", 588 - ] 589 - 590 - [[package]] 591 - name = "crc" 592 - version = "3.2.1" 593 - source = "registry+https://github.com/rust-lang/crates.io-index" 594 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 595 - dependencies = [ 596 - "crc-catalog", 597 - ] 598 - 599 - [[package]] 600 - name = "crc-catalog" 601 - version = "2.4.0" 602 - source = "registry+https://github.com/rust-lang/crates.io-index" 603 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 604 - 605 - [[package]] 606 - name = "crc32fast" 607 - version = "1.4.2" 608 - source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 610 - dependencies = [ 611 - "cfg-if", 612 - ] 613 - 614 - [[package]] 615 - name = "crossbeam-channel" 616 - version = "0.5.13" 617 - source = "registry+https://github.com/rust-lang/crates.io-index" 618 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 619 - dependencies = [ 620 - "crossbeam-utils", 621 - ] 622 - 623 - [[package]] 624 - name = "crossbeam-utils" 625 - version = "0.8.20" 626 - source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 628 - 629 - [[package]] 630 - name = "crypto-common" 631 - version = "0.1.6" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 634 - dependencies = [ 635 - "generic-array", 636 - "typenum", 637 - ] 638 - 639 - [[package]] 640 - name = "curve25519-dalek" 641 - version = "4.1.2" 642 - source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" 644 - dependencies = [ 645 - "cfg-if", 646 - "cpufeatures", 647 - "curve25519-dalek-derive", 648 - "digest", 649 - "fiat-crypto", 650 - "platforms", 651 - "rustc_version", 652 - "subtle", 653 - "zeroize", 654 - ] 655 - 656 - [[package]] 657 - name = "curve25519-dalek-derive" 658 - version = "0.1.1" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 661 - dependencies = [ 662 - "proc-macro2", 663 - "quote", 664 - "syn", 665 - ] 666 - 667 - [[package]] 668 - name = "data-encoding" 669 - version = "2.6.0" 670 - source = "registry+https://github.com/rust-lang/crates.io-index" 671 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 672 - 673 - [[package]] 674 - name = "date_header" 675 - version = "1.0.5" 676 - source = "registry+https://github.com/rust-lang/crates.io-index" 677 - checksum = "0c03c416ed1a30fbb027ef484ba6ab6f80e1eada675e1a2b92fd673c045a1f1d" 678 - 679 - [[package]] 680 - name = "der" 681 - version = "0.7.9" 682 - source = "registry+https://github.com/rust-lang/crates.io-index" 683 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 684 - dependencies = [ 685 - "const-oid", 686 - "zeroize", 687 - ] 688 - 689 - [[package]] 690 - name = "deranged" 691 - version = "0.3.11" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 694 - dependencies = [ 695 - "powerfmt", 696 - ] 697 - 698 - [[package]] 699 - name = "digest" 700 - version = "0.10.7" 701 - source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 703 - dependencies = [ 704 - "block-buffer", 705 - "crypto-common", 706 - "subtle", 707 - ] 708 - 709 - [[package]] 710 - name = "directories" 711 - version = "5.0.1" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 714 - dependencies = [ 715 - "dirs-sys", 716 - ] 717 - 718 - [[package]] 719 - name = "dirs-sys" 720 - version = "0.4.1" 721 - source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 723 - dependencies = [ 724 - "libc", 725 - "option-ext", 726 - "redox_users", 727 - "windows-sys 0.48.0", 728 - ] 729 - 730 - [[package]] 731 - name = "ed25519" 732 - version = "2.2.3" 733 - source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 735 - dependencies = [ 736 - "pkcs8", 737 - "signature", 738 - ] 739 - 740 - [[package]] 741 - name = "ed25519-dalek" 742 - version = "2.1.1" 743 - source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" 745 - dependencies = [ 746 - "curve25519-dalek", 747 - "ed25519", 748 - "rand_core", 749 - "serde", 750 - "sha2", 751 - "subtle", 752 - "zeroize", 753 - ] 754 - 755 - [[package]] 756 - name = "either" 757 - version = "1.12.0" 758 - source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" 760 - 761 - [[package]] 762 - name = "enum-as-inner" 763 - version = "0.6.0" 764 - source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" 766 - dependencies = [ 767 - "heck 0.4.1", 768 - "proc-macro2", 769 - "quote", 770 - "syn", 771 - ] 772 - 773 - [[package]] 774 - name = "equivalent" 775 - version = "1.0.1" 776 - source = "registry+https://github.com/rust-lang/crates.io-index" 777 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 778 - 779 - [[package]] 780 - name = "fallible-iterator" 781 - version = "0.3.0" 782 - source = "registry+https://github.com/rust-lang/crates.io-index" 783 - checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 784 - 785 - [[package]] 786 - name = "fallible-streaming-iterator" 787 - version = "0.1.9" 788 - source = "registry+https://github.com/rust-lang/crates.io-index" 789 - checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 790 - 791 - [[package]] 792 - name = "fdeflate" 793 - version = "0.3.4" 794 - source = "registry+https://github.com/rust-lang/crates.io-index" 795 - checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 796 - dependencies = [ 797 - "simd-adler32", 798 - ] 799 - 800 - [[package]] 801 - name = "fiat-crypto" 802 - version = "0.2.9" 803 - source = "registry+https://github.com/rust-lang/crates.io-index" 804 - checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 805 - 806 - [[package]] 807 - name = "figment" 808 - version = "0.10.19" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 811 - dependencies = [ 812 - "atomic", 813 - "pear", 814 - "serde", 815 - "toml", 816 - "uncased", 817 - "version_check", 818 - ] 819 - 820 - [[package]] 821 - name = "flate2" 822 - version = "1.0.30" 823 - source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 825 - dependencies = [ 826 - "crc32fast", 827 - "miniz_oxide", 828 - ] 829 - 830 - [[package]] 831 - name = "fnv" 832 - version = "1.0.7" 833 - source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 835 - 836 - [[package]] 837 - name = "form_urlencoded" 838 - version = "1.2.1" 839 - source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 841 - dependencies = [ 842 - "percent-encoding", 843 - ] 844 - 845 - [[package]] 846 - name = "fs2" 847 - version = "0.4.3" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 850 - dependencies = [ 851 - "libc", 852 - "winapi", 853 - ] 854 - 855 - [[package]] 856 - name = "futures-channel" 857 - version = "0.3.30" 858 - source = "registry+https://github.com/rust-lang/crates.io-index" 859 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 860 - dependencies = [ 861 - "futures-core", 862 - ] 863 - 864 - [[package]] 865 - name = "futures-core" 866 - version = "0.3.30" 867 - source = "registry+https://github.com/rust-lang/crates.io-index" 868 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 869 - 870 - [[package]] 871 - name = "futures-executor" 872 - version = "0.3.30" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 875 - dependencies = [ 876 - "futures-core", 877 - "futures-task", 878 - "futures-util", 879 - ] 880 - 881 - [[package]] 882 - name = "futures-io" 883 - version = "0.3.30" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 886 - 887 - [[package]] 888 - name = "futures-macro" 889 - version = "0.3.30" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 892 - dependencies = [ 893 - "proc-macro2", 894 - "quote", 895 - "syn", 896 - ] 897 - 898 - [[package]] 899 - name = "futures-sink" 900 - version = "0.3.30" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 903 - 904 - [[package]] 905 - name = "futures-task" 906 - version = "0.3.30" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 909 - 910 - [[package]] 911 - name = "futures-util" 912 - version = "0.3.30" 913 - source = "registry+https://github.com/rust-lang/crates.io-index" 914 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 915 - dependencies = [ 916 - "futures-core", 917 - "futures-macro", 918 - "futures-sink", 919 - "futures-task", 920 - "pin-project-lite", 921 - "pin-utils", 922 - "slab", 923 - ] 924 - 925 - [[package]] 926 - name = "generic-array" 927 - version = "0.14.7" 928 - source = "registry+https://github.com/rust-lang/crates.io-index" 929 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 930 - dependencies = [ 931 - "typenum", 932 - "version_check", 933 - ] 934 - 935 - [[package]] 936 - name = "getrandom" 937 - version = "0.2.15" 938 - source = "registry+https://github.com/rust-lang/crates.io-index" 939 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 940 - dependencies = [ 941 - "cfg-if", 942 - "js-sys", 943 - "libc", 944 - "wasi", 945 - "wasm-bindgen", 946 - ] 947 - 948 - [[package]] 949 - name = "gif" 950 - version = "0.13.1" 951 - source = "registry+https://github.com/rust-lang/crates.io-index" 952 - checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 953 - dependencies = [ 954 - "color_quant", 955 - "weezl", 956 - ] 957 - 958 - [[package]] 959 - name = "gimli" 960 - version = "0.29.0" 961 - source = "registry+https://github.com/rust-lang/crates.io-index" 962 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 963 - 964 - [[package]] 965 - name = "glob" 966 - version = "0.3.1" 967 - source = "registry+https://github.com/rust-lang/crates.io-index" 968 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 969 - 970 - [[package]] 971 - name = "h2" 972 - version = "0.3.26" 973 - source = "registry+https://github.com/rust-lang/crates.io-index" 974 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 975 - dependencies = [ 976 - "bytes", 977 - "fnv", 978 - "futures-core", 979 - "futures-sink", 980 - "futures-util", 981 - "http 0.2.12", 982 - "indexmap 2.2.6", 983 - "slab", 984 - "tokio", 985 - "tokio-util", 986 - "tracing", 987 - ] 988 - 989 - [[package]] 990 - name = "h2" 991 - version = "0.4.5" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" 994 - dependencies = [ 995 - "atomic-waker", 996 - "bytes", 997 - "fnv", 998 - "futures-core", 999 - "futures-sink", 1000 - "http 1.1.0", 1001 - "indexmap 2.2.6", 1002 - "slab", 1003 - "tokio", 1004 - "tokio-util", 1005 - "tracing", 1006 - ] 1007 - 1008 - [[package]] 1009 - name = "hashbrown" 1010 - version = "0.12.3" 1011 - source = "registry+https://github.com/rust-lang/crates.io-index" 1012 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1013 - 1014 - [[package]] 1015 - name = "hashbrown" 1016 - version = "0.14.5" 1017 - source = "registry+https://github.com/rust-lang/crates.io-index" 1018 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1019 - dependencies = [ 1020 - "ahash", 1021 - ] 1022 - 1023 - [[package]] 1024 - name = "hashlink" 1025 - version = "0.9.1" 1026 - source = "registry+https://github.com/rust-lang/crates.io-index" 1027 - checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" 1028 - dependencies = [ 1029 - "hashbrown 0.14.5", 1030 - ] 1031 - 1032 - [[package]] 1033 - name = "headers" 1034 - version = "0.4.0" 1035 - source = "registry+https://github.com/rust-lang/crates.io-index" 1036 - checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" 1037 - dependencies = [ 1038 - "base64 0.21.7", 1039 - "bytes", 1040 - "headers-core", 1041 - "http 1.1.0", 1042 - "httpdate", 1043 - "mime", 1044 - "sha1", 1045 - ] 1046 - 1047 - [[package]] 1048 - name = "headers-core" 1049 - version = "0.3.0" 1050 - source = "registry+https://github.com/rust-lang/crates.io-index" 1051 - checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 1052 - dependencies = [ 1053 - "http 1.1.0", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "heck" 1058 - version = "0.4.1" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1061 - 1062 - [[package]] 1063 - name = "heck" 1064 - version = "0.5.0" 1065 - source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1067 - 1068 - [[package]] 1069 - name = "hermit-abi" 1070 - version = "0.3.9" 1071 - source = "registry+https://github.com/rust-lang/crates.io-index" 1072 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1073 - 1074 - [[package]] 1075 - name = "hickory-proto" 1076 - version = "0.24.1" 1077 - source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" 1079 - dependencies = [ 1080 - "async-trait", 1081 - "cfg-if", 1082 - "data-encoding", 1083 - "enum-as-inner", 1084 - "futures-channel", 1085 - "futures-io", 1086 - "futures-util", 1087 - "idna 0.4.0", 1088 - "ipnet", 1089 - "once_cell", 1090 - "rand", 1091 - "thiserror", 1092 - "tinyvec", 1093 - "tokio", 1094 - "tracing", 1095 - "url", 1096 - ] 1097 - 1098 - [[package]] 1099 - name = "hickory-resolver" 1100 - version = "0.24.1" 1101 - source = "registry+https://github.com/rust-lang/crates.io-index" 1102 - checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" 1103 - dependencies = [ 1104 - "cfg-if", 1105 - "futures-util", 1106 - "hickory-proto", 1107 - "ipconfig", 1108 - "lru-cache", 1109 - "once_cell", 1110 - "parking_lot", 1111 - "rand", 1112 - "resolv-conf", 1113 - "smallvec", 1114 - "thiserror", 1115 - "tokio", 1116 - "tracing", 1117 - ] 1118 - 1119 - [[package]] 1120 - name = "hmac" 1121 - version = "0.12.1" 1122 - source = "registry+https://github.com/rust-lang/crates.io-index" 1123 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1124 - dependencies = [ 1125 - "digest", 1126 - ] 1127 - 1128 - [[package]] 1129 - name = "hostname" 1130 - version = "0.3.1" 1131 - source = "registry+https://github.com/rust-lang/crates.io-index" 1132 - checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1133 - dependencies = [ 1134 - "libc", 1135 - "match_cfg", 1136 - "winapi", 1137 - ] 1138 - 1139 - [[package]] 1140 - name = "http" 1141 - version = "0.2.12" 1142 - source = "registry+https://github.com/rust-lang/crates.io-index" 1143 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1144 - dependencies = [ 1145 - "bytes", 1146 - "fnv", 1147 - "itoa", 1148 - ] 1149 - 1150 - [[package]] 1151 - name = "http" 1152 - version = "1.1.0" 1153 - source = "registry+https://github.com/rust-lang/crates.io-index" 1154 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1155 - dependencies = [ 1156 - "bytes", 1157 - "fnv", 1158 - "itoa", 1159 - ] 1160 - 1161 - [[package]] 1162 - name = "http-auth" 1163 - version = "0.1.9" 1164 - source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "643c9bbf6a4ea8a656d6b4cd53d34f79e3f841ad5203c1a55fb7d761923bc255" 1166 - dependencies = [ 1167 - "memchr", 1168 - ] 1169 - 1170 - [[package]] 1171 - name = "http-body" 1172 - version = "0.4.6" 1173 - source = "registry+https://github.com/rust-lang/crates.io-index" 1174 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1175 - dependencies = [ 1176 - "bytes", 1177 - "http 0.2.12", 1178 - "pin-project-lite", 1179 - ] 1180 - 1181 - [[package]] 1182 - name = "http-body" 1183 - version = "1.0.0" 1184 - source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 1186 - dependencies = [ 1187 - "bytes", 1188 - "http 1.1.0", 1189 - ] 1190 - 1191 - [[package]] 1192 - name = "http-body-util" 1193 - version = "0.1.1" 1194 - source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" 1196 - dependencies = [ 1197 - "bytes", 1198 - "futures-core", 1199 - "http 1.1.0", 1200 - "http-body 1.0.0", 1201 - "pin-project-lite", 1202 - ] 1203 - 1204 - [[package]] 1205 - name = "httparse" 1206 - version = "1.9.4" 1207 - source = "registry+https://github.com/rust-lang/crates.io-index" 1208 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 1209 - 1210 - [[package]] 1211 - name = "httpdate" 1212 - version = "1.0.3" 1213 - source = "registry+https://github.com/rust-lang/crates.io-index" 1214 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1215 - 1216 - [[package]] 1217 - name = "hyper" 1218 - version = "0.14.29" 1219 - source = "registry+https://github.com/rust-lang/crates.io-index" 1220 - checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" 1221 - dependencies = [ 1222 - "bytes", 1223 - "futures-channel", 1224 - "futures-core", 1225 - "futures-util", 1226 - "h2 0.3.26", 1227 - "http 0.2.12", 1228 - "http-body 0.4.6", 1229 - "httparse", 1230 - "httpdate", 1231 - "itoa", 1232 - "pin-project-lite", 1233 - "socket2", 1234 - "tokio", 1235 - "tower-service", 1236 - "tracing", 1237 - "want", 1238 - ] 1239 - 1240 - [[package]] 1241 - name = "hyper" 1242 - version = "1.3.1" 1243 - source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" 1245 - dependencies = [ 1246 - "bytes", 1247 - "futures-channel", 1248 - "futures-util", 1249 - "h2 0.4.5", 1250 - "http 1.1.0", 1251 - "http-body 1.0.0", 1252 - "httparse", 1253 - "httpdate", 1254 - "itoa", 1255 - "pin-project-lite", 1256 - "smallvec", 1257 - "tokio", 1258 - "want", 1259 - ] 1260 - 1261 - [[package]] 1262 - name = "hyper-rustls" 1263 - version = "0.26.0" 1264 - source = "registry+https://github.com/rust-lang/crates.io-index" 1265 - checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" 1266 - dependencies = [ 1267 - "futures-util", 1268 - "http 1.1.0", 1269 - "hyper 1.3.1", 1270 - "hyper-util", 1271 - "rustls 0.22.4", 1272 - "rustls-pki-types", 1273 - "tokio", 1274 - "tokio-rustls 0.25.0", 1275 - "tower-service", 1276 - ] 1277 - 1278 - [[package]] 1279 - name = "hyper-timeout" 1280 - version = "0.4.1" 1281 - source = "registry+https://github.com/rust-lang/crates.io-index" 1282 - checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 1283 - dependencies = [ 1284 - "hyper 0.14.29", 1285 - "pin-project-lite", 1286 - "tokio", 1287 - "tokio-io-timeout", 1288 - ] 1289 - 1290 - [[package]] 1291 - name = "hyper-util" 1292 - version = "0.1.5" 1293 - source = "registry+https://github.com/rust-lang/crates.io-index" 1294 - checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" 1295 - dependencies = [ 1296 - "bytes", 1297 - "futures-channel", 1298 - "futures-util", 1299 - "http 1.1.0", 1300 - "http-body 1.0.0", 1301 - "hyper 1.3.1", 1302 - "pin-project-lite", 1303 - "socket2", 1304 - "tokio", 1305 - "tower", 1306 - "tower-service", 1307 - "tracing", 1308 - ] 1309 - 1310 - [[package]] 1311 - name = "idna" 1312 - version = "0.4.0" 1313 - source = "registry+https://github.com/rust-lang/crates.io-index" 1314 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1315 - dependencies = [ 1316 - "unicode-bidi", 1317 - "unicode-normalization", 1318 - ] 1319 - 1320 - [[package]] 1321 - name = "idna" 1322 - version = "0.5.0" 1323 - source = "registry+https://github.com/rust-lang/crates.io-index" 1324 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1325 - dependencies = [ 1326 - "unicode-bidi", 1327 - "unicode-normalization", 1328 - ] 1329 - 1330 - [[package]] 1331 - name = "image" 1332 - version = "0.25.1" 1333 - source = "registry+https://github.com/rust-lang/crates.io-index" 1334 - checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" 1335 - dependencies = [ 1336 - "bytemuck", 1337 - "byteorder", 1338 - "color_quant", 1339 - "gif", 1340 - "num-traits", 1341 - "png", 1342 - "zune-core", 1343 - "zune-jpeg", 1344 - ] 1345 - 1346 - [[package]] 1347 - name = "indexmap" 1348 - version = "1.9.3" 1349 - source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1351 - dependencies = [ 1352 - "autocfg", 1353 - "hashbrown 0.12.3", 1354 - ] 1355 - 1356 - [[package]] 1357 - name = "indexmap" 1358 - version = "2.2.6" 1359 - source = "registry+https://github.com/rust-lang/crates.io-index" 1360 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1361 - dependencies = [ 1362 - "equivalent", 1363 - "hashbrown 0.14.5", 1364 - "serde", 1365 - ] 1366 - 1367 - [[package]] 1368 - name = "inlinable_string" 1369 - version = "0.1.15" 1370 - source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 1372 - 1373 - [[package]] 1374 - name = "ipconfig" 1375 - version = "0.3.2" 1376 - source = "registry+https://github.com/rust-lang/crates.io-index" 1377 - checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1378 - dependencies = [ 1379 - "socket2", 1380 - "widestring", 1381 - "windows-sys 0.48.0", 1382 - "winreg 0.50.0", 1383 - ] 1384 - 1385 - [[package]] 1386 - name = "ipnet" 1387 - version = "2.9.0" 1388 - source = "registry+https://github.com/rust-lang/crates.io-index" 1389 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1390 - 1391 - [[package]] 1392 - name = "itertools" 1393 - version = "0.12.1" 1394 - source = "registry+https://github.com/rust-lang/crates.io-index" 1395 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1396 - dependencies = [ 1397 - "either", 1398 - ] 1399 - 1400 - [[package]] 1401 - name = "itoa" 1402 - version = "1.0.11" 1403 - source = "registry+https://github.com/rust-lang/crates.io-index" 1404 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1405 - 1406 - [[package]] 1407 - name = "jobserver" 1408 - version = "0.1.31" 1409 - source = "registry+https://github.com/rust-lang/crates.io-index" 1410 - checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 1411 - dependencies = [ 1412 - "libc", 1413 - ] 1414 - 1415 - [[package]] 1416 - name = "js-sys" 1417 - version = "0.3.69" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1420 - dependencies = [ 1421 - "wasm-bindgen", 1422 - ] 1423 - 1424 - [[package]] 1425 - name = "js_int" 1426 - version = "0.2.2" 1427 - source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "d937f95470b270ce8b8950207715d71aa8e153c0d44c6684d59397ed4949160a" 1429 - dependencies = [ 1430 - "serde", 1431 - ] 1432 - 1433 - [[package]] 1434 - name = "js_option" 1435 - version = "0.1.1" 1436 - source = "registry+https://github.com/rust-lang/crates.io-index" 1437 - checksum = "68421373957a1593a767013698dbf206e2b221eefe97a44d98d18672ff38423c" 1438 - dependencies = [ 1439 - "serde", 1440 - ] 1441 - 1442 - [[package]] 1443 - name = "jsonwebtoken" 1444 - version = "9.3.0" 1445 - source = "registry+https://github.com/rust-lang/crates.io-index" 1446 - checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" 1447 - dependencies = [ 1448 - "base64 0.21.7", 1449 - "js-sys", 1450 - "pem", 1451 - "ring", 1452 - "serde", 1453 - "serde_json", 1454 - "simple_asn1", 1455 - ] 1456 - 1457 - [[package]] 1458 - name = "konst" 1459 - version = "0.3.9" 1460 - source = "registry+https://github.com/rust-lang/crates.io-index" 1461 - checksum = "50a0ba6de5f7af397afff922f22c149ff605c766cd3269cf6c1cd5e466dbe3b9" 1462 - dependencies = [ 1463 - "const_panic", 1464 - "konst_kernel", 1465 - "typewit", 1466 - ] 1467 - 1468 - [[package]] 1469 - name = "konst_kernel" 1470 - version = "0.3.9" 1471 - source = "registry+https://github.com/rust-lang/crates.io-index" 1472 - checksum = "be0a455a1719220fd6adf756088e1c69a85bf14b6a9e24537a5cc04f503edb2b" 1473 - dependencies = [ 1474 - "typewit", 1475 - ] 1476 - 1477 - [[package]] 1478 - name = "lazy_static" 1479 - version = "1.4.0" 1480 - source = "registry+https://github.com/rust-lang/crates.io-index" 1481 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1482 - 1483 - [[package]] 1484 - name = "lazycell" 1485 - version = "1.3.0" 1486 - source = "registry+https://github.com/rust-lang/crates.io-index" 1487 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1488 - 1489 - [[package]] 1490 - name = "libc" 1491 - version = "0.2.155" 1492 - source = "registry+https://github.com/rust-lang/crates.io-index" 1493 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 1494 - 1495 - [[package]] 1496 - name = "libloading" 1497 - version = "0.8.3" 1498 - source = "registry+https://github.com/rust-lang/crates.io-index" 1499 - checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" 1500 - dependencies = [ 1501 - "cfg-if", 1502 - "windows-targets 0.52.5", 1503 - ] 1504 - 1505 - [[package]] 1506 - name = "libredox" 1507 - version = "0.1.3" 1508 - source = "registry+https://github.com/rust-lang/crates.io-index" 1509 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1510 - dependencies = [ 1511 - "bitflags 2.5.0", 1512 - "libc", 1513 - ] 1514 - 1515 - [[package]] 1516 - name = "libsqlite3-sys" 1517 - version = "0.28.0" 1518 - source = "registry+https://github.com/rust-lang/crates.io-index" 1519 - checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f" 1520 - dependencies = [ 1521 - "cc", 1522 - "pkg-config", 1523 - "vcpkg", 1524 - ] 1525 - 1526 - [[package]] 1527 - name = "libz-sys" 1528 - version = "1.1.18" 1529 - source = "registry+https://github.com/rust-lang/crates.io-index" 1530 - checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" 1531 - dependencies = [ 1532 - "cc", 1533 - "pkg-config", 1534 - "vcpkg", 1535 - ] 1536 - 1537 - [[package]] 1538 - name = "linked-hash-map" 1539 - version = "0.5.6" 1540 - source = "registry+https://github.com/rust-lang/crates.io-index" 1541 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1542 - 1543 - [[package]] 1544 - name = "lock_api" 1545 - version = "0.4.12" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1548 - dependencies = [ 1549 - "autocfg", 1550 - "scopeguard", 1551 - ] 1552 - 1553 - [[package]] 1554 - name = "log" 1555 - version = "0.4.21" 1556 - source = "registry+https://github.com/rust-lang/crates.io-index" 1557 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 1558 - 1559 - [[package]] 1560 - name = "lru-cache" 1561 - version = "0.1.2" 1562 - source = "registry+https://github.com/rust-lang/crates.io-index" 1563 - checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 1564 - dependencies = [ 1565 - "linked-hash-map", 1566 - ] 1567 - 1568 - [[package]] 1569 - name = "lz4-sys" 1570 - version = "1.9.4" 1571 - source = "registry+https://github.com/rust-lang/crates.io-index" 1572 - checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" 1573 - dependencies = [ 1574 - "cc", 1575 - "libc", 1576 - ] 1577 - 1578 - [[package]] 1579 - name = "maplit" 1580 - version = "1.0.2" 1581 - source = "registry+https://github.com/rust-lang/crates.io-index" 1582 - checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 1583 - 1584 - [[package]] 1585 - name = "match_cfg" 1586 - version = "0.1.0" 1587 - source = "registry+https://github.com/rust-lang/crates.io-index" 1588 - checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 1589 - 1590 - [[package]] 1591 - name = "matchers" 1592 - version = "0.1.0" 1593 - source = "registry+https://github.com/rust-lang/crates.io-index" 1594 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1595 - dependencies = [ 1596 - "regex-automata 0.1.10", 1597 - ] 1598 - 1599 - [[package]] 1600 - name = "matchit" 1601 - version = "0.7.3" 1602 - source = "registry+https://github.com/rust-lang/crates.io-index" 1603 - checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 1604 - 1605 - [[package]] 1606 - name = "memchr" 1607 - version = "2.7.2" 1608 - source = "registry+https://github.com/rust-lang/crates.io-index" 1609 - checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 1610 - 1611 - [[package]] 1612 - name = "mime" 1613 - version = "0.3.17" 1614 - source = "registry+https://github.com/rust-lang/crates.io-index" 1615 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1616 - 1617 - [[package]] 1618 - name = "minimal-lexical" 1619 - version = "0.2.1" 1620 - source = "registry+https://github.com/rust-lang/crates.io-index" 1621 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1622 - 1623 - [[package]] 1624 - name = "miniz_oxide" 1625 - version = "0.7.3" 1626 - source = "registry+https://github.com/rust-lang/crates.io-index" 1627 - checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" 1628 - dependencies = [ 1629 - "adler", 1630 - "simd-adler32", 1631 - ] 1632 - 1633 - [[package]] 1634 - name = "mio" 1635 - version = "0.8.11" 1636 - source = "registry+https://github.com/rust-lang/crates.io-index" 1637 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1638 - dependencies = [ 1639 - "libc", 1640 - "wasi", 1641 - "windows-sys 0.48.0", 1642 - ] 1643 - 1644 - [[package]] 1645 - name = "nix" 1646 - version = "0.28.0" 1647 - source = "registry+https://github.com/rust-lang/crates.io-index" 1648 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 1649 - dependencies = [ 1650 - "bitflags 2.5.0", 1651 - "cfg-if", 1652 - "cfg_aliases", 1653 - "libc", 1654 - ] 1655 - 1656 - [[package]] 1657 - name = "nom" 1658 - version = "7.1.3" 1659 - source = "registry+https://github.com/rust-lang/crates.io-index" 1660 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1661 - dependencies = [ 1662 - "memchr", 1663 - "minimal-lexical", 1664 - ] 1665 - 1666 - [[package]] 1667 - name = "nu-ansi-term" 1668 - version = "0.46.0" 1669 - source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1671 - dependencies = [ 1672 - "overload", 1673 - "winapi", 1674 - ] 1675 - 1676 - [[package]] 1677 - name = "num-bigint" 1678 - version = "0.4.5" 1679 - source = "registry+https://github.com/rust-lang/crates.io-index" 1680 - checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" 1681 - dependencies = [ 1682 - "num-integer", 1683 - "num-traits", 1684 - ] 1685 - 1686 - [[package]] 1687 - name = "num-conv" 1688 - version = "0.1.0" 1689 - source = "registry+https://github.com/rust-lang/crates.io-index" 1690 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1691 - 1692 - [[package]] 1693 - name = "num-integer" 1694 - version = "0.1.46" 1695 - source = "registry+https://github.com/rust-lang/crates.io-index" 1696 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1697 - dependencies = [ 1698 - "num-traits", 1699 - ] 1700 - 1701 - [[package]] 1702 - name = "num-traits" 1703 - version = "0.2.19" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1706 - dependencies = [ 1707 - "autocfg", 1708 - ] 1709 - 1710 - [[package]] 1711 - name = "num_cpus" 1712 - version = "1.16.0" 1713 - source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1715 - dependencies = [ 1716 - "hermit-abi", 1717 - "libc", 1718 - ] 1719 - 1720 - [[package]] 1721 - name = "object" 1722 - version = "0.35.0" 1723 - source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" 1725 - dependencies = [ 1726 - "memchr", 1727 - ] 1728 - 1729 - [[package]] 1730 - name = "once_cell" 1731 - version = "1.19.0" 1732 - source = "registry+https://github.com/rust-lang/crates.io-index" 1733 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1734 - 1735 - [[package]] 1736 - name = "openssl-probe" 1737 - version = "0.1.5" 1738 - source = "registry+https://github.com/rust-lang/crates.io-index" 1739 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1740 - 1741 - [[package]] 1742 - name = "opentelemetry" 1743 - version = "0.22.0" 1744 - source = "registry+https://github.com/rust-lang/crates.io-index" 1745 - checksum = "900d57987be3f2aeb70d385fff9b27fb74c5723cc9a52d904d4f9c807a0667bf" 1746 - dependencies = [ 1747 - "futures-core", 1748 - "futures-sink", 1749 - "js-sys", 1750 - "once_cell", 1751 - "pin-project-lite", 1752 - "thiserror", 1753 - "urlencoding", 1754 - ] 1755 - 1756 - [[package]] 1757 - name = "opentelemetry-jaeger-propagator" 1758 - version = "0.1.0" 1759 - source = "registry+https://github.com/rust-lang/crates.io-index" 1760 - checksum = "beb4ec62efc537b60aaa89b92624f986f2523d3a609079f3511cc8ee73490826" 1761 - dependencies = [ 1762 - "opentelemetry", 1763 - ] 1764 - 1765 - [[package]] 1766 - name = "opentelemetry-otlp" 1767 - version = "0.15.0" 1768 - source = "registry+https://github.com/rust-lang/crates.io-index" 1769 - checksum = "1a016b8d9495c639af2145ac22387dcb88e44118e45320d9238fbf4e7889abcb" 1770 - dependencies = [ 1771 - "async-trait", 1772 - "futures-core", 1773 - "http 0.2.12", 1774 - "opentelemetry", 1775 - "opentelemetry-proto", 1776 - "opentelemetry-semantic-conventions", 1777 - "opentelemetry_sdk", 1778 - "prost", 1779 - "thiserror", 1780 - "tokio", 1781 - "tonic", 1782 - ] 1783 - 1784 - [[package]] 1785 - name = "opentelemetry-proto" 1786 - version = "0.5.0" 1787 - source = "registry+https://github.com/rust-lang/crates.io-index" 1788 - checksum = "3a8fddc9b68f5b80dae9d6f510b88e02396f006ad48cac349411fbecc80caae4" 1789 - dependencies = [ 1790 - "opentelemetry", 1791 - "opentelemetry_sdk", 1792 - "prost", 1793 - "tonic", 1794 - ] 1795 - 1796 - [[package]] 1797 - name = "opentelemetry-semantic-conventions" 1798 - version = "0.14.0" 1799 - source = "registry+https://github.com/rust-lang/crates.io-index" 1800 - checksum = "f9ab5bd6c42fb9349dcf28af2ba9a0667f697f9bdcca045d39f2cec5543e2910" 1801 - 1802 - [[package]] 1803 - name = "opentelemetry_sdk" 1804 - version = "0.22.1" 1805 - source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "9e90c7113be649e31e9a0f8b5ee24ed7a16923b322c3c5ab6367469c049d6b7e" 1807 - dependencies = [ 1808 - "async-trait", 1809 - "crossbeam-channel", 1810 - "futures-channel", 1811 - "futures-executor", 1812 - "futures-util", 1813 - "glob", 1814 - "once_cell", 1815 - "opentelemetry", 1816 - "ordered-float", 1817 - "percent-encoding", 1818 - "rand", 1819 - "thiserror", 1820 - "tokio", 1821 - "tokio-stream", 1822 - ] 1823 - 1824 - [[package]] 1825 - name = "option-ext" 1826 - version = "0.2.0" 1827 - source = "registry+https://github.com/rust-lang/crates.io-index" 1828 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1829 - 1830 - [[package]] 1831 - name = "ordered-float" 1832 - version = "4.2.0" 1833 - source = "registry+https://github.com/rust-lang/crates.io-index" 1834 - checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" 1835 - dependencies = [ 1836 - "num-traits", 1837 - ] 1838 - 1839 - [[package]] 1840 - name = "overload" 1841 - version = "0.1.1" 1842 - source = "registry+https://github.com/rust-lang/crates.io-index" 1843 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1844 - 1845 - [[package]] 1846 - name = "parking_lot" 1847 - version = "0.12.3" 1848 - source = "registry+https://github.com/rust-lang/crates.io-index" 1849 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1850 - dependencies = [ 1851 - "lock_api", 1852 - "parking_lot_core", 1853 - ] 1854 - 1855 - [[package]] 1856 - name = "parking_lot_core" 1857 - version = "0.9.10" 1858 - source = "registry+https://github.com/rust-lang/crates.io-index" 1859 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1860 - dependencies = [ 1861 - "cfg-if", 1862 - "libc", 1863 - "redox_syscall", 1864 - "smallvec", 1865 - "windows-targets 0.52.5", 1866 - ] 1867 - 1868 - [[package]] 1869 - name = "pear" 1870 - version = "0.2.9" 1871 - source = "registry+https://github.com/rust-lang/crates.io-index" 1872 - checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 1873 - dependencies = [ 1874 - "inlinable_string", 1875 - "pear_codegen", 1876 - "yansi", 1877 - ] 1878 - 1879 - [[package]] 1880 - name = "pear_codegen" 1881 - version = "0.2.9" 1882 - source = "registry+https://github.com/rust-lang/crates.io-index" 1883 - checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 1884 - dependencies = [ 1885 - "proc-macro2", 1886 - "proc-macro2-diagnostics", 1887 - "quote", 1888 - "syn", 1889 - ] 1890 - 1891 - [[package]] 1892 - name = "pem" 1893 - version = "3.0.4" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 1896 - dependencies = [ 1897 - "base64 0.22.1", 1898 - "serde", 1899 - ] 1900 - 1901 - [[package]] 1902 - name = "percent-encoding" 1903 - version = "2.3.1" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1906 - 1907 - [[package]] 1908 - name = "persy" 1909 - version = "1.5.0" 1910 - source = "registry+https://github.com/rust-lang/crates.io-index" 1911 - checksum = "9ef4b7250ab3a90ded0e284b2633469c23ef01ea868fe7cbb64e2f0a7d6f6d02" 1912 - dependencies = [ 1913 - "crc", 1914 - "data-encoding", 1915 - "fs2", 1916 - "linked-hash-map", 1917 - "rand", 1918 - "thiserror", 1919 - "unsigned-varint", 1920 - "zigzag", 1921 - ] 1922 - 1923 - [[package]] 1924 - name = "pin-project" 1925 - version = "1.1.5" 1926 - source = "registry+https://github.com/rust-lang/crates.io-index" 1927 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 1928 - dependencies = [ 1929 - "pin-project-internal", 1930 - ] 1931 - 1932 - [[package]] 1933 - name = "pin-project-internal" 1934 - version = "1.1.5" 1935 - source = "registry+https://github.com/rust-lang/crates.io-index" 1936 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 1937 - dependencies = [ 1938 - "proc-macro2", 1939 - "quote", 1940 - "syn", 1941 - ] 1942 - 1943 - [[package]] 1944 - name = "pin-project-lite" 1945 - version = "0.2.14" 1946 - source = "registry+https://github.com/rust-lang/crates.io-index" 1947 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 1948 - 1949 - [[package]] 1950 - name = "pin-utils" 1951 - version = "0.1.0" 1952 - source = "registry+https://github.com/rust-lang/crates.io-index" 1953 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1954 - 1955 - [[package]] 1956 - name = "pkcs8" 1957 - version = "0.10.2" 1958 - source = "registry+https://github.com/rust-lang/crates.io-index" 1959 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1960 - dependencies = [ 1961 - "der", 1962 - "spki", 1963 - ] 1964 - 1965 - [[package]] 1966 - name = "pkg-config" 1967 - version = "0.3.30" 1968 - source = "registry+https://github.com/rust-lang/crates.io-index" 1969 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 1970 - 1971 - [[package]] 1972 - name = "platforms" 1973 - version = "3.4.0" 1974 - source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" 1976 - 1977 - [[package]] 1978 - name = "png" 1979 - version = "0.17.13" 1980 - source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 1982 - dependencies = [ 1983 - "bitflags 1.3.2", 1984 - "crc32fast", 1985 - "fdeflate", 1986 - "flate2", 1987 - "miniz_oxide", 1988 - ] 1989 - 1990 - [[package]] 1991 - name = "powerfmt" 1992 - version = "0.2.0" 1993 - source = "registry+https://github.com/rust-lang/crates.io-index" 1994 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1995 - 1996 - [[package]] 1997 - name = "ppv-lite86" 1998 - version = "0.2.17" 1999 - source = "registry+https://github.com/rust-lang/crates.io-index" 2000 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2001 - 2002 - [[package]] 2003 - name = "proc-macro-crate" 2004 - version = "3.1.0" 2005 - source = "registry+https://github.com/rust-lang/crates.io-index" 2006 - checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 2007 - dependencies = [ 2008 - "toml_edit 0.21.1", 2009 - ] 2010 - 2011 - [[package]] 2012 - name = "proc-macro2" 2013 - version = "1.0.85" 2014 - source = "registry+https://github.com/rust-lang/crates.io-index" 2015 - checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" 2016 - dependencies = [ 2017 - "unicode-ident", 2018 - ] 2019 - 2020 - [[package]] 2021 - name = "proc-macro2-diagnostics" 2022 - version = "0.10.1" 2023 - source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 2025 - dependencies = [ 2026 - "proc-macro2", 2027 - "quote", 2028 - "syn", 2029 - "version_check", 2030 - "yansi", 2031 - ] 2032 - 2033 - [[package]] 2034 - name = "prost" 2035 - version = "0.12.6" 2036 - source = "registry+https://github.com/rust-lang/crates.io-index" 2037 - checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 2038 - dependencies = [ 2039 - "bytes", 2040 - "prost-derive", 2041 - ] 2042 - 2043 - [[package]] 2044 - name = "prost-derive" 2045 - version = "0.12.6" 2046 - source = "registry+https://github.com/rust-lang/crates.io-index" 2047 - checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 2048 - dependencies = [ 2049 - "anyhow", 2050 - "itertools", 2051 - "proc-macro2", 2052 - "quote", 2053 - "syn", 2054 - ] 2055 - 2056 - [[package]] 2057 - name = "quick-error" 2058 - version = "1.2.3" 2059 - source = "registry+https://github.com/rust-lang/crates.io-index" 2060 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2061 - 2062 - [[package]] 2063 - name = "quote" 2064 - version = "1.0.36" 2065 - source = "registry+https://github.com/rust-lang/crates.io-index" 2066 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 2067 - dependencies = [ 2068 - "proc-macro2", 2069 - ] 2070 - 2071 - [[package]] 2072 - name = "rand" 2073 - version = "0.8.5" 2074 - source = "registry+https://github.com/rust-lang/crates.io-index" 2075 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2076 - dependencies = [ 2077 - "libc", 2078 - "rand_chacha", 2079 - "rand_core", 2080 - ] 2081 - 2082 - [[package]] 2083 - name = "rand_chacha" 2084 - version = "0.3.1" 2085 - source = "registry+https://github.com/rust-lang/crates.io-index" 2086 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2087 - dependencies = [ 2088 - "ppv-lite86", 2089 - "rand_core", 2090 - ] 2091 - 2092 - [[package]] 2093 - name = "rand_core" 2094 - version = "0.6.4" 2095 - source = "registry+https://github.com/rust-lang/crates.io-index" 2096 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2097 - dependencies = [ 2098 - "getrandom", 2099 - ] 2100 - 2101 - [[package]] 2102 - name = "redox_syscall" 2103 - version = "0.5.1" 2104 - source = "registry+https://github.com/rust-lang/crates.io-index" 2105 - checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" 2106 - dependencies = [ 2107 - "bitflags 2.5.0", 2108 - ] 2109 - 2110 - [[package]] 2111 - name = "redox_users" 2112 - version = "0.4.5" 2113 - source = "registry+https://github.com/rust-lang/crates.io-index" 2114 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 2115 - dependencies = [ 2116 - "getrandom", 2117 - "libredox", 2118 - "thiserror", 2119 - ] 2120 - 2121 - [[package]] 2122 - name = "regex" 2123 - version = "1.10.4" 2124 - source = "registry+https://github.com/rust-lang/crates.io-index" 2125 - checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 2126 - dependencies = [ 2127 - "aho-corasick", 2128 - "memchr", 2129 - "regex-automata 0.4.6", 2130 - "regex-syntax 0.8.3", 2131 - ] 2132 - 2133 - [[package]] 2134 - name = "regex-automata" 2135 - version = "0.1.10" 2136 - source = "registry+https://github.com/rust-lang/crates.io-index" 2137 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2138 - dependencies = [ 2139 - "regex-syntax 0.6.29", 2140 - ] 2141 - 2142 - [[package]] 2143 - name = "regex-automata" 2144 - version = "0.4.6" 2145 - source = "registry+https://github.com/rust-lang/crates.io-index" 2146 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 2147 - dependencies = [ 2148 - "aho-corasick", 2149 - "memchr", 2150 - "regex-syntax 0.8.3", 2151 - ] 2152 - 2153 - [[package]] 2154 - name = "regex-syntax" 2155 - version = "0.6.29" 2156 - source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2158 - 2159 - [[package]] 2160 - name = "regex-syntax" 2161 - version = "0.8.3" 2162 - source = "registry+https://github.com/rust-lang/crates.io-index" 2163 - checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 2164 - 2165 - [[package]] 2166 - name = "reqwest" 2167 - version = "0.12.4" 2168 - source = "registry+https://github.com/rust-lang/crates.io-index" 2169 - checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" 2170 - dependencies = [ 2171 - "base64 0.22.1", 2172 - "bytes", 2173 - "futures-core", 2174 - "futures-util", 2175 - "http 1.1.0", 2176 - "http-body 1.0.0", 2177 - "http-body-util", 2178 - "hyper 1.3.1", 2179 - "hyper-rustls", 2180 - "hyper-util", 2181 - "ipnet", 2182 - "js-sys", 2183 - "log", 2184 - "mime", 2185 - "once_cell", 2186 - "percent-encoding", 2187 - "pin-project-lite", 2188 - "rustls 0.22.4", 2189 - "rustls-native-certs", 2190 - "rustls-pemfile", 2191 - "rustls-pki-types", 2192 - "serde", 2193 - "serde_json", 2194 - "serde_urlencoded", 2195 - "sync_wrapper 0.1.2", 2196 - "tokio", 2197 - "tokio-rustls 0.25.0", 2198 - "tokio-socks", 2199 - "tower-service", 2200 - "url", 2201 - "wasm-bindgen", 2202 - "wasm-bindgen-futures", 2203 - "web-sys", 2204 - "winreg 0.52.0", 2205 - ] 2206 - 2207 - [[package]] 2208 - name = "resolv-conf" 2209 - version = "0.7.0" 2210 - source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 2212 - dependencies = [ 2213 - "hostname", 2214 - "quick-error", 2215 - ] 2216 - 2217 - [[package]] 2218 - name = "ring" 2219 - version = "0.17.8" 2220 - source = "registry+https://github.com/rust-lang/crates.io-index" 2221 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 2222 - dependencies = [ 2223 - "cc", 2224 - "cfg-if", 2225 - "getrandom", 2226 - "libc", 2227 - "spin", 2228 - "untrusted", 2229 - "windows-sys 0.52.0", 2230 - ] 2231 - 2232 - [[package]] 2233 - name = "ruma" 2234 - version = "0.10.1" 2235 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2236 - dependencies = [ 2237 - "assign", 2238 - "js_int", 2239 - "js_option", 2240 - "ruma-appservice-api", 2241 - "ruma-client-api", 2242 - "ruma-common", 2243 - "ruma-events", 2244 - "ruma-federation-api", 2245 - "ruma-identity-service-api", 2246 - "ruma-push-gateway-api", 2247 - "ruma-server-util", 2248 - "ruma-signatures", 2249 - "ruma-state-res", 2250 - "web-time", 2251 - ] 2252 - 2253 - [[package]] 2254 - name = "ruma-appservice-api" 2255 - version = "0.10.0" 2256 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2257 - dependencies = [ 2258 - "js_int", 2259 - "ruma-common", 2260 - "ruma-events", 2261 - "serde", 2262 - "serde_json", 2263 - ] 2264 - 2265 - [[package]] 2266 - name = "ruma-client-api" 2267 - version = "0.18.0" 2268 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2269 - dependencies = [ 2270 - "as_variant", 2271 - "assign", 2272 - "bytes", 2273 - "date_header", 2274 - "http 1.1.0", 2275 - "js_int", 2276 - "js_option", 2277 - "maplit", 2278 - "ruma-common", 2279 - "ruma-events", 2280 - "serde", 2281 - "serde_html_form", 2282 - "serde_json", 2283 - "thiserror", 2284 - "url", 2285 - "web-time", 2286 - ] 2287 - 2288 - [[package]] 2289 - name = "ruma-common" 2290 - version = "0.13.0" 2291 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2292 - dependencies = [ 2293 - "as_variant", 2294 - "base64 0.22.1", 2295 - "bytes", 2296 - "form_urlencoded", 2297 - "http 1.1.0", 2298 - "indexmap 2.2.6", 2299 - "js_int", 2300 - "konst", 2301 - "percent-encoding", 2302 - "rand", 2303 - "regex", 2304 - "ruma-identifiers-validation", 2305 - "ruma-macros", 2306 - "serde", 2307 - "serde_html_form", 2308 - "serde_json", 2309 - "thiserror", 2310 - "time", 2311 - "tracing", 2312 - "url", 2313 - "uuid", 2314 - "web-time", 2315 - "wildmatch", 2316 - ] 2317 - 2318 - [[package]] 2319 - name = "ruma-events" 2320 - version = "0.28.1" 2321 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2322 - dependencies = [ 2323 - "as_variant", 2324 - "indexmap 2.2.6", 2325 - "js_int", 2326 - "js_option", 2327 - "percent-encoding", 2328 - "regex", 2329 - "ruma-common", 2330 - "ruma-identifiers-validation", 2331 - "ruma-macros", 2332 - "serde", 2333 - "serde_json", 2334 - "thiserror", 2335 - "tracing", 2336 - "url", 2337 - "web-time", 2338 - "wildmatch", 2339 - ] 2340 - 2341 - [[package]] 2342 - name = "ruma-federation-api" 2343 - version = "0.9.0" 2344 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2345 - dependencies = [ 2346 - "bytes", 2347 - "http 1.1.0", 2348 - "httparse", 2349 - "js_int", 2350 - "memchr", 2351 - "mime", 2352 - "rand", 2353 - "ruma-common", 2354 - "ruma-events", 2355 - "serde", 2356 - "serde_json", 2357 - ] 2358 - 2359 - [[package]] 2360 - name = "ruma-identifiers-validation" 2361 - version = "0.9.5" 2362 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2363 - dependencies = [ 2364 - "js_int", 2365 - "thiserror", 2366 - ] 2367 - 2368 - [[package]] 2369 - name = "ruma-identity-service-api" 2370 - version = "0.9.0" 2371 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2372 - dependencies = [ 2373 - "js_int", 2374 - "ruma-common", 2375 - "serde", 2376 - ] 2377 - 2378 - [[package]] 2379 - name = "ruma-macros" 2380 - version = "0.13.0" 2381 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2382 - dependencies = [ 2383 - "cfg-if", 2384 - "once_cell", 2385 - "proc-macro-crate", 2386 - "proc-macro2", 2387 - "quote", 2388 - "ruma-identifiers-validation", 2389 - "serde", 2390 - "syn", 2391 - "toml", 2392 - ] 2393 - 2394 - [[package]] 2395 - name = "ruma-push-gateway-api" 2396 - version = "0.9.0" 2397 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2398 - dependencies = [ 2399 - "js_int", 2400 - "ruma-common", 2401 - "ruma-events", 2402 - "serde", 2403 - "serde_json", 2404 - ] 2405 - 2406 - [[package]] 2407 - name = "ruma-server-util" 2408 - version = "0.3.0" 2409 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2410 - dependencies = [ 2411 - "headers", 2412 - "http 1.1.0", 2413 - "http-auth", 2414 - "ruma-common", 2415 - "thiserror", 2416 - "tracing", 2417 - ] 2418 - 2419 - [[package]] 2420 - name = "ruma-signatures" 2421 - version = "0.15.0" 2422 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2423 - dependencies = [ 2424 - "base64 0.22.1", 2425 - "ed25519-dalek", 2426 - "pkcs8", 2427 - "rand", 2428 - "ruma-common", 2429 - "serde_json", 2430 - "sha2", 2431 - "subslice", 2432 - "thiserror", 2433 - ] 2434 - 2435 - [[package]] 2436 - name = "ruma-state-res" 2437 - version = "0.11.0" 2438 - source = "git+https://github.com/ruma/ruma#c06af4385e0e30c48a8e9ca3d488da32102d0db9" 2439 - dependencies = [ 2440 - "itertools", 2441 - "js_int", 2442 - "ruma-common", 2443 - "ruma-events", 2444 - "serde", 2445 - "serde_json", 2446 - "thiserror", 2447 - "tracing", 2448 - ] 2449 - 2450 - [[package]] 2451 - name = "rusqlite" 2452 - version = "0.31.0" 2453 - source = "registry+https://github.com/rust-lang/crates.io-index" 2454 - checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae" 2455 - dependencies = [ 2456 - "bitflags 2.5.0", 2457 - "fallible-iterator", 2458 - "fallible-streaming-iterator", 2459 - "hashlink", 2460 - "libsqlite3-sys", 2461 - "smallvec", 2462 - ] 2463 - 2464 - [[package]] 2465 - name = "rust-argon2" 2466 - version = "2.1.0" 2467 - source = "registry+https://github.com/rust-lang/crates.io-index" 2468 - checksum = "9d9848531d60c9cbbcf9d166c885316c24bc0e2a9d3eba0956bb6cbbd79bc6e8" 2469 - dependencies = [ 2470 - "base64 0.21.7", 2471 - "blake2b_simd", 2472 - "constant_time_eq", 2473 - ] 2474 - 2475 - [[package]] 2476 - name = "rust-librocksdb-sys" 2477 - version = "0.21.0+9.1.1" 2478 - source = "registry+https://github.com/rust-lang/crates.io-index" 2479 - checksum = "75cb7b9cd5ce3b3ce0757ceab2240f7471826780b8700845c0cfd418cb7e398d" 2480 - dependencies = [ 2481 - "bindgen", 2482 - "bzip2-sys", 2483 - "cc", 2484 - "glob", 2485 - "libc", 2486 - "libz-sys", 2487 - "lz4-sys", 2488 - "zstd-sys", 2489 - ] 2490 - 2491 - [[package]] 2492 - name = "rust-rocksdb" 2493 - version = "0.25.0" 2494 - source = "registry+https://github.com/rust-lang/crates.io-index" 2495 - checksum = "2bcfb31b5bf2e3274686ebfdf9a946e9a327a3bc54adc7e5cda9f4fdcc4b55f1" 2496 - dependencies = [ 2497 - "libc", 2498 - "rust-librocksdb-sys", 2499 - ] 2500 - 2501 - [[package]] 2502 - name = "rustc-demangle" 2503 - version = "0.1.24" 2504 - source = "registry+https://github.com/rust-lang/crates.io-index" 2505 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2506 - 2507 - [[package]] 2508 - name = "rustc-hash" 2509 - version = "1.1.0" 2510 - source = "registry+https://github.com/rust-lang/crates.io-index" 2511 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2512 - 2513 - [[package]] 2514 - name = "rustc_version" 2515 - version = "0.4.0" 2516 - source = "registry+https://github.com/rust-lang/crates.io-index" 2517 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2518 - dependencies = [ 2519 - "semver", 2520 - ] 2521 - 2522 - [[package]] 2523 - name = "rustls" 2524 - version = "0.21.12" 2525 - source = "registry+https://github.com/rust-lang/crates.io-index" 2526 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 2527 - dependencies = [ 2528 - "log", 2529 - "ring", 2530 - "rustls-webpki 0.101.7", 2531 - "sct", 2532 - ] 2533 - 2534 - [[package]] 2535 - name = "rustls" 2536 - version = "0.22.4" 2537 - source = "registry+https://github.com/rust-lang/crates.io-index" 2538 - checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 2539 - dependencies = [ 2540 - "log", 2541 - "ring", 2542 - "rustls-pki-types", 2543 - "rustls-webpki 0.102.4", 2544 - "subtle", 2545 - "zeroize", 2546 - ] 2547 - 2548 - [[package]] 2549 - name = "rustls-native-certs" 2550 - version = "0.7.0" 2551 - source = "registry+https://github.com/rust-lang/crates.io-index" 2552 - checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" 2553 - dependencies = [ 2554 - "openssl-probe", 2555 - "rustls-pemfile", 2556 - "rustls-pki-types", 2557 - "schannel", 2558 - "security-framework", 2559 - ] 2560 - 2561 - [[package]] 2562 - name = "rustls-pemfile" 2563 - version = "2.1.2" 2564 - source = "registry+https://github.com/rust-lang/crates.io-index" 2565 - checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 2566 - dependencies = [ 2567 - "base64 0.22.1", 2568 - "rustls-pki-types", 2569 - ] 2570 - 2571 - [[package]] 2572 - name = "rustls-pki-types" 2573 - version = "1.7.0" 2574 - source = "registry+https://github.com/rust-lang/crates.io-index" 2575 - checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" 2576 - 2577 - [[package]] 2578 - name = "rustls-webpki" 2579 - version = "0.101.7" 2580 - source = "registry+https://github.com/rust-lang/crates.io-index" 2581 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 2582 - dependencies = [ 2583 - "ring", 2584 - "untrusted", 2585 - ] 2586 - 2587 - [[package]] 2588 - name = "rustls-webpki" 2589 - version = "0.102.4" 2590 - source = "registry+https://github.com/rust-lang/crates.io-index" 2591 - checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" 2592 - dependencies = [ 2593 - "ring", 2594 - "rustls-pki-types", 2595 - "untrusted", 2596 - ] 2597 - 2598 - [[package]] 2599 - name = "rustversion" 2600 - version = "1.0.17" 2601 - source = "registry+https://github.com/rust-lang/crates.io-index" 2602 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 2603 - 2604 - [[package]] 2605 - name = "ryu" 2606 - version = "1.0.18" 2607 - source = "registry+https://github.com/rust-lang/crates.io-index" 2608 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2609 - 2610 - [[package]] 2611 - name = "schannel" 2612 - version = "0.1.23" 2613 - source = "registry+https://github.com/rust-lang/crates.io-index" 2614 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 2615 - dependencies = [ 2616 - "windows-sys 0.52.0", 2617 - ] 2618 - 2619 - [[package]] 2620 - name = "scopeguard" 2621 - version = "1.2.0" 2622 - source = "registry+https://github.com/rust-lang/crates.io-index" 2623 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2624 - 2625 - [[package]] 2626 - name = "sct" 2627 - version = "0.7.1" 2628 - source = "registry+https://github.com/rust-lang/crates.io-index" 2629 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 2630 - dependencies = [ 2631 - "ring", 2632 - "untrusted", 2633 - ] 2634 - 2635 - [[package]] 2636 - name = "sd-notify" 2637 - version = "0.4.1" 2638 - source = "registry+https://github.com/rust-lang/crates.io-index" 2639 - checksum = "621e3680f3e07db4c9c2c3fb07c6223ab2fab2e54bd3c04c3ae037990f428c32" 2640 - 2641 - [[package]] 2642 - name = "security-framework" 2643 - version = "2.11.0" 2644 - source = "registry+https://github.com/rust-lang/crates.io-index" 2645 - checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 2646 - dependencies = [ 2647 - "bitflags 2.5.0", 2648 - "core-foundation", 2649 - "core-foundation-sys", 2650 - "libc", 2651 - "security-framework-sys", 2652 - ] 2653 - 2654 - [[package]] 2655 - name = "security-framework-sys" 2656 - version = "2.11.0" 2657 - source = "registry+https://github.com/rust-lang/crates.io-index" 2658 - checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 2659 - dependencies = [ 2660 - "core-foundation-sys", 2661 - "libc", 2662 - ] 2663 - 2664 - [[package]] 2665 - name = "semver" 2666 - version = "1.0.23" 2667 - source = "registry+https://github.com/rust-lang/crates.io-index" 2668 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 2669 - 2670 - [[package]] 2671 - name = "serde" 2672 - version = "1.0.203" 2673 - source = "registry+https://github.com/rust-lang/crates.io-index" 2674 - checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 2675 - dependencies = [ 2676 - "serde_derive", 2677 - ] 2678 - 2679 - [[package]] 2680 - name = "serde_derive" 2681 - version = "1.0.203" 2682 - source = "registry+https://github.com/rust-lang/crates.io-index" 2683 - checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 2684 - dependencies = [ 2685 - "proc-macro2", 2686 - "quote", 2687 - "syn", 2688 - ] 2689 - 2690 - [[package]] 2691 - name = "serde_html_form" 2692 - version = "0.2.6" 2693 - source = "registry+https://github.com/rust-lang/crates.io-index" 2694 - checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5" 2695 - dependencies = [ 2696 - "form_urlencoded", 2697 - "indexmap 2.2.6", 2698 - "itoa", 2699 - "ryu", 2700 - "serde", 2701 - ] 2702 - 2703 - [[package]] 2704 - name = "serde_json" 2705 - version = "1.0.117" 2706 - source = "registry+https://github.com/rust-lang/crates.io-index" 2707 - checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" 2708 - dependencies = [ 2709 - "itoa", 2710 - "ryu", 2711 - "serde", 2712 - ] 2713 - 2714 - [[package]] 2715 - name = "serde_path_to_error" 2716 - version = "0.1.16" 2717 - source = "registry+https://github.com/rust-lang/crates.io-index" 2718 - checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 2719 - dependencies = [ 2720 - "itoa", 2721 - "serde", 2722 - ] 2723 - 2724 - [[package]] 2725 - name = "serde_spanned" 2726 - version = "0.6.6" 2727 - source = "registry+https://github.com/rust-lang/crates.io-index" 2728 - checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 2729 - dependencies = [ 2730 - "serde", 2731 - ] 2732 - 2733 - [[package]] 2734 - name = "serde_urlencoded" 2735 - version = "0.7.1" 2736 - source = "registry+https://github.com/rust-lang/crates.io-index" 2737 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2738 - dependencies = [ 2739 - "form_urlencoded", 2740 - "itoa", 2741 - "ryu", 2742 - "serde", 2743 - ] 2744 - 2745 - [[package]] 2746 - name = "serde_yaml" 2747 - version = "0.9.34+deprecated" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 2750 - dependencies = [ 2751 - "indexmap 2.2.6", 2752 - "itoa", 2753 - "ryu", 2754 - "serde", 2755 - "unsafe-libyaml", 2756 - ] 2757 - 2758 - [[package]] 2759 - name = "sha-1" 2760 - version = "0.10.1" 2761 - source = "registry+https://github.com/rust-lang/crates.io-index" 2762 - checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" 2763 - dependencies = [ 2764 - "cfg-if", 2765 - "cpufeatures", 2766 - "digest", 2767 - ] 2768 - 2769 - [[package]] 2770 - name = "sha1" 2771 - version = "0.10.6" 2772 - source = "registry+https://github.com/rust-lang/crates.io-index" 2773 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2774 - dependencies = [ 2775 - "cfg-if", 2776 - "cpufeatures", 2777 - "digest", 2778 - ] 2779 - 2780 - [[package]] 2781 - name = "sha2" 2782 - version = "0.10.8" 2783 - source = "registry+https://github.com/rust-lang/crates.io-index" 2784 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2785 - dependencies = [ 2786 - "cfg-if", 2787 - "cpufeatures", 2788 - "digest", 2789 - ] 2790 - 2791 - [[package]] 2792 - name = "sharded-slab" 2793 - version = "0.1.7" 2794 - source = "registry+https://github.com/rust-lang/crates.io-index" 2795 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2796 - dependencies = [ 2797 - "lazy_static", 2798 - ] 2799 - 2800 - [[package]] 2801 - name = "shlex" 2802 - version = "1.3.0" 2803 - source = "registry+https://github.com/rust-lang/crates.io-index" 2804 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2805 - 2806 - [[package]] 2807 - name = "signal-hook-registry" 2808 - version = "1.4.2" 2809 - source = "registry+https://github.com/rust-lang/crates.io-index" 2810 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2811 - dependencies = [ 2812 - "libc", 2813 - ] 2814 - 2815 - [[package]] 2816 - name = "signature" 2817 - version = "2.2.0" 2818 - source = "registry+https://github.com/rust-lang/crates.io-index" 2819 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2820 - dependencies = [ 2821 - "rand_core", 2822 - ] 2823 - 2824 - [[package]] 2825 - name = "simd-adler32" 2826 - version = "0.3.7" 2827 - source = "registry+https://github.com/rust-lang/crates.io-index" 2828 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 2829 - 2830 - [[package]] 2831 - name = "simple_asn1" 2832 - version = "0.6.2" 2833 - source = "registry+https://github.com/rust-lang/crates.io-index" 2834 - checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 2835 - dependencies = [ 2836 - "num-bigint", 2837 - "num-traits", 2838 - "thiserror", 2839 - "time", 2840 - ] 2841 - 2842 - [[package]] 2843 - name = "slab" 2844 - version = "0.4.9" 2845 - source = "registry+https://github.com/rust-lang/crates.io-index" 2846 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2847 - dependencies = [ 2848 - "autocfg", 2849 - ] 2850 - 2851 - [[package]] 2852 - name = "smallvec" 2853 - version = "1.13.2" 2854 - source = "registry+https://github.com/rust-lang/crates.io-index" 2855 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2856 - 2857 - [[package]] 2858 - name = "socket2" 2859 - version = "0.5.7" 2860 - source = "registry+https://github.com/rust-lang/crates.io-index" 2861 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 2862 - dependencies = [ 2863 - "libc", 2864 - "windows-sys 0.52.0", 2865 - ] 2866 - 2867 - [[package]] 2868 - name = "spin" 2869 - version = "0.9.8" 2870 - source = "registry+https://github.com/rust-lang/crates.io-index" 2871 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2872 - 2873 - [[package]] 2874 - name = "spki" 2875 - version = "0.7.3" 2876 - source = "registry+https://github.com/rust-lang/crates.io-index" 2877 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2878 - dependencies = [ 2879 - "base64ct", 2880 - "der", 2881 - ] 2882 - 2883 - [[package]] 2884 - name = "subslice" 2885 - version = "0.2.3" 2886 - source = "registry+https://github.com/rust-lang/crates.io-index" 2887 - checksum = "e0a8e4809a3bb02de01f1f7faf1ba01a83af9e8eabcd4d31dd6e413d14d56aae" 2888 - dependencies = [ 2889 - "memchr", 2890 - ] 2891 - 2892 - [[package]] 2893 - name = "subtle" 2894 - version = "2.5.0" 2895 - source = "registry+https://github.com/rust-lang/crates.io-index" 2896 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 2897 - 2898 - [[package]] 2899 - name = "syn" 2900 - version = "2.0.66" 2901 - source = "registry+https://github.com/rust-lang/crates.io-index" 2902 - checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" 2903 - dependencies = [ 2904 - "proc-macro2", 2905 - "quote", 2906 - "unicode-ident", 2907 - ] 2908 - 2909 - [[package]] 2910 - name = "sync_wrapper" 2911 - version = "0.1.2" 2912 - source = "registry+https://github.com/rust-lang/crates.io-index" 2913 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2914 - 2915 - [[package]] 2916 - name = "sync_wrapper" 2917 - version = "1.0.1" 2918 - source = "registry+https://github.com/rust-lang/crates.io-index" 2919 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 2920 - 2921 - [[package]] 2922 - name = "thiserror" 2923 - version = "1.0.61" 2924 - source = "registry+https://github.com/rust-lang/crates.io-index" 2925 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 2926 - dependencies = [ 2927 - "thiserror-impl", 2928 - ] 2929 - 2930 - [[package]] 2931 - name = "thiserror-impl" 2932 - version = "1.0.61" 2933 - source = "registry+https://github.com/rust-lang/crates.io-index" 2934 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 2935 - dependencies = [ 2936 - "proc-macro2", 2937 - "quote", 2938 - "syn", 2939 - ] 2940 - 2941 - [[package]] 2942 - name = "thread_local" 2943 - version = "1.1.8" 2944 - source = "registry+https://github.com/rust-lang/crates.io-index" 2945 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2946 - dependencies = [ 2947 - "cfg-if", 2948 - "once_cell", 2949 - ] 2950 - 2951 - [[package]] 2952 - name = "threadpool" 2953 - version = "1.8.1" 2954 - source = "registry+https://github.com/rust-lang/crates.io-index" 2955 - checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 2956 - dependencies = [ 2957 - "num_cpus", 2958 - ] 2959 - 2960 - [[package]] 2961 - name = "tikv-jemalloc-sys" 2962 - version = "0.5.4+5.3.0-patched" 2963 - source = "registry+https://github.com/rust-lang/crates.io-index" 2964 - checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" 2965 - dependencies = [ 2966 - "cc", 2967 - "libc", 2968 - ] 2969 - 2970 - [[package]] 2971 - name = "tikv-jemallocator" 2972 - version = "0.5.4" 2973 - source = "registry+https://github.com/rust-lang/crates.io-index" 2974 - checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" 2975 - dependencies = [ 2976 - "libc", 2977 - "tikv-jemalloc-sys", 2978 - ] 2979 - 2980 - [[package]] 2981 - name = "time" 2982 - version = "0.3.36" 2983 - source = "registry+https://github.com/rust-lang/crates.io-index" 2984 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 2985 - dependencies = [ 2986 - "deranged", 2987 - "itoa", 2988 - "num-conv", 2989 - "powerfmt", 2990 - "serde", 2991 - "time-core", 2992 - "time-macros", 2993 - ] 2994 - 2995 - [[package]] 2996 - name = "time-core" 2997 - version = "0.1.2" 2998 - source = "registry+https://github.com/rust-lang/crates.io-index" 2999 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3000 - 3001 - [[package]] 3002 - name = "time-macros" 3003 - version = "0.2.18" 3004 - source = "registry+https://github.com/rust-lang/crates.io-index" 3005 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 3006 - dependencies = [ 3007 - "num-conv", 3008 - "time-core", 3009 - ] 3010 - 3011 - [[package]] 3012 - name = "tinyvec" 3013 - version = "1.6.0" 3014 - source = "registry+https://github.com/rust-lang/crates.io-index" 3015 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3016 - dependencies = [ 3017 - "tinyvec_macros", 3018 - ] 3019 - 3020 - [[package]] 3021 - name = "tinyvec_macros" 3022 - version = "0.1.1" 3023 - source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3025 - 3026 - [[package]] 3027 - name = "tokio" 3028 - version = "1.38.0" 3029 - source = "registry+https://github.com/rust-lang/crates.io-index" 3030 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 3031 - dependencies = [ 3032 - "backtrace", 3033 - "bytes", 3034 - "libc", 3035 - "mio", 3036 - "num_cpus", 3037 - "pin-project-lite", 3038 - "signal-hook-registry", 3039 - "socket2", 3040 - "tokio-macros", 3041 - "windows-sys 0.48.0", 3042 - ] 3043 - 3044 - [[package]] 3045 - name = "tokio-io-timeout" 3046 - version = "1.2.0" 3047 - source = "registry+https://github.com/rust-lang/crates.io-index" 3048 - checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 3049 - dependencies = [ 3050 - "pin-project-lite", 3051 - "tokio", 3052 - ] 3053 - 3054 - [[package]] 3055 - name = "tokio-macros" 3056 - version = "2.3.0" 3057 - source = "registry+https://github.com/rust-lang/crates.io-index" 3058 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 3059 - dependencies = [ 3060 - "proc-macro2", 3061 - "quote", 3062 - "syn", 3063 - ] 3064 - 3065 - [[package]] 3066 - name = "tokio-rustls" 3067 - version = "0.24.1" 3068 - source = "registry+https://github.com/rust-lang/crates.io-index" 3069 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 3070 - dependencies = [ 3071 - "rustls 0.21.12", 3072 - "tokio", 3073 - ] 3074 - 3075 - [[package]] 3076 - name = "tokio-rustls" 3077 - version = "0.25.0" 3078 - source = "registry+https://github.com/rust-lang/crates.io-index" 3079 - checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 3080 - dependencies = [ 3081 - "rustls 0.22.4", 3082 - "rustls-pki-types", 3083 - "tokio", 3084 - ] 3085 - 3086 - [[package]] 3087 - name = "tokio-socks" 3088 - version = "0.5.1" 3089 - source = "registry+https://github.com/rust-lang/crates.io-index" 3090 - checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 3091 - dependencies = [ 3092 - "either", 3093 - "futures-util", 3094 - "thiserror", 3095 - "tokio", 3096 - ] 3097 - 3098 - [[package]] 3099 - name = "tokio-stream" 3100 - version = "0.1.15" 3101 - source = "registry+https://github.com/rust-lang/crates.io-index" 3102 - checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" 3103 - dependencies = [ 3104 - "futures-core", 3105 - "pin-project-lite", 3106 - "tokio", 3107 - ] 3108 - 3109 - [[package]] 3110 - name = "tokio-util" 3111 - version = "0.7.11" 3112 - source = "registry+https://github.com/rust-lang/crates.io-index" 3113 - checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 3114 - dependencies = [ 3115 - "bytes", 3116 - "futures-core", 3117 - "futures-sink", 3118 - "pin-project-lite", 3119 - "tokio", 3120 - ] 3121 - 3122 - [[package]] 3123 - name = "toml" 3124 - version = "0.8.14" 3125 - source = "registry+https://github.com/rust-lang/crates.io-index" 3126 - checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" 3127 - dependencies = [ 3128 - "serde", 3129 - "serde_spanned", 3130 - "toml_datetime", 3131 - "toml_edit 0.22.14", 3132 - ] 3133 - 3134 - [[package]] 3135 - name = "toml_datetime" 3136 - version = "0.6.6" 3137 - source = "registry+https://github.com/rust-lang/crates.io-index" 3138 - checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 3139 - dependencies = [ 3140 - "serde", 3141 - ] 3142 - 3143 - [[package]] 3144 - name = "toml_edit" 3145 - version = "0.21.1" 3146 - source = "registry+https://github.com/rust-lang/crates.io-index" 3147 - checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 3148 - dependencies = [ 3149 - "indexmap 2.2.6", 3150 - "toml_datetime", 3151 - "winnow 0.5.40", 3152 - ] 3153 - 3154 - [[package]] 3155 - name = "toml_edit" 3156 - version = "0.22.14" 3157 - source = "registry+https://github.com/rust-lang/crates.io-index" 3158 - checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" 3159 - dependencies = [ 3160 - "indexmap 2.2.6", 3161 - "serde", 3162 - "serde_spanned", 3163 - "toml_datetime", 3164 - "winnow 0.6.11", 3165 - ] 3166 - 3167 - [[package]] 3168 - name = "tonic" 3169 - version = "0.11.0" 3170 - source = "registry+https://github.com/rust-lang/crates.io-index" 3171 - checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" 3172 - dependencies = [ 3173 - "async-stream", 3174 - "async-trait", 3175 - "axum 0.6.20", 3176 - "base64 0.21.7", 3177 - "bytes", 3178 - "h2 0.3.26", 3179 - "http 0.2.12", 3180 - "http-body 0.4.6", 3181 - "hyper 0.14.29", 3182 - "hyper-timeout", 3183 - "percent-encoding", 3184 - "pin-project", 3185 - "prost", 3186 - "tokio", 3187 - "tokio-stream", 3188 - "tower", 3189 - "tower-layer", 3190 - "tower-service", 3191 - "tracing", 3192 - ] 3193 - 3194 - [[package]] 3195 - name = "tower" 3196 - version = "0.4.13" 3197 - source = "registry+https://github.com/rust-lang/crates.io-index" 3198 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 3199 - dependencies = [ 3200 - "futures-core", 3201 - "futures-util", 3202 - "indexmap 1.9.3", 3203 - "pin-project", 3204 - "pin-project-lite", 3205 - "rand", 3206 - "slab", 3207 - "tokio", 3208 - "tokio-util", 3209 - "tower-layer", 3210 - "tower-service", 3211 - "tracing", 3212 - ] 3213 - 3214 - [[package]] 3215 - name = "tower-http" 3216 - version = "0.5.2" 3217 - source = "registry+https://github.com/rust-lang/crates.io-index" 3218 - checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 3219 - dependencies = [ 3220 - "bitflags 2.5.0", 3221 - "bytes", 3222 - "http 1.1.0", 3223 - "http-body 1.0.0", 3224 - "http-body-util", 3225 - "pin-project-lite", 3226 - "tower", 3227 - "tower-layer", 3228 - "tower-service", 3229 - "tracing", 3230 - ] 3231 - 3232 - [[package]] 3233 - name = "tower-layer" 3234 - version = "0.3.2" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 3237 - 3238 - [[package]] 3239 - name = "tower-service" 3240 - version = "0.3.2" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3243 - 3244 - [[package]] 3245 - name = "tracing" 3246 - version = "0.1.40" 3247 - source = "registry+https://github.com/rust-lang/crates.io-index" 3248 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3249 - dependencies = [ 3250 - "log", 3251 - "pin-project-lite", 3252 - "tracing-attributes", 3253 - "tracing-core", 3254 - ] 3255 - 3256 - [[package]] 3257 - name = "tracing-attributes" 3258 - version = "0.1.27" 3259 - source = "registry+https://github.com/rust-lang/crates.io-index" 3260 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3261 - dependencies = [ 3262 - "proc-macro2", 3263 - "quote", 3264 - "syn", 3265 - ] 3266 - 3267 - [[package]] 3268 - name = "tracing-core" 3269 - version = "0.1.32" 3270 - source = "registry+https://github.com/rust-lang/crates.io-index" 3271 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3272 - dependencies = [ 3273 - "once_cell", 3274 - "valuable", 3275 - ] 3276 - 3277 - [[package]] 3278 - name = "tracing-flame" 3279 - version = "0.2.0" 3280 - source = "registry+https://github.com/rust-lang/crates.io-index" 3281 - checksum = "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9" 3282 - dependencies = [ 3283 - "lazy_static", 3284 - "tracing", 3285 - "tracing-subscriber", 3286 - ] 3287 - 3288 - [[package]] 3289 - name = "tracing-log" 3290 - version = "0.2.0" 3291 - source = "registry+https://github.com/rust-lang/crates.io-index" 3292 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3293 - dependencies = [ 3294 - "log", 3295 - "once_cell", 3296 - "tracing-core", 3297 - ] 3298 - 3299 - [[package]] 3300 - name = "tracing-opentelemetry" 3301 - version = "0.23.0" 3302 - source = "registry+https://github.com/rust-lang/crates.io-index" 3303 - checksum = "a9be14ba1bbe4ab79e9229f7f89fab8d120b865859f10527f31c033e599d2284" 3304 - dependencies = [ 3305 - "js-sys", 3306 - "once_cell", 3307 - "opentelemetry", 3308 - "opentelemetry_sdk", 3309 - "smallvec", 3310 - "tracing", 3311 - "tracing-core", 3312 - "tracing-log", 3313 - "tracing-subscriber", 3314 - "web-time", 3315 - ] 3316 - 3317 - [[package]] 3318 - name = "tracing-subscriber" 3319 - version = "0.3.18" 3320 - source = "registry+https://github.com/rust-lang/crates.io-index" 3321 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3322 - dependencies = [ 3323 - "matchers", 3324 - "nu-ansi-term", 3325 - "once_cell", 3326 - "regex", 3327 - "sharded-slab", 3328 - "smallvec", 3329 - "thread_local", 3330 - "tracing", 3331 - "tracing-core", 3332 - "tracing-log", 3333 - ] 3334 - 3335 - [[package]] 3336 - name = "try-lock" 3337 - version = "0.2.5" 3338 - source = "registry+https://github.com/rust-lang/crates.io-index" 3339 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3340 - 3341 - [[package]] 3342 - name = "typenum" 3343 - version = "1.17.0" 3344 - source = "registry+https://github.com/rust-lang/crates.io-index" 3345 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3346 - 3347 - [[package]] 3348 - name = "typewit" 3349 - version = "1.9.0" 3350 - source = "registry+https://github.com/rust-lang/crates.io-index" 3351 - checksum = "c6fb9ae6a3cafaf0a5d14c2302ca525f9ae8e07a0f0e6949de88d882c37a6e24" 3352 - dependencies = [ 3353 - "typewit_proc_macros", 3354 - ] 3355 - 3356 - [[package]] 3357 - name = "typewit_proc_macros" 3358 - version = "1.8.1" 3359 - source = "registry+https://github.com/rust-lang/crates.io-index" 3360 - checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6" 3361 - 3362 - [[package]] 3363 - name = "uncased" 3364 - version = "0.9.10" 3365 - source = "registry+https://github.com/rust-lang/crates.io-index" 3366 - checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 3367 - dependencies = [ 3368 - "version_check", 3369 - ] 3370 - 3371 - [[package]] 3372 - name = "unicode-bidi" 3373 - version = "0.3.15" 3374 - source = "registry+https://github.com/rust-lang/crates.io-index" 3375 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 3376 - 3377 - [[package]] 3378 - name = "unicode-ident" 3379 - version = "1.0.12" 3380 - source = "registry+https://github.com/rust-lang/crates.io-index" 3381 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3382 - 3383 - [[package]] 3384 - name = "unicode-normalization" 3385 - version = "0.1.23" 3386 - source = "registry+https://github.com/rust-lang/crates.io-index" 3387 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 3388 - dependencies = [ 3389 - "tinyvec", 3390 - ] 3391 - 3392 - [[package]] 3393 - name = "unsafe-libyaml" 3394 - version = "0.2.11" 3395 - source = "registry+https://github.com/rust-lang/crates.io-index" 3396 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 3397 - 3398 - [[package]] 3399 - name = "unsigned-varint" 3400 - version = "0.8.0" 3401 - source = "registry+https://github.com/rust-lang/crates.io-index" 3402 - checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 3403 - 3404 - [[package]] 3405 - name = "untrusted" 3406 - version = "0.9.0" 3407 - source = "registry+https://github.com/rust-lang/crates.io-index" 3408 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3409 - 3410 - [[package]] 3411 - name = "url" 3412 - version = "2.5.0" 3413 - source = "registry+https://github.com/rust-lang/crates.io-index" 3414 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 3415 - dependencies = [ 3416 - "form_urlencoded", 3417 - "idna 0.5.0", 3418 - "percent-encoding", 3419 - "serde", 3420 - ] 3421 - 3422 - [[package]] 3423 - name = "urlencoding" 3424 - version = "2.1.3" 3425 - source = "registry+https://github.com/rust-lang/crates.io-index" 3426 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3427 - 3428 - [[package]] 3429 - name = "uuid" 3430 - version = "1.8.0" 3431 - source = "registry+https://github.com/rust-lang/crates.io-index" 3432 - checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" 3433 - dependencies = [ 3434 - "getrandom", 3435 - ] 3436 - 3437 - [[package]] 3438 - name = "valuable" 3439 - version = "0.1.0" 3440 - source = "registry+https://github.com/rust-lang/crates.io-index" 3441 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3442 - 3443 - [[package]] 3444 - name = "vcpkg" 3445 - version = "0.2.15" 3446 - source = "registry+https://github.com/rust-lang/crates.io-index" 3447 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3448 - 3449 - [[package]] 3450 - name = "version_check" 3451 - version = "0.9.4" 3452 - source = "registry+https://github.com/rust-lang/crates.io-index" 3453 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3454 - 3455 - [[package]] 3456 - name = "want" 3457 - version = "0.3.1" 3458 - source = "registry+https://github.com/rust-lang/crates.io-index" 3459 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3460 - dependencies = [ 3461 - "try-lock", 3462 - ] 3463 - 3464 - [[package]] 3465 - name = "wasi" 3466 - version = "0.11.0+wasi-snapshot-preview1" 3467 - source = "registry+https://github.com/rust-lang/crates.io-index" 3468 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3469 - 3470 - [[package]] 3471 - name = "wasm-bindgen" 3472 - version = "0.2.92" 3473 - source = "registry+https://github.com/rust-lang/crates.io-index" 3474 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 3475 - dependencies = [ 3476 - "cfg-if", 3477 - "wasm-bindgen-macro", 3478 - ] 3479 - 3480 - [[package]] 3481 - name = "wasm-bindgen-backend" 3482 - version = "0.2.92" 3483 - source = "registry+https://github.com/rust-lang/crates.io-index" 3484 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 3485 - dependencies = [ 3486 - "bumpalo", 3487 - "log", 3488 - "once_cell", 3489 - "proc-macro2", 3490 - "quote", 3491 - "syn", 3492 - "wasm-bindgen-shared", 3493 - ] 3494 - 3495 - [[package]] 3496 - name = "wasm-bindgen-futures" 3497 - version = "0.4.42" 3498 - source = "registry+https://github.com/rust-lang/crates.io-index" 3499 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 3500 - dependencies = [ 3501 - "cfg-if", 3502 - "js-sys", 3503 - "wasm-bindgen", 3504 - "web-sys", 3505 - ] 3506 - 3507 - [[package]] 3508 - name = "wasm-bindgen-macro" 3509 - version = "0.2.92" 3510 - source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 3512 - dependencies = [ 3513 - "quote", 3514 - "wasm-bindgen-macro-support", 3515 - ] 3516 - 3517 - [[package]] 3518 - name = "wasm-bindgen-macro-support" 3519 - version = "0.2.92" 3520 - source = "registry+https://github.com/rust-lang/crates.io-index" 3521 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 3522 - dependencies = [ 3523 - "proc-macro2", 3524 - "quote", 3525 - "syn", 3526 - "wasm-bindgen-backend", 3527 - "wasm-bindgen-shared", 3528 - ] 3529 - 3530 - [[package]] 3531 - name = "wasm-bindgen-shared" 3532 - version = "0.2.92" 3533 - source = "registry+https://github.com/rust-lang/crates.io-index" 3534 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 3535 - 3536 - [[package]] 3537 - name = "web-sys" 3538 - version = "0.3.69" 3539 - source = "registry+https://github.com/rust-lang/crates.io-index" 3540 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 3541 - dependencies = [ 3542 - "js-sys", 3543 - "wasm-bindgen", 3544 - ] 3545 - 3546 - [[package]] 3547 - name = "web-time" 3548 - version = "1.1.0" 3549 - source = "registry+https://github.com/rust-lang/crates.io-index" 3550 - checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3551 - dependencies = [ 3552 - "js-sys", 3553 - "wasm-bindgen", 3554 - ] 3555 - 3556 - [[package]] 3557 - name = "weezl" 3558 - version = "0.1.8" 3559 - source = "registry+https://github.com/rust-lang/crates.io-index" 3560 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 3561 - 3562 - [[package]] 3563 - name = "widestring" 3564 - version = "1.1.0" 3565 - source = "registry+https://github.com/rust-lang/crates.io-index" 3566 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 3567 - 3568 - [[package]] 3569 - name = "wildmatch" 3570 - version = "2.3.4" 3571 - source = "registry+https://github.com/rust-lang/crates.io-index" 3572 - checksum = "3928939971918220fed093266b809d1ee4ec6c1a2d72692ff6876898f3b16c19" 3573 - 3574 - [[package]] 3575 - name = "winapi" 3576 - version = "0.3.9" 3577 - source = "registry+https://github.com/rust-lang/crates.io-index" 3578 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3579 - dependencies = [ 3580 - "winapi-i686-pc-windows-gnu", 3581 - "winapi-x86_64-pc-windows-gnu", 3582 - ] 3583 - 3584 - [[package]] 3585 - name = "winapi-i686-pc-windows-gnu" 3586 - version = "0.4.0" 3587 - source = "registry+https://github.com/rust-lang/crates.io-index" 3588 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3589 - 3590 - [[package]] 3591 - name = "winapi-x86_64-pc-windows-gnu" 3592 - version = "0.4.0" 3593 - source = "registry+https://github.com/rust-lang/crates.io-index" 3594 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3595 - 3596 - [[package]] 3597 - name = "windows-sys" 3598 - version = "0.48.0" 3599 - source = "registry+https://github.com/rust-lang/crates.io-index" 3600 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3601 - dependencies = [ 3602 - "windows-targets 0.48.5", 3603 - ] 3604 - 3605 - [[package]] 3606 - name = "windows-sys" 3607 - version = "0.52.0" 3608 - source = "registry+https://github.com/rust-lang/crates.io-index" 3609 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3610 - dependencies = [ 3611 - "windows-targets 0.52.5", 3612 - ] 3613 - 3614 - [[package]] 3615 - name = "windows-targets" 3616 - version = "0.48.5" 3617 - source = "registry+https://github.com/rust-lang/crates.io-index" 3618 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3619 - dependencies = [ 3620 - "windows_aarch64_gnullvm 0.48.5", 3621 - "windows_aarch64_msvc 0.48.5", 3622 - "windows_i686_gnu 0.48.5", 3623 - "windows_i686_msvc 0.48.5", 3624 - "windows_x86_64_gnu 0.48.5", 3625 - "windows_x86_64_gnullvm 0.48.5", 3626 - "windows_x86_64_msvc 0.48.5", 3627 - ] 3628 - 3629 - [[package]] 3630 - name = "windows-targets" 3631 - version = "0.52.5" 3632 - source = "registry+https://github.com/rust-lang/crates.io-index" 3633 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 3634 - dependencies = [ 3635 - "windows_aarch64_gnullvm 0.52.5", 3636 - "windows_aarch64_msvc 0.52.5", 3637 - "windows_i686_gnu 0.52.5", 3638 - "windows_i686_gnullvm", 3639 - "windows_i686_msvc 0.52.5", 3640 - "windows_x86_64_gnu 0.52.5", 3641 - "windows_x86_64_gnullvm 0.52.5", 3642 - "windows_x86_64_msvc 0.52.5", 3643 - ] 3644 - 3645 - [[package]] 3646 - name = "windows_aarch64_gnullvm" 3647 - version = "0.48.5" 3648 - source = "registry+https://github.com/rust-lang/crates.io-index" 3649 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3650 - 3651 - [[package]] 3652 - name = "windows_aarch64_gnullvm" 3653 - version = "0.52.5" 3654 - source = "registry+https://github.com/rust-lang/crates.io-index" 3655 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 3656 - 3657 - [[package]] 3658 - name = "windows_aarch64_msvc" 3659 - version = "0.48.5" 3660 - source = "registry+https://github.com/rust-lang/crates.io-index" 3661 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3662 - 3663 - [[package]] 3664 - name = "windows_aarch64_msvc" 3665 - version = "0.52.5" 3666 - source = "registry+https://github.com/rust-lang/crates.io-index" 3667 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 3668 - 3669 - [[package]] 3670 - name = "windows_i686_gnu" 3671 - version = "0.48.5" 3672 - source = "registry+https://github.com/rust-lang/crates.io-index" 3673 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3674 - 3675 - [[package]] 3676 - name = "windows_i686_gnu" 3677 - version = "0.52.5" 3678 - source = "registry+https://github.com/rust-lang/crates.io-index" 3679 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 3680 - 3681 - [[package]] 3682 - name = "windows_i686_gnullvm" 3683 - version = "0.52.5" 3684 - source = "registry+https://github.com/rust-lang/crates.io-index" 3685 - checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 3686 - 3687 - [[package]] 3688 - name = "windows_i686_msvc" 3689 - version = "0.48.5" 3690 - source = "registry+https://github.com/rust-lang/crates.io-index" 3691 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3692 - 3693 - [[package]] 3694 - name = "windows_i686_msvc" 3695 - version = "0.52.5" 3696 - source = "registry+https://github.com/rust-lang/crates.io-index" 3697 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 3698 - 3699 - [[package]] 3700 - name = "windows_x86_64_gnu" 3701 - version = "0.48.5" 3702 - source = "registry+https://github.com/rust-lang/crates.io-index" 3703 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3704 - 3705 - [[package]] 3706 - name = "windows_x86_64_gnu" 3707 - version = "0.52.5" 3708 - source = "registry+https://github.com/rust-lang/crates.io-index" 3709 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 3710 - 3711 - [[package]] 3712 - name = "windows_x86_64_gnullvm" 3713 - version = "0.48.5" 3714 - source = "registry+https://github.com/rust-lang/crates.io-index" 3715 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3716 - 3717 - [[package]] 3718 - name = "windows_x86_64_gnullvm" 3719 - version = "0.52.5" 3720 - source = "registry+https://github.com/rust-lang/crates.io-index" 3721 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 3722 - 3723 - [[package]] 3724 - name = "windows_x86_64_msvc" 3725 - version = "0.48.5" 3726 - source = "registry+https://github.com/rust-lang/crates.io-index" 3727 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3728 - 3729 - [[package]] 3730 - name = "windows_x86_64_msvc" 3731 - version = "0.52.5" 3732 - source = "registry+https://github.com/rust-lang/crates.io-index" 3733 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 3734 - 3735 - [[package]] 3736 - name = "winnow" 3737 - version = "0.5.40" 3738 - source = "registry+https://github.com/rust-lang/crates.io-index" 3739 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 3740 - dependencies = [ 3741 - "memchr", 3742 - ] 3743 - 3744 - [[package]] 3745 - name = "winnow" 3746 - version = "0.6.11" 3747 - source = "registry+https://github.com/rust-lang/crates.io-index" 3748 - checksum = "56c52728401e1dc672a56e81e593e912aa54c78f40246869f78359a2bf24d29d" 3749 - dependencies = [ 3750 - "memchr", 3751 - ] 3752 - 3753 - [[package]] 3754 - name = "winreg" 3755 - version = "0.50.0" 3756 - source = "registry+https://github.com/rust-lang/crates.io-index" 3757 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3758 - dependencies = [ 3759 - "cfg-if", 3760 - "windows-sys 0.48.0", 3761 - ] 3762 - 3763 - [[package]] 3764 - name = "winreg" 3765 - version = "0.52.0" 3766 - source = "registry+https://github.com/rust-lang/crates.io-index" 3767 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 3768 - dependencies = [ 3769 - "cfg-if", 3770 - "windows-sys 0.48.0", 3771 - ] 3772 - 3773 - [[package]] 3774 - name = "yansi" 3775 - version = "1.0.1" 3776 - source = "registry+https://github.com/rust-lang/crates.io-index" 3777 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 3778 - 3779 - [[package]] 3780 - name = "zerocopy" 3781 - version = "0.7.34" 3782 - source = "registry+https://github.com/rust-lang/crates.io-index" 3783 - checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" 3784 - dependencies = [ 3785 - "zerocopy-derive", 3786 - ] 3787 - 3788 - [[package]] 3789 - name = "zerocopy-derive" 3790 - version = "0.7.34" 3791 - source = "registry+https://github.com/rust-lang/crates.io-index" 3792 - checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" 3793 - dependencies = [ 3794 - "proc-macro2", 3795 - "quote", 3796 - "syn", 3797 - ] 3798 - 3799 - [[package]] 3800 - name = "zeroize" 3801 - version = "1.8.1" 3802 - source = "registry+https://github.com/rust-lang/crates.io-index" 3803 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3804 - 3805 - [[package]] 3806 - name = "zigzag" 3807 - version = "0.1.0" 3808 - source = "registry+https://github.com/rust-lang/crates.io-index" 3809 - checksum = "70b40401a28d86ce16a330b863b86fd7dbee4d7c940587ab09ab8c019f9e3fdf" 3810 - dependencies = [ 3811 - "num-traits", 3812 - ] 3813 - 3814 - [[package]] 3815 - name = "zstd-sys" 3816 - version = "2.0.10+zstd.1.5.6" 3817 - source = "registry+https://github.com/rust-lang/crates.io-index" 3818 - checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" 3819 - dependencies = [ 3820 - "cc", 3821 - "pkg-config", 3822 - ] 3823 - 3824 - [[package]] 3825 - name = "zune-core" 3826 - version = "0.4.12" 3827 - source = "registry+https://github.com/rust-lang/crates.io-index" 3828 - checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 3829 - 3830 - [[package]] 3831 - name = "zune-jpeg" 3832 - version = "0.4.11" 3833 - source = "registry+https://github.com/rust-lang/crates.io-index" 3834 - checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448" 3835 - dependencies = [ 3836 - "zune-core", 3837 - ]
+2 -8
pkgs/by-name/ma/matrix-conduit/package.nix
··· 22 22 hash = "sha256-mQLfRAun2G/LDnw3jyFGJbOqpxh2PL8IGzFELRfAgAI="; 23 23 }; 24 24 25 - # We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace 26 - # inheritance within Git dependencies, but importCargoLock does. 27 - cargoLock = { 28 - lockFile = ./Cargo.lock; 29 - outputHashes = { 30 - "ruma-0.10.1" = "sha256-VmIZ24vULpm6lF24OFZdsI5JG+XqVPpUWM/R64X17jo="; 31 - }; 32 - }; 25 + useFetchCargoVendor = true; 26 + cargoHash = "sha256-r7fOzTug0cKQUGrpXDn1JKb6/lLQDgnA3/colmldA4c="; 33 27 34 28 # Conduit enables rusqlite's bundled feature by default, but we'd rather use our copy of SQLite. 35 29 preBuild = ''
-3075
pkgs/by-name/mc/mchprs/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.22.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "ahash" 22 - version = "0.7.8" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 25 - dependencies = [ 26 - "getrandom", 27 - "once_cell", 28 - "version_check", 29 - ] 30 - 31 - [[package]] 32 - name = "ahash" 33 - version = "0.8.11" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 36 - dependencies = [ 37 - "cfg-if", 38 - "once_cell", 39 - "version_check", 40 - "zerocopy", 41 - ] 42 - 43 - [[package]] 44 - name = "aho-corasick" 45 - version = "1.1.3" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 48 - dependencies = [ 49 - "memchr", 50 - ] 51 - 52 - [[package]] 53 - name = "allocator-api2" 54 - version = "0.2.18" 55 - source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 57 - 58 - [[package]] 59 - name = "android-tzdata" 60 - version = "0.1.1" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 63 - 64 - [[package]] 65 - name = "android_system_properties" 66 - version = "0.1.5" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 69 - dependencies = [ 70 - "libc", 71 - ] 72 - 73 - [[package]] 74 - name = "anyhow" 75 - version = "1.0.86" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 78 - 79 - [[package]] 80 - name = "arrayvec" 81 - version = "0.7.4" 82 - source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 84 - 85 - [[package]] 86 - name = "atomic-waker" 87 - version = "1.1.2" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 90 - 91 - [[package]] 92 - name = "autocfg" 93 - version = "1.3.0" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 96 - 97 - [[package]] 98 - name = "backtrace" 99 - version = "0.3.73" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 102 - dependencies = [ 103 - "addr2line", 104 - "cc", 105 - "cfg-if", 106 - "libc", 107 - "miniz_oxide", 108 - "object", 109 - "rustc-demangle", 110 - ] 111 - 112 - [[package]] 113 - name = "base64" 114 - version = "0.21.7" 115 - source = "registry+https://github.com/rust-lang/crates.io-index" 116 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 117 - 118 - [[package]] 119 - name = "base64" 120 - version = "0.22.1" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 123 - 124 - [[package]] 125 - name = "bigdecimal" 126 - version = "0.4.5" 127 - source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" 129 - dependencies = [ 130 - "autocfg", 131 - "libm", 132 - "num-bigint", 133 - "num-integer", 134 - "num-traits", 135 - ] 136 - 137 - [[package]] 138 - name = "bincode" 139 - version = "1.3.3" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 142 - dependencies = [ 143 - "serde", 144 - ] 145 - 146 - [[package]] 147 - name = "bindgen" 148 - version = "0.69.4" 149 - source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" 151 - dependencies = [ 152 - "bitflags 2.6.0", 153 - "cexpr", 154 - "clang-sys", 155 - "itertools 0.12.1", 156 - "lazy_static", 157 - "lazycell", 158 - "proc-macro2", 159 - "quote", 160 - "regex", 161 - "rustc-hash 1.1.0", 162 - "shlex", 163 - "syn 2.0.68", 164 - ] 165 - 166 - [[package]] 167 - name = "bitflags" 168 - version = "1.3.2" 169 - source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 171 - 172 - [[package]] 173 - name = "bitflags" 174 - version = "2.6.0" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 177 - 178 - [[package]] 179 - name = "bitvec" 180 - version = "1.0.1" 181 - source = "registry+https://github.com/rust-lang/crates.io-index" 182 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 183 - dependencies = [ 184 - "funty", 185 - "radium", 186 - "tap", 187 - "wyz", 188 - ] 189 - 190 - [[package]] 191 - name = "block-buffer" 192 - version = "0.10.4" 193 - source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 195 - dependencies = [ 196 - "generic-array", 197 - ] 198 - 199 - [[package]] 200 - name = "borsh" 201 - version = "1.5.1" 202 - source = "registry+https://github.com/rust-lang/crates.io-index" 203 - checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed" 204 - dependencies = [ 205 - "borsh-derive", 206 - "cfg_aliases 0.2.1", 207 - ] 208 - 209 - [[package]] 210 - name = "borsh-derive" 211 - version = "1.5.1" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b" 214 - dependencies = [ 215 - "once_cell", 216 - "proc-macro-crate", 217 - "proc-macro2", 218 - "quote", 219 - "syn 2.0.68", 220 - "syn_derive", 221 - ] 222 - 223 - [[package]] 224 - name = "btoi" 225 - version = "0.4.3" 226 - source = "registry+https://github.com/rust-lang/crates.io-index" 227 - checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad" 228 - dependencies = [ 229 - "num-traits", 230 - ] 231 - 232 - [[package]] 233 - name = "bufstream" 234 - version = "0.1.4" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8" 237 - 238 - [[package]] 239 - name = "bumpalo" 240 - version = "3.16.0" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 243 - 244 - [[package]] 245 - name = "bus" 246 - version = "2.4.1" 247 - source = "registry+https://github.com/rust-lang/crates.io-index" 248 - checksum = "4b7118d0221d84fada881b657c2ddb7cd55108db79c8764c9ee212c0c259b783" 249 - dependencies = [ 250 - "crossbeam-channel", 251 - "num_cpus", 252 - "parking_lot_core", 253 - ] 254 - 255 - [[package]] 256 - name = "bytecheck" 257 - version = "0.6.12" 258 - source = "registry+https://github.com/rust-lang/crates.io-index" 259 - checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 260 - dependencies = [ 261 - "bytecheck_derive", 262 - "ptr_meta", 263 - "simdutf8", 264 - ] 265 - 266 - [[package]] 267 - name = "bytecheck_derive" 268 - version = "0.6.12" 269 - source = "registry+https://github.com/rust-lang/crates.io-index" 270 - checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 271 - dependencies = [ 272 - "proc-macro2", 273 - "quote", 274 - "syn 1.0.109", 275 - ] 276 - 277 - [[package]] 278 - name = "byteorder" 279 - version = "1.5.0" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 282 - 283 - [[package]] 284 - name = "bytes" 285 - version = "1.6.0" 286 - source = "registry+https://github.com/rust-lang/crates.io-index" 287 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 288 - 289 - [[package]] 290 - name = "cc" 291 - version = "1.0.103" 292 - source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "2755ff20a1d93490d26ba33a6f092a38a508398a5320df5d4b3014fcccce9410" 294 - dependencies = [ 295 - "jobserver", 296 - "libc", 297 - "once_cell", 298 - ] 299 - 300 - [[package]] 301 - name = "cesu8" 302 - version = "1.1.0" 303 - source = "registry+https://github.com/rust-lang/crates.io-index" 304 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 305 - 306 - [[package]] 307 - name = "cexpr" 308 - version = "0.6.0" 309 - source = "registry+https://github.com/rust-lang/crates.io-index" 310 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 311 - dependencies = [ 312 - "nom", 313 - ] 314 - 315 - [[package]] 316 - name = "cfg-if" 317 - version = "1.0.0" 318 - source = "registry+https://github.com/rust-lang/crates.io-index" 319 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 320 - 321 - [[package]] 322 - name = "cfg_aliases" 323 - version = "0.1.1" 324 - source = "registry+https://github.com/rust-lang/crates.io-index" 325 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 326 - 327 - [[package]] 328 - name = "cfg_aliases" 329 - version = "0.2.1" 330 - source = "registry+https://github.com/rust-lang/crates.io-index" 331 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 332 - 333 - [[package]] 334 - name = "chrono" 335 - version = "0.4.38" 336 - source = "registry+https://github.com/rust-lang/crates.io-index" 337 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 338 - dependencies = [ 339 - "android-tzdata", 340 - "iana-time-zone", 341 - "js-sys", 342 - "num-traits", 343 - "wasm-bindgen", 344 - "windows-targets 0.52.5", 345 - ] 346 - 347 - [[package]] 348 - name = "clang-sys" 349 - version = "1.8.1" 350 - source = "registry+https://github.com/rust-lang/crates.io-index" 351 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 352 - dependencies = [ 353 - "glob", 354 - "libc", 355 - "libloading", 356 - ] 357 - 358 - [[package]] 359 - name = "cmake" 360 - version = "0.1.50" 361 - source = "registry+https://github.com/rust-lang/crates.io-index" 362 - checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 363 - dependencies = [ 364 - "cc", 365 - ] 366 - 367 - [[package]] 368 - name = "core-foundation" 369 - version = "0.9.4" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 372 - dependencies = [ 373 - "core-foundation-sys", 374 - "libc", 375 - ] 376 - 377 - [[package]] 378 - name = "core-foundation-sys" 379 - version = "0.8.6" 380 - source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 382 - 383 - [[package]] 384 - name = "cpufeatures" 385 - version = "0.2.12" 386 - source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 388 - dependencies = [ 389 - "libc", 390 - ] 391 - 392 - [[package]] 393 - name = "crc32fast" 394 - version = "1.4.2" 395 - source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 397 - dependencies = [ 398 - "cfg-if", 399 - ] 400 - 401 - [[package]] 402 - name = "crossbeam" 403 - version = "0.8.4" 404 - source = "registry+https://github.com/rust-lang/crates.io-index" 405 - checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" 406 - dependencies = [ 407 - "crossbeam-channel", 408 - "crossbeam-deque", 409 - "crossbeam-epoch", 410 - "crossbeam-queue", 411 - "crossbeam-utils", 412 - ] 413 - 414 - [[package]] 415 - name = "crossbeam-channel" 416 - version = "0.5.13" 417 - source = "registry+https://github.com/rust-lang/crates.io-index" 418 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 419 - dependencies = [ 420 - "crossbeam-utils", 421 - ] 422 - 423 - [[package]] 424 - name = "crossbeam-deque" 425 - version = "0.8.5" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 428 - dependencies = [ 429 - "crossbeam-epoch", 430 - "crossbeam-utils", 431 - ] 432 - 433 - [[package]] 434 - name = "crossbeam-epoch" 435 - version = "0.9.18" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 438 - dependencies = [ 439 - "crossbeam-utils", 440 - ] 441 - 442 - [[package]] 443 - name = "crossbeam-queue" 444 - version = "0.3.11" 445 - source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 447 - dependencies = [ 448 - "crossbeam-utils", 449 - ] 450 - 451 - [[package]] 452 - name = "crossbeam-utils" 453 - version = "0.8.20" 454 - source = "registry+https://github.com/rust-lang/crates.io-index" 455 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 456 - 457 - [[package]] 458 - name = "crypto-common" 459 - version = "0.1.6" 460 - source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 462 - dependencies = [ 463 - "generic-array", 464 - "typenum", 465 - ] 466 - 467 - [[package]] 468 - name = "ctrlc" 469 - version = "3.4.4" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" 472 - dependencies = [ 473 - "nix", 474 - "windows-sys 0.52.0", 475 - ] 476 - 477 - [[package]] 478 - name = "darling" 479 - version = "0.20.9" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" 482 - dependencies = [ 483 - "darling_core", 484 - "darling_macro", 485 - ] 486 - 487 - [[package]] 488 - name = "darling_core" 489 - version = "0.20.9" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" 492 - dependencies = [ 493 - "fnv", 494 - "ident_case", 495 - "proc-macro2", 496 - "quote", 497 - "strsim", 498 - "syn 2.0.68", 499 - ] 500 - 501 - [[package]] 502 - name = "darling_macro" 503 - version = "0.20.9" 504 - source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" 506 - dependencies = [ 507 - "darling_core", 508 - "quote", 509 - "syn 2.0.68", 510 - ] 511 - 512 - [[package]] 513 - name = "deranged" 514 - version = "0.3.11" 515 - source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 517 - dependencies = [ 518 - "powerfmt", 519 - ] 520 - 521 - [[package]] 522 - name = "derive_utils" 523 - version = "0.14.1" 524 - source = "registry+https://github.com/rust-lang/crates.io-index" 525 - checksum = "61bb5a1014ce6dfc2a378578509abe775a5aa06bff584a547555d9efdb81b926" 526 - dependencies = [ 527 - "proc-macro2", 528 - "quote", 529 - "syn 2.0.68", 530 - ] 531 - 532 - [[package]] 533 - name = "digest" 534 - version = "0.10.7" 535 - source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 537 - dependencies = [ 538 - "block-buffer", 539 - "crypto-common", 540 - "subtle", 541 - ] 542 - 543 - [[package]] 544 - name = "either" 545 - version = "1.13.0" 546 - source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 548 - 549 - [[package]] 550 - name = "encoding_rs" 551 - version = "0.8.34" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 554 - dependencies = [ 555 - "cfg-if", 556 - ] 557 - 558 - [[package]] 559 - name = "enum_dispatch" 560 - version = "0.3.13" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 563 - dependencies = [ 564 - "once_cell", 565 - "proc-macro2", 566 - "quote", 567 - "syn 2.0.68", 568 - ] 569 - 570 - [[package]] 571 - name = "equivalent" 572 - version = "1.0.1" 573 - source = "registry+https://github.com/rust-lang/crates.io-index" 574 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 575 - 576 - [[package]] 577 - name = "errno" 578 - version = "0.3.9" 579 - source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 581 - dependencies = [ 582 - "libc", 583 - "windows-sys 0.52.0", 584 - ] 585 - 586 - [[package]] 587 - name = "fallible-iterator" 588 - version = "0.3.0" 589 - source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 591 - 592 - [[package]] 593 - name = "fallible-streaming-iterator" 594 - version = "0.1.9" 595 - source = "registry+https://github.com/rust-lang/crates.io-index" 596 - checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 597 - 598 - [[package]] 599 - name = "fastrand" 600 - version = "2.1.0" 601 - source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 603 - 604 - [[package]] 605 - name = "fixedbitset" 606 - version = "0.4.2" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 609 - 610 - [[package]] 611 - name = "flate2" 612 - version = "1.0.30" 613 - source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 615 - dependencies = [ 616 - "crc32fast", 617 - "libz-sys", 618 - "miniz_oxide", 619 - ] 620 - 621 - [[package]] 622 - name = "fnv" 623 - version = "1.0.7" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 626 - 627 - [[package]] 628 - name = "foreign-types" 629 - version = "0.3.2" 630 - source = "registry+https://github.com/rust-lang/crates.io-index" 631 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 632 - dependencies = [ 633 - "foreign-types-shared", 634 - ] 635 - 636 - [[package]] 637 - name = "foreign-types-shared" 638 - version = "0.1.1" 639 - source = "registry+https://github.com/rust-lang/crates.io-index" 640 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 641 - 642 - [[package]] 643 - name = "form_urlencoded" 644 - version = "1.2.1" 645 - source = "registry+https://github.com/rust-lang/crates.io-index" 646 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 647 - dependencies = [ 648 - "percent-encoding", 649 - ] 650 - 651 - [[package]] 652 - name = "frunk" 653 - version = "0.4.2" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "11a351b59e12f97b4176ee78497dff72e4276fb1ceb13e19056aca7fa0206287" 656 - dependencies = [ 657 - "frunk_core", 658 - "frunk_derives", 659 - "frunk_proc_macros", 660 - ] 661 - 662 - [[package]] 663 - name = "frunk_core" 664 - version = "0.4.2" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "af2469fab0bd07e64ccf0ad57a1438f63160c69b2e57f04a439653d68eb558d6" 667 - 668 - [[package]] 669 - name = "frunk_derives" 670 - version = "0.4.2" 671 - source = "registry+https://github.com/rust-lang/crates.io-index" 672 - checksum = "b0fa992f1656e1707946bbba340ad244f0814009ef8c0118eb7b658395f19a2e" 673 - dependencies = [ 674 - "frunk_proc_macro_helpers", 675 - "quote", 676 - "syn 2.0.68", 677 - ] 678 - 679 - [[package]] 680 - name = "frunk_proc_macro_helpers" 681 - version = "0.1.2" 682 - source = "registry+https://github.com/rust-lang/crates.io-index" 683 - checksum = "35b54add839292b743aeda6ebedbd8b11e93404f902c56223e51b9ec18a13d2c" 684 - dependencies = [ 685 - "frunk_core", 686 - "proc-macro2", 687 - "quote", 688 - "syn 2.0.68", 689 - ] 690 - 691 - [[package]] 692 - name = "frunk_proc_macros" 693 - version = "0.1.2" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "71b85a1d4a9a6b300b41c05e8e13ef2feca03e0334127f29eca9506a7fe13a93" 696 - dependencies = [ 697 - "frunk_core", 698 - "frunk_proc_macro_helpers", 699 - "quote", 700 - "syn 2.0.68", 701 - ] 702 - 703 - [[package]] 704 - name = "funty" 705 - version = "2.0.0" 706 - source = "registry+https://github.com/rust-lang/crates.io-index" 707 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 708 - 709 - [[package]] 710 - name = "futures-channel" 711 - version = "0.3.30" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 714 - dependencies = [ 715 - "futures-core", 716 - ] 717 - 718 - [[package]] 719 - name = "futures-core" 720 - version = "0.3.30" 721 - source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 723 - 724 - [[package]] 725 - name = "futures-sink" 726 - version = "0.3.30" 727 - source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 729 - 730 - [[package]] 731 - name = "futures-task" 732 - version = "0.3.30" 733 - source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 735 - 736 - [[package]] 737 - name = "futures-util" 738 - version = "0.3.30" 739 - source = "registry+https://github.com/rust-lang/crates.io-index" 740 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 741 - dependencies = [ 742 - "futures-core", 743 - "futures-task", 744 - "pin-project-lite", 745 - "pin-utils", 746 - ] 747 - 748 - [[package]] 749 - name = "generic-array" 750 - version = "0.14.7" 751 - source = "registry+https://github.com/rust-lang/crates.io-index" 752 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 753 - dependencies = [ 754 - "typenum", 755 - "version_check", 756 - ] 757 - 758 - [[package]] 759 - name = "getrandom" 760 - version = "0.2.15" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 763 - dependencies = [ 764 - "cfg-if", 765 - "libc", 766 - "wasi", 767 - ] 768 - 769 - [[package]] 770 - name = "gimli" 771 - version = "0.29.0" 772 - source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 774 - 775 - [[package]] 776 - name = "glob" 777 - version = "0.3.1" 778 - source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 780 - 781 - [[package]] 782 - name = "h2" 783 - version = "0.4.5" 784 - source = "registry+https://github.com/rust-lang/crates.io-index" 785 - checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" 786 - dependencies = [ 787 - "atomic-waker", 788 - "bytes", 789 - "fnv", 790 - "futures-core", 791 - "futures-sink", 792 - "http", 793 - "indexmap", 794 - "slab", 795 - "tokio", 796 - "tokio-util", 797 - "tracing", 798 - ] 799 - 800 - [[package]] 801 - name = "hashbrown" 802 - version = "0.12.3" 803 - source = "registry+https://github.com/rust-lang/crates.io-index" 804 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 805 - dependencies = [ 806 - "ahash 0.7.8", 807 - ] 808 - 809 - [[package]] 810 - name = "hashbrown" 811 - version = "0.14.5" 812 - source = "registry+https://github.com/rust-lang/crates.io-index" 813 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 814 - dependencies = [ 815 - "ahash 0.8.11", 816 - "allocator-api2", 817 - ] 818 - 819 - [[package]] 820 - name = "hashlink" 821 - version = "0.9.1" 822 - source = "registry+https://github.com/rust-lang/crates.io-index" 823 - checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" 824 - dependencies = [ 825 - "hashbrown 0.14.5", 826 - ] 827 - 828 - [[package]] 829 - name = "heck" 830 - version = "0.4.1" 831 - source = "registry+https://github.com/rust-lang/crates.io-index" 832 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 833 - 834 - [[package]] 835 - name = "hematite-nbt" 836 - version = "0.5.2" 837 - source = "git+https://github.com/StackDoubleFlow/hematite_nbt#8a33b2187443ee2f8641243b19987a4b6caea8c3" 838 - dependencies = [ 839 - "byteorder", 840 - "cesu8", 841 - "flate2", 842 - "serde", 843 - ] 844 - 845 - [[package]] 846 - name = "hermit-abi" 847 - version = "0.3.9" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 850 - 851 - [[package]] 852 - name = "hmac" 853 - version = "0.12.1" 854 - source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 856 - dependencies = [ 857 - "digest", 858 - ] 859 - 860 - [[package]] 861 - name = "http" 862 - version = "1.1.0" 863 - source = "registry+https://github.com/rust-lang/crates.io-index" 864 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 865 - dependencies = [ 866 - "bytes", 867 - "fnv", 868 - "itoa", 869 - ] 870 - 871 - [[package]] 872 - name = "http-body" 873 - version = "1.0.0" 874 - source = "registry+https://github.com/rust-lang/crates.io-index" 875 - checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 876 - dependencies = [ 877 - "bytes", 878 - "http", 879 - ] 880 - 881 - [[package]] 882 - name = "http-body-util" 883 - version = "0.1.2" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 886 - dependencies = [ 887 - "bytes", 888 - "futures-util", 889 - "http", 890 - "http-body", 891 - "pin-project-lite", 892 - ] 893 - 894 - [[package]] 895 - name = "httparse" 896 - version = "1.9.4" 897 - source = "registry+https://github.com/rust-lang/crates.io-index" 898 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 899 - 900 - [[package]] 901 - name = "hyper" 902 - version = "1.3.1" 903 - source = "registry+https://github.com/rust-lang/crates.io-index" 904 - checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" 905 - dependencies = [ 906 - "bytes", 907 - "futures-channel", 908 - "futures-util", 909 - "h2", 910 - "http", 911 - "http-body", 912 - "httparse", 913 - "itoa", 914 - "pin-project-lite", 915 - "smallvec", 916 - "tokio", 917 - "want", 918 - ] 919 - 920 - [[package]] 921 - name = "hyper-rustls" 922 - version = "0.27.2" 923 - source = "registry+https://github.com/rust-lang/crates.io-index" 924 - checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" 925 - dependencies = [ 926 - "futures-util", 927 - "http", 928 - "hyper", 929 - "hyper-util", 930 - "rustls", 931 - "rustls-pki-types", 932 - "tokio", 933 - "tokio-rustls", 934 - "tower-service", 935 - ] 936 - 937 - [[package]] 938 - name = "hyper-tls" 939 - version = "0.6.0" 940 - source = "registry+https://github.com/rust-lang/crates.io-index" 941 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 942 - dependencies = [ 943 - "bytes", 944 - "http-body-util", 945 - "hyper", 946 - "hyper-util", 947 - "native-tls", 948 - "tokio", 949 - "tokio-native-tls", 950 - "tower-service", 951 - ] 952 - 953 - [[package]] 954 - name = "hyper-util" 955 - version = "0.1.5" 956 - source = "registry+https://github.com/rust-lang/crates.io-index" 957 - checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" 958 - dependencies = [ 959 - "bytes", 960 - "futures-channel", 961 - "futures-util", 962 - "http", 963 - "http-body", 964 - "hyper", 965 - "pin-project-lite", 966 - "socket2", 967 - "tokio", 968 - "tower", 969 - "tower-service", 970 - "tracing", 971 - ] 972 - 973 - [[package]] 974 - name = "iana-time-zone" 975 - version = "0.1.60" 976 - source = "registry+https://github.com/rust-lang/crates.io-index" 977 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 978 - dependencies = [ 979 - "android_system_properties", 980 - "core-foundation-sys", 981 - "iana-time-zone-haiku", 982 - "js-sys", 983 - "wasm-bindgen", 984 - "windows-core", 985 - ] 986 - 987 - [[package]] 988 - name = "iana-time-zone-haiku" 989 - version = "0.1.2" 990 - source = "registry+https://github.com/rust-lang/crates.io-index" 991 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 992 - dependencies = [ 993 - "cc", 994 - ] 995 - 996 - [[package]] 997 - name = "ident_case" 998 - version = "1.0.1" 999 - source = "registry+https://github.com/rust-lang/crates.io-index" 1000 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1001 - 1002 - [[package]] 1003 - name = "idna" 1004 - version = "0.5.0" 1005 - source = "registry+https://github.com/rust-lang/crates.io-index" 1006 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1007 - dependencies = [ 1008 - "unicode-bidi", 1009 - "unicode-normalization", 1010 - ] 1011 - 1012 - [[package]] 1013 - name = "impls" 1014 - version = "1.0.3" 1015 - source = "registry+https://github.com/rust-lang/crates.io-index" 1016 - checksum = "7a46645bbd70538861a90d0f26c31537cdf1e44aae99a794fb75a664b70951bc" 1017 - 1018 - [[package]] 1019 - name = "indexmap" 1020 - version = "2.2.6" 1021 - source = "registry+https://github.com/rust-lang/crates.io-index" 1022 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1023 - dependencies = [ 1024 - "equivalent", 1025 - "hashbrown 0.14.5", 1026 - ] 1027 - 1028 - [[package]] 1029 - name = "io-enum" 1030 - version = "1.1.3" 1031 - source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - checksum = "53b53d712d99a73eec59ee5e4fe6057f8052142d38eeafbbffcb06b36d738a6e" 1033 - dependencies = [ 1034 - "derive_utils", 1035 - ] 1036 - 1037 - [[package]] 1038 - name = "ipnet" 1039 - version = "2.9.0" 1040 - source = "registry+https://github.com/rust-lang/crates.io-index" 1041 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1042 - 1043 - [[package]] 1044 - name = "itertools" 1045 - version = "0.12.1" 1046 - source = "registry+https://github.com/rust-lang/crates.io-index" 1047 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1048 - dependencies = [ 1049 - "either", 1050 - ] 1051 - 1052 - [[package]] 1053 - name = "itertools" 1054 - version = "0.13.0" 1055 - source = "registry+https://github.com/rust-lang/crates.io-index" 1056 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1057 - dependencies = [ 1058 - "either", 1059 - ] 1060 - 1061 - [[package]] 1062 - name = "itoa" 1063 - version = "1.0.11" 1064 - source = "registry+https://github.com/rust-lang/crates.io-index" 1065 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1066 - 1067 - [[package]] 1068 - name = "jobserver" 1069 - version = "0.1.31" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 1072 - dependencies = [ 1073 - "libc", 1074 - ] 1075 - 1076 - [[package]] 1077 - name = "js-sys" 1078 - version = "0.3.69" 1079 - source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1081 - dependencies = [ 1082 - "wasm-bindgen", 1083 - ] 1084 - 1085 - [[package]] 1086 - name = "lazy_static" 1087 - version = "1.5.0" 1088 - source = "registry+https://github.com/rust-lang/crates.io-index" 1089 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1090 - 1091 - [[package]] 1092 - name = "lazycell" 1093 - version = "1.3.0" 1094 - source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1096 - 1097 - [[package]] 1098 - name = "libc" 1099 - version = "0.2.155" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 1102 - 1103 - [[package]] 1104 - name = "libloading" 1105 - version = "0.8.4" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" 1108 - dependencies = [ 1109 - "cfg-if", 1110 - "windows-targets 0.52.5", 1111 - ] 1112 - 1113 - [[package]] 1114 - name = "libm" 1115 - version = "0.2.8" 1116 - source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1118 - 1119 - [[package]] 1120 - name = "libsqlite3-sys" 1121 - version = "0.28.0" 1122 - source = "registry+https://github.com/rust-lang/crates.io-index" 1123 - checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f" 1124 - dependencies = [ 1125 - "cc", 1126 - "pkg-config", 1127 - "vcpkg", 1128 - ] 1129 - 1130 - [[package]] 1131 - name = "libz-sys" 1132 - version = "1.1.18" 1133 - source = "registry+https://github.com/rust-lang/crates.io-index" 1134 - checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" 1135 - dependencies = [ 1136 - "cc", 1137 - "pkg-config", 1138 - "vcpkg", 1139 - ] 1140 - 1141 - [[package]] 1142 - name = "linux-raw-sys" 1143 - version = "0.4.14" 1144 - source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1146 - 1147 - [[package]] 1148 - name = "log" 1149 - version = "0.4.22" 1150 - source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1152 - 1153 - [[package]] 1154 - name = "lru" 1155 - version = "0.12.3" 1156 - source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" 1158 - dependencies = [ 1159 - "hashbrown 0.14.5", 1160 - ] 1161 - 1162 - [[package]] 1163 - name = "matchers" 1164 - version = "0.1.0" 1165 - source = "registry+https://github.com/rust-lang/crates.io-index" 1166 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1167 - dependencies = [ 1168 - "regex-automata 0.1.10", 1169 - ] 1170 - 1171 - [[package]] 1172 - name = "mchprs" 1173 - version = "0.4.1" 1174 - dependencies = [ 1175 - "mchprs_core", 1176 - "tracing", 1177 - "tracing-appender", 1178 - "tracing-subscriber", 1179 - ] 1180 - 1181 - [[package]] 1182 - name = "mchprs_blocks" 1183 - version = "0.4.1" 1184 - dependencies = [ 1185 - "hematite-nbt", 1186 - "mchprs_proc_macros", 1187 - "mchprs_utils", 1188 - "serde", 1189 - ] 1190 - 1191 - [[package]] 1192 - name = "mchprs_core" 1193 - version = "0.4.1" 1194 - dependencies = [ 1195 - "anyhow", 1196 - "backtrace", 1197 - "bincode", 1198 - "bitflags 2.6.0", 1199 - "bus", 1200 - "byteorder", 1201 - "chrono", 1202 - "ctrlc", 1203 - "hematite-nbt", 1204 - "hmac", 1205 - "impls", 1206 - "itertools 0.13.0", 1207 - "mchprs_blocks", 1208 - "mchprs_network", 1209 - "mchprs_proc_macros", 1210 - "mchprs_redpiler", 1211 - "mchprs_redstone", 1212 - "mchprs_save_data", 1213 - "mchprs_text", 1214 - "mchprs_utils", 1215 - "mchprs_world", 1216 - "md5", 1217 - "mysql", 1218 - "once_cell", 1219 - "rand", 1220 - "regex", 1221 - "reqwest", 1222 - "rusqlite", 1223 - "rustc-hash 2.0.0", 1224 - "serde", 1225 - "serde_json", 1226 - "sha2", 1227 - "tokio", 1228 - "toml", 1229 - "toml_edit 0.22.14", 1230 - "tracing", 1231 - ] 1232 - 1233 - [[package]] 1234 - name = "mchprs_network" 1235 - version = "0.4.1" 1236 - dependencies = [ 1237 - "bitvec", 1238 - "byteorder", 1239 - "flate2", 1240 - "hematite-nbt", 1241 - "mchprs_text", 1242 - "serde", 1243 - "tracing", 1244 - ] 1245 - 1246 - [[package]] 1247 - name = "mchprs_proc_macros" 1248 - version = "0.4.1" 1249 - dependencies = [ 1250 - "quote", 1251 - "syn 1.0.109", 1252 - ] 1253 - 1254 - [[package]] 1255 - name = "mchprs_redpiler" 1256 - version = "0.1.0" 1257 - dependencies = [ 1258 - "enum_dispatch", 1259 - "itertools 0.13.0", 1260 - "mchprs_blocks", 1261 - "mchprs_redstone", 1262 - "mchprs_world", 1263 - "petgraph", 1264 - "redpiler_graph", 1265 - "rustc-hash 2.0.0", 1266 - "serde_json", 1267 - "smallvec", 1268 - "tracing", 1269 - ] 1270 - 1271 - [[package]] 1272 - name = "mchprs_redstone" 1273 - version = "0.1.0" 1274 - dependencies = [ 1275 - "mchprs_blocks", 1276 - "mchprs_world", 1277 - "rustc-hash 2.0.0", 1278 - "tracing", 1279 - ] 1280 - 1281 - [[package]] 1282 - name = "mchprs_save_data" 1283 - version = "0.4.1" 1284 - dependencies = [ 1285 - "bincode", 1286 - "byteorder", 1287 - "mchprs_blocks", 1288 - "mchprs_world", 1289 - "rustc-hash 2.0.0", 1290 - "serde", 1291 - "thiserror", 1292 - "tracing", 1293 - ] 1294 - 1295 - [[package]] 1296 - name = "mchprs_text" 1297 - version = "0.1.0" 1298 - dependencies = [ 1299 - "once_cell", 1300 - "regex", 1301 - "serde", 1302 - "serde_json", 1303 - ] 1304 - 1305 - [[package]] 1306 - name = "mchprs_utils" 1307 - version = "0.4.1" 1308 - 1309 - [[package]] 1310 - name = "mchprs_world" 1311 - version = "0.4.1" 1312 - dependencies = [ 1313 - "hematite-nbt", 1314 - "itertools 0.13.0", 1315 - "mchprs_blocks", 1316 - "mchprs_network", 1317 - "rustc-hash 2.0.0", 1318 - "serde", 1319 - ] 1320 - 1321 - [[package]] 1322 - name = "md5" 1323 - version = "0.7.0" 1324 - source = "registry+https://github.com/rust-lang/crates.io-index" 1325 - checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 1326 - 1327 - [[package]] 1328 - name = "memchr" 1329 - version = "2.7.4" 1330 - source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1332 - 1333 - [[package]] 1334 - name = "mime" 1335 - version = "0.3.17" 1336 - source = "registry+https://github.com/rust-lang/crates.io-index" 1337 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1338 - 1339 - [[package]] 1340 - name = "minimal-lexical" 1341 - version = "0.2.1" 1342 - source = "registry+https://github.com/rust-lang/crates.io-index" 1343 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1344 - 1345 - [[package]] 1346 - name = "miniz_oxide" 1347 - version = "0.7.4" 1348 - source = "registry+https://github.com/rust-lang/crates.io-index" 1349 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 1350 - dependencies = [ 1351 - "adler", 1352 - ] 1353 - 1354 - [[package]] 1355 - name = "mio" 1356 - version = "0.8.11" 1357 - source = "registry+https://github.com/rust-lang/crates.io-index" 1358 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1359 - dependencies = [ 1360 - "libc", 1361 - "wasi", 1362 - "windows-sys 0.48.0", 1363 - ] 1364 - 1365 - [[package]] 1366 - name = "mysql" 1367 - version = "25.0.1" 1368 - source = "registry+https://github.com/rust-lang/crates.io-index" 1369 - checksum = "c6ad644efb545e459029b1ffa7c969d830975bd76906820913247620df10050b" 1370 - dependencies = [ 1371 - "bufstream", 1372 - "bytes", 1373 - "crossbeam", 1374 - "flate2", 1375 - "io-enum", 1376 - "libc", 1377 - "lru", 1378 - "mysql_common", 1379 - "named_pipe", 1380 - "native-tls", 1381 - "pem", 1382 - "percent-encoding", 1383 - "serde", 1384 - "serde_json", 1385 - "socket2", 1386 - "twox-hash", 1387 - "url", 1388 - ] 1389 - 1390 - [[package]] 1391 - name = "mysql-common-derive" 1392 - version = "0.31.1" 1393 - source = "registry+https://github.com/rust-lang/crates.io-index" 1394 - checksum = "afe0450cc9344afff34915f8328600ab5ae19260802a334d0f72d2d5bdda3bfe" 1395 - dependencies = [ 1396 - "darling", 1397 - "heck", 1398 - "num-bigint", 1399 - "proc-macro-crate", 1400 - "proc-macro-error", 1401 - "proc-macro2", 1402 - "quote", 1403 - "syn 2.0.68", 1404 - "termcolor", 1405 - "thiserror", 1406 - ] 1407 - 1408 - [[package]] 1409 - name = "mysql_common" 1410 - version = "0.32.4" 1411 - source = "registry+https://github.com/rust-lang/crates.io-index" 1412 - checksum = "478b0ff3f7d67b79da2b96f56f334431aef65e15ba4b29dd74a4236e29582bdc" 1413 - dependencies = [ 1414 - "base64 0.21.7", 1415 - "bigdecimal", 1416 - "bindgen", 1417 - "bitflags 2.6.0", 1418 - "bitvec", 1419 - "btoi", 1420 - "byteorder", 1421 - "bytes", 1422 - "cc", 1423 - "cmake", 1424 - "crc32fast", 1425 - "flate2", 1426 - "frunk", 1427 - "lazy_static", 1428 - "mysql-common-derive", 1429 - "num-bigint", 1430 - "num-traits", 1431 - "rand", 1432 - "regex", 1433 - "rust_decimal", 1434 - "saturating", 1435 - "serde", 1436 - "serde_json", 1437 - "sha1", 1438 - "sha2", 1439 - "smallvec", 1440 - "subprocess", 1441 - "thiserror", 1442 - "time", 1443 - "uuid", 1444 - "zstd", 1445 - ] 1446 - 1447 - [[package]] 1448 - name = "named_pipe" 1449 - version = "0.4.1" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "ad9c443cce91fc3e12f017290db75dde490d685cdaaf508d7159d7cf41f0eb2b" 1452 - dependencies = [ 1453 - "winapi", 1454 - ] 1455 - 1456 - [[package]] 1457 - name = "native-tls" 1458 - version = "0.2.12" 1459 - source = "registry+https://github.com/rust-lang/crates.io-index" 1460 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 1461 - dependencies = [ 1462 - "libc", 1463 - "log", 1464 - "openssl", 1465 - "openssl-probe", 1466 - "openssl-sys", 1467 - "schannel", 1468 - "security-framework", 1469 - "security-framework-sys", 1470 - "tempfile", 1471 - ] 1472 - 1473 - [[package]] 1474 - name = "nix" 1475 - version = "0.28.0" 1476 - source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 1478 - dependencies = [ 1479 - "bitflags 2.6.0", 1480 - "cfg-if", 1481 - "cfg_aliases 0.1.1", 1482 - "libc", 1483 - ] 1484 - 1485 - [[package]] 1486 - name = "nom" 1487 - version = "7.1.3" 1488 - source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1490 - dependencies = [ 1491 - "memchr", 1492 - "minimal-lexical", 1493 - ] 1494 - 1495 - [[package]] 1496 - name = "nu-ansi-term" 1497 - version = "0.46.0" 1498 - source = "registry+https://github.com/rust-lang/crates.io-index" 1499 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1500 - dependencies = [ 1501 - "overload", 1502 - "winapi", 1503 - ] 1504 - 1505 - [[package]] 1506 - name = "num-bigint" 1507 - version = "0.4.6" 1508 - source = "registry+https://github.com/rust-lang/crates.io-index" 1509 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1510 - dependencies = [ 1511 - "num-integer", 1512 - "num-traits", 1513 - ] 1514 - 1515 - [[package]] 1516 - name = "num-conv" 1517 - version = "0.1.0" 1518 - source = "registry+https://github.com/rust-lang/crates.io-index" 1519 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1520 - 1521 - [[package]] 1522 - name = "num-integer" 1523 - version = "0.1.46" 1524 - source = "registry+https://github.com/rust-lang/crates.io-index" 1525 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1526 - dependencies = [ 1527 - "num-traits", 1528 - ] 1529 - 1530 - [[package]] 1531 - name = "num-traits" 1532 - version = "0.2.19" 1533 - source = "registry+https://github.com/rust-lang/crates.io-index" 1534 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1535 - dependencies = [ 1536 - "autocfg", 1537 - ] 1538 - 1539 - [[package]] 1540 - name = "num_cpus" 1541 - version = "1.16.0" 1542 - source = "registry+https://github.com/rust-lang/crates.io-index" 1543 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1544 - dependencies = [ 1545 - "hermit-abi", 1546 - "libc", 1547 - ] 1548 - 1549 - [[package]] 1550 - name = "object" 1551 - version = "0.36.1" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 1554 - dependencies = [ 1555 - "memchr", 1556 - ] 1557 - 1558 - [[package]] 1559 - name = "once_cell" 1560 - version = "1.19.0" 1561 - source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1563 - 1564 - [[package]] 1565 - name = "openssl" 1566 - version = "0.10.66" 1567 - source = "registry+https://github.com/rust-lang/crates.io-index" 1568 - checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" 1569 - dependencies = [ 1570 - "bitflags 2.6.0", 1571 - "cfg-if", 1572 - "foreign-types", 1573 - "libc", 1574 - "once_cell", 1575 - "openssl-macros", 1576 - "openssl-sys", 1577 - ] 1578 - 1579 - [[package]] 1580 - name = "openssl-macros" 1581 - version = "0.1.1" 1582 - source = "registry+https://github.com/rust-lang/crates.io-index" 1583 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1584 - dependencies = [ 1585 - "proc-macro2", 1586 - "quote", 1587 - "syn 2.0.68", 1588 - ] 1589 - 1590 - [[package]] 1591 - name = "openssl-probe" 1592 - version = "0.1.5" 1593 - source = "registry+https://github.com/rust-lang/crates.io-index" 1594 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1595 - 1596 - [[package]] 1597 - name = "openssl-sys" 1598 - version = "0.9.103" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" 1601 - dependencies = [ 1602 - "cc", 1603 - "libc", 1604 - "pkg-config", 1605 - "vcpkg", 1606 - ] 1607 - 1608 - [[package]] 1609 - name = "overload" 1610 - version = "0.1.1" 1611 - source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1613 - 1614 - [[package]] 1615 - name = "parking_lot_core" 1616 - version = "0.9.10" 1617 - source = "registry+https://github.com/rust-lang/crates.io-index" 1618 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1619 - dependencies = [ 1620 - "cfg-if", 1621 - "libc", 1622 - "redox_syscall", 1623 - "smallvec", 1624 - "windows-targets 0.52.5", 1625 - ] 1626 - 1627 - [[package]] 1628 - name = "pem" 1629 - version = "3.0.4" 1630 - source = "registry+https://github.com/rust-lang/crates.io-index" 1631 - checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 1632 - dependencies = [ 1633 - "base64 0.22.1", 1634 - "serde", 1635 - ] 1636 - 1637 - [[package]] 1638 - name = "percent-encoding" 1639 - version = "2.3.1" 1640 - source = "registry+https://github.com/rust-lang/crates.io-index" 1641 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1642 - 1643 - [[package]] 1644 - name = "petgraph" 1645 - version = "0.6.5" 1646 - source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 1648 - dependencies = [ 1649 - "fixedbitset", 1650 - "indexmap", 1651 - ] 1652 - 1653 - [[package]] 1654 - name = "pin-project" 1655 - version = "1.1.5" 1656 - source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 1658 - dependencies = [ 1659 - "pin-project-internal", 1660 - ] 1661 - 1662 - [[package]] 1663 - name = "pin-project-internal" 1664 - version = "1.1.5" 1665 - source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 1667 - dependencies = [ 1668 - "proc-macro2", 1669 - "quote", 1670 - "syn 2.0.68", 1671 - ] 1672 - 1673 - [[package]] 1674 - name = "pin-project-lite" 1675 - version = "0.2.14" 1676 - source = "registry+https://github.com/rust-lang/crates.io-index" 1677 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 1678 - 1679 - [[package]] 1680 - name = "pin-utils" 1681 - version = "0.1.0" 1682 - source = "registry+https://github.com/rust-lang/crates.io-index" 1683 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1684 - 1685 - [[package]] 1686 - name = "pkg-config" 1687 - version = "0.3.30" 1688 - source = "registry+https://github.com/rust-lang/crates.io-index" 1689 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 1690 - 1691 - [[package]] 1692 - name = "powerfmt" 1693 - version = "0.2.0" 1694 - source = "registry+https://github.com/rust-lang/crates.io-index" 1695 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1696 - 1697 - [[package]] 1698 - name = "ppv-lite86" 1699 - version = "0.2.17" 1700 - source = "registry+https://github.com/rust-lang/crates.io-index" 1701 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1702 - 1703 - [[package]] 1704 - name = "proc-macro-crate" 1705 - version = "3.1.0" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 1708 - dependencies = [ 1709 - "toml_edit 0.21.1", 1710 - ] 1711 - 1712 - [[package]] 1713 - name = "proc-macro-error" 1714 - version = "1.0.4" 1715 - source = "registry+https://github.com/rust-lang/crates.io-index" 1716 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1717 - dependencies = [ 1718 - "proc-macro-error-attr", 1719 - "proc-macro2", 1720 - "quote", 1721 - "syn 1.0.109", 1722 - "version_check", 1723 - ] 1724 - 1725 - [[package]] 1726 - name = "proc-macro-error-attr" 1727 - version = "1.0.4" 1728 - source = "registry+https://github.com/rust-lang/crates.io-index" 1729 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1730 - dependencies = [ 1731 - "proc-macro2", 1732 - "quote", 1733 - "version_check", 1734 - ] 1735 - 1736 - [[package]] 1737 - name = "proc-macro2" 1738 - version = "1.0.86" 1739 - source = "registry+https://github.com/rust-lang/crates.io-index" 1740 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 1741 - dependencies = [ 1742 - "unicode-ident", 1743 - ] 1744 - 1745 - [[package]] 1746 - name = "ptr_meta" 1747 - version = "0.1.4" 1748 - source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 1750 - dependencies = [ 1751 - "ptr_meta_derive", 1752 - ] 1753 - 1754 - [[package]] 1755 - name = "ptr_meta_derive" 1756 - version = "0.1.4" 1757 - source = "registry+https://github.com/rust-lang/crates.io-index" 1758 - checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 1759 - dependencies = [ 1760 - "proc-macro2", 1761 - "quote", 1762 - "syn 1.0.109", 1763 - ] 1764 - 1765 - [[package]] 1766 - name = "quote" 1767 - version = "1.0.36" 1768 - source = "registry+https://github.com/rust-lang/crates.io-index" 1769 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 1770 - dependencies = [ 1771 - "proc-macro2", 1772 - ] 1773 - 1774 - [[package]] 1775 - name = "radium" 1776 - version = "0.7.0" 1777 - source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 1779 - 1780 - [[package]] 1781 - name = "rand" 1782 - version = "0.8.5" 1783 - source = "registry+https://github.com/rust-lang/crates.io-index" 1784 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1785 - dependencies = [ 1786 - "libc", 1787 - "rand_chacha", 1788 - "rand_core", 1789 - ] 1790 - 1791 - [[package]] 1792 - name = "rand_chacha" 1793 - version = "0.3.1" 1794 - source = "registry+https://github.com/rust-lang/crates.io-index" 1795 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1796 - dependencies = [ 1797 - "ppv-lite86", 1798 - "rand_core", 1799 - ] 1800 - 1801 - [[package]] 1802 - name = "rand_core" 1803 - version = "0.6.4" 1804 - source = "registry+https://github.com/rust-lang/crates.io-index" 1805 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1806 - dependencies = [ 1807 - "getrandom", 1808 - ] 1809 - 1810 - [[package]] 1811 - name = "redox_syscall" 1812 - version = "0.5.2" 1813 - source = "registry+https://github.com/rust-lang/crates.io-index" 1814 - checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" 1815 - dependencies = [ 1816 - "bitflags 2.6.0", 1817 - ] 1818 - 1819 - [[package]] 1820 - name = "redpiler_graph" 1821 - version = "0.4.1" 1822 - dependencies = [ 1823 - "bincode", 1824 - "serde", 1825 - ] 1826 - 1827 - [[package]] 1828 - name = "regex" 1829 - version = "1.10.5" 1830 - source = "registry+https://github.com/rust-lang/crates.io-index" 1831 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 1832 - dependencies = [ 1833 - "aho-corasick", 1834 - "memchr", 1835 - "regex-automata 0.4.7", 1836 - "regex-syntax 0.8.4", 1837 - ] 1838 - 1839 - [[package]] 1840 - name = "regex-automata" 1841 - version = "0.1.10" 1842 - source = "registry+https://github.com/rust-lang/crates.io-index" 1843 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1844 - dependencies = [ 1845 - "regex-syntax 0.6.29", 1846 - ] 1847 - 1848 - [[package]] 1849 - name = "regex-automata" 1850 - version = "0.4.7" 1851 - source = "registry+https://github.com/rust-lang/crates.io-index" 1852 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 1853 - dependencies = [ 1854 - "aho-corasick", 1855 - "memchr", 1856 - "regex-syntax 0.8.4", 1857 - ] 1858 - 1859 - [[package]] 1860 - name = "regex-syntax" 1861 - version = "0.6.29" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1864 - 1865 - [[package]] 1866 - name = "regex-syntax" 1867 - version = "0.8.4" 1868 - source = "registry+https://github.com/rust-lang/crates.io-index" 1869 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 1870 - 1871 - [[package]] 1872 - name = "rend" 1873 - version = "0.4.2" 1874 - source = "registry+https://github.com/rust-lang/crates.io-index" 1875 - checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 1876 - dependencies = [ 1877 - "bytecheck", 1878 - ] 1879 - 1880 - [[package]] 1881 - name = "reqwest" 1882 - version = "0.12.5" 1883 - source = "registry+https://github.com/rust-lang/crates.io-index" 1884 - checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" 1885 - dependencies = [ 1886 - "base64 0.22.1", 1887 - "bytes", 1888 - "encoding_rs", 1889 - "futures-core", 1890 - "futures-util", 1891 - "h2", 1892 - "http", 1893 - "http-body", 1894 - "http-body-util", 1895 - "hyper", 1896 - "hyper-rustls", 1897 - "hyper-tls", 1898 - "hyper-util", 1899 - "ipnet", 1900 - "js-sys", 1901 - "log", 1902 - "mime", 1903 - "native-tls", 1904 - "once_cell", 1905 - "percent-encoding", 1906 - "pin-project-lite", 1907 - "rustls-pemfile", 1908 - "serde", 1909 - "serde_json", 1910 - "serde_urlencoded", 1911 - "sync_wrapper", 1912 - "system-configuration", 1913 - "tokio", 1914 - "tokio-native-tls", 1915 - "tower-service", 1916 - "url", 1917 - "wasm-bindgen", 1918 - "wasm-bindgen-futures", 1919 - "web-sys", 1920 - "winreg", 1921 - ] 1922 - 1923 - [[package]] 1924 - name = "ring" 1925 - version = "0.17.8" 1926 - source = "registry+https://github.com/rust-lang/crates.io-index" 1927 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 1928 - dependencies = [ 1929 - "cc", 1930 - "cfg-if", 1931 - "getrandom", 1932 - "libc", 1933 - "spin", 1934 - "untrusted", 1935 - "windows-sys 0.52.0", 1936 - ] 1937 - 1938 - [[package]] 1939 - name = "rkyv" 1940 - version = "0.7.44" 1941 - source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0" 1943 - dependencies = [ 1944 - "bitvec", 1945 - "bytecheck", 1946 - "bytes", 1947 - "hashbrown 0.12.3", 1948 - "ptr_meta", 1949 - "rend", 1950 - "rkyv_derive", 1951 - "seahash", 1952 - "tinyvec", 1953 - "uuid", 1954 - ] 1955 - 1956 - [[package]] 1957 - name = "rkyv_derive" 1958 - version = "0.7.44" 1959 - source = "registry+https://github.com/rust-lang/crates.io-index" 1960 - checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65" 1961 - dependencies = [ 1962 - "proc-macro2", 1963 - "quote", 1964 - "syn 1.0.109", 1965 - ] 1966 - 1967 - [[package]] 1968 - name = "rusqlite" 1969 - version = "0.31.0" 1970 - source = "registry+https://github.com/rust-lang/crates.io-index" 1971 - checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae" 1972 - dependencies = [ 1973 - "bitflags 2.6.0", 1974 - "fallible-iterator", 1975 - "fallible-streaming-iterator", 1976 - "hashlink", 1977 - "libsqlite3-sys", 1978 - "smallvec", 1979 - ] 1980 - 1981 - [[package]] 1982 - name = "rust_decimal" 1983 - version = "1.35.0" 1984 - source = "registry+https://github.com/rust-lang/crates.io-index" 1985 - checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" 1986 - dependencies = [ 1987 - "arrayvec", 1988 - "borsh", 1989 - "bytes", 1990 - "num-traits", 1991 - "rand", 1992 - "rkyv", 1993 - "serde", 1994 - "serde_json", 1995 - ] 1996 - 1997 - [[package]] 1998 - name = "rustc-demangle" 1999 - version = "0.1.24" 2000 - source = "registry+https://github.com/rust-lang/crates.io-index" 2001 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2002 - 2003 - [[package]] 2004 - name = "rustc-hash" 2005 - version = "1.1.0" 2006 - source = "registry+https://github.com/rust-lang/crates.io-index" 2007 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2008 - 2009 - [[package]] 2010 - name = "rustc-hash" 2011 - version = "2.0.0" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 2014 - 2015 - [[package]] 2016 - name = "rustix" 2017 - version = "0.38.34" 2018 - source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 2020 - dependencies = [ 2021 - "bitflags 2.6.0", 2022 - "errno", 2023 - "libc", 2024 - "linux-raw-sys", 2025 - "windows-sys 0.52.0", 2026 - ] 2027 - 2028 - [[package]] 2029 - name = "rustls" 2030 - version = "0.23.10" 2031 - source = "registry+https://github.com/rust-lang/crates.io-index" 2032 - checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" 2033 - dependencies = [ 2034 - "once_cell", 2035 - "rustls-pki-types", 2036 - "rustls-webpki", 2037 - "subtle", 2038 - "zeroize", 2039 - ] 2040 - 2041 - [[package]] 2042 - name = "rustls-pemfile" 2043 - version = "2.1.2" 2044 - source = "registry+https://github.com/rust-lang/crates.io-index" 2045 - checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 2046 - dependencies = [ 2047 - "base64 0.22.1", 2048 - "rustls-pki-types", 2049 - ] 2050 - 2051 - [[package]] 2052 - name = "rustls-pki-types" 2053 - version = "1.7.0" 2054 - source = "registry+https://github.com/rust-lang/crates.io-index" 2055 - checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" 2056 - 2057 - [[package]] 2058 - name = "rustls-webpki" 2059 - version = "0.102.4" 2060 - source = "registry+https://github.com/rust-lang/crates.io-index" 2061 - checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" 2062 - dependencies = [ 2063 - "ring", 2064 - "rustls-pki-types", 2065 - "untrusted", 2066 - ] 2067 - 2068 - [[package]] 2069 - name = "ryu" 2070 - version = "1.0.18" 2071 - source = "registry+https://github.com/rust-lang/crates.io-index" 2072 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2073 - 2074 - [[package]] 2075 - name = "saturating" 2076 - version = "0.1.0" 2077 - source = "registry+https://github.com/rust-lang/crates.io-index" 2078 - checksum = "ece8e78b2f38ec51c51f5d475df0a7187ba5111b2a28bdc761ee05b075d40a71" 2079 - 2080 - [[package]] 2081 - name = "schannel" 2082 - version = "0.1.23" 2083 - source = "registry+https://github.com/rust-lang/crates.io-index" 2084 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 2085 - dependencies = [ 2086 - "windows-sys 0.52.0", 2087 - ] 2088 - 2089 - [[package]] 2090 - name = "seahash" 2091 - version = "4.1.0" 2092 - source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 2094 - 2095 - [[package]] 2096 - name = "security-framework" 2097 - version = "2.11.0" 2098 - source = "registry+https://github.com/rust-lang/crates.io-index" 2099 - checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 2100 - dependencies = [ 2101 - "bitflags 2.6.0", 2102 - "core-foundation", 2103 - "core-foundation-sys", 2104 - "libc", 2105 - "security-framework-sys", 2106 - ] 2107 - 2108 - [[package]] 2109 - name = "security-framework-sys" 2110 - version = "2.11.0" 2111 - source = "registry+https://github.com/rust-lang/crates.io-index" 2112 - checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 2113 - dependencies = [ 2114 - "core-foundation-sys", 2115 - "libc", 2116 - ] 2117 - 2118 - [[package]] 2119 - name = "serde" 2120 - version = "1.0.203" 2121 - source = "registry+https://github.com/rust-lang/crates.io-index" 2122 - checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 2123 - dependencies = [ 2124 - "serde_derive", 2125 - ] 2126 - 2127 - [[package]] 2128 - name = "serde_derive" 2129 - version = "1.0.203" 2130 - source = "registry+https://github.com/rust-lang/crates.io-index" 2131 - checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 2132 - dependencies = [ 2133 - "proc-macro2", 2134 - "quote", 2135 - "syn 2.0.68", 2136 - ] 2137 - 2138 - [[package]] 2139 - name = "serde_json" 2140 - version = "1.0.118" 2141 - source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" 2143 - dependencies = [ 2144 - "itoa", 2145 - "ryu", 2146 - "serde", 2147 - ] 2148 - 2149 - [[package]] 2150 - name = "serde_spanned" 2151 - version = "0.6.6" 2152 - source = "registry+https://github.com/rust-lang/crates.io-index" 2153 - checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 2154 - dependencies = [ 2155 - "serde", 2156 - ] 2157 - 2158 - [[package]] 2159 - name = "serde_urlencoded" 2160 - version = "0.7.1" 2161 - source = "registry+https://github.com/rust-lang/crates.io-index" 2162 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2163 - dependencies = [ 2164 - "form_urlencoded", 2165 - "itoa", 2166 - "ryu", 2167 - "serde", 2168 - ] 2169 - 2170 - [[package]] 2171 - name = "sha1" 2172 - version = "0.10.6" 2173 - source = "registry+https://github.com/rust-lang/crates.io-index" 2174 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2175 - dependencies = [ 2176 - "cfg-if", 2177 - "cpufeatures", 2178 - "digest", 2179 - ] 2180 - 2181 - [[package]] 2182 - name = "sha2" 2183 - version = "0.10.8" 2184 - source = "registry+https://github.com/rust-lang/crates.io-index" 2185 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2186 - dependencies = [ 2187 - "cfg-if", 2188 - "cpufeatures", 2189 - "digest", 2190 - ] 2191 - 2192 - [[package]] 2193 - name = "sharded-slab" 2194 - version = "0.1.7" 2195 - source = "registry+https://github.com/rust-lang/crates.io-index" 2196 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2197 - dependencies = [ 2198 - "lazy_static", 2199 - ] 2200 - 2201 - [[package]] 2202 - name = "shlex" 2203 - version = "1.3.0" 2204 - source = "registry+https://github.com/rust-lang/crates.io-index" 2205 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2206 - 2207 - [[package]] 2208 - name = "simdutf8" 2209 - version = "0.1.4" 2210 - source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 2212 - 2213 - [[package]] 2214 - name = "slab" 2215 - version = "0.4.9" 2216 - source = "registry+https://github.com/rust-lang/crates.io-index" 2217 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2218 - dependencies = [ 2219 - "autocfg", 2220 - ] 2221 - 2222 - [[package]] 2223 - name = "smallvec" 2224 - version = "1.13.2" 2225 - source = "registry+https://github.com/rust-lang/crates.io-index" 2226 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2227 - 2228 - [[package]] 2229 - name = "socket2" 2230 - version = "0.5.7" 2231 - source = "registry+https://github.com/rust-lang/crates.io-index" 2232 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 2233 - dependencies = [ 2234 - "libc", 2235 - "windows-sys 0.52.0", 2236 - ] 2237 - 2238 - [[package]] 2239 - name = "spin" 2240 - version = "0.9.8" 2241 - source = "registry+https://github.com/rust-lang/crates.io-index" 2242 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2243 - 2244 - [[package]] 2245 - name = "static_assertions" 2246 - version = "1.1.0" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2249 - 2250 - [[package]] 2251 - name = "strsim" 2252 - version = "0.11.1" 2253 - source = "registry+https://github.com/rust-lang/crates.io-index" 2254 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2255 - 2256 - [[package]] 2257 - name = "subprocess" 2258 - version = "0.2.9" 2259 - source = "registry+https://github.com/rust-lang/crates.io-index" 2260 - checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" 2261 - dependencies = [ 2262 - "libc", 2263 - "winapi", 2264 - ] 2265 - 2266 - [[package]] 2267 - name = "subtle" 2268 - version = "2.6.1" 2269 - source = "registry+https://github.com/rust-lang/crates.io-index" 2270 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2271 - 2272 - [[package]] 2273 - name = "syn" 2274 - version = "1.0.109" 2275 - source = "registry+https://github.com/rust-lang/crates.io-index" 2276 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2277 - dependencies = [ 2278 - "proc-macro2", 2279 - "quote", 2280 - "unicode-ident", 2281 - ] 2282 - 2283 - [[package]] 2284 - name = "syn" 2285 - version = "2.0.68" 2286 - source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" 2288 - dependencies = [ 2289 - "proc-macro2", 2290 - "quote", 2291 - "unicode-ident", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "syn_derive" 2296 - version = "0.1.8" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 2299 - dependencies = [ 2300 - "proc-macro-error", 2301 - "proc-macro2", 2302 - "quote", 2303 - "syn 2.0.68", 2304 - ] 2305 - 2306 - [[package]] 2307 - name = "sync_wrapper" 2308 - version = "1.0.1" 2309 - source = "registry+https://github.com/rust-lang/crates.io-index" 2310 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 2311 - 2312 - [[package]] 2313 - name = "system-configuration" 2314 - version = "0.5.1" 2315 - source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2317 - dependencies = [ 2318 - "bitflags 1.3.2", 2319 - "core-foundation", 2320 - "system-configuration-sys", 2321 - ] 2322 - 2323 - [[package]] 2324 - name = "system-configuration-sys" 2325 - version = "0.5.0" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2328 - dependencies = [ 2329 - "core-foundation-sys", 2330 - "libc", 2331 - ] 2332 - 2333 - [[package]] 2334 - name = "tap" 2335 - version = "1.0.1" 2336 - source = "registry+https://github.com/rust-lang/crates.io-index" 2337 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 2338 - 2339 - [[package]] 2340 - name = "tempfile" 2341 - version = "3.10.1" 2342 - source = "registry+https://github.com/rust-lang/crates.io-index" 2343 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 2344 - dependencies = [ 2345 - "cfg-if", 2346 - "fastrand", 2347 - "rustix", 2348 - "windows-sys 0.52.0", 2349 - ] 2350 - 2351 - [[package]] 2352 - name = "termcolor" 2353 - version = "1.4.1" 2354 - source = "registry+https://github.com/rust-lang/crates.io-index" 2355 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 2356 - dependencies = [ 2357 - "winapi-util", 2358 - ] 2359 - 2360 - [[package]] 2361 - name = "thiserror" 2362 - version = "1.0.61" 2363 - source = "registry+https://github.com/rust-lang/crates.io-index" 2364 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 2365 - dependencies = [ 2366 - "thiserror-impl", 2367 - ] 2368 - 2369 - [[package]] 2370 - name = "thiserror-impl" 2371 - version = "1.0.61" 2372 - source = "registry+https://github.com/rust-lang/crates.io-index" 2373 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 2374 - dependencies = [ 2375 - "proc-macro2", 2376 - "quote", 2377 - "syn 2.0.68", 2378 - ] 2379 - 2380 - [[package]] 2381 - name = "thread_local" 2382 - version = "1.1.8" 2383 - source = "registry+https://github.com/rust-lang/crates.io-index" 2384 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2385 - dependencies = [ 2386 - "cfg-if", 2387 - "once_cell", 2388 - ] 2389 - 2390 - [[package]] 2391 - name = "time" 2392 - version = "0.3.36" 2393 - source = "registry+https://github.com/rust-lang/crates.io-index" 2394 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 2395 - dependencies = [ 2396 - "deranged", 2397 - "itoa", 2398 - "num-conv", 2399 - "powerfmt", 2400 - "serde", 2401 - "time-core", 2402 - "time-macros", 2403 - ] 2404 - 2405 - [[package]] 2406 - name = "time-core" 2407 - version = "0.1.2" 2408 - source = "registry+https://github.com/rust-lang/crates.io-index" 2409 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2410 - 2411 - [[package]] 2412 - name = "time-macros" 2413 - version = "0.2.18" 2414 - source = "registry+https://github.com/rust-lang/crates.io-index" 2415 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 2416 - dependencies = [ 2417 - "num-conv", 2418 - "time-core", 2419 - ] 2420 - 2421 - [[package]] 2422 - name = "tinyvec" 2423 - version = "1.6.1" 2424 - source = "registry+https://github.com/rust-lang/crates.io-index" 2425 - checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82" 2426 - dependencies = [ 2427 - "tinyvec_macros", 2428 - ] 2429 - 2430 - [[package]] 2431 - name = "tinyvec_macros" 2432 - version = "0.1.1" 2433 - source = "registry+https://github.com/rust-lang/crates.io-index" 2434 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2435 - 2436 - [[package]] 2437 - name = "tokio" 2438 - version = "1.38.0" 2439 - source = "registry+https://github.com/rust-lang/crates.io-index" 2440 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 2441 - dependencies = [ 2442 - "backtrace", 2443 - "bytes", 2444 - "libc", 2445 - "mio", 2446 - "num_cpus", 2447 - "pin-project-lite", 2448 - "socket2", 2449 - "windows-sys 0.48.0", 2450 - ] 2451 - 2452 - [[package]] 2453 - name = "tokio-native-tls" 2454 - version = "0.3.1" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2457 - dependencies = [ 2458 - "native-tls", 2459 - "tokio", 2460 - ] 2461 - 2462 - [[package]] 2463 - name = "tokio-rustls" 2464 - version = "0.26.0" 2465 - source = "registry+https://github.com/rust-lang/crates.io-index" 2466 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 2467 - dependencies = [ 2468 - "rustls", 2469 - "rustls-pki-types", 2470 - "tokio", 2471 - ] 2472 - 2473 - [[package]] 2474 - name = "tokio-util" 2475 - version = "0.7.11" 2476 - source = "registry+https://github.com/rust-lang/crates.io-index" 2477 - checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 2478 - dependencies = [ 2479 - "bytes", 2480 - "futures-core", 2481 - "futures-sink", 2482 - "pin-project-lite", 2483 - "tokio", 2484 - ] 2485 - 2486 - [[package]] 2487 - name = "toml" 2488 - version = "0.8.14" 2489 - source = "registry+https://github.com/rust-lang/crates.io-index" 2490 - checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" 2491 - dependencies = [ 2492 - "serde", 2493 - "serde_spanned", 2494 - "toml_datetime", 2495 - "toml_edit 0.22.14", 2496 - ] 2497 - 2498 - [[package]] 2499 - name = "toml_datetime" 2500 - version = "0.6.6" 2501 - source = "registry+https://github.com/rust-lang/crates.io-index" 2502 - checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 2503 - dependencies = [ 2504 - "serde", 2505 - ] 2506 - 2507 - [[package]] 2508 - name = "toml_edit" 2509 - version = "0.21.1" 2510 - source = "registry+https://github.com/rust-lang/crates.io-index" 2511 - checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 2512 - dependencies = [ 2513 - "indexmap", 2514 - "toml_datetime", 2515 - "winnow 0.5.40", 2516 - ] 2517 - 2518 - [[package]] 2519 - name = "toml_edit" 2520 - version = "0.22.14" 2521 - source = "registry+https://github.com/rust-lang/crates.io-index" 2522 - checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" 2523 - dependencies = [ 2524 - "indexmap", 2525 - "serde", 2526 - "serde_spanned", 2527 - "toml_datetime", 2528 - "winnow 0.6.13", 2529 - ] 2530 - 2531 - [[package]] 2532 - name = "tower" 2533 - version = "0.4.13" 2534 - source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 2536 - dependencies = [ 2537 - "futures-core", 2538 - "futures-util", 2539 - "pin-project", 2540 - "pin-project-lite", 2541 - "tokio", 2542 - "tower-layer", 2543 - "tower-service", 2544 - ] 2545 - 2546 - [[package]] 2547 - name = "tower-layer" 2548 - version = "0.3.2" 2549 - source = "registry+https://github.com/rust-lang/crates.io-index" 2550 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 2551 - 2552 - [[package]] 2553 - name = "tower-service" 2554 - version = "0.3.2" 2555 - source = "registry+https://github.com/rust-lang/crates.io-index" 2556 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2557 - 2558 - [[package]] 2559 - name = "tracing" 2560 - version = "0.1.40" 2561 - source = "registry+https://github.com/rust-lang/crates.io-index" 2562 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2563 - dependencies = [ 2564 - "pin-project-lite", 2565 - "tracing-attributes", 2566 - "tracing-core", 2567 - ] 2568 - 2569 - [[package]] 2570 - name = "tracing-appender" 2571 - version = "0.2.3" 2572 - source = "registry+https://github.com/rust-lang/crates.io-index" 2573 - checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" 2574 - dependencies = [ 2575 - "crossbeam-channel", 2576 - "thiserror", 2577 - "time", 2578 - "tracing-subscriber", 2579 - ] 2580 - 2581 - [[package]] 2582 - name = "tracing-attributes" 2583 - version = "0.1.27" 2584 - source = "registry+https://github.com/rust-lang/crates.io-index" 2585 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2586 - dependencies = [ 2587 - "proc-macro2", 2588 - "quote", 2589 - "syn 2.0.68", 2590 - ] 2591 - 2592 - [[package]] 2593 - name = "tracing-core" 2594 - version = "0.1.32" 2595 - source = "registry+https://github.com/rust-lang/crates.io-index" 2596 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2597 - dependencies = [ 2598 - "once_cell", 2599 - "valuable", 2600 - ] 2601 - 2602 - [[package]] 2603 - name = "tracing-log" 2604 - version = "0.2.0" 2605 - source = "registry+https://github.com/rust-lang/crates.io-index" 2606 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2607 - dependencies = [ 2608 - "log", 2609 - "once_cell", 2610 - "tracing-core", 2611 - ] 2612 - 2613 - [[package]] 2614 - name = "tracing-subscriber" 2615 - version = "0.3.18" 2616 - source = "registry+https://github.com/rust-lang/crates.io-index" 2617 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 2618 - dependencies = [ 2619 - "matchers", 2620 - "nu-ansi-term", 2621 - "once_cell", 2622 - "regex", 2623 - "sharded-slab", 2624 - "smallvec", 2625 - "thread_local", 2626 - "tracing", 2627 - "tracing-core", 2628 - "tracing-log", 2629 - ] 2630 - 2631 - [[package]] 2632 - name = "try-lock" 2633 - version = "0.2.5" 2634 - source = "registry+https://github.com/rust-lang/crates.io-index" 2635 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2636 - 2637 - [[package]] 2638 - name = "twox-hash" 2639 - version = "1.6.3" 2640 - source = "registry+https://github.com/rust-lang/crates.io-index" 2641 - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 2642 - dependencies = [ 2643 - "cfg-if", 2644 - "rand", 2645 - "static_assertions", 2646 - ] 2647 - 2648 - [[package]] 2649 - name = "typenum" 2650 - version = "1.17.0" 2651 - source = "registry+https://github.com/rust-lang/crates.io-index" 2652 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 2653 - 2654 - [[package]] 2655 - name = "unicode-bidi" 2656 - version = "0.3.15" 2657 - source = "registry+https://github.com/rust-lang/crates.io-index" 2658 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 2659 - 2660 - [[package]] 2661 - name = "unicode-ident" 2662 - version = "1.0.12" 2663 - source = "registry+https://github.com/rust-lang/crates.io-index" 2664 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 2665 - 2666 - [[package]] 2667 - name = "unicode-normalization" 2668 - version = "0.1.23" 2669 - source = "registry+https://github.com/rust-lang/crates.io-index" 2670 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 2671 - dependencies = [ 2672 - "tinyvec", 2673 - ] 2674 - 2675 - [[package]] 2676 - name = "untrusted" 2677 - version = "0.9.0" 2678 - source = "registry+https://github.com/rust-lang/crates.io-index" 2679 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2680 - 2681 - [[package]] 2682 - name = "url" 2683 - version = "2.5.2" 2684 - source = "registry+https://github.com/rust-lang/crates.io-index" 2685 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 2686 - dependencies = [ 2687 - "form_urlencoded", 2688 - "idna", 2689 - "percent-encoding", 2690 - ] 2691 - 2692 - [[package]] 2693 - name = "uuid" 2694 - version = "1.9.1" 2695 - source = "registry+https://github.com/rust-lang/crates.io-index" 2696 - checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" 2697 - 2698 - [[package]] 2699 - name = "valuable" 2700 - version = "0.1.0" 2701 - source = "registry+https://github.com/rust-lang/crates.io-index" 2702 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2703 - 2704 - [[package]] 2705 - name = "vcpkg" 2706 - version = "0.2.15" 2707 - source = "registry+https://github.com/rust-lang/crates.io-index" 2708 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2709 - 2710 - [[package]] 2711 - name = "version_check" 2712 - version = "0.9.4" 2713 - source = "registry+https://github.com/rust-lang/crates.io-index" 2714 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2715 - 2716 - [[package]] 2717 - name = "want" 2718 - version = "0.3.1" 2719 - source = "registry+https://github.com/rust-lang/crates.io-index" 2720 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2721 - dependencies = [ 2722 - "try-lock", 2723 - ] 2724 - 2725 - [[package]] 2726 - name = "wasi" 2727 - version = "0.11.0+wasi-snapshot-preview1" 2728 - source = "registry+https://github.com/rust-lang/crates.io-index" 2729 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2730 - 2731 - [[package]] 2732 - name = "wasm-bindgen" 2733 - version = "0.2.92" 2734 - source = "registry+https://github.com/rust-lang/crates.io-index" 2735 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 2736 - dependencies = [ 2737 - "cfg-if", 2738 - "wasm-bindgen-macro", 2739 - ] 2740 - 2741 - [[package]] 2742 - name = "wasm-bindgen-backend" 2743 - version = "0.2.92" 2744 - source = "registry+https://github.com/rust-lang/crates.io-index" 2745 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 2746 - dependencies = [ 2747 - "bumpalo", 2748 - "log", 2749 - "once_cell", 2750 - "proc-macro2", 2751 - "quote", 2752 - "syn 2.0.68", 2753 - "wasm-bindgen-shared", 2754 - ] 2755 - 2756 - [[package]] 2757 - name = "wasm-bindgen-futures" 2758 - version = "0.4.42" 2759 - source = "registry+https://github.com/rust-lang/crates.io-index" 2760 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 2761 - dependencies = [ 2762 - "cfg-if", 2763 - "js-sys", 2764 - "wasm-bindgen", 2765 - "web-sys", 2766 - ] 2767 - 2768 - [[package]] 2769 - name = "wasm-bindgen-macro" 2770 - version = "0.2.92" 2771 - source = "registry+https://github.com/rust-lang/crates.io-index" 2772 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 2773 - dependencies = [ 2774 - "quote", 2775 - "wasm-bindgen-macro-support", 2776 - ] 2777 - 2778 - [[package]] 2779 - name = "wasm-bindgen-macro-support" 2780 - version = "0.2.92" 2781 - source = "registry+https://github.com/rust-lang/crates.io-index" 2782 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 2783 - dependencies = [ 2784 - "proc-macro2", 2785 - "quote", 2786 - "syn 2.0.68", 2787 - "wasm-bindgen-backend", 2788 - "wasm-bindgen-shared", 2789 - ] 2790 - 2791 - [[package]] 2792 - name = "wasm-bindgen-shared" 2793 - version = "0.2.92" 2794 - source = "registry+https://github.com/rust-lang/crates.io-index" 2795 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 2796 - 2797 - [[package]] 2798 - name = "web-sys" 2799 - version = "0.3.69" 2800 - source = "registry+https://github.com/rust-lang/crates.io-index" 2801 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 2802 - dependencies = [ 2803 - "js-sys", 2804 - "wasm-bindgen", 2805 - ] 2806 - 2807 - [[package]] 2808 - name = "winapi" 2809 - version = "0.3.9" 2810 - source = "registry+https://github.com/rust-lang/crates.io-index" 2811 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2812 - dependencies = [ 2813 - "winapi-i686-pc-windows-gnu", 2814 - "winapi-x86_64-pc-windows-gnu", 2815 - ] 2816 - 2817 - [[package]] 2818 - name = "winapi-i686-pc-windows-gnu" 2819 - version = "0.4.0" 2820 - source = "registry+https://github.com/rust-lang/crates.io-index" 2821 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2822 - 2823 - [[package]] 2824 - name = "winapi-util" 2825 - version = "0.1.8" 2826 - source = "registry+https://github.com/rust-lang/crates.io-index" 2827 - checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 2828 - dependencies = [ 2829 - "windows-sys 0.52.0", 2830 - ] 2831 - 2832 - [[package]] 2833 - name = "winapi-x86_64-pc-windows-gnu" 2834 - version = "0.4.0" 2835 - source = "registry+https://github.com/rust-lang/crates.io-index" 2836 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2837 - 2838 - [[package]] 2839 - name = "windows-core" 2840 - version = "0.52.0" 2841 - source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 2843 - dependencies = [ 2844 - "windows-targets 0.52.5", 2845 - ] 2846 - 2847 - [[package]] 2848 - name = "windows-sys" 2849 - version = "0.48.0" 2850 - source = "registry+https://github.com/rust-lang/crates.io-index" 2851 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2852 - dependencies = [ 2853 - "windows-targets 0.48.5", 2854 - ] 2855 - 2856 - [[package]] 2857 - name = "windows-sys" 2858 - version = "0.52.0" 2859 - source = "registry+https://github.com/rust-lang/crates.io-index" 2860 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2861 - dependencies = [ 2862 - "windows-targets 0.52.5", 2863 - ] 2864 - 2865 - [[package]] 2866 - name = "windows-targets" 2867 - version = "0.48.5" 2868 - source = "registry+https://github.com/rust-lang/crates.io-index" 2869 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2870 - dependencies = [ 2871 - "windows_aarch64_gnullvm 0.48.5", 2872 - "windows_aarch64_msvc 0.48.5", 2873 - "windows_i686_gnu 0.48.5", 2874 - "windows_i686_msvc 0.48.5", 2875 - "windows_x86_64_gnu 0.48.5", 2876 - "windows_x86_64_gnullvm 0.48.5", 2877 - "windows_x86_64_msvc 0.48.5", 2878 - ] 2879 - 2880 - [[package]] 2881 - name = "windows-targets" 2882 - version = "0.52.5" 2883 - source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 2885 - dependencies = [ 2886 - "windows_aarch64_gnullvm 0.52.5", 2887 - "windows_aarch64_msvc 0.52.5", 2888 - "windows_i686_gnu 0.52.5", 2889 - "windows_i686_gnullvm", 2890 - "windows_i686_msvc 0.52.5", 2891 - "windows_x86_64_gnu 0.52.5", 2892 - "windows_x86_64_gnullvm 0.52.5", 2893 - "windows_x86_64_msvc 0.52.5", 2894 - ] 2895 - 2896 - [[package]] 2897 - name = "windows_aarch64_gnullvm" 2898 - version = "0.48.5" 2899 - source = "registry+https://github.com/rust-lang/crates.io-index" 2900 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2901 - 2902 - [[package]] 2903 - name = "windows_aarch64_gnullvm" 2904 - version = "0.52.5" 2905 - source = "registry+https://github.com/rust-lang/crates.io-index" 2906 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 2907 - 2908 - [[package]] 2909 - name = "windows_aarch64_msvc" 2910 - version = "0.48.5" 2911 - source = "registry+https://github.com/rust-lang/crates.io-index" 2912 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2913 - 2914 - [[package]] 2915 - name = "windows_aarch64_msvc" 2916 - version = "0.52.5" 2917 - source = "registry+https://github.com/rust-lang/crates.io-index" 2918 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 2919 - 2920 - [[package]] 2921 - name = "windows_i686_gnu" 2922 - version = "0.48.5" 2923 - source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2925 - 2926 - [[package]] 2927 - name = "windows_i686_gnu" 2928 - version = "0.52.5" 2929 - source = "registry+https://github.com/rust-lang/crates.io-index" 2930 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 2931 - 2932 - [[package]] 2933 - name = "windows_i686_gnullvm" 2934 - version = "0.52.5" 2935 - source = "registry+https://github.com/rust-lang/crates.io-index" 2936 - checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 2937 - 2938 - [[package]] 2939 - name = "windows_i686_msvc" 2940 - version = "0.48.5" 2941 - source = "registry+https://github.com/rust-lang/crates.io-index" 2942 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2943 - 2944 - [[package]] 2945 - name = "windows_i686_msvc" 2946 - version = "0.52.5" 2947 - source = "registry+https://github.com/rust-lang/crates.io-index" 2948 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 2949 - 2950 - [[package]] 2951 - name = "windows_x86_64_gnu" 2952 - version = "0.48.5" 2953 - source = "registry+https://github.com/rust-lang/crates.io-index" 2954 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2955 - 2956 - [[package]] 2957 - name = "windows_x86_64_gnu" 2958 - version = "0.52.5" 2959 - source = "registry+https://github.com/rust-lang/crates.io-index" 2960 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 2961 - 2962 - [[package]] 2963 - name = "windows_x86_64_gnullvm" 2964 - version = "0.48.5" 2965 - source = "registry+https://github.com/rust-lang/crates.io-index" 2966 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2967 - 2968 - [[package]] 2969 - name = "windows_x86_64_gnullvm" 2970 - version = "0.52.5" 2971 - source = "registry+https://github.com/rust-lang/crates.io-index" 2972 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 2973 - 2974 - [[package]] 2975 - name = "windows_x86_64_msvc" 2976 - version = "0.48.5" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2979 - 2980 - [[package]] 2981 - name = "windows_x86_64_msvc" 2982 - version = "0.52.5" 2983 - source = "registry+https://github.com/rust-lang/crates.io-index" 2984 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 2985 - 2986 - [[package]] 2987 - name = "winnow" 2988 - version = "0.5.40" 2989 - source = "registry+https://github.com/rust-lang/crates.io-index" 2990 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 2991 - dependencies = [ 2992 - "memchr", 2993 - ] 2994 - 2995 - [[package]] 2996 - name = "winnow" 2997 - version = "0.6.13" 2998 - source = "registry+https://github.com/rust-lang/crates.io-index" 2999 - checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" 3000 - dependencies = [ 3001 - "memchr", 3002 - ] 3003 - 3004 - [[package]] 3005 - name = "winreg" 3006 - version = "0.52.0" 3007 - source = "registry+https://github.com/rust-lang/crates.io-index" 3008 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 3009 - dependencies = [ 3010 - "cfg-if", 3011 - "windows-sys 0.48.0", 3012 - ] 3013 - 3014 - [[package]] 3015 - name = "wyz" 3016 - version = "0.5.1" 3017 - source = "registry+https://github.com/rust-lang/crates.io-index" 3018 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 3019 - dependencies = [ 3020 - "tap", 3021 - ] 3022 - 3023 - [[package]] 3024 - name = "zerocopy" 3025 - version = "0.7.34" 3026 - source = "registry+https://github.com/rust-lang/crates.io-index" 3027 - checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" 3028 - dependencies = [ 3029 - "zerocopy-derive", 3030 - ] 3031 - 3032 - [[package]] 3033 - name = "zerocopy-derive" 3034 - version = "0.7.34" 3035 - source = "registry+https://github.com/rust-lang/crates.io-index" 3036 - checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" 3037 - dependencies = [ 3038 - "proc-macro2", 3039 - "quote", 3040 - "syn 2.0.68", 3041 - ] 3042 - 3043 - [[package]] 3044 - name = "zeroize" 3045 - version = "1.8.1" 3046 - source = "registry+https://github.com/rust-lang/crates.io-index" 3047 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3048 - 3049 - [[package]] 3050 - name = "zstd" 3051 - version = "0.13.1" 3052 - source = "registry+https://github.com/rust-lang/crates.io-index" 3053 - checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a" 3054 - dependencies = [ 3055 - "zstd-safe", 3056 - ] 3057 - 3058 - [[package]] 3059 - name = "zstd-safe" 3060 - version = "7.1.0" 3061 - source = "registry+https://github.com/rust-lang/crates.io-index" 3062 - checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a" 3063 - dependencies = [ 3064 - "zstd-sys", 3065 - ] 3066 - 3067 - [[package]] 3068 - name = "zstd-sys" 3069 - version = "2.0.11+zstd.1.5.6" 3070 - source = "registry+https://github.com/rust-lang/crates.io-index" 3071 - checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4" 3072 - dependencies = [ 3073 - "cc", 3074 - "pkg-config", 3075 - ]
+2 -6
pkgs/by-name/mc/mchprs/package.nix
··· 21 21 hash = "sha256-Jm9ZsqCKOIxZsXQbCluYu7MgOD7hXYljcv/URaNVUW0="; 22 22 }; 23 23 24 - cargoLock = { 25 - lockFile = ./Cargo.lock; 26 - outputHashes = { 27 - "hematite-nbt-0.5.2" = "sha256-ohhsMlRLFNesccxhqn0GAiVswcdMldD3gv0AXcviHU8="; 28 - }; 29 - }; 24 + useFetchCargoVendor = true; 25 + cargoHash = "sha256-YDfyixNfJsKigf3W5265CWl4ETQDeBHYpquBoFoj4Tw="; 30 26 31 27 nativeBuildInputs = [ 32 28 pkg-config
-1512
pkgs/by-name/mi/millet/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.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aho-corasick" 22 - version = "1.1.2" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 25 - dependencies = [ 26 - "memchr", 27 - ] 28 - 29 - [[package]] 30 - name = "analysis" 31 - version = "0.14.3" 32 - dependencies = [ 33 - "config", 34 - "diagnostic", 35 - "elapsed", 36 - "fast-hash", 37 - "fmt-util", 38 - "input", 39 - "mlb-statics", 40 - "paths", 41 - "sml-file-syntax", 42 - "sml-fixity", 43 - "sml-hir", 44 - "sml-naive-fmt", 45 - "sml-namespace", 46 - "sml-statics", 47 - "sml-statics-types", 48 - "sml-symbol-kind", 49 - "sml-syntax", 50 - "str-util", 51 - "text-pos", 52 - "text-size-util", 53 - ] 54 - 55 - [[package]] 56 - name = "anyhow" 57 - version = "1.0.79" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 60 - 61 - [[package]] 62 - name = "autocfg" 63 - version = "1.1.0" 64 - source = "registry+https://github.com/rust-lang/crates.io-index" 65 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 66 - 67 - [[package]] 68 - name = "backtrace" 69 - version = "0.3.69" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 72 - dependencies = [ 73 - "addr2line", 74 - "cc", 75 - "cfg-if", 76 - "libc", 77 - "miniz_oxide", 78 - "object", 79 - "rustc-demangle", 80 - ] 81 - 82 - [[package]] 83 - name = "better-panic" 84 - version = "0.3.0" 85 - source = "registry+https://github.com/rust-lang/crates.io-index" 86 - checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036" 87 - dependencies = [ 88 - "backtrace", 89 - "console", 90 - ] 91 - 92 - [[package]] 93 - name = "bitflags" 94 - version = "1.3.2" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 97 - 98 - [[package]] 99 - name = "bitflags" 100 - version = "2.4.2" 101 - source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 103 - 104 - [[package]] 105 - name = "cc" 106 - version = "1.0.85" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "9b918671670962b48bc23753aef0c51d072dca6f52f01f800854ada6ddb7f7d3" 109 - 110 - [[package]] 111 - name = "cfg-if" 112 - version = "1.0.0" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 115 - 116 - [[package]] 117 - name = "chain-map" 118 - version = "0.1.0" 119 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 120 - dependencies = [ 121 - "fast-hash", 122 - "str-util", 123 - ] 124 - 125 - [[package]] 126 - name = "char-name" 127 - version = "0.1.0" 128 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 129 - 130 - [[package]] 131 - name = "cm-syntax" 132 - version = "0.14.3" 133 - dependencies = [ 134 - "lex-util", 135 - "paths", 136 - "slash-var-path", 137 - "sml-file", 138 - "str-util", 139 - "text-size-util", 140 - ] 141 - 142 - [[package]] 143 - name = "code-h2-md-map" 144 - version = "0.1.0" 145 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 146 - dependencies = [ 147 - "fast-hash", 148 - ] 149 - 150 - [[package]] 151 - name = "codespan-reporting" 152 - version = "0.11.1" 153 - source = "registry+https://github.com/rust-lang/crates.io-index" 154 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 155 - dependencies = [ 156 - "termcolor", 157 - "unicode-width", 158 - ] 159 - 160 - [[package]] 161 - name = "config" 162 - version = "0.14.3" 163 - dependencies = [ 164 - "fast-hash", 165 - "serde", 166 - "sml-path", 167 - "str-util", 168 - ] 169 - 170 - [[package]] 171 - name = "console" 172 - version = "0.15.8" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 175 - dependencies = [ 176 - "encode_unicode", 177 - "lazy_static", 178 - "libc", 179 - "windows-sys", 180 - ] 181 - 182 - [[package]] 183 - name = "countme" 184 - version = "3.0.1" 185 - source = "registry+https://github.com/rust-lang/crates.io-index" 186 - checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" 187 - 188 - [[package]] 189 - name = "cov-mark" 190 - version = "0.14.3" 191 - dependencies = [ 192 - "fast-hash", 193 - "once_cell", 194 - ] 195 - 196 - [[package]] 197 - name = "crc32fast" 198 - version = "1.4.0" 199 - source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 201 - dependencies = [ 202 - "cfg-if", 203 - ] 204 - 205 - [[package]] 206 - name = "crossbeam-channel" 207 - version = "0.5.11" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b" 210 - dependencies = [ 211 - "crossbeam-utils", 212 - ] 213 - 214 - [[package]] 215 - name = "crossbeam-utils" 216 - version = "0.8.19" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 219 - 220 - [[package]] 221 - name = "diagnostic" 222 - version = "0.1.0" 223 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 224 - 225 - [[package]] 226 - name = "diff" 227 - version = "0.1.13" 228 - source = "registry+https://github.com/rust-lang/crates.io-index" 229 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 230 - 231 - [[package]] 232 - name = "drop_bomb" 233 - version = "0.1.5" 234 - source = "registry+https://github.com/rust-lang/crates.io-index" 235 - checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" 236 - 237 - [[package]] 238 - name = "dunce" 239 - version = "1.0.4" 240 - source = "registry+https://github.com/rust-lang/crates.io-index" 241 - checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 242 - 243 - [[package]] 244 - name = "elapsed" 245 - version = "0.1.0" 246 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 247 - dependencies = [ 248 - "log", 249 - ] 250 - 251 - [[package]] 252 - name = "encode_unicode" 253 - version = "0.3.6" 254 - source = "registry+https://github.com/rust-lang/crates.io-index" 255 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 256 - 257 - [[package]] 258 - name = "env_logger" 259 - version = "0.10.2" 260 - source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 262 - dependencies = [ 263 - "humantime", 264 - "is-terminal", 265 - "log", 266 - "regex", 267 - "termcolor", 268 - ] 269 - 270 - [[package]] 271 - name = "equivalent" 272 - version = "1.0.1" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 275 - 276 - [[package]] 277 - name = "errno" 278 - version = "0.3.8" 279 - source = "registry+https://github.com/rust-lang/crates.io-index" 280 - checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 281 - dependencies = [ 282 - "libc", 283 - "windows-sys", 284 - ] 285 - 286 - [[package]] 287 - name = "event-parse" 288 - version = "0.1.0" 289 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 290 - dependencies = [ 291 - "drop_bomb", 292 - "rowan", 293 - "token", 294 - ] 295 - 296 - [[package]] 297 - name = "fast-hash" 298 - version = "0.1.0" 299 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 300 - dependencies = [ 301 - "rustc-hash", 302 - ] 303 - 304 - [[package]] 305 - name = "fastrand" 306 - version = "2.0.1" 307 - source = "registry+https://github.com/rust-lang/crates.io-index" 308 - checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 309 - 310 - [[package]] 311 - name = "flate2" 312 - version = "1.0.28" 313 - source = "registry+https://github.com/rust-lang/crates.io-index" 314 - checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 315 - dependencies = [ 316 - "crc32fast", 317 - "miniz_oxide", 318 - ] 319 - 320 - [[package]] 321 - name = "fmt-util" 322 - version = "0.1.0" 323 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 324 - 325 - [[package]] 326 - name = "form_urlencoded" 327 - version = "1.2.1" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 330 - dependencies = [ 331 - "percent-encoding", 332 - ] 333 - 334 - [[package]] 335 - name = "getopts" 336 - version = "0.2.21" 337 - source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 339 - dependencies = [ 340 - "unicode-width", 341 - ] 342 - 343 - [[package]] 344 - name = "gimli" 345 - version = "0.28.1" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 348 - 349 - [[package]] 350 - name = "glob" 351 - version = "0.3.1" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 354 - 355 - [[package]] 356 - name = "hashbrown" 357 - version = "0.14.3" 358 - source = "registry+https://github.com/rust-lang/crates.io-index" 359 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 360 - 361 - [[package]] 362 - name = "hermit-abi" 363 - version = "0.3.5" 364 - source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "d0c62115964e08cb8039170eb33c1d0e2388a256930279edca206fff675f82c3" 366 - 367 - [[package]] 368 - name = "humantime" 369 - version = "2.1.0" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 372 - 373 - [[package]] 374 - name = "identifier-case" 375 - version = "0.1.0" 376 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 377 - 378 - [[package]] 379 - name = "idna" 380 - version = "0.5.0" 381 - source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 383 - dependencies = [ 384 - "unicode-bidi", 385 - "unicode-normalization", 386 - ] 387 - 388 - [[package]] 389 - name = "idx" 390 - version = "0.1.0" 391 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 392 - dependencies = [ 393 - "nohash-hasher", 394 - ] 395 - 396 - [[package]] 397 - name = "indexmap" 398 - version = "2.2.3" 399 - source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" 401 - dependencies = [ 402 - "equivalent", 403 - "hashbrown", 404 - ] 405 - 406 - [[package]] 407 - name = "input" 408 - version = "0.14.3" 409 - dependencies = [ 410 - "cm-syntax", 411 - "config", 412 - "cov-mark", 413 - "diagnostic", 414 - "fast-hash", 415 - "mlb-hir", 416 - "mlb-syntax", 417 - "paths", 418 - "slash-var-path", 419 - "sml-file", 420 - "sml-file-syntax", 421 - "sml-fixity", 422 - "sml-namespace", 423 - "sml-path", 424 - "sml-syntax", 425 - "str-util", 426 - "text-pos", 427 - "text-size-util", 428 - "toml", 429 - "topo-sort", 430 - ] 431 - 432 - [[package]] 433 - name = "is-terminal" 434 - version = "0.4.12" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 437 - dependencies = [ 438 - "hermit-abi", 439 - "libc", 440 - "windows-sys", 441 - ] 442 - 443 - [[package]] 444 - name = "itoa" 445 - version = "1.0.10" 446 - source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 448 - 449 - [[package]] 450 - name = "la-arena" 451 - version = "0.3.1" 452 - source = "registry+https://github.com/rust-lang/crates.io-index" 453 - checksum = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306" 454 - 455 - [[package]] 456 - name = "lang-srv" 457 - version = "0.14.3" 458 - dependencies = [ 459 - "analysis", 460 - "anyhow", 461 - "config", 462 - "crossbeam-channel", 463 - "diagnostic", 464 - "elapsed", 465 - "fast-hash", 466 - "input", 467 - "log", 468 - "lsp-server", 469 - "lsp-types", 470 - "paths", 471 - "serde", 472 - "serde_json", 473 - "sml-namespace", 474 - "text-pos", 475 - ] 476 - 477 - [[package]] 478 - name = "lazy_static" 479 - version = "1.4.0" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 482 - 483 - [[package]] 484 - name = "lex-util" 485 - version = "0.14.3" 486 - 487 - [[package]] 488 - name = "libc" 489 - version = "0.2.153" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 492 - 493 - [[package]] 494 - name = "line-index" 495 - version = "0.1.1" 496 - source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a" 498 - dependencies = [ 499 - "nohash-hasher", 500 - "text-size", 501 - ] 502 - 503 - [[package]] 504 - name = "linux-raw-sys" 505 - version = "0.4.13" 506 - source = "registry+https://github.com/rust-lang/crates.io-index" 507 - checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 508 - 509 - [[package]] 510 - name = "log" 511 - version = "0.4.20" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 514 - 515 - [[package]] 516 - name = "lsp-server" 517 - version = "0.7.6" 518 - source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095" 520 - dependencies = [ 521 - "crossbeam-channel", 522 - "log", 523 - "serde", 524 - "serde_json", 525 - ] 526 - 527 - [[package]] 528 - name = "lsp-types" 529 - version = "0.95.0" 530 - source = "registry+https://github.com/rust-lang/crates.io-index" 531 - checksum = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984" 532 - dependencies = [ 533 - "bitflags 1.3.2", 534 - "serde", 535 - "serde_json", 536 - "serde_repr", 537 - "url", 538 - ] 539 - 540 - [[package]] 541 - name = "memchr" 542 - version = "2.7.1" 543 - source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 545 - 546 - [[package]] 547 - name = "memoffset" 548 - version = "0.9.0" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 551 - dependencies = [ 552 - "autocfg", 553 - ] 554 - 555 - [[package]] 556 - name = "millet-cli" 557 - version = "0.14.3" 558 - dependencies = [ 559 - "analysis", 560 - "codespan-reporting", 561 - "config", 562 - "diagnostic", 563 - "env_logger", 564 - "input", 565 - "panic-hook", 566 - "paths", 567 - "pico-args", 568 - "sml-naive-fmt", 569 - "text-pos", 570 - "text-size-util", 571 - ] 572 - 573 - [[package]] 574 - name = "millet-ls" 575 - version = "0.14.3" 576 - dependencies = [ 577 - "anyhow", 578 - "env_logger", 579 - "lang-srv", 580 - "log", 581 - "panic-hook", 582 - ] 583 - 584 - [[package]] 585 - name = "miniz_oxide" 586 - version = "0.7.2" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 589 - dependencies = [ 590 - "adler", 591 - ] 592 - 593 - [[package]] 594 - name = "mlb-hir" 595 - version = "0.14.3" 596 - dependencies = [ 597 - "fast-hash", 598 - "paths", 599 - "sml-file", 600 - "sml-namespace", 601 - "str-util", 602 - "text-size-util", 603 - ] 604 - 605 - [[package]] 606 - name = "mlb-statics" 607 - version = "0.14.3" 608 - dependencies = [ 609 - "config", 610 - "diagnostic", 611 - "fast-hash", 612 - "mlb-hir", 613 - "paths", 614 - "sml-comment", 615 - "sml-file", 616 - "sml-file-syntax", 617 - "sml-fixity", 618 - "sml-hir", 619 - "sml-hir-lower", 620 - "sml-libs", 621 - "sml-namespace", 622 - "sml-statics", 623 - "sml-statics-types", 624 - "sml-syntax", 625 - "str-util", 626 - "text-pos", 627 - "text-size-util", 628 - ] 629 - 630 - [[package]] 631 - name = "mlb-syntax" 632 - version = "0.14.3" 633 - dependencies = [ 634 - "lex-util", 635 - "paths", 636 - "slash-var-path", 637 - "sml-file", 638 - "sml-namespace", 639 - "str-util", 640 - "text-size-util", 641 - ] 642 - 643 - [[package]] 644 - name = "nohash-hasher" 645 - version = "0.2.0" 646 - source = "registry+https://github.com/rust-lang/crates.io-index" 647 - checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 648 - 649 - [[package]] 650 - name = "num-bigint" 651 - version = "0.4.4" 652 - source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 654 - dependencies = [ 655 - "autocfg", 656 - "num-integer", 657 - "num-traits", 658 - ] 659 - 660 - [[package]] 661 - name = "num-integer" 662 - version = "0.1.46" 663 - source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 665 - dependencies = [ 666 - "num-traits", 667 - ] 668 - 669 - [[package]] 670 - name = "num-traits" 671 - version = "0.2.18" 672 - source = "registry+https://github.com/rust-lang/crates.io-index" 673 - checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 674 - dependencies = [ 675 - "autocfg", 676 - ] 677 - 678 - [[package]] 679 - name = "object" 680 - version = "0.32.2" 681 - source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 683 - dependencies = [ 684 - "memchr", 685 - ] 686 - 687 - [[package]] 688 - name = "once_cell" 689 - version = "1.19.0" 690 - source = "registry+https://github.com/rust-lang/crates.io-index" 691 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 692 - 693 - [[package]] 694 - name = "panic-hook" 695 - version = "0.14.3" 696 - dependencies = [ 697 - "better-panic", 698 - ] 699 - 700 - [[package]] 701 - name = "paths" 702 - version = "0.1.0" 703 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 704 - dependencies = [ 705 - "dunce", 706 - "fast-hash", 707 - "glob", 708 - "idx", 709 - "nohash-hasher", 710 - "str-util", 711 - ] 712 - 713 - [[package]] 714 - name = "pattern-match" 715 - version = "0.1.0" 716 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 717 - dependencies = [ 718 - "fast-hash", 719 - ] 720 - 721 - [[package]] 722 - name = "percent-encoding" 723 - version = "2.3.1" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 726 - 727 - [[package]] 728 - name = "pico-args" 729 - version = "0.5.0" 730 - source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 732 - 733 - [[package]] 734 - name = "pretty_assertions" 735 - version = "1.4.0" 736 - source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 738 - dependencies = [ 739 - "diff", 740 - "yansi", 741 - ] 742 - 743 - [[package]] 744 - name = "prettyplease" 745 - version = "0.2.16" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" 748 - dependencies = [ 749 - "proc-macro2", 750 - "syn", 751 - ] 752 - 753 - [[package]] 754 - name = "proc-macro2" 755 - version = "1.0.78" 756 - source = "registry+https://github.com/rust-lang/crates.io-index" 757 - checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 758 - dependencies = [ 759 - "unicode-ident", 760 - ] 761 - 762 - [[package]] 763 - name = "pulldown-cmark" 764 - version = "0.9.6" 765 - source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 767 - dependencies = [ 768 - "bitflags 2.4.2", 769 - "getopts", 770 - "memchr", 771 - "unicase", 772 - ] 773 - 774 - [[package]] 775 - name = "quote" 776 - version = "1.0.35" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 779 - dependencies = [ 780 - "proc-macro2", 781 - ] 782 - 783 - [[package]] 784 - name = "regex" 785 - version = "1.10.3" 786 - source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 788 - dependencies = [ 789 - "aho-corasick", 790 - "memchr", 791 - "regex-automata", 792 - "regex-syntax", 793 - ] 794 - 795 - [[package]] 796 - name = "regex-automata" 797 - version = "0.4.5" 798 - source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 800 - dependencies = [ 801 - "aho-corasick", 802 - "memchr", 803 - "regex-syntax", 804 - ] 805 - 806 - [[package]] 807 - name = "regex-syntax" 808 - version = "0.8.2" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 811 - 812 - [[package]] 813 - name = "rowan" 814 - version = "0.15.15" 815 - source = "registry+https://github.com/rust-lang/crates.io-index" 816 - checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49" 817 - dependencies = [ 818 - "countme", 819 - "hashbrown", 820 - "memoffset", 821 - "rustc-hash", 822 - "text-size", 823 - ] 824 - 825 - [[package]] 826 - name = "rustc-demangle" 827 - version = "0.1.23" 828 - source = "registry+https://github.com/rust-lang/crates.io-index" 829 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 830 - 831 - [[package]] 832 - name = "rustc-hash" 833 - version = "1.1.0" 834 - source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 836 - 837 - [[package]] 838 - name = "rustix" 839 - version = "0.38.31" 840 - source = "registry+https://github.com/rust-lang/crates.io-index" 841 - checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 842 - dependencies = [ 843 - "bitflags 2.4.2", 844 - "errno", 845 - "libc", 846 - "linux-raw-sys", 847 - "windows-sys", 848 - ] 849 - 850 - [[package]] 851 - name = "ryu" 852 - version = "1.0.16" 853 - source = "registry+https://github.com/rust-lang/crates.io-index" 854 - checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 855 - 856 - [[package]] 857 - name = "serde" 858 - version = "1.0.196" 859 - source = "registry+https://github.com/rust-lang/crates.io-index" 860 - checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" 861 - dependencies = [ 862 - "serde_derive", 863 - ] 864 - 865 - [[package]] 866 - name = "serde_derive" 867 - version = "1.0.196" 868 - source = "registry+https://github.com/rust-lang/crates.io-index" 869 - checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" 870 - dependencies = [ 871 - "proc-macro2", 872 - "quote", 873 - "syn", 874 - ] 875 - 876 - [[package]] 877 - name = "serde_json" 878 - version = "1.0.113" 879 - source = "registry+https://github.com/rust-lang/crates.io-index" 880 - checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" 881 - dependencies = [ 882 - "itoa", 883 - "ryu", 884 - "serde", 885 - ] 886 - 887 - [[package]] 888 - name = "serde_repr" 889 - version = "0.1.18" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" 892 - dependencies = [ 893 - "proc-macro2", 894 - "quote", 895 - "syn", 896 - ] 897 - 898 - [[package]] 899 - name = "serde_spanned" 900 - version = "0.6.5" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 903 - dependencies = [ 904 - "serde", 905 - ] 906 - 907 - [[package]] 908 - name = "slash-var-path" 909 - version = "0.14.3" 910 - dependencies = [ 911 - "fast-hash", 912 - "str-util", 913 - ] 914 - 915 - [[package]] 916 - name = "sml-comment" 917 - version = "0.14.3" 918 - dependencies = [ 919 - "sml-syntax", 920 - ] 921 - 922 - [[package]] 923 - name = "sml-dynamics" 924 - version = "0.14.3" 925 - dependencies = [ 926 - "fast-hash", 927 - "fmt-util", 928 - "sml-hir", 929 - "sml-statics-types", 930 - "str-util", 931 - ] 932 - 933 - [[package]] 934 - name = "sml-dynamics-tests" 935 - version = "0.14.3" 936 - dependencies = [ 937 - "config", 938 - "pretty_assertions", 939 - "sml-dynamics", 940 - "sml-file", 941 - "sml-file-syntax", 942 - "sml-fixity", 943 - "sml-hir", 944 - "sml-path", 945 - "sml-statics", 946 - "sml-statics-types", 947 - "str-util", 948 - ] 949 - 950 - [[package]] 951 - name = "sml-file" 952 - version = "0.14.3" 953 - 954 - [[package]] 955 - name = "sml-file-syntax" 956 - version = "0.14.3" 957 - dependencies = [ 958 - "config", 959 - "elapsed", 960 - "sml-file", 961 - "sml-fixity", 962 - "sml-hir-lower", 963 - "sml-lex", 964 - "sml-parse", 965 - "sml-ty-var-scope", 966 - "text-pos", 967 - ] 968 - 969 - [[package]] 970 - name = "sml-fixity" 971 - version = "0.14.3" 972 - dependencies = [ 973 - "fast-hash", 974 - "once_cell", 975 - "str-util", 976 - ] 977 - 978 - [[package]] 979 - name = "sml-hir" 980 - version = "0.14.3" 981 - dependencies = [ 982 - "la-arena", 983 - "sml-lab", 984 - "sml-path", 985 - "sml-scon", 986 - "str-util", 987 - ] 988 - 989 - [[package]] 990 - name = "sml-hir-lower" 991 - version = "0.14.3" 992 - dependencies = [ 993 - "config", 994 - "cov-mark", 995 - "diagnostic", 996 - "fast-hash", 997 - "lex-util", 998 - "sml-file", 999 - "sml-hir", 1000 - "sml-path", 1001 - "sml-syntax", 1002 - "str-util", 1003 - "text-size-util", 1004 - ] 1005 - 1006 - [[package]] 1007 - name = "sml-lab" 1008 - version = "0.14.3" 1009 - dependencies = [ 1010 - "str-util", 1011 - ] 1012 - 1013 - [[package]] 1014 - name = "sml-lex" 1015 - version = "0.14.3" 1016 - dependencies = [ 1017 - "cov-mark", 1018 - "diagnostic", 1019 - "lex-util", 1020 - "sml-syntax", 1021 - "text-size-util", 1022 - "token", 1023 - ] 1024 - 1025 - [[package]] 1026 - name = "sml-libs" 1027 - version = "0.1.0" 1028 - source = "git+https://github.com/azdavis/sml-libs.git#0d94e3ce13f2a489dff86151f74b26074affec2a" 1029 - 1030 - [[package]] 1031 - name = "sml-naive-fmt" 1032 - version = "0.14.3" 1033 - dependencies = [ 1034 - "fast-hash", 1035 - "sml-comment", 1036 - "sml-syntax", 1037 - "text-size-util", 1038 - ] 1039 - 1040 - [[package]] 1041 - name = "sml-namespace" 1042 - version = "0.14.3" 1043 - 1044 - [[package]] 1045 - name = "sml-parse" 1046 - version = "0.14.3" 1047 - dependencies = [ 1048 - "diagnostic", 1049 - "event-parse", 1050 - "fast-hash", 1051 - "sml-fixity", 1052 - "sml-syntax", 1053 - "str-util", 1054 - "text-size-util", 1055 - "token", 1056 - ] 1057 - 1058 - [[package]] 1059 - name = "sml-path" 1060 - version = "0.14.3" 1061 - dependencies = [ 1062 - "str-util", 1063 - ] 1064 - 1065 - [[package]] 1066 - name = "sml-scon" 1067 - version = "0.14.3" 1068 - dependencies = [ 1069 - "num-bigint", 1070 - "num-traits", 1071 - "str-util", 1072 - ] 1073 - 1074 - [[package]] 1075 - name = "sml-statics" 1076 - version = "0.14.3" 1077 - dependencies = [ 1078 - "chain-map", 1079 - "config", 1080 - "cov-mark", 1081 - "diagnostic", 1082 - "elapsed", 1083 - "fast-hash", 1084 - "fmt-util", 1085 - "log", 1086 - "paths", 1087 - "pattern-match", 1088 - "sml-hir", 1089 - "sml-namespace", 1090 - "sml-path", 1091 - "sml-statics-types", 1092 - "sml-symbol-kind", 1093 - "str-util", 1094 - "uniq", 1095 - ] 1096 - 1097 - [[package]] 1098 - name = "sml-statics-types" 1099 - version = "0.14.3" 1100 - dependencies = [ 1101 - "chain-map", 1102 - "code-h2-md-map", 1103 - "config", 1104 - "cov-mark", 1105 - "drop_bomb", 1106 - "fast-hash", 1107 - "fmt-util", 1108 - "idx", 1109 - "once_cell", 1110 - "paths", 1111 - "sml-hir", 1112 - "sml-path", 1113 - "str-util", 1114 - ] 1115 - 1116 - [[package]] 1117 - name = "sml-symbol-kind" 1118 - version = "0.14.3" 1119 - dependencies = [ 1120 - "sml-namespace", 1121 - "sml-statics-types", 1122 - ] 1123 - 1124 - [[package]] 1125 - name = "sml-syntax" 1126 - version = "0.14.3" 1127 - dependencies = [ 1128 - "code-h2-md-map", 1129 - "fast-hash", 1130 - "rowan", 1131 - "syntax-gen", 1132 - "token", 1133 - ] 1134 - 1135 - [[package]] 1136 - name = "sml-ty-var-scope" 1137 - version = "0.14.3" 1138 - dependencies = [ 1139 - "fast-hash", 1140 - "sml-hir", 1141 - ] 1142 - 1143 - [[package]] 1144 - name = "smol_str" 1145 - version = "0.2.1" 1146 - source = "registry+https://github.com/rust-lang/crates.io-index" 1147 - checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49" 1148 - dependencies = [ 1149 - "serde", 1150 - ] 1151 - 1152 - [[package]] 1153 - name = "str-util" 1154 - version = "0.1.0" 1155 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 1156 - dependencies = [ 1157 - "smol_str", 1158 - ] 1159 - 1160 - [[package]] 1161 - name = "syn" 1162 - version = "2.0.48" 1163 - source = "registry+https://github.com/rust-lang/crates.io-index" 1164 - checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 1165 - dependencies = [ 1166 - "proc-macro2", 1167 - "quote", 1168 - "unicode-ident", 1169 - ] 1170 - 1171 - [[package]] 1172 - name = "syntax-gen" 1173 - version = "0.1.0" 1174 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 1175 - dependencies = [ 1176 - "char-name", 1177 - "fast-hash", 1178 - "identifier-case", 1179 - "proc-macro2", 1180 - "quote", 1181 - "ungrammar", 1182 - "write-rs-tokens", 1183 - ] 1184 - 1185 - [[package]] 1186 - name = "tempfile" 1187 - version = "3.10.0" 1188 - source = "registry+https://github.com/rust-lang/crates.io-index" 1189 - checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" 1190 - dependencies = [ 1191 - "cfg-if", 1192 - "fastrand", 1193 - "rustix", 1194 - "windows-sys", 1195 - ] 1196 - 1197 - [[package]] 1198 - name = "termcolor" 1199 - version = "1.4.1" 1200 - source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 1202 - dependencies = [ 1203 - "winapi-util", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "tests" 1208 - version = "0.14.3" 1209 - dependencies = [ 1210 - "analysis", 1211 - "cm-syntax", 1212 - "config", 1213 - "cov-mark", 1214 - "diagnostic", 1215 - "env_logger", 1216 - "fast-hash", 1217 - "input", 1218 - "log", 1219 - "mlb-syntax", 1220 - "once_cell", 1221 - "paths", 1222 - "pretty_assertions", 1223 - "proc-macro2", 1224 - "pulldown-cmark", 1225 - "quote", 1226 - "serde_json", 1227 - "slash-var-path", 1228 - "sml-file", 1229 - "sml-syntax", 1230 - "str-util", 1231 - "text-pos", 1232 - "write-rs-tokens", 1233 - ] 1234 - 1235 - [[package]] 1236 - name = "text-pos" 1237 - version = "0.1.0" 1238 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 1239 - dependencies = [ 1240 - "line-index", 1241 - "text-size-util", 1242 - ] 1243 - 1244 - [[package]] 1245 - name = "text-size" 1246 - version = "1.1.1" 1247 - source = "registry+https://github.com/rust-lang/crates.io-index" 1248 - checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" 1249 - 1250 - [[package]] 1251 - name = "text-size-util" 1252 - version = "0.1.0" 1253 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 1254 - dependencies = [ 1255 - "text-size", 1256 - ] 1257 - 1258 - [[package]] 1259 - name = "tinyvec" 1260 - version = "1.6.0" 1261 - source = "registry+https://github.com/rust-lang/crates.io-index" 1262 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1263 - dependencies = [ 1264 - "tinyvec_macros", 1265 - ] 1266 - 1267 - [[package]] 1268 - name = "tinyvec_macros" 1269 - version = "0.1.1" 1270 - source = "registry+https://github.com/rust-lang/crates.io-index" 1271 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1272 - 1273 - [[package]] 1274 - name = "token" 1275 - version = "0.1.0" 1276 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 1277 - 1278 - [[package]] 1279 - name = "toml" 1280 - version = "0.8.10" 1281 - source = "registry+https://github.com/rust-lang/crates.io-index" 1282 - checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 1283 - dependencies = [ 1284 - "serde", 1285 - "serde_spanned", 1286 - "toml_datetime", 1287 - "toml_edit", 1288 - ] 1289 - 1290 - [[package]] 1291 - name = "toml_datetime" 1292 - version = "0.6.5" 1293 - source = "registry+https://github.com/rust-lang/crates.io-index" 1294 - checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 1295 - dependencies = [ 1296 - "serde", 1297 - ] 1298 - 1299 - [[package]] 1300 - name = "toml_edit" 1301 - version = "0.22.4" 1302 - source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" 1304 - dependencies = [ 1305 - "indexmap", 1306 - "serde", 1307 - "serde_spanned", 1308 - "toml_datetime", 1309 - "winnow", 1310 - ] 1311 - 1312 - [[package]] 1313 - name = "topo-sort" 1314 - version = "0.1.0" 1315 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 1316 - 1317 - [[package]] 1318 - name = "ungrammar" 1319 - version = "1.16.1" 1320 - source = "registry+https://github.com/rust-lang/crates.io-index" 1321 - checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f" 1322 - 1323 - [[package]] 1324 - name = "unicase" 1325 - version = "2.7.0" 1326 - source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 1328 - dependencies = [ 1329 - "version_check", 1330 - ] 1331 - 1332 - [[package]] 1333 - name = "unicode-bidi" 1334 - version = "0.3.15" 1335 - source = "registry+https://github.com/rust-lang/crates.io-index" 1336 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 1337 - 1338 - [[package]] 1339 - name = "unicode-ident" 1340 - version = "1.0.12" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1343 - 1344 - [[package]] 1345 - name = "unicode-normalization" 1346 - version = "0.1.22" 1347 - source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1349 - dependencies = [ 1350 - "tinyvec", 1351 - ] 1352 - 1353 - [[package]] 1354 - name = "unicode-width" 1355 - version = "0.1.11" 1356 - source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 1358 - 1359 - [[package]] 1360 - name = "uniq" 1361 - version = "0.1.0" 1362 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 1363 - 1364 - [[package]] 1365 - name = "url" 1366 - version = "2.5.0" 1367 - source = "registry+https://github.com/rust-lang/crates.io-index" 1368 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 1369 - dependencies = [ 1370 - "form_urlencoded", 1371 - "idna", 1372 - "percent-encoding", 1373 - "serde", 1374 - ] 1375 - 1376 - [[package]] 1377 - name = "version_check" 1378 - version = "0.9.4" 1379 - source = "registry+https://github.com/rust-lang/crates.io-index" 1380 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1381 - 1382 - [[package]] 1383 - name = "winapi" 1384 - version = "0.3.9" 1385 - source = "registry+https://github.com/rust-lang/crates.io-index" 1386 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1387 - dependencies = [ 1388 - "winapi-i686-pc-windows-gnu", 1389 - "winapi-x86_64-pc-windows-gnu", 1390 - ] 1391 - 1392 - [[package]] 1393 - name = "winapi-i686-pc-windows-gnu" 1394 - version = "0.4.0" 1395 - source = "registry+https://github.com/rust-lang/crates.io-index" 1396 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1397 - 1398 - [[package]] 1399 - name = "winapi-util" 1400 - version = "0.1.6" 1401 - source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 1403 - dependencies = [ 1404 - "winapi", 1405 - ] 1406 - 1407 - [[package]] 1408 - name = "winapi-x86_64-pc-windows-gnu" 1409 - version = "0.4.0" 1410 - source = "registry+https://github.com/rust-lang/crates.io-index" 1411 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1412 - 1413 - [[package]] 1414 - name = "windows-sys" 1415 - version = "0.52.0" 1416 - source = "registry+https://github.com/rust-lang/crates.io-index" 1417 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1418 - dependencies = [ 1419 - "windows-targets", 1420 - ] 1421 - 1422 - [[package]] 1423 - name = "windows-targets" 1424 - version = "0.52.0" 1425 - source = "registry+https://github.com/rust-lang/crates.io-index" 1426 - checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 1427 - dependencies = [ 1428 - "windows_aarch64_gnullvm", 1429 - "windows_aarch64_msvc", 1430 - "windows_i686_gnu", 1431 - "windows_i686_msvc", 1432 - "windows_x86_64_gnu", 1433 - "windows_x86_64_gnullvm", 1434 - "windows_x86_64_msvc", 1435 - ] 1436 - 1437 - [[package]] 1438 - name = "windows_aarch64_gnullvm" 1439 - version = "0.52.0" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 1442 - 1443 - [[package]] 1444 - name = "windows_aarch64_msvc" 1445 - version = "0.52.0" 1446 - source = "registry+https://github.com/rust-lang/crates.io-index" 1447 - checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 1448 - 1449 - [[package]] 1450 - name = "windows_i686_gnu" 1451 - version = "0.52.0" 1452 - source = "registry+https://github.com/rust-lang/crates.io-index" 1453 - checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 1454 - 1455 - [[package]] 1456 - name = "windows_i686_msvc" 1457 - version = "0.52.0" 1458 - source = "registry+https://github.com/rust-lang/crates.io-index" 1459 - checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 1460 - 1461 - [[package]] 1462 - name = "windows_x86_64_gnu" 1463 - version = "0.52.0" 1464 - source = "registry+https://github.com/rust-lang/crates.io-index" 1465 - checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 1466 - 1467 - [[package]] 1468 - name = "windows_x86_64_gnullvm" 1469 - version = "0.52.0" 1470 - source = "registry+https://github.com/rust-lang/crates.io-index" 1471 - checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 1472 - 1473 - [[package]] 1474 - name = "windows_x86_64_msvc" 1475 - version = "0.52.0" 1476 - source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 1478 - 1479 - [[package]] 1480 - name = "winnow" 1481 - version = "0.5.40" 1482 - source = "registry+https://github.com/rust-lang/crates.io-index" 1483 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 1484 - dependencies = [ 1485 - "memchr", 1486 - ] 1487 - 1488 - [[package]] 1489 - name = "write-rs-tokens" 1490 - version = "0.1.0" 1491 - source = "git+https://github.com/azdavis/language-util.git#65807c40cd874514e97392e35d25b788b1a706d8" 1492 - dependencies = [ 1493 - "prettyplease", 1494 - "proc-macro2", 1495 - "syn", 1496 - ] 1497 - 1498 - [[package]] 1499 - name = "xtask" 1500 - version = "0.14.3" 1501 - dependencies = [ 1502 - "anyhow", 1503 - "flate2", 1504 - "pico-args", 1505 - "tempfile", 1506 - ] 1507 - 1508 - [[package]] 1509 - name = "yansi" 1510 - version = "0.5.1" 1511 - source = "registry+https://github.com/rust-lang/crates.io-index" 1512 - checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
+2 -7
pkgs/by-name/mi/millet/package.nix
··· 15 15 hash = "sha256-V1FToLhBzeZd3ve+eKAHniHN6oveEg0FBHnkSZPxBqo="; 16 16 }; 17 17 18 - cargoLock = { 19 - lockFile = ./Cargo.lock; 20 - outputHashes = { 21 - "chain-map-0.1.0" = "sha256-nds+lPGCbxw3GqrgfmTbKnPkiV3F6f5A2xr82qV33iI="; 22 - "sml-libs-0.1.0" = "sha256-zQrhH24XlA9SeQ+sVzaVwJwrm80TRIjFq99Vay7QEN8="; 23 - }; 24 - }; 18 + useFetchCargoVendor = true; 19 + cargoHash = "sha256-49dJ1USxdGK8WmPmO3z8Tkexjn4xi+qJRxawqFeIQBg="; 25 20 26 21 postPatch = '' 27 22 rm .cargo/config.toml
-2201
pkgs/by-name/mq/mqttui/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 = "allocator-api2" 22 - version = "0.2.21" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 25 - 26 - [[package]] 27 - name = "android-tzdata" 28 - version = "0.1.1" 29 - source = "registry+https://github.com/rust-lang/crates.io-index" 30 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 31 - 32 - [[package]] 33 - name = "android_system_properties" 34 - version = "0.1.5" 35 - source = "registry+https://github.com/rust-lang/crates.io-index" 36 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 37 - dependencies = [ 38 - "libc", 39 - ] 40 - 41 - [[package]] 42 - name = "anstream" 43 - version = "0.6.18" 44 - source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 46 - dependencies = [ 47 - "anstyle", 48 - "anstyle-parse", 49 - "anstyle-query", 50 - "anstyle-wincon", 51 - "colorchoice", 52 - "is_terminal_polyfill", 53 - "utf8parse", 54 - ] 55 - 56 - [[package]] 57 - name = "anstyle" 58 - version = "1.0.10" 59 - source = "registry+https://github.com/rust-lang/crates.io-index" 60 - checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 61 - 62 - [[package]] 63 - name = "anstyle-parse" 64 - version = "0.2.6" 65 - source = "registry+https://github.com/rust-lang/crates.io-index" 66 - checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 67 - dependencies = [ 68 - "utf8parse", 69 - ] 70 - 71 - [[package]] 72 - name = "anstyle-query" 73 - version = "1.1.2" 74 - source = "registry+https://github.com/rust-lang/crates.io-index" 75 - checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 76 - dependencies = [ 77 - "windows-sys 0.59.0", 78 - ] 79 - 80 - [[package]] 81 - name = "anstyle-wincon" 82 - version = "3.0.7" 83 - source = "registry+https://github.com/rust-lang/crates.io-index" 84 - checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 85 - dependencies = [ 86 - "anstyle", 87 - "once_cell", 88 - "windows-sys 0.59.0", 89 - ] 90 - 91 - [[package]] 92 - name = "anyhow" 93 - version = "1.0.96" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" 96 - 97 - [[package]] 98 - name = "async-tungstenite" 99 - version = "0.25.1" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589" 102 - dependencies = [ 103 - "futures-io", 104 - "futures-util", 105 - "log", 106 - "pin-project-lite", 107 - "rustls-native-certs 0.7.3", 108 - "rustls-pki-types", 109 - "tokio", 110 - "tokio-rustls", 111 - "tungstenite", 112 - ] 113 - 114 - [[package]] 115 - name = "async_io_stream" 116 - version = "0.3.3" 117 - source = "registry+https://github.com/rust-lang/crates.io-index" 118 - checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" 119 - dependencies = [ 120 - "futures", 121 - "pharos", 122 - "rustc_version", 123 - "tokio", 124 - ] 125 - 126 - [[package]] 127 - name = "autocfg" 128 - version = "1.4.0" 129 - source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 131 - 132 - [[package]] 133 - name = "backtrace" 134 - version = "0.3.74" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 137 - dependencies = [ 138 - "addr2line", 139 - "cfg-if", 140 - "libc", 141 - "miniz_oxide", 142 - "object", 143 - "rustc-demangle", 144 - "windows-targets 0.52.6", 145 - ] 146 - 147 - [[package]] 148 - name = "bitflags" 149 - version = "2.9.0" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 152 - 153 - [[package]] 154 - name = "block-buffer" 155 - version = "0.10.4" 156 - source = "registry+https://github.com/rust-lang/crates.io-index" 157 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 158 - dependencies = [ 159 - "generic-array", 160 - ] 161 - 162 - [[package]] 163 - name = "bumpalo" 164 - version = "3.17.0" 165 - source = "registry+https://github.com/rust-lang/crates.io-index" 166 - checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 167 - 168 - [[package]] 169 - name = "byteorder" 170 - version = "1.5.0" 171 - source = "registry+https://github.com/rust-lang/crates.io-index" 172 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 173 - 174 - [[package]] 175 - name = "bytes" 176 - version = "1.10.0" 177 - source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" 179 - 180 - [[package]] 181 - name = "cassowary" 182 - version = "0.3.0" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 185 - 186 - [[package]] 187 - name = "castaway" 188 - version = "0.2.3" 189 - source = "registry+https://github.com/rust-lang/crates.io-index" 190 - checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" 191 - dependencies = [ 192 - "rustversion", 193 - ] 194 - 195 - [[package]] 196 - name = "cc" 197 - version = "1.2.16" 198 - source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" 200 - dependencies = [ 201 - "shlex", 202 - ] 203 - 204 - [[package]] 205 - name = "cfg-if" 206 - version = "1.0.0" 207 - source = "registry+https://github.com/rust-lang/crates.io-index" 208 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 209 - 210 - [[package]] 211 - name = "chrono" 212 - version = "0.4.40" 213 - source = "registry+https://github.com/rust-lang/crates.io-index" 214 - checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" 215 - dependencies = [ 216 - "android-tzdata", 217 - "iana-time-zone", 218 - "num-traits", 219 - "serde", 220 - "windows-link", 221 - ] 222 - 223 - [[package]] 224 - name = "clap" 225 - version = "4.5.31" 226 - source = "registry+https://github.com/rust-lang/crates.io-index" 227 - checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767" 228 - dependencies = [ 229 - "clap_builder", 230 - "clap_derive", 231 - ] 232 - 233 - [[package]] 234 - name = "clap_builder" 235 - version = "4.5.31" 236 - source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863" 238 - dependencies = [ 239 - "anstream", 240 - "anstyle", 241 - "clap_lex", 242 - "strsim", 243 - "terminal_size", 244 - ] 245 - 246 - [[package]] 247 - name = "clap_complete" 248 - version = "4.5.46" 249 - source = "registry+https://github.com/rust-lang/crates.io-index" 250 - checksum = "f5c5508ea23c5366f77e53f5a0070e5a84e51687ec3ef9e0464c86dc8d13ce98" 251 - dependencies = [ 252 - "clap", 253 - ] 254 - 255 - [[package]] 256 - name = "clap_derive" 257 - version = "4.5.28" 258 - source = "registry+https://github.com/rust-lang/crates.io-index" 259 - checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" 260 - dependencies = [ 261 - "heck", 262 - "proc-macro2", 263 - "quote", 264 - "syn", 265 - ] 266 - 267 - [[package]] 268 - name = "clap_lex" 269 - version = "0.7.4" 270 - source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 272 - 273 - [[package]] 274 - name = "clap_mangen" 275 - version = "0.2.26" 276 - source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "724842fa9b144f9b89b3f3d371a89f3455eea660361d13a554f68f8ae5d6c13a" 278 - dependencies = [ 279 - "clap", 280 - "roff", 281 - ] 282 - 283 - [[package]] 284 - name = "colorchoice" 285 - version = "1.0.3" 286 - source = "registry+https://github.com/rust-lang/crates.io-index" 287 - checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 288 - 289 - [[package]] 290 - name = "compact_str" 291 - version = "0.7.1" 292 - source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" 294 - dependencies = [ 295 - "castaway", 296 - "cfg-if", 297 - "itoa", 298 - "ryu", 299 - "static_assertions", 300 - ] 301 - 302 - [[package]] 303 - name = "core-foundation" 304 - version = "0.9.4" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 307 - dependencies = [ 308 - "core-foundation-sys", 309 - "libc", 310 - ] 311 - 312 - [[package]] 313 - name = "core-foundation" 314 - version = "0.10.0" 315 - source = "registry+https://github.com/rust-lang/crates.io-index" 316 - checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 317 - dependencies = [ 318 - "core-foundation-sys", 319 - "libc", 320 - ] 321 - 322 - [[package]] 323 - name = "core-foundation-sys" 324 - version = "0.8.7" 325 - source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 327 - 328 - [[package]] 329 - name = "cpufeatures" 330 - version = "0.2.17" 331 - source = "registry+https://github.com/rust-lang/crates.io-index" 332 - checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 333 - dependencies = [ 334 - "libc", 335 - ] 336 - 337 - [[package]] 338 - name = "crossterm" 339 - version = "0.27.0" 340 - source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 342 - dependencies = [ 343 - "bitflags", 344 - "crossterm_winapi", 345 - "libc", 346 - "mio 0.8.11", 347 - "parking_lot", 348 - "signal-hook", 349 - "signal-hook-mio", 350 - "winapi", 351 - ] 352 - 353 - [[package]] 354 - name = "crossterm_winapi" 355 - version = "0.9.1" 356 - source = "registry+https://github.com/rust-lang/crates.io-index" 357 - checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 358 - dependencies = [ 359 - "winapi", 360 - ] 361 - 362 - [[package]] 363 - name = "crypto-common" 364 - version = "0.1.6" 365 - source = "registry+https://github.com/rust-lang/crates.io-index" 366 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 367 - dependencies = [ 368 - "generic-array", 369 - "typenum", 370 - ] 371 - 372 - [[package]] 373 - name = "data-encoding" 374 - version = "2.8.0" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" 377 - 378 - [[package]] 379 - name = "digest" 380 - version = "0.10.7" 381 - source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 383 - dependencies = [ 384 - "block-buffer", 385 - "crypto-common", 386 - ] 387 - 388 - [[package]] 389 - name = "displaydoc" 390 - version = "0.2.5" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 393 - dependencies = [ 394 - "proc-macro2", 395 - "quote", 396 - "syn", 397 - ] 398 - 399 - [[package]] 400 - name = "ego-tree" 401 - version = "0.10.0" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8" 404 - 405 - [[package]] 406 - name = "either" 407 - version = "1.14.0" 408 - source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d" 410 - 411 - [[package]] 412 - name = "equivalent" 413 - version = "1.0.2" 414 - source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 416 - 417 - [[package]] 418 - name = "errno" 419 - version = "0.3.10" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 422 - dependencies = [ 423 - "libc", 424 - "windows-sys 0.59.0", 425 - ] 426 - 427 - [[package]] 428 - name = "flume" 429 - version = "0.11.1" 430 - source = "registry+https://github.com/rust-lang/crates.io-index" 431 - checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 432 - dependencies = [ 433 - "futures-core", 434 - "futures-sink", 435 - "spin", 436 - ] 437 - 438 - [[package]] 439 - name = "fnv" 440 - version = "1.0.7" 441 - source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 443 - 444 - [[package]] 445 - name = "foldhash" 446 - version = "0.1.4" 447 - source = "registry+https://github.com/rust-lang/crates.io-index" 448 - checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" 449 - 450 - [[package]] 451 - name = "form_urlencoded" 452 - version = "1.2.1" 453 - source = "registry+https://github.com/rust-lang/crates.io-index" 454 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 455 - dependencies = [ 456 - "percent-encoding", 457 - ] 458 - 459 - [[package]] 460 - name = "futures" 461 - version = "0.3.31" 462 - source = "registry+https://github.com/rust-lang/crates.io-index" 463 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 464 - dependencies = [ 465 - "futures-channel", 466 - "futures-core", 467 - "futures-executor", 468 - "futures-io", 469 - "futures-sink", 470 - "futures-task", 471 - "futures-util", 472 - ] 473 - 474 - [[package]] 475 - name = "futures-channel" 476 - version = "0.3.31" 477 - source = "registry+https://github.com/rust-lang/crates.io-index" 478 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 479 - dependencies = [ 480 - "futures-core", 481 - "futures-sink", 482 - ] 483 - 484 - [[package]] 485 - name = "futures-core" 486 - version = "0.3.31" 487 - source = "registry+https://github.com/rust-lang/crates.io-index" 488 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 489 - 490 - [[package]] 491 - name = "futures-executor" 492 - version = "0.3.31" 493 - source = "registry+https://github.com/rust-lang/crates.io-index" 494 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 495 - dependencies = [ 496 - "futures-core", 497 - "futures-task", 498 - "futures-util", 499 - ] 500 - 501 - [[package]] 502 - name = "futures-io" 503 - version = "0.3.31" 504 - source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 506 - 507 - [[package]] 508 - name = "futures-macro" 509 - version = "0.3.31" 510 - source = "registry+https://github.com/rust-lang/crates.io-index" 511 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 512 - dependencies = [ 513 - "proc-macro2", 514 - "quote", 515 - "syn", 516 - ] 517 - 518 - [[package]] 519 - name = "futures-sink" 520 - version = "0.3.31" 521 - source = "registry+https://github.com/rust-lang/crates.io-index" 522 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 523 - 524 - [[package]] 525 - name = "futures-task" 526 - version = "0.3.31" 527 - source = "registry+https://github.com/rust-lang/crates.io-index" 528 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 529 - 530 - [[package]] 531 - name = "futures-util" 532 - version = "0.3.31" 533 - source = "registry+https://github.com/rust-lang/crates.io-index" 534 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 535 - dependencies = [ 536 - "futures-channel", 537 - "futures-core", 538 - "futures-io", 539 - "futures-macro", 540 - "futures-sink", 541 - "futures-task", 542 - "memchr", 543 - "pin-project-lite", 544 - "pin-utils", 545 - "slab", 546 - ] 547 - 548 - [[package]] 549 - name = "generic-array" 550 - version = "0.14.7" 551 - source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 553 - dependencies = [ 554 - "typenum", 555 - "version_check", 556 - ] 557 - 558 - [[package]] 559 - name = "getrandom" 560 - version = "0.2.15" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 563 - dependencies = [ 564 - "cfg-if", 565 - "libc", 566 - "wasi 0.11.0+wasi-snapshot-preview1", 567 - ] 568 - 569 - [[package]] 570 - name = "getrandom" 571 - version = "0.3.1" 572 - source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" 574 - dependencies = [ 575 - "cfg-if", 576 - "libc", 577 - "wasi 0.13.3+wasi-0.2.2", 578 - "windows-targets 0.52.6", 579 - ] 580 - 581 - [[package]] 582 - name = "gimli" 583 - version = "0.31.1" 584 - source = "registry+https://github.com/rust-lang/crates.io-index" 585 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 586 - 587 - [[package]] 588 - name = "hashbrown" 589 - version = "0.15.2" 590 - source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 592 - dependencies = [ 593 - "allocator-api2", 594 - "equivalent", 595 - "foldhash", 596 - ] 597 - 598 - [[package]] 599 - name = "heck" 600 - version = "0.5.0" 601 - source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 603 - 604 - [[package]] 605 - name = "http" 606 - version = "1.2.0" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" 609 - dependencies = [ 610 - "bytes", 611 - "fnv", 612 - "itoa", 613 - ] 614 - 615 - [[package]] 616 - name = "httparse" 617 - version = "1.10.0" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" 620 - 621 - [[package]] 622 - name = "iana-time-zone" 623 - version = "0.1.61" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 626 - dependencies = [ 627 - "android_system_properties", 628 - "core-foundation-sys", 629 - "iana-time-zone-haiku", 630 - "js-sys", 631 - "wasm-bindgen", 632 - "windows-core", 633 - ] 634 - 635 - [[package]] 636 - name = "iana-time-zone-haiku" 637 - version = "0.1.2" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 640 - dependencies = [ 641 - "cc", 642 - ] 643 - 644 - [[package]] 645 - name = "icu_collections" 646 - version = "1.5.0" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 649 - dependencies = [ 650 - "displaydoc", 651 - "yoke", 652 - "zerofrom", 653 - "zerovec", 654 - ] 655 - 656 - [[package]] 657 - name = "icu_locid" 658 - version = "1.5.0" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 661 - dependencies = [ 662 - "displaydoc", 663 - "litemap", 664 - "tinystr", 665 - "writeable", 666 - "zerovec", 667 - ] 668 - 669 - [[package]] 670 - name = "icu_locid_transform" 671 - version = "1.5.0" 672 - source = "registry+https://github.com/rust-lang/crates.io-index" 673 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 674 - dependencies = [ 675 - "displaydoc", 676 - "icu_locid", 677 - "icu_locid_transform_data", 678 - "icu_provider", 679 - "tinystr", 680 - "zerovec", 681 - ] 682 - 683 - [[package]] 684 - name = "icu_locid_transform_data" 685 - version = "1.5.0" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 688 - 689 - [[package]] 690 - name = "icu_normalizer" 691 - version = "1.5.0" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 694 - dependencies = [ 695 - "displaydoc", 696 - "icu_collections", 697 - "icu_normalizer_data", 698 - "icu_properties", 699 - "icu_provider", 700 - "smallvec", 701 - "utf16_iter", 702 - "utf8_iter", 703 - "write16", 704 - "zerovec", 705 - ] 706 - 707 - [[package]] 708 - name = "icu_normalizer_data" 709 - version = "1.5.0" 710 - source = "registry+https://github.com/rust-lang/crates.io-index" 711 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 712 - 713 - [[package]] 714 - name = "icu_properties" 715 - version = "1.5.1" 716 - source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 718 - dependencies = [ 719 - "displaydoc", 720 - "icu_collections", 721 - "icu_locid_transform", 722 - "icu_properties_data", 723 - "icu_provider", 724 - "tinystr", 725 - "zerovec", 726 - ] 727 - 728 - [[package]] 729 - name = "icu_properties_data" 730 - version = "1.5.0" 731 - source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 733 - 734 - [[package]] 735 - name = "icu_provider" 736 - version = "1.5.0" 737 - source = "registry+https://github.com/rust-lang/crates.io-index" 738 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 739 - dependencies = [ 740 - "displaydoc", 741 - "icu_locid", 742 - "icu_provider_macros", 743 - "stable_deref_trait", 744 - "tinystr", 745 - "writeable", 746 - "yoke", 747 - "zerofrom", 748 - "zerovec", 749 - ] 750 - 751 - [[package]] 752 - name = "icu_provider_macros" 753 - version = "1.5.0" 754 - source = "registry+https://github.com/rust-lang/crates.io-index" 755 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 756 - dependencies = [ 757 - "proc-macro2", 758 - "quote", 759 - "syn", 760 - ] 761 - 762 - [[package]] 763 - name = "idna" 764 - version = "1.0.3" 765 - source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 767 - dependencies = [ 768 - "idna_adapter", 769 - "smallvec", 770 - "utf8_iter", 771 - ] 772 - 773 - [[package]] 774 - name = "idna_adapter" 775 - version = "1.2.0" 776 - source = "registry+https://github.com/rust-lang/crates.io-index" 777 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 778 - dependencies = [ 779 - "icu_normalizer", 780 - "icu_properties", 781 - ] 782 - 783 - [[package]] 784 - name = "is_terminal_polyfill" 785 - version = "1.70.1" 786 - source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 788 - 789 - [[package]] 790 - name = "itertools" 791 - version = "0.12.1" 792 - source = "registry+https://github.com/rust-lang/crates.io-index" 793 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 794 - dependencies = [ 795 - "either", 796 - ] 797 - 798 - [[package]] 799 - name = "itertools" 800 - version = "0.13.0" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 803 - dependencies = [ 804 - "either", 805 - ] 806 - 807 - [[package]] 808 - name = "itoa" 809 - version = "1.0.14" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 812 - 813 - [[package]] 814 - name = "js-sys" 815 - version = "0.3.77" 816 - source = "registry+https://github.com/rust-lang/crates.io-index" 817 - checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 818 - dependencies = [ 819 - "once_cell", 820 - "wasm-bindgen", 821 - ] 822 - 823 - [[package]] 824 - name = "libc" 825 - version = "0.2.170" 826 - source = "registry+https://github.com/rust-lang/crates.io-index" 827 - checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" 828 - 829 - [[package]] 830 - name = "linux-raw-sys" 831 - version = "0.4.15" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 834 - 835 - [[package]] 836 - name = "litemap" 837 - version = "0.7.4" 838 - source = "registry+https://github.com/rust-lang/crates.io-index" 839 - checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 840 - 841 - [[package]] 842 - name = "lock_api" 843 - version = "0.4.12" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 846 - dependencies = [ 847 - "autocfg", 848 - "scopeguard", 849 - ] 850 - 851 - [[package]] 852 - name = "log" 853 - version = "0.4.26" 854 - source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" 856 - 857 - [[package]] 858 - name = "lru" 859 - version = "0.12.5" 860 - source = "registry+https://github.com/rust-lang/crates.io-index" 861 - checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 862 - dependencies = [ 863 - "hashbrown", 864 - ] 865 - 866 - [[package]] 867 - name = "memchr" 868 - version = "2.7.4" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 871 - 872 - [[package]] 873 - name = "miniz_oxide" 874 - version = "0.8.5" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" 877 - dependencies = [ 878 - "adler2", 879 - ] 880 - 881 - [[package]] 882 - name = "mio" 883 - version = "0.8.11" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 886 - dependencies = [ 887 - "libc", 888 - "log", 889 - "wasi 0.11.0+wasi-snapshot-preview1", 890 - "windows-sys 0.48.0", 891 - ] 892 - 893 - [[package]] 894 - name = "mio" 895 - version = "1.0.3" 896 - source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 898 - dependencies = [ 899 - "libc", 900 - "wasi 0.11.0+wasi-snapshot-preview1", 901 - "windows-sys 0.52.0", 902 - ] 903 - 904 - [[package]] 905 - name = "mqttui" 906 - version = "0.22.0" 907 - dependencies = [ 908 - "anyhow", 909 - "chrono", 910 - "clap", 911 - "clap_complete", 912 - "clap_mangen", 913 - "crossterm", 914 - "ego-tree", 915 - "rand 0.9.0", 916 - "ratatui", 917 - "ratatui-binary-data-widget", 918 - "rmpv", 919 - "rumqttc", 920 - "rustls", 921 - "rustls-native-certs 0.8.1", 922 - "rustls-pemfile", 923 - "rustls-pki-types", 924 - "serde", 925 - "serde_json", 926 - "tui-tree-widget", 927 - "unicode-width", 928 - "url", 929 - ] 930 - 931 - [[package]] 932 - name = "num-traits" 933 - version = "0.2.19" 934 - source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 936 - dependencies = [ 937 - "autocfg", 938 - ] 939 - 940 - [[package]] 941 - name = "object" 942 - version = "0.36.7" 943 - source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 945 - dependencies = [ 946 - "memchr", 947 - ] 948 - 949 - [[package]] 950 - name = "once_cell" 951 - version = "1.20.3" 952 - source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" 954 - 955 - [[package]] 956 - name = "openssl-probe" 957 - version = "0.1.6" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 960 - 961 - [[package]] 962 - name = "parking_lot" 963 - version = "0.12.3" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 966 - dependencies = [ 967 - "lock_api", 968 - "parking_lot_core", 969 - ] 970 - 971 - [[package]] 972 - name = "parking_lot_core" 973 - version = "0.9.10" 974 - source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 976 - dependencies = [ 977 - "cfg-if", 978 - "libc", 979 - "redox_syscall", 980 - "smallvec", 981 - "windows-targets 0.52.6", 982 - ] 983 - 984 - [[package]] 985 - name = "paste" 986 - version = "1.0.15" 987 - source = "registry+https://github.com/rust-lang/crates.io-index" 988 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 989 - 990 - [[package]] 991 - name = "percent-encoding" 992 - version = "2.3.1" 993 - source = "registry+https://github.com/rust-lang/crates.io-index" 994 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 995 - 996 - [[package]] 997 - name = "pharos" 998 - version = "0.5.3" 999 - source = "registry+https://github.com/rust-lang/crates.io-index" 1000 - checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" 1001 - dependencies = [ 1002 - "futures", 1003 - "rustc_version", 1004 - ] 1005 - 1006 - [[package]] 1007 - name = "pin-project-lite" 1008 - version = "0.2.16" 1009 - source = "registry+https://github.com/rust-lang/crates.io-index" 1010 - checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1011 - 1012 - [[package]] 1013 - name = "pin-utils" 1014 - version = "0.1.0" 1015 - source = "registry+https://github.com/rust-lang/crates.io-index" 1016 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1017 - 1018 - [[package]] 1019 - name = "ppv-lite86" 1020 - version = "0.2.20" 1021 - source = "registry+https://github.com/rust-lang/crates.io-index" 1022 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 1023 - dependencies = [ 1024 - "zerocopy 0.7.35", 1025 - ] 1026 - 1027 - [[package]] 1028 - name = "proc-macro2" 1029 - version = "1.0.93" 1030 - source = "registry+https://github.com/rust-lang/crates.io-index" 1031 - checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 1032 - dependencies = [ 1033 - "unicode-ident", 1034 - ] 1035 - 1036 - [[package]] 1037 - name = "quote" 1038 - version = "1.0.38" 1039 - source = "registry+https://github.com/rust-lang/crates.io-index" 1040 - checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 1041 - dependencies = [ 1042 - "proc-macro2", 1043 - ] 1044 - 1045 - [[package]] 1046 - name = "rand" 1047 - version = "0.8.5" 1048 - source = "registry+https://github.com/rust-lang/crates.io-index" 1049 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1050 - dependencies = [ 1051 - "libc", 1052 - "rand_chacha 0.3.1", 1053 - "rand_core 0.6.4", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "rand" 1058 - version = "0.9.0" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" 1061 - dependencies = [ 1062 - "rand_chacha 0.9.0", 1063 - "rand_core 0.9.3", 1064 - "zerocopy 0.8.21", 1065 - ] 1066 - 1067 - [[package]] 1068 - name = "rand_chacha" 1069 - version = "0.3.1" 1070 - source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1072 - dependencies = [ 1073 - "ppv-lite86", 1074 - "rand_core 0.6.4", 1075 - ] 1076 - 1077 - [[package]] 1078 - name = "rand_chacha" 1079 - version = "0.9.0" 1080 - source = "registry+https://github.com/rust-lang/crates.io-index" 1081 - checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1082 - dependencies = [ 1083 - "ppv-lite86", 1084 - "rand_core 0.9.3", 1085 - ] 1086 - 1087 - [[package]] 1088 - name = "rand_core" 1089 - version = "0.6.4" 1090 - source = "registry+https://github.com/rust-lang/crates.io-index" 1091 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1092 - dependencies = [ 1093 - "getrandom 0.2.15", 1094 - ] 1095 - 1096 - [[package]] 1097 - name = "rand_core" 1098 - version = "0.9.3" 1099 - source = "registry+https://github.com/rust-lang/crates.io-index" 1100 - checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1101 - dependencies = [ 1102 - "getrandom 0.3.1", 1103 - ] 1104 - 1105 - [[package]] 1106 - name = "ratatui" 1107 - version = "0.26.3" 1108 - source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef" 1110 - dependencies = [ 1111 - "bitflags", 1112 - "cassowary", 1113 - "compact_str", 1114 - "crossterm", 1115 - "itertools 0.12.1", 1116 - "lru", 1117 - "paste", 1118 - "stability", 1119 - "strum", 1120 - "unicode-segmentation", 1121 - "unicode-truncate", 1122 - "unicode-width", 1123 - ] 1124 - 1125 - [[package]] 1126 - name = "ratatui-binary-data-widget" 1127 - version = "0.1.0" 1128 - source = "git+https://github.com/EdJoPaTo/ratatui-binary-data-widget?branch=main#947e0a51a197da9b4c0808fbe9cb244a05dd1884" 1129 - dependencies = [ 1130 - "ratatui", 1131 - ] 1132 - 1133 - [[package]] 1134 - name = "redox_syscall" 1135 - version = "0.5.9" 1136 - source = "registry+https://github.com/rust-lang/crates.io-index" 1137 - checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f" 1138 - dependencies = [ 1139 - "bitflags", 1140 - ] 1141 - 1142 - [[package]] 1143 - name = "ring" 1144 - version = "0.17.11" 1145 - source = "registry+https://github.com/rust-lang/crates.io-index" 1146 - checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73" 1147 - dependencies = [ 1148 - "cc", 1149 - "cfg-if", 1150 - "getrandom 0.2.15", 1151 - "libc", 1152 - "untrusted", 1153 - "windows-sys 0.52.0", 1154 - ] 1155 - 1156 - [[package]] 1157 - name = "rmp" 1158 - version = "0.8.14" 1159 - source = "registry+https://github.com/rust-lang/crates.io-index" 1160 - checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" 1161 - dependencies = [ 1162 - "byteorder", 1163 - "num-traits", 1164 - "paste", 1165 - ] 1166 - 1167 - [[package]] 1168 - name = "rmpv" 1169 - version = "1.3.0" 1170 - source = "registry+https://github.com/rust-lang/crates.io-index" 1171 - checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9" 1172 - dependencies = [ 1173 - "num-traits", 1174 - "rmp", 1175 - "serde", 1176 - "serde_bytes", 1177 - ] 1178 - 1179 - [[package]] 1180 - name = "roff" 1181 - version = "0.2.2" 1182 - source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" 1184 - 1185 - [[package]] 1186 - name = "rumqttc" 1187 - version = "0.24.0" 1188 - source = "registry+https://github.com/rust-lang/crates.io-index" 1189 - checksum = "e1568e15fab2d546f940ed3a21f48bbbd1c494c90c99c4481339364a497f94a9" 1190 - dependencies = [ 1191 - "async-tungstenite", 1192 - "bytes", 1193 - "flume", 1194 - "futures-util", 1195 - "http", 1196 - "log", 1197 - "rustls-native-certs 0.7.3", 1198 - "rustls-pemfile", 1199 - "rustls-webpki", 1200 - "thiserror", 1201 - "tokio", 1202 - "tokio-rustls", 1203 - "ws_stream_tungstenite", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "rustc-demangle" 1208 - version = "0.1.24" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1211 - 1212 - [[package]] 1213 - name = "rustc_version" 1214 - version = "0.4.1" 1215 - source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1217 - dependencies = [ 1218 - "semver", 1219 - ] 1220 - 1221 - [[package]] 1222 - name = "rustix" 1223 - version = "0.38.44" 1224 - source = "registry+https://github.com/rust-lang/crates.io-index" 1225 - checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1226 - dependencies = [ 1227 - "bitflags", 1228 - "errno", 1229 - "libc", 1230 - "linux-raw-sys", 1231 - "windows-sys 0.59.0", 1232 - ] 1233 - 1234 - [[package]] 1235 - name = "rustls" 1236 - version = "0.22.4" 1237 - source = "registry+https://github.com/rust-lang/crates.io-index" 1238 - checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 1239 - dependencies = [ 1240 - "log", 1241 - "ring", 1242 - "rustls-pki-types", 1243 - "rustls-webpki", 1244 - "subtle", 1245 - "zeroize", 1246 - ] 1247 - 1248 - [[package]] 1249 - name = "rustls-native-certs" 1250 - version = "0.7.3" 1251 - source = "registry+https://github.com/rust-lang/crates.io-index" 1252 - checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" 1253 - dependencies = [ 1254 - "openssl-probe", 1255 - "rustls-pemfile", 1256 - "rustls-pki-types", 1257 - "schannel", 1258 - "security-framework 2.11.1", 1259 - ] 1260 - 1261 - [[package]] 1262 - name = "rustls-native-certs" 1263 - version = "0.8.1" 1264 - source = "registry+https://github.com/rust-lang/crates.io-index" 1265 - checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 1266 - dependencies = [ 1267 - "openssl-probe", 1268 - "rustls-pki-types", 1269 - "schannel", 1270 - "security-framework 3.2.0", 1271 - ] 1272 - 1273 - [[package]] 1274 - name = "rustls-pemfile" 1275 - version = "2.2.0" 1276 - source = "registry+https://github.com/rust-lang/crates.io-index" 1277 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 1278 - dependencies = [ 1279 - "rustls-pki-types", 1280 - ] 1281 - 1282 - [[package]] 1283 - name = "rustls-pki-types" 1284 - version = "1.11.0" 1285 - source = "registry+https://github.com/rust-lang/crates.io-index" 1286 - checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 1287 - 1288 - [[package]] 1289 - name = "rustls-webpki" 1290 - version = "0.102.8" 1291 - source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 1293 - dependencies = [ 1294 - "ring", 1295 - "rustls-pki-types", 1296 - "untrusted", 1297 - ] 1298 - 1299 - [[package]] 1300 - name = "rustversion" 1301 - version = "1.0.19" 1302 - source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 1304 - 1305 - [[package]] 1306 - name = "ryu" 1307 - version = "1.0.19" 1308 - source = "registry+https://github.com/rust-lang/crates.io-index" 1309 - checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" 1310 - 1311 - [[package]] 1312 - name = "schannel" 1313 - version = "0.1.27" 1314 - source = "registry+https://github.com/rust-lang/crates.io-index" 1315 - checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 1316 - dependencies = [ 1317 - "windows-sys 0.59.0", 1318 - ] 1319 - 1320 - [[package]] 1321 - name = "scopeguard" 1322 - version = "1.2.0" 1323 - source = "registry+https://github.com/rust-lang/crates.io-index" 1324 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1325 - 1326 - [[package]] 1327 - name = "security-framework" 1328 - version = "2.11.1" 1329 - source = "registry+https://github.com/rust-lang/crates.io-index" 1330 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1331 - dependencies = [ 1332 - "bitflags", 1333 - "core-foundation 0.9.4", 1334 - "core-foundation-sys", 1335 - "libc", 1336 - "security-framework-sys", 1337 - ] 1338 - 1339 - [[package]] 1340 - name = "security-framework" 1341 - version = "3.2.0" 1342 - source = "registry+https://github.com/rust-lang/crates.io-index" 1343 - checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 1344 - dependencies = [ 1345 - "bitflags", 1346 - "core-foundation 0.10.0", 1347 - "core-foundation-sys", 1348 - "libc", 1349 - "security-framework-sys", 1350 - ] 1351 - 1352 - [[package]] 1353 - name = "security-framework-sys" 1354 - version = "2.14.0" 1355 - source = "registry+https://github.com/rust-lang/crates.io-index" 1356 - checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 1357 - dependencies = [ 1358 - "core-foundation-sys", 1359 - "libc", 1360 - ] 1361 - 1362 - [[package]] 1363 - name = "semver" 1364 - version = "1.0.25" 1365 - source = "registry+https://github.com/rust-lang/crates.io-index" 1366 - checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" 1367 - 1368 - [[package]] 1369 - name = "serde" 1370 - version = "1.0.218" 1371 - source = "registry+https://github.com/rust-lang/crates.io-index" 1372 - checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" 1373 - dependencies = [ 1374 - "serde_derive", 1375 - ] 1376 - 1377 - [[package]] 1378 - name = "serde_bytes" 1379 - version = "0.11.15" 1380 - source = "registry+https://github.com/rust-lang/crates.io-index" 1381 - checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" 1382 - dependencies = [ 1383 - "serde", 1384 - ] 1385 - 1386 - [[package]] 1387 - name = "serde_derive" 1388 - version = "1.0.218" 1389 - source = "registry+https://github.com/rust-lang/crates.io-index" 1390 - checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" 1391 - dependencies = [ 1392 - "proc-macro2", 1393 - "quote", 1394 - "syn", 1395 - ] 1396 - 1397 - [[package]] 1398 - name = "serde_json" 1399 - version = "1.0.139" 1400 - source = "registry+https://github.com/rust-lang/crates.io-index" 1401 - checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" 1402 - dependencies = [ 1403 - "itoa", 1404 - "memchr", 1405 - "ryu", 1406 - "serde", 1407 - ] 1408 - 1409 - [[package]] 1410 - name = "sha1" 1411 - version = "0.10.6" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1414 - dependencies = [ 1415 - "cfg-if", 1416 - "cpufeatures", 1417 - "digest", 1418 - ] 1419 - 1420 - [[package]] 1421 - name = "shlex" 1422 - version = "1.3.0" 1423 - source = "registry+https://github.com/rust-lang/crates.io-index" 1424 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1425 - 1426 - [[package]] 1427 - name = "signal-hook" 1428 - version = "0.3.17" 1429 - source = "registry+https://github.com/rust-lang/crates.io-index" 1430 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 1431 - dependencies = [ 1432 - "libc", 1433 - "signal-hook-registry", 1434 - ] 1435 - 1436 - [[package]] 1437 - name = "signal-hook-mio" 1438 - version = "0.2.4" 1439 - source = "registry+https://github.com/rust-lang/crates.io-index" 1440 - checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" 1441 - dependencies = [ 1442 - "libc", 1443 - "mio 0.8.11", 1444 - "signal-hook", 1445 - ] 1446 - 1447 - [[package]] 1448 - name = "signal-hook-registry" 1449 - version = "1.4.2" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 1452 - dependencies = [ 1453 - "libc", 1454 - ] 1455 - 1456 - [[package]] 1457 - name = "slab" 1458 - version = "0.4.9" 1459 - source = "registry+https://github.com/rust-lang/crates.io-index" 1460 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1461 - dependencies = [ 1462 - "autocfg", 1463 - ] 1464 - 1465 - [[package]] 1466 - name = "smallvec" 1467 - version = "1.14.0" 1468 - source = "registry+https://github.com/rust-lang/crates.io-index" 1469 - checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" 1470 - 1471 - [[package]] 1472 - name = "socket2" 1473 - version = "0.5.8" 1474 - source = "registry+https://github.com/rust-lang/crates.io-index" 1475 - checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 1476 - dependencies = [ 1477 - "libc", 1478 - "windows-sys 0.52.0", 1479 - ] 1480 - 1481 - [[package]] 1482 - name = "spin" 1483 - version = "0.9.8" 1484 - source = "registry+https://github.com/rust-lang/crates.io-index" 1485 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1486 - dependencies = [ 1487 - "lock_api", 1488 - ] 1489 - 1490 - [[package]] 1491 - name = "stability" 1492 - version = "0.2.1" 1493 - source = "registry+https://github.com/rust-lang/crates.io-index" 1494 - checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac" 1495 - dependencies = [ 1496 - "quote", 1497 - "syn", 1498 - ] 1499 - 1500 - [[package]] 1501 - name = "stable_deref_trait" 1502 - version = "1.2.0" 1503 - source = "registry+https://github.com/rust-lang/crates.io-index" 1504 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1505 - 1506 - [[package]] 1507 - name = "static_assertions" 1508 - version = "1.1.0" 1509 - source = "registry+https://github.com/rust-lang/crates.io-index" 1510 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1511 - 1512 - [[package]] 1513 - name = "strsim" 1514 - version = "0.11.1" 1515 - source = "registry+https://github.com/rust-lang/crates.io-index" 1516 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1517 - 1518 - [[package]] 1519 - name = "strum" 1520 - version = "0.26.3" 1521 - source = "registry+https://github.com/rust-lang/crates.io-index" 1522 - checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 1523 - dependencies = [ 1524 - "strum_macros", 1525 - ] 1526 - 1527 - [[package]] 1528 - name = "strum_macros" 1529 - version = "0.26.4" 1530 - source = "registry+https://github.com/rust-lang/crates.io-index" 1531 - checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 1532 - dependencies = [ 1533 - "heck", 1534 - "proc-macro2", 1535 - "quote", 1536 - "rustversion", 1537 - "syn", 1538 - ] 1539 - 1540 - [[package]] 1541 - name = "subtle" 1542 - version = "2.6.1" 1543 - source = "registry+https://github.com/rust-lang/crates.io-index" 1544 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1545 - 1546 - [[package]] 1547 - name = "syn" 1548 - version = "2.0.98" 1549 - source = "registry+https://github.com/rust-lang/crates.io-index" 1550 - checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" 1551 - dependencies = [ 1552 - "proc-macro2", 1553 - "quote", 1554 - "unicode-ident", 1555 - ] 1556 - 1557 - [[package]] 1558 - name = "synstructure" 1559 - version = "0.13.1" 1560 - source = "registry+https://github.com/rust-lang/crates.io-index" 1561 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 1562 - dependencies = [ 1563 - "proc-macro2", 1564 - "quote", 1565 - "syn", 1566 - ] 1567 - 1568 - [[package]] 1569 - name = "terminal_size" 1570 - version = "0.4.1" 1571 - source = "registry+https://github.com/rust-lang/crates.io-index" 1572 - checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" 1573 - dependencies = [ 1574 - "rustix", 1575 - "windows-sys 0.59.0", 1576 - ] 1577 - 1578 - [[package]] 1579 - name = "thiserror" 1580 - version = "1.0.69" 1581 - source = "registry+https://github.com/rust-lang/crates.io-index" 1582 - checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1583 - dependencies = [ 1584 - "thiserror-impl", 1585 - ] 1586 - 1587 - [[package]] 1588 - name = "thiserror-impl" 1589 - version = "1.0.69" 1590 - source = "registry+https://github.com/rust-lang/crates.io-index" 1591 - checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1592 - dependencies = [ 1593 - "proc-macro2", 1594 - "quote", 1595 - "syn", 1596 - ] 1597 - 1598 - [[package]] 1599 - name = "tinystr" 1600 - version = "0.7.6" 1601 - source = "registry+https://github.com/rust-lang/crates.io-index" 1602 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 1603 - dependencies = [ 1604 - "displaydoc", 1605 - "zerovec", 1606 - ] 1607 - 1608 - [[package]] 1609 - name = "tokio" 1610 - version = "1.43.0" 1611 - source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" 1613 - dependencies = [ 1614 - "backtrace", 1615 - "bytes", 1616 - "libc", 1617 - "mio 1.0.3", 1618 - "pin-project-lite", 1619 - "socket2", 1620 - "tokio-macros", 1621 - "windows-sys 0.52.0", 1622 - ] 1623 - 1624 - [[package]] 1625 - name = "tokio-macros" 1626 - version = "2.5.0" 1627 - source = "registry+https://github.com/rust-lang/crates.io-index" 1628 - checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1629 - dependencies = [ 1630 - "proc-macro2", 1631 - "quote", 1632 - "syn", 1633 - ] 1634 - 1635 - [[package]] 1636 - name = "tokio-rustls" 1637 - version = "0.25.0" 1638 - source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 1640 - dependencies = [ 1641 - "rustls", 1642 - "rustls-pki-types", 1643 - "tokio", 1644 - ] 1645 - 1646 - [[package]] 1647 - name = "tracing" 1648 - version = "0.1.41" 1649 - source = "registry+https://github.com/rust-lang/crates.io-index" 1650 - checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1651 - dependencies = [ 1652 - "pin-project-lite", 1653 - "tracing-attributes", 1654 - "tracing-core", 1655 - ] 1656 - 1657 - [[package]] 1658 - name = "tracing-attributes" 1659 - version = "0.1.28" 1660 - source = "registry+https://github.com/rust-lang/crates.io-index" 1661 - checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 1662 - dependencies = [ 1663 - "proc-macro2", 1664 - "quote", 1665 - "syn", 1666 - ] 1667 - 1668 - [[package]] 1669 - name = "tracing-core" 1670 - version = "0.1.33" 1671 - source = "registry+https://github.com/rust-lang/crates.io-index" 1672 - checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 1673 - dependencies = [ 1674 - "once_cell", 1675 - ] 1676 - 1677 - [[package]] 1678 - name = "tui-tree-widget" 1679 - version = "0.20.0" 1680 - source = "registry+https://github.com/rust-lang/crates.io-index" 1681 - checksum = "a6201de8ad8d88cb6cac4cfe3436d9a1ea31c0732a7aec4c2cc3b23186ad7dcc" 1682 - dependencies = [ 1683 - "ratatui", 1684 - "unicode-width", 1685 - ] 1686 - 1687 - [[package]] 1688 - name = "tungstenite" 1689 - version = "0.21.0" 1690 - source = "registry+https://github.com/rust-lang/crates.io-index" 1691 - checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 1692 - dependencies = [ 1693 - "byteorder", 1694 - "bytes", 1695 - "data-encoding", 1696 - "http", 1697 - "httparse", 1698 - "log", 1699 - "rand 0.8.5", 1700 - "rustls", 1701 - "rustls-pki-types", 1702 - "sha1", 1703 - "thiserror", 1704 - "url", 1705 - "utf-8", 1706 - ] 1707 - 1708 - [[package]] 1709 - name = "typenum" 1710 - version = "1.18.0" 1711 - source = "registry+https://github.com/rust-lang/crates.io-index" 1712 - checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 1713 - 1714 - [[package]] 1715 - name = "unicode-ident" 1716 - version = "1.0.17" 1717 - source = "registry+https://github.com/rust-lang/crates.io-index" 1718 - checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" 1719 - 1720 - [[package]] 1721 - name = "unicode-segmentation" 1722 - version = "1.12.0" 1723 - source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1725 - 1726 - [[package]] 1727 - name = "unicode-truncate" 1728 - version = "1.1.0" 1729 - source = "registry+https://github.com/rust-lang/crates.io-index" 1730 - checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" 1731 - dependencies = [ 1732 - "itertools 0.13.0", 1733 - "unicode-segmentation", 1734 - "unicode-width", 1735 - ] 1736 - 1737 - [[package]] 1738 - name = "unicode-width" 1739 - version = "0.1.12" 1740 - source = "registry+https://github.com/rust-lang/crates.io-index" 1741 - checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" 1742 - 1743 - [[package]] 1744 - name = "untrusted" 1745 - version = "0.9.0" 1746 - source = "registry+https://github.com/rust-lang/crates.io-index" 1747 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1748 - 1749 - [[package]] 1750 - name = "url" 1751 - version = "2.5.4" 1752 - source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 1754 - dependencies = [ 1755 - "form_urlencoded", 1756 - "idna", 1757 - "percent-encoding", 1758 - ] 1759 - 1760 - [[package]] 1761 - name = "utf-8" 1762 - version = "0.7.6" 1763 - source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 1765 - 1766 - [[package]] 1767 - name = "utf16_iter" 1768 - version = "1.0.5" 1769 - source = "registry+https://github.com/rust-lang/crates.io-index" 1770 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 1771 - 1772 - [[package]] 1773 - name = "utf8_iter" 1774 - version = "1.0.4" 1775 - source = "registry+https://github.com/rust-lang/crates.io-index" 1776 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1777 - 1778 - [[package]] 1779 - name = "utf8parse" 1780 - version = "0.2.2" 1781 - source = "registry+https://github.com/rust-lang/crates.io-index" 1782 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1783 - 1784 - [[package]] 1785 - name = "version_check" 1786 - version = "0.9.5" 1787 - source = "registry+https://github.com/rust-lang/crates.io-index" 1788 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1789 - 1790 - [[package]] 1791 - name = "wasi" 1792 - version = "0.11.0+wasi-snapshot-preview1" 1793 - source = "registry+https://github.com/rust-lang/crates.io-index" 1794 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1795 - 1796 - [[package]] 1797 - name = "wasi" 1798 - version = "0.13.3+wasi-0.2.2" 1799 - source = "registry+https://github.com/rust-lang/crates.io-index" 1800 - checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" 1801 - dependencies = [ 1802 - "wit-bindgen-rt", 1803 - ] 1804 - 1805 - [[package]] 1806 - name = "wasm-bindgen" 1807 - version = "0.2.100" 1808 - source = "registry+https://github.com/rust-lang/crates.io-index" 1809 - checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1810 - dependencies = [ 1811 - "cfg-if", 1812 - "once_cell", 1813 - "rustversion", 1814 - "wasm-bindgen-macro", 1815 - ] 1816 - 1817 - [[package]] 1818 - name = "wasm-bindgen-backend" 1819 - version = "0.2.100" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1822 - dependencies = [ 1823 - "bumpalo", 1824 - "log", 1825 - "proc-macro2", 1826 - "quote", 1827 - "syn", 1828 - "wasm-bindgen-shared", 1829 - ] 1830 - 1831 - [[package]] 1832 - name = "wasm-bindgen-macro" 1833 - version = "0.2.100" 1834 - source = "registry+https://github.com/rust-lang/crates.io-index" 1835 - checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1836 - dependencies = [ 1837 - "quote", 1838 - "wasm-bindgen-macro-support", 1839 - ] 1840 - 1841 - [[package]] 1842 - name = "wasm-bindgen-macro-support" 1843 - version = "0.2.100" 1844 - source = "registry+https://github.com/rust-lang/crates.io-index" 1845 - checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1846 - dependencies = [ 1847 - "proc-macro2", 1848 - "quote", 1849 - "syn", 1850 - "wasm-bindgen-backend", 1851 - "wasm-bindgen-shared", 1852 - ] 1853 - 1854 - [[package]] 1855 - name = "wasm-bindgen-shared" 1856 - version = "0.2.100" 1857 - source = "registry+https://github.com/rust-lang/crates.io-index" 1858 - checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1859 - dependencies = [ 1860 - "unicode-ident", 1861 - ] 1862 - 1863 - [[package]] 1864 - name = "winapi" 1865 - version = "0.3.9" 1866 - source = "registry+https://github.com/rust-lang/crates.io-index" 1867 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1868 - dependencies = [ 1869 - "winapi-i686-pc-windows-gnu", 1870 - "winapi-x86_64-pc-windows-gnu", 1871 - ] 1872 - 1873 - [[package]] 1874 - name = "winapi-i686-pc-windows-gnu" 1875 - version = "0.4.0" 1876 - source = "registry+https://github.com/rust-lang/crates.io-index" 1877 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1878 - 1879 - [[package]] 1880 - name = "winapi-x86_64-pc-windows-gnu" 1881 - version = "0.4.0" 1882 - source = "registry+https://github.com/rust-lang/crates.io-index" 1883 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1884 - 1885 - [[package]] 1886 - name = "windows-core" 1887 - version = "0.52.0" 1888 - source = "registry+https://github.com/rust-lang/crates.io-index" 1889 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 1890 - dependencies = [ 1891 - "windows-targets 0.52.6", 1892 - ] 1893 - 1894 - [[package]] 1895 - name = "windows-link" 1896 - version = "0.1.0" 1897 - source = "registry+https://github.com/rust-lang/crates.io-index" 1898 - checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3" 1899 - 1900 - [[package]] 1901 - name = "windows-sys" 1902 - version = "0.48.0" 1903 - source = "registry+https://github.com/rust-lang/crates.io-index" 1904 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1905 - dependencies = [ 1906 - "windows-targets 0.48.5", 1907 - ] 1908 - 1909 - [[package]] 1910 - name = "windows-sys" 1911 - version = "0.52.0" 1912 - source = "registry+https://github.com/rust-lang/crates.io-index" 1913 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1914 - dependencies = [ 1915 - "windows-targets 0.52.6", 1916 - ] 1917 - 1918 - [[package]] 1919 - name = "windows-sys" 1920 - version = "0.59.0" 1921 - source = "registry+https://github.com/rust-lang/crates.io-index" 1922 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1923 - dependencies = [ 1924 - "windows-targets 0.52.6", 1925 - ] 1926 - 1927 - [[package]] 1928 - name = "windows-targets" 1929 - version = "0.48.5" 1930 - source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1932 - dependencies = [ 1933 - "windows_aarch64_gnullvm 0.48.5", 1934 - "windows_aarch64_msvc 0.48.5", 1935 - "windows_i686_gnu 0.48.5", 1936 - "windows_i686_msvc 0.48.5", 1937 - "windows_x86_64_gnu 0.48.5", 1938 - "windows_x86_64_gnullvm 0.48.5", 1939 - "windows_x86_64_msvc 0.48.5", 1940 - ] 1941 - 1942 - [[package]] 1943 - name = "windows-targets" 1944 - version = "0.52.6" 1945 - source = "registry+https://github.com/rust-lang/crates.io-index" 1946 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1947 - dependencies = [ 1948 - "windows_aarch64_gnullvm 0.52.6", 1949 - "windows_aarch64_msvc 0.52.6", 1950 - "windows_i686_gnu 0.52.6", 1951 - "windows_i686_gnullvm", 1952 - "windows_i686_msvc 0.52.6", 1953 - "windows_x86_64_gnu 0.52.6", 1954 - "windows_x86_64_gnullvm 0.52.6", 1955 - "windows_x86_64_msvc 0.52.6", 1956 - ] 1957 - 1958 - [[package]] 1959 - name = "windows_aarch64_gnullvm" 1960 - version = "0.48.5" 1961 - source = "registry+https://github.com/rust-lang/crates.io-index" 1962 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1963 - 1964 - [[package]] 1965 - name = "windows_aarch64_gnullvm" 1966 - version = "0.52.6" 1967 - source = "registry+https://github.com/rust-lang/crates.io-index" 1968 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1969 - 1970 - [[package]] 1971 - name = "windows_aarch64_msvc" 1972 - version = "0.48.5" 1973 - source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1975 - 1976 - [[package]] 1977 - name = "windows_aarch64_msvc" 1978 - version = "0.52.6" 1979 - source = "registry+https://github.com/rust-lang/crates.io-index" 1980 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1981 - 1982 - [[package]] 1983 - name = "windows_i686_gnu" 1984 - version = "0.48.5" 1985 - source = "registry+https://github.com/rust-lang/crates.io-index" 1986 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1987 - 1988 - [[package]] 1989 - name = "windows_i686_gnu" 1990 - version = "0.52.6" 1991 - source = "registry+https://github.com/rust-lang/crates.io-index" 1992 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1993 - 1994 - [[package]] 1995 - name = "windows_i686_gnullvm" 1996 - version = "0.52.6" 1997 - source = "registry+https://github.com/rust-lang/crates.io-index" 1998 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1999 - 2000 - [[package]] 2001 - name = "windows_i686_msvc" 2002 - version = "0.48.5" 2003 - source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2005 - 2006 - [[package]] 2007 - name = "windows_i686_msvc" 2008 - version = "0.52.6" 2009 - source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2011 - 2012 - [[package]] 2013 - name = "windows_x86_64_gnu" 2014 - version = "0.48.5" 2015 - source = "registry+https://github.com/rust-lang/crates.io-index" 2016 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2017 - 2018 - [[package]] 2019 - name = "windows_x86_64_gnu" 2020 - version = "0.52.6" 2021 - source = "registry+https://github.com/rust-lang/crates.io-index" 2022 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2023 - 2024 - [[package]] 2025 - name = "windows_x86_64_gnullvm" 2026 - version = "0.48.5" 2027 - source = "registry+https://github.com/rust-lang/crates.io-index" 2028 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2029 - 2030 - [[package]] 2031 - name = "windows_x86_64_gnullvm" 2032 - version = "0.52.6" 2033 - source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2035 - 2036 - [[package]] 2037 - name = "windows_x86_64_msvc" 2038 - version = "0.48.5" 2039 - source = "registry+https://github.com/rust-lang/crates.io-index" 2040 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2041 - 2042 - [[package]] 2043 - name = "windows_x86_64_msvc" 2044 - version = "0.52.6" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2047 - 2048 - [[package]] 2049 - name = "wit-bindgen-rt" 2050 - version = "0.33.0" 2051 - source = "registry+https://github.com/rust-lang/crates.io-index" 2052 - checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" 2053 - dependencies = [ 2054 - "bitflags", 2055 - ] 2056 - 2057 - [[package]] 2058 - name = "write16" 2059 - version = "1.0.0" 2060 - source = "registry+https://github.com/rust-lang/crates.io-index" 2061 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 2062 - 2063 - [[package]] 2064 - name = "writeable" 2065 - version = "0.5.5" 2066 - source = "registry+https://github.com/rust-lang/crates.io-index" 2067 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 2068 - 2069 - [[package]] 2070 - name = "ws_stream_tungstenite" 2071 - version = "0.13.0" 2072 - source = "registry+https://github.com/rust-lang/crates.io-index" 2073 - checksum = "a198f414f083fb19fcc1bffcb0fa0cf46d33ccfa229adf248cac12c180e91609" 2074 - dependencies = [ 2075 - "async-tungstenite", 2076 - "async_io_stream", 2077 - "bitflags", 2078 - "futures-core", 2079 - "futures-io", 2080 - "futures-sink", 2081 - "futures-util", 2082 - "pharos", 2083 - "rustc_version", 2084 - "tokio", 2085 - "tracing", 2086 - "tungstenite", 2087 - ] 2088 - 2089 - [[package]] 2090 - name = "yoke" 2091 - version = "0.7.5" 2092 - source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 2094 - dependencies = [ 2095 - "serde", 2096 - "stable_deref_trait", 2097 - "yoke-derive", 2098 - "zerofrom", 2099 - ] 2100 - 2101 - [[package]] 2102 - name = "yoke-derive" 2103 - version = "0.7.5" 2104 - source = "registry+https://github.com/rust-lang/crates.io-index" 2105 - checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 2106 - dependencies = [ 2107 - "proc-macro2", 2108 - "quote", 2109 - "syn", 2110 - "synstructure", 2111 - ] 2112 - 2113 - [[package]] 2114 - name = "zerocopy" 2115 - version = "0.7.35" 2116 - source = "registry+https://github.com/rust-lang/crates.io-index" 2117 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 2118 - dependencies = [ 2119 - "byteorder", 2120 - "zerocopy-derive 0.7.35", 2121 - ] 2122 - 2123 - [[package]] 2124 - name = "zerocopy" 2125 - version = "0.8.21" 2126 - source = "registry+https://github.com/rust-lang/crates.io-index" 2127 - checksum = "dcf01143b2dd5d134f11f545cf9f1431b13b749695cb33bcce051e7568f99478" 2128 - dependencies = [ 2129 - "zerocopy-derive 0.8.21", 2130 - ] 2131 - 2132 - [[package]] 2133 - name = "zerocopy-derive" 2134 - version = "0.7.35" 2135 - source = "registry+https://github.com/rust-lang/crates.io-index" 2136 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 2137 - dependencies = [ 2138 - "proc-macro2", 2139 - "quote", 2140 - "syn", 2141 - ] 2142 - 2143 - [[package]] 2144 - name = "zerocopy-derive" 2145 - version = "0.8.21" 2146 - source = "registry+https://github.com/rust-lang/crates.io-index" 2147 - checksum = "712c8386f4f4299382c9abee219bee7084f78fb939d88b6840fcc1320d5f6da2" 2148 - dependencies = [ 2149 - "proc-macro2", 2150 - "quote", 2151 - "syn", 2152 - ] 2153 - 2154 - [[package]] 2155 - name = "zerofrom" 2156 - version = "0.1.5" 2157 - source = "registry+https://github.com/rust-lang/crates.io-index" 2158 - checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 2159 - dependencies = [ 2160 - "zerofrom-derive", 2161 - ] 2162 - 2163 - [[package]] 2164 - name = "zerofrom-derive" 2165 - version = "0.1.6" 2166 - source = "registry+https://github.com/rust-lang/crates.io-index" 2167 - checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2168 - dependencies = [ 2169 - "proc-macro2", 2170 - "quote", 2171 - "syn", 2172 - "synstructure", 2173 - ] 2174 - 2175 - [[package]] 2176 - name = "zeroize" 2177 - version = "1.8.1" 2178 - source = "registry+https://github.com/rust-lang/crates.io-index" 2179 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 2180 - 2181 - [[package]] 2182 - name = "zerovec" 2183 - version = "0.10.4" 2184 - source = "registry+https://github.com/rust-lang/crates.io-index" 2185 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 2186 - dependencies = [ 2187 - "yoke", 2188 - "zerofrom", 2189 - "zerovec-derive", 2190 - ] 2191 - 2192 - [[package]] 2193 - name = "zerovec-derive" 2194 - version = "0.10.3" 2195 - source = "registry+https://github.com/rust-lang/crates.io-index" 2196 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 2197 - dependencies = [ 2198 - "proc-macro2", 2199 - "quote", 2200 - "syn", 2201 - ]
+2 -10
pkgs/by-name/mq/mqttui/package.nix
··· 17 17 hash = "sha256-q4C4YAs8Q1jHA5P2OApkFZnYM4/aZGxnE8Pd6Hmwd1I="; 18 18 }; 19 19 20 - cargoLock = { 21 - lockFile = ./Cargo.lock; 22 - outputHashes = { 23 - "ratatui-binary-data-widget-0.1.0" = "sha256-5HBqugXAb76+LDsDj+FjsyVqbLMNy503qUkZjWE6tRg="; 24 - }; 25 - }; 26 - 27 - postPatch = '' 28 - ln -sf ${./Cargo.lock} Cargo.lock 29 - ''; 20 + useFetchCargoVendor = true; 21 + cargoHash = "sha256-pn4wmlMW8p6IAHrYjmvmZxNMjIJwJ2MYRsANz4D6xCU="; 30 22 31 23 buildInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.Security; 32 24