luwen: init at 0.7.13 (#422620)

authored by Tristan Ross and committed by GitHub 9fd8fb44 ce185573

+2245
+2210
pkgs/by-name/lu/luwen/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 4 4 + 5 + [[package]] 6 + name = "aho-corasick" 7 + version = "1.1.3" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10 + dependencies = [ 11 + "memchr", 12 + ] 13 + 14 + [[package]] 15 + name = "anstream" 16 + version = "0.6.19" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" 19 + dependencies = [ 20 + "anstyle", 21 + "anstyle-parse", 22 + "anstyle-query", 23 + "anstyle-wincon", 24 + "colorchoice", 25 + "is_terminal_polyfill", 26 + "utf8parse", 27 + ] 28 + 29 + [[package]] 30 + name = "anstyle" 31 + version = "1.0.11" 32 + source = "registry+https://github.com/rust-lang/crates.io-index" 33 + checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 34 + 35 + [[package]] 36 + name = "anstyle-parse" 37 + version = "0.2.7" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 40 + dependencies = [ 41 + "utf8parse", 42 + ] 43 + 44 + [[package]] 45 + name = "anstyle-query" 46 + version = "1.1.3" 47 + source = "registry+https://github.com/rust-lang/crates.io-index" 48 + checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" 49 + dependencies = [ 50 + "windows-sys 0.59.0", 51 + ] 52 + 53 + [[package]] 54 + name = "anstyle-wincon" 55 + version = "3.0.9" 56 + source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" 58 + dependencies = [ 59 + "anstyle", 60 + "once_cell_polyfill", 61 + "windows-sys 0.59.0", 62 + ] 63 + 64 + [[package]] 65 + name = "anyhow" 66 + version = "1.0.98" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 69 + 70 + [[package]] 71 + name = "ascii" 72 + version = "1.1.0" 73 + source = "registry+https://github.com/rust-lang/crates.io-index" 74 + checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 75 + 76 + [[package]] 77 + name = "autocfg" 78 + version = "1.5.0" 79 + source = "registry+https://github.com/rust-lang/crates.io-index" 80 + checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 81 + 82 + [[package]] 83 + name = "bincode" 84 + version = "1.3.3" 85 + source = "registry+https://github.com/rust-lang/crates.io-index" 86 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 87 + dependencies = [ 88 + "serde", 89 + ] 90 + 91 + [[package]] 92 + name = "bitfield-struct" 93 + version = "0.6.2" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "adc0846593a56638b74e136a45610f9934c052e14761bebca6b092d5522599e3" 96 + dependencies = [ 97 + "proc-macro2", 98 + "quote", 99 + "syn 2.0.104", 100 + ] 101 + 102 + [[package]] 103 + name = "bitflags" 104 + version = "1.3.2" 105 + source = "registry+https://github.com/rust-lang/crates.io-index" 106 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 107 + 108 + [[package]] 109 + name = "bitflags" 110 + version = "2.9.1" 111 + source = "registry+https://github.com/rust-lang/crates.io-index" 112 + checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 113 + 114 + [[package]] 115 + name = "block-buffer" 116 + version = "0.10.4" 117 + source = "registry+https://github.com/rust-lang/crates.io-index" 118 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 119 + dependencies = [ 120 + "generic-array", 121 + ] 122 + 123 + [[package]] 124 + name = "bumpalo" 125 + version = "3.19.0" 126 + source = "registry+https://github.com/rust-lang/crates.io-index" 127 + checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 128 + 129 + [[package]] 130 + name = "bytemuck" 131 + version = "1.23.1" 132 + source = "registry+https://github.com/rust-lang/crates.io-index" 133 + checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" 134 + dependencies = [ 135 + "bytemuck_derive", 136 + ] 137 + 138 + [[package]] 139 + name = "bytemuck_derive" 140 + version = "1.10.0" 141 + source = "registry+https://github.com/rust-lang/crates.io-index" 142 + checksum = "441473f2b4b0459a68628c744bc61d23e730fb00128b841d30fa4bb3972257e4" 143 + dependencies = [ 144 + "proc-macro2", 145 + "quote", 146 + "syn 2.0.104", 147 + ] 148 + 149 + [[package]] 150 + name = "bytes" 151 + version = "1.10.1" 152 + source = "registry+https://github.com/rust-lang/crates.io-index" 153 + checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 154 + 155 + [[package]] 156 + name = "cbindgen" 157 + version = "0.29.0" 158 + source = "registry+https://github.com/rust-lang/crates.io-index" 159 + checksum = "975982cdb7ad6a142be15bdf84aea7ec6a9e5d4d797c004d43185b24cfe4e684" 160 + dependencies = [ 161 + "clap", 162 + "heck", 163 + "indexmap", 164 + "log", 165 + "proc-macro2", 166 + "quote", 167 + "serde", 168 + "serde_json", 169 + "syn 2.0.104", 170 + "tempfile", 171 + "toml", 172 + ] 173 + 174 + [[package]] 175 + name = "cc" 176 + version = "1.2.31" 177 + source = "registry+https://github.com/rust-lang/crates.io-index" 178 + checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2" 179 + dependencies = [ 180 + "shlex", 181 + ] 182 + 183 + [[package]] 184 + name = "cfg-if" 185 + version = "1.0.1" 186 + source = "registry+https://github.com/rust-lang/crates.io-index" 187 + checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 188 + 189 + [[package]] 190 + name = "check_harvesting" 191 + version = "0.7.10" 192 + dependencies = [ 193 + "clap", 194 + "luwen-core", 195 + "luwen-if", 196 + "luwen-ref", 197 + "prometheus", 198 + "prometheus_exporter", 199 + "ttkmd-if", 200 + ] 201 + 202 + [[package]] 203 + name = "chunked_transfer" 204 + version = "1.5.0" 205 + source = "registry+https://github.com/rust-lang/crates.io-index" 206 + checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" 207 + 208 + [[package]] 209 + name = "clap" 210 + version = "4.5.42" 211 + source = "registry+https://github.com/rust-lang/crates.io-index" 212 + checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" 213 + dependencies = [ 214 + "clap_builder", 215 + "clap_derive", 216 + ] 217 + 218 + [[package]] 219 + name = "clap_builder" 220 + version = "4.5.42" 221 + source = "registry+https://github.com/rust-lang/crates.io-index" 222 + checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" 223 + dependencies = [ 224 + "anstream", 225 + "anstyle", 226 + "clap_lex", 227 + "strsim", 228 + ] 229 + 230 + [[package]] 231 + name = "clap_derive" 232 + version = "4.5.41" 233 + source = "registry+https://github.com/rust-lang/crates.io-index" 234 + checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491" 235 + dependencies = [ 236 + "heck", 237 + "proc-macro2", 238 + "quote", 239 + "syn 2.0.104", 240 + ] 241 + 242 + [[package]] 243 + name = "clap_lex" 244 + version = "0.7.5" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 247 + 248 + [[package]] 249 + name = "colorchoice" 250 + version = "1.0.4" 251 + source = "registry+https://github.com/rust-lang/crates.io-index" 252 + checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 253 + 254 + [[package]] 255 + name = "console" 256 + version = "0.15.11" 257 + source = "registry+https://github.com/rust-lang/crates.io-index" 258 + checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 259 + dependencies = [ 260 + "encode_unicode", 261 + "libc", 262 + "once_cell", 263 + "unicode-width", 264 + "windows-sys 0.59.0", 265 + ] 266 + 267 + [[package]] 268 + name = "cpufeatures" 269 + version = "0.2.17" 270 + source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 272 + dependencies = [ 273 + "libc", 274 + ] 275 + 276 + [[package]] 277 + name = "create-ethernet-map" 278 + version = "0.7.10" 279 + dependencies = [ 280 + "clap", 281 + "luwen-core", 282 + "luwen-if", 283 + "luwen-ref", 284 + "prometheus", 285 + "prometheus_exporter", 286 + ] 287 + 288 + [[package]] 289 + name = "crypto-common" 290 + version = "0.1.6" 291 + source = "registry+https://github.com/rust-lang/crates.io-index" 292 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 293 + dependencies = [ 294 + "generic-array", 295 + "typenum", 296 + ] 297 + 298 + [[package]] 299 + name = "deranged" 300 + version = "0.4.0" 301 + source = "registry+https://github.com/rust-lang/crates.io-index" 302 + checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 303 + dependencies = [ 304 + "powerfmt", 305 + ] 306 + 307 + [[package]] 308 + name = "digest" 309 + version = "0.10.7" 310 + source = "registry+https://github.com/rust-lang/crates.io-index" 311 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 312 + dependencies = [ 313 + "block-buffer", 314 + "crypto-common", 315 + ] 316 + 317 + [[package]] 318 + name = "dirs" 319 + version = "6.0.0" 320 + source = "registry+https://github.com/rust-lang/crates.io-index" 321 + checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 322 + dependencies = [ 323 + "dirs-sys", 324 + ] 325 + 326 + [[package]] 327 + name = "dirs-sys" 328 + version = "0.5.0" 329 + source = "registry+https://github.com/rust-lang/crates.io-index" 330 + checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 331 + dependencies = [ 332 + "libc", 333 + "option-ext", 334 + "redox_users", 335 + "windows-sys 0.60.2", 336 + ] 337 + 338 + [[package]] 339 + name = "displaydoc" 340 + version = "0.2.5" 341 + source = "registry+https://github.com/rust-lang/crates.io-index" 342 + checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 343 + dependencies = [ 344 + "proc-macro2", 345 + "quote", 346 + "syn 2.0.104", 347 + ] 348 + 349 + [[package]] 350 + name = "drunken-monkey" 351 + version = "0.7.10" 352 + dependencies = [ 353 + "clap", 354 + "luwen-if", 355 + "luwen-ref", 356 + ] 357 + 358 + [[package]] 359 + name = "either" 360 + version = "1.15.0" 361 + source = "registry+https://github.com/rust-lang/crates.io-index" 362 + checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 363 + 364 + [[package]] 365 + name = "encode_unicode" 366 + version = "1.0.0" 367 + source = "registry+https://github.com/rust-lang/crates.io-index" 368 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 369 + 370 + [[package]] 371 + name = "equivalent" 372 + version = "1.0.2" 373 + source = "registry+https://github.com/rust-lang/crates.io-index" 374 + checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 375 + 376 + [[package]] 377 + name = "errno" 378 + version = "0.3.13" 379 + source = "registry+https://github.com/rust-lang/crates.io-index" 380 + checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" 381 + dependencies = [ 382 + "libc", 383 + "windows-sys 0.60.2", 384 + ] 385 + 386 + [[package]] 387 + name = "fastrand" 388 + version = "2.3.0" 389 + source = "registry+https://github.com/rust-lang/crates.io-index" 390 + checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 391 + 392 + [[package]] 393 + name = "fixedbitset" 394 + version = "0.5.7" 395 + source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 397 + 398 + [[package]] 399 + name = "fnv" 400 + version = "1.0.7" 401 + source = "registry+https://github.com/rust-lang/crates.io-index" 402 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 403 + 404 + [[package]] 405 + name = "form_urlencoded" 406 + version = "1.2.1" 407 + source = "registry+https://github.com/rust-lang/crates.io-index" 408 + checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 409 + dependencies = [ 410 + "percent-encoding", 411 + ] 412 + 413 + [[package]] 414 + name = "generic-array" 415 + version = "0.14.7" 416 + source = "registry+https://github.com/rust-lang/crates.io-index" 417 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 418 + dependencies = [ 419 + "typenum", 420 + "version_check", 421 + ] 422 + 423 + [[package]] 424 + name = "getrandom" 425 + version = "0.2.16" 426 + source = "registry+https://github.com/rust-lang/crates.io-index" 427 + checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 428 + dependencies = [ 429 + "cfg-if", 430 + "libc", 431 + "wasi 0.11.1+wasi-snapshot-preview1", 432 + ] 433 + 434 + [[package]] 435 + name = "getrandom" 436 + version = "0.3.3" 437 + source = "registry+https://github.com/rust-lang/crates.io-index" 438 + checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 439 + dependencies = [ 440 + "cfg-if", 441 + "libc", 442 + "r-efi", 443 + "wasi 0.14.2+wasi-0.2.4", 444 + ] 445 + 446 + [[package]] 447 + name = "hashbrown" 448 + version = "0.15.4" 449 + source = "registry+https://github.com/rust-lang/crates.io-index" 450 + checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" 451 + 452 + [[package]] 453 + name = "heck" 454 + version = "0.5.0" 455 + source = "registry+https://github.com/rust-lang/crates.io-index" 456 + checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 457 + 458 + [[package]] 459 + name = "hex" 460 + version = "0.4.3" 461 + source = "registry+https://github.com/rust-lang/crates.io-index" 462 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 463 + 464 + [[package]] 465 + name = "home" 466 + version = "0.5.5" 467 + source = "registry+https://github.com/rust-lang/crates.io-index" 468 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 469 + dependencies = [ 470 + "windows-sys 0.48.0", 471 + ] 472 + 473 + [[package]] 474 + name = "icu_collections" 475 + version = "2.0.0" 476 + source = "registry+https://github.com/rust-lang/crates.io-index" 477 + checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 478 + dependencies = [ 479 + "displaydoc", 480 + "potential_utf", 481 + "yoke", 482 + "zerofrom", 483 + "zerovec", 484 + ] 485 + 486 + [[package]] 487 + name = "icu_locale_core" 488 + version = "2.0.0" 489 + source = "registry+https://github.com/rust-lang/crates.io-index" 490 + checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 491 + dependencies = [ 492 + "displaydoc", 493 + "litemap", 494 + "tinystr", 495 + "writeable", 496 + "zerovec", 497 + ] 498 + 499 + [[package]] 500 + name = "icu_normalizer" 501 + version = "2.0.0" 502 + source = "registry+https://github.com/rust-lang/crates.io-index" 503 + checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 504 + dependencies = [ 505 + "displaydoc", 506 + "icu_collections", 507 + "icu_normalizer_data", 508 + "icu_properties", 509 + "icu_provider", 510 + "smallvec", 511 + "zerovec", 512 + ] 513 + 514 + [[package]] 515 + name = "icu_normalizer_data" 516 + version = "2.0.0" 517 + source = "registry+https://github.com/rust-lang/crates.io-index" 518 + checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 519 + 520 + [[package]] 521 + name = "icu_properties" 522 + version = "2.0.1" 523 + source = "registry+https://github.com/rust-lang/crates.io-index" 524 + checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 525 + dependencies = [ 526 + "displaydoc", 527 + "icu_collections", 528 + "icu_locale_core", 529 + "icu_properties_data", 530 + "icu_provider", 531 + "potential_utf", 532 + "zerotrie", 533 + "zerovec", 534 + ] 535 + 536 + [[package]] 537 + name = "icu_properties_data" 538 + version = "2.0.1" 539 + source = "registry+https://github.com/rust-lang/crates.io-index" 540 + checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 541 + 542 + [[package]] 543 + name = "icu_provider" 544 + version = "2.0.0" 545 + source = "registry+https://github.com/rust-lang/crates.io-index" 546 + checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 547 + dependencies = [ 548 + "displaydoc", 549 + "icu_locale_core", 550 + "stable_deref_trait", 551 + "tinystr", 552 + "writeable", 553 + "yoke", 554 + "zerofrom", 555 + "zerotrie", 556 + "zerovec", 557 + ] 558 + 559 + [[package]] 560 + name = "idna" 561 + version = "1.0.3" 562 + source = "registry+https://github.com/rust-lang/crates.io-index" 563 + checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 564 + dependencies = [ 565 + "idna_adapter", 566 + "smallvec", 567 + "utf8_iter", 568 + ] 569 + 570 + [[package]] 571 + name = "idna_adapter" 572 + version = "1.2.1" 573 + source = "registry+https://github.com/rust-lang/crates.io-index" 574 + checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 575 + dependencies = [ 576 + "icu_normalizer", 577 + "icu_properties", 578 + ] 579 + 580 + [[package]] 581 + name = "indexmap" 582 + version = "2.10.0" 583 + source = "registry+https://github.com/rust-lang/crates.io-index" 584 + checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" 585 + dependencies = [ 586 + "equivalent", 587 + "hashbrown", 588 + ] 589 + 590 + [[package]] 591 + name = "indicatif" 592 + version = "0.17.11" 593 + source = "registry+https://github.com/rust-lang/crates.io-index" 594 + checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 595 + dependencies = [ 596 + "console", 597 + "number_prefix", 598 + "portable-atomic", 599 + "unicode-width", 600 + "web-time", 601 + ] 602 + 603 + [[package]] 604 + name = "indoc" 605 + version = "1.0.9" 606 + source = "registry+https://github.com/rust-lang/crates.io-index" 607 + checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 608 + 609 + [[package]] 610 + name = "inventory" 611 + version = "0.3.20" 612 + source = "registry+https://github.com/rust-lang/crates.io-index" 613 + checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83" 614 + dependencies = [ 615 + "rustversion", 616 + ] 617 + 618 + [[package]] 619 + name = "is_terminal_polyfill" 620 + version = "1.70.1" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 623 + 624 + [[package]] 625 + name = "itertools" 626 + version = "0.14.0" 627 + source = "registry+https://github.com/rust-lang/crates.io-index" 628 + checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 629 + dependencies = [ 630 + "either", 631 + ] 632 + 633 + [[package]] 634 + name = "itoa" 635 + version = "1.0.15" 636 + source = "registry+https://github.com/rust-lang/crates.io-index" 637 + checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 638 + 639 + [[package]] 640 + name = "js-sys" 641 + version = "0.3.77" 642 + source = "registry+https://github.com/rust-lang/crates.io-index" 643 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 644 + dependencies = [ 645 + "once_cell", 646 + "wasm-bindgen", 647 + ] 648 + 649 + [[package]] 650 + name = "lazy_static" 651 + version = "1.5.0" 652 + source = "registry+https://github.com/rust-lang/crates.io-index" 653 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 654 + 655 + [[package]] 656 + name = "libc" 657 + version = "0.2.174" 658 + source = "registry+https://github.com/rust-lang/crates.io-index" 659 + checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 660 + 661 + [[package]] 662 + name = "libredox" 663 + version = "0.1.9" 664 + source = "registry+https://github.com/rust-lang/crates.io-index" 665 + checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" 666 + dependencies = [ 667 + "bitflags 2.9.1", 668 + "libc", 669 + ] 670 + 671 + [[package]] 672 + name = "linux-raw-sys" 673 + version = "0.4.15" 674 + source = "registry+https://github.com/rust-lang/crates.io-index" 675 + checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 676 + 677 + [[package]] 678 + name = "linux-raw-sys" 679 + version = "0.9.4" 680 + source = "registry+https://github.com/rust-lang/crates.io-index" 681 + checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 682 + 683 + [[package]] 684 + name = "litemap" 685 + version = "0.8.0" 686 + source = "registry+https://github.com/rust-lang/crates.io-index" 687 + checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 688 + 689 + [[package]] 690 + name = "lock_api" 691 + version = "0.4.13" 692 + source = "registry+https://github.com/rust-lang/crates.io-index" 693 + checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 694 + dependencies = [ 695 + "autocfg", 696 + "scopeguard", 697 + ] 698 + 699 + [[package]] 700 + name = "log" 701 + version = "0.4.27" 702 + source = "registry+https://github.com/rust-lang/crates.io-index" 703 + checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 704 + 705 + [[package]] 706 + name = "luwen" 707 + version = "0.7.13" 708 + dependencies = [ 709 + "bincode", 710 + "clap", 711 + "luwen-core", 712 + "luwen-if", 713 + "luwen-ref", 714 + "nom", 715 + "rand", 716 + "serde", 717 + "serde_json", 718 + "serde_yaml", 719 + "ttkmd-if", 720 + ] 721 + 722 + [[package]] 723 + name = "luwen-core" 724 + version = "0.2.1" 725 + dependencies = [ 726 + "thiserror 1.0.69", 727 + ] 728 + 729 + [[package]] 730 + name = "luwen-if" 731 + version = "0.7.11" 732 + dependencies = [ 733 + "bincode", 734 + "bitfield-struct", 735 + "bytemuck", 736 + "home", 737 + "luwen-core", 738 + "num-derive", 739 + "num-traits", 740 + "once_cell", 741 + "prost", 742 + "prost-build", 743 + "prost-types", 744 + "rust-embed", 745 + "serde", 746 + "serde_json", 747 + "thiserror 1.0.69", 748 + ] 749 + 750 + [[package]] 751 + name = "luwen-ref" 752 + version = "0.7.11" 753 + dependencies = [ 754 + "indicatif", 755 + "luwen-core", 756 + "luwen-if", 757 + "thiserror 1.0.69", 758 + "tracing", 759 + "ttkmd-if", 760 + ] 761 + 762 + [[package]] 763 + name = "luwencpp" 764 + version = "0.7.10" 765 + dependencies = [ 766 + "cbindgen", 767 + "cc", 768 + "luwen-core", 769 + "luwen-if", 770 + "tempfile", 771 + ] 772 + 773 + [[package]] 774 + name = "memchr" 775 + version = "2.7.5" 776 + source = "registry+https://github.com/rust-lang/crates.io-index" 777 + checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 778 + 779 + [[package]] 780 + name = "memmap2" 781 + version = "0.7.1" 782 + source = "registry+https://github.com/rust-lang/crates.io-index" 783 + checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" 784 + dependencies = [ 785 + "libc", 786 + ] 787 + 788 + [[package]] 789 + name = "memoffset" 790 + version = "0.7.1" 791 + source = "registry+https://github.com/rust-lang/crates.io-index" 792 + checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 793 + dependencies = [ 794 + "autocfg", 795 + ] 796 + 797 + [[package]] 798 + name = "memoffset" 799 + version = "0.9.1" 800 + source = "registry+https://github.com/rust-lang/crates.io-index" 801 + checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 802 + dependencies = [ 803 + "autocfg", 804 + ] 805 + 806 + [[package]] 807 + name = "minimal-lexical" 808 + version = "0.2.1" 809 + source = "registry+https://github.com/rust-lang/crates.io-index" 810 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 811 + 812 + [[package]] 813 + name = "multimap" 814 + version = "0.10.1" 815 + source = "registry+https://github.com/rust-lang/crates.io-index" 816 + checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" 817 + 818 + [[package]] 819 + name = "nix" 820 + version = "0.26.4" 821 + source = "registry+https://github.com/rust-lang/crates.io-index" 822 + checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 823 + dependencies = [ 824 + "bitflags 1.3.2", 825 + "cfg-if", 826 + "libc", 827 + "memoffset 0.7.1", 828 + "pin-utils", 829 + ] 830 + 831 + [[package]] 832 + name = "nom" 833 + version = "7.1.3" 834 + source = "registry+https://github.com/rust-lang/crates.io-index" 835 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 836 + dependencies = [ 837 + "memchr", 838 + "minimal-lexical", 839 + ] 840 + 841 + [[package]] 842 + name = "num-conv" 843 + version = "0.1.0" 844 + source = "registry+https://github.com/rust-lang/crates.io-index" 845 + checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 846 + 847 + [[package]] 848 + name = "num-derive" 849 + version = "0.4.2" 850 + source = "registry+https://github.com/rust-lang/crates.io-index" 851 + checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 852 + dependencies = [ 853 + "proc-macro2", 854 + "quote", 855 + "syn 2.0.104", 856 + ] 857 + 858 + [[package]] 859 + name = "num-traits" 860 + version = "0.2.19" 861 + source = "registry+https://github.com/rust-lang/crates.io-index" 862 + checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 863 + dependencies = [ 864 + "autocfg", 865 + ] 866 + 867 + [[package]] 868 + name = "number_prefix" 869 + version = "0.4.0" 870 + source = "registry+https://github.com/rust-lang/crates.io-index" 871 + checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 872 + 873 + [[package]] 874 + name = "once_cell" 875 + version = "1.21.3" 876 + source = "registry+https://github.com/rust-lang/crates.io-index" 877 + checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 878 + 879 + [[package]] 880 + name = "once_cell_polyfill" 881 + version = "1.70.1" 882 + source = "registry+https://github.com/rust-lang/crates.io-index" 883 + checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 884 + 885 + [[package]] 886 + name = "option-ext" 887 + version = "0.2.0" 888 + source = "registry+https://github.com/rust-lang/crates.io-index" 889 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 890 + 891 + [[package]] 892 + name = "parking_lot" 893 + version = "0.12.4" 894 + source = "registry+https://github.com/rust-lang/crates.io-index" 895 + checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 896 + dependencies = [ 897 + "lock_api", 898 + "parking_lot_core", 899 + ] 900 + 901 + [[package]] 902 + name = "parking_lot_core" 903 + version = "0.9.11" 904 + source = "registry+https://github.com/rust-lang/crates.io-index" 905 + checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 906 + dependencies = [ 907 + "cfg-if", 908 + "libc", 909 + "redox_syscall", 910 + "smallvec", 911 + "windows-targets 0.52.6", 912 + ] 913 + 914 + [[package]] 915 + name = "percent-encoding" 916 + version = "2.3.1" 917 + source = "registry+https://github.com/rust-lang/crates.io-index" 918 + checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 919 + 920 + [[package]] 921 + name = "petgraph" 922 + version = "0.7.1" 923 + source = "registry+https://github.com/rust-lang/crates.io-index" 924 + checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" 925 + dependencies = [ 926 + "fixedbitset", 927 + "indexmap", 928 + ] 929 + 930 + [[package]] 931 + name = "pin-project-lite" 932 + version = "0.2.16" 933 + source = "registry+https://github.com/rust-lang/crates.io-index" 934 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 935 + 936 + [[package]] 937 + name = "pin-utils" 938 + version = "0.1.0" 939 + source = "registry+https://github.com/rust-lang/crates.io-index" 940 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 941 + 942 + [[package]] 943 + name = "portable-atomic" 944 + version = "1.11.1" 945 + source = "registry+https://github.com/rust-lang/crates.io-index" 946 + checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 947 + 948 + [[package]] 949 + name = "potential_utf" 950 + version = "0.1.2" 951 + source = "registry+https://github.com/rust-lang/crates.io-index" 952 + checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 953 + dependencies = [ 954 + "zerovec", 955 + ] 956 + 957 + [[package]] 958 + name = "powerfmt" 959 + version = "0.2.0" 960 + source = "registry+https://github.com/rust-lang/crates.io-index" 961 + checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 962 + 963 + [[package]] 964 + name = "ppv-lite86" 965 + version = "0.2.21" 966 + source = "registry+https://github.com/rust-lang/crates.io-index" 967 + checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 968 + dependencies = [ 969 + "zerocopy", 970 + ] 971 + 972 + [[package]] 973 + name = "prettyplease" 974 + version = "0.2.36" 975 + source = "registry+https://github.com/rust-lang/crates.io-index" 976 + checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2" 977 + dependencies = [ 978 + "proc-macro2", 979 + "syn 2.0.104", 980 + ] 981 + 982 + [[package]] 983 + name = "proc-macro2" 984 + version = "1.0.95" 985 + source = "registry+https://github.com/rust-lang/crates.io-index" 986 + checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 987 + dependencies = [ 988 + "unicode-ident", 989 + ] 990 + 991 + [[package]] 992 + name = "procfs" 993 + version = "0.16.0" 994 + source = "registry+https://github.com/rust-lang/crates.io-index" 995 + checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" 996 + dependencies = [ 997 + "bitflags 2.9.1", 998 + "hex", 999 + "lazy_static", 1000 + "procfs-core", 1001 + "rustix 0.38.44", 1002 + ] 1003 + 1004 + [[package]] 1005 + name = "procfs-core" 1006 + version = "0.16.0" 1007 + source = "registry+https://github.com/rust-lang/crates.io-index" 1008 + checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" 1009 + dependencies = [ 1010 + "bitflags 2.9.1", 1011 + "hex", 1012 + ] 1013 + 1014 + [[package]] 1015 + name = "prometheus" 1016 + version = "0.13.4" 1017 + source = "registry+https://github.com/rust-lang/crates.io-index" 1018 + checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" 1019 + dependencies = [ 1020 + "cfg-if", 1021 + "fnv", 1022 + "lazy_static", 1023 + "libc", 1024 + "memchr", 1025 + "parking_lot", 1026 + "procfs", 1027 + "protobuf", 1028 + "thiserror 1.0.69", 1029 + ] 1030 + 1031 + [[package]] 1032 + name = "prometheus-exporter" 1033 + version = "0.7.10" 1034 + dependencies = [ 1035 + "clap", 1036 + "luwen-core", 1037 + "luwen-if", 1038 + "luwen-ref", 1039 + "prometheus", 1040 + "prometheus_exporter", 1041 + ] 1042 + 1043 + [[package]] 1044 + name = "prometheus_exporter" 1045 + version = "0.8.5" 1046 + source = "registry+https://github.com/rust-lang/crates.io-index" 1047 + checksum = "caf17cbebe0bfdf4f279ef84eeefe0d50468b0b7116f078acf41d456e48fe81a" 1048 + dependencies = [ 1049 + "ascii", 1050 + "lazy_static", 1051 + "log", 1052 + "prometheus", 1053 + "thiserror 1.0.69", 1054 + "tiny_http", 1055 + ] 1056 + 1057 + [[package]] 1058 + name = "prost" 1059 + version = "0.13.5" 1060 + source = "registry+https://github.com/rust-lang/crates.io-index" 1061 + checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 1062 + dependencies = [ 1063 + "bytes", 1064 + "prost-derive", 1065 + ] 1066 + 1067 + [[package]] 1068 + name = "prost-build" 1069 + version = "0.13.5" 1070 + source = "registry+https://github.com/rust-lang/crates.io-index" 1071 + checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" 1072 + dependencies = [ 1073 + "heck", 1074 + "itertools", 1075 + "log", 1076 + "multimap", 1077 + "once_cell", 1078 + "petgraph", 1079 + "prettyplease", 1080 + "prost", 1081 + "prost-types", 1082 + "regex", 1083 + "syn 2.0.104", 1084 + "tempfile", 1085 + ] 1086 + 1087 + [[package]] 1088 + name = "prost-derive" 1089 + version = "0.13.5" 1090 + source = "registry+https://github.com/rust-lang/crates.io-index" 1091 + checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" 1092 + dependencies = [ 1093 + "anyhow", 1094 + "itertools", 1095 + "proc-macro2", 1096 + "quote", 1097 + "syn 2.0.104", 1098 + ] 1099 + 1100 + [[package]] 1101 + name = "prost-types" 1102 + version = "0.13.5" 1103 + source = "registry+https://github.com/rust-lang/crates.io-index" 1104 + checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" 1105 + dependencies = [ 1106 + "prost", 1107 + ] 1108 + 1109 + [[package]] 1110 + name = "protobuf" 1111 + version = "2.28.0" 1112 + source = "registry+https://github.com/rust-lang/crates.io-index" 1113 + checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" 1114 + 1115 + [[package]] 1116 + name = "pyluwen" 1117 + version = "0.7.11" 1118 + dependencies = [ 1119 + "luwen-core", 1120 + "luwen-if", 1121 + "luwen-ref", 1122 + "pyo3", 1123 + "serde_json", 1124 + "ttkmd-if", 1125 + ] 1126 + 1127 + [[package]] 1128 + name = "pyo3" 1129 + version = "0.19.2" 1130 + source = "registry+https://github.com/rust-lang/crates.io-index" 1131 + checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38" 1132 + dependencies = [ 1133 + "cfg-if", 1134 + "indoc", 1135 + "inventory", 1136 + "libc", 1137 + "memoffset 0.9.1", 1138 + "parking_lot", 1139 + "pyo3-build-config", 1140 + "pyo3-ffi", 1141 + "pyo3-macros", 1142 + "unindent", 1143 + ] 1144 + 1145 + [[package]] 1146 + name = "pyo3-build-config" 1147 + version = "0.19.2" 1148 + source = "registry+https://github.com/rust-lang/crates.io-index" 1149 + checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5" 1150 + dependencies = [ 1151 + "once_cell", 1152 + "target-lexicon", 1153 + ] 1154 + 1155 + [[package]] 1156 + name = "pyo3-ffi" 1157 + version = "0.19.2" 1158 + source = "registry+https://github.com/rust-lang/crates.io-index" 1159 + checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9" 1160 + dependencies = [ 1161 + "libc", 1162 + "pyo3-build-config", 1163 + ] 1164 + 1165 + [[package]] 1166 + name = "pyo3-macros" 1167 + version = "0.19.2" 1168 + source = "registry+https://github.com/rust-lang/crates.io-index" 1169 + checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1" 1170 + dependencies = [ 1171 + "proc-macro2", 1172 + "pyo3-macros-backend", 1173 + "quote", 1174 + "syn 1.0.109", 1175 + ] 1176 + 1177 + [[package]] 1178 + name = "pyo3-macros-backend" 1179 + version = "0.19.2" 1180 + source = "registry+https://github.com/rust-lang/crates.io-index" 1181 + checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536" 1182 + dependencies = [ 1183 + "proc-macro2", 1184 + "quote", 1185 + "syn 1.0.109", 1186 + ] 1187 + 1188 + [[package]] 1189 + name = "quote" 1190 + version = "1.0.40" 1191 + source = "registry+https://github.com/rust-lang/crates.io-index" 1192 + checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1193 + dependencies = [ 1194 + "proc-macro2", 1195 + ] 1196 + 1197 + [[package]] 1198 + name = "r-efi" 1199 + version = "5.3.0" 1200 + source = "registry+https://github.com/rust-lang/crates.io-index" 1201 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1202 + 1203 + [[package]] 1204 + name = "rand" 1205 + version = "0.8.5" 1206 + source = "registry+https://github.com/rust-lang/crates.io-index" 1207 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1208 + dependencies = [ 1209 + "libc", 1210 + "rand_chacha", 1211 + "rand_core", 1212 + ] 1213 + 1214 + [[package]] 1215 + name = "rand_chacha" 1216 + version = "0.3.1" 1217 + source = "registry+https://github.com/rust-lang/crates.io-index" 1218 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1219 + dependencies = [ 1220 + "ppv-lite86", 1221 + "rand_core", 1222 + ] 1223 + 1224 + [[package]] 1225 + name = "rand_core" 1226 + version = "0.6.4" 1227 + source = "registry+https://github.com/rust-lang/crates.io-index" 1228 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1229 + dependencies = [ 1230 + "getrandom 0.2.16", 1231 + ] 1232 + 1233 + [[package]] 1234 + name = "redox_syscall" 1235 + version = "0.5.17" 1236 + source = "registry+https://github.com/rust-lang/crates.io-index" 1237 + checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 1238 + dependencies = [ 1239 + "bitflags 2.9.1", 1240 + ] 1241 + 1242 + [[package]] 1243 + name = "redox_users" 1244 + version = "0.5.2" 1245 + source = "registry+https://github.com/rust-lang/crates.io-index" 1246 + checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 1247 + dependencies = [ 1248 + "getrandom 0.2.16", 1249 + "libredox", 1250 + "thiserror 2.0.12", 1251 + ] 1252 + 1253 + [[package]] 1254 + name = "regex" 1255 + version = "1.11.1" 1256 + source = "registry+https://github.com/rust-lang/crates.io-index" 1257 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1258 + dependencies = [ 1259 + "aho-corasick", 1260 + "memchr", 1261 + "regex-automata", 1262 + "regex-syntax", 1263 + ] 1264 + 1265 + [[package]] 1266 + name = "regex-automata" 1267 + version = "0.4.9" 1268 + source = "registry+https://github.com/rust-lang/crates.io-index" 1269 + checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1270 + dependencies = [ 1271 + "aho-corasick", 1272 + "memchr", 1273 + "regex-syntax", 1274 + ] 1275 + 1276 + [[package]] 1277 + name = "regex-syntax" 1278 + version = "0.8.5" 1279 + source = "registry+https://github.com/rust-lang/crates.io-index" 1280 + checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1281 + 1282 + [[package]] 1283 + name = "reset" 1284 + version = "0.7.10" 1285 + dependencies = [ 1286 + "clap", 1287 + "luwen-core", 1288 + "luwen-if", 1289 + "luwen-ref", 1290 + "prometheus", 1291 + "prometheus_exporter", 1292 + "ttkmd-if", 1293 + ] 1294 + 1295 + [[package]] 1296 + name = "rust-embed" 1297 + version = "8.7.2" 1298 + source = "registry+https://github.com/rust-lang/crates.io-index" 1299 + checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a" 1300 + dependencies = [ 1301 + "rust-embed-impl", 1302 + "rust-embed-utils", 1303 + "walkdir", 1304 + ] 1305 + 1306 + [[package]] 1307 + name = "rust-embed-impl" 1308 + version = "8.7.2" 1309 + source = "registry+https://github.com/rust-lang/crates.io-index" 1310 + checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c" 1311 + dependencies = [ 1312 + "proc-macro2", 1313 + "quote", 1314 + "rust-embed-utils", 1315 + "shellexpand", 1316 + "syn 2.0.104", 1317 + "walkdir", 1318 + ] 1319 + 1320 + [[package]] 1321 + name = "rust-embed-utils" 1322 + version = "8.7.2" 1323 + source = "registry+https://github.com/rust-lang/crates.io-index" 1324 + checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594" 1325 + dependencies = [ 1326 + "sha2", 1327 + "walkdir", 1328 + ] 1329 + 1330 + [[package]] 1331 + name = "rustix" 1332 + version = "0.38.44" 1333 + source = "registry+https://github.com/rust-lang/crates.io-index" 1334 + checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1335 + dependencies = [ 1336 + "bitflags 2.9.1", 1337 + "errno", 1338 + "libc", 1339 + "linux-raw-sys 0.4.15", 1340 + "windows-sys 0.59.0", 1341 + ] 1342 + 1343 + [[package]] 1344 + name = "rustix" 1345 + version = "1.0.8" 1346 + source = "registry+https://github.com/rust-lang/crates.io-index" 1347 + checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" 1348 + dependencies = [ 1349 + "bitflags 2.9.1", 1350 + "errno", 1351 + "libc", 1352 + "linux-raw-sys 0.9.4", 1353 + "windows-sys 0.60.2", 1354 + ] 1355 + 1356 + [[package]] 1357 + name = "rustversion" 1358 + version = "1.0.21" 1359 + source = "registry+https://github.com/rust-lang/crates.io-index" 1360 + checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 1361 + 1362 + [[package]] 1363 + name = "ryu" 1364 + version = "1.0.20" 1365 + source = "registry+https://github.com/rust-lang/crates.io-index" 1366 + checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1367 + 1368 + [[package]] 1369 + name = "same-file" 1370 + version = "1.0.6" 1371 + source = "registry+https://github.com/rust-lang/crates.io-index" 1372 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1373 + dependencies = [ 1374 + "winapi-util", 1375 + ] 1376 + 1377 + [[package]] 1378 + name = "scopeguard" 1379 + version = "1.2.0" 1380 + source = "registry+https://github.com/rust-lang/crates.io-index" 1381 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1382 + 1383 + [[package]] 1384 + name = "serde" 1385 + version = "1.0.219" 1386 + source = "registry+https://github.com/rust-lang/crates.io-index" 1387 + checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1388 + dependencies = [ 1389 + "serde_derive", 1390 + ] 1391 + 1392 + [[package]] 1393 + name = "serde_derive" 1394 + version = "1.0.219" 1395 + source = "registry+https://github.com/rust-lang/crates.io-index" 1396 + checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1397 + dependencies = [ 1398 + "proc-macro2", 1399 + "quote", 1400 + "syn 2.0.104", 1401 + ] 1402 + 1403 + [[package]] 1404 + name = "serde_json" 1405 + version = "1.0.142" 1406 + source = "registry+https://github.com/rust-lang/crates.io-index" 1407 + checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" 1408 + dependencies = [ 1409 + "itoa", 1410 + "memchr", 1411 + "ryu", 1412 + "serde", 1413 + ] 1414 + 1415 + [[package]] 1416 + name = "serde_spanned" 1417 + version = "0.6.9" 1418 + source = "registry+https://github.com/rust-lang/crates.io-index" 1419 + checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 1420 + dependencies = [ 1421 + "serde", 1422 + ] 1423 + 1424 + [[package]] 1425 + name = "serde_yaml" 1426 + version = "0.9.34+deprecated" 1427 + source = "registry+https://github.com/rust-lang/crates.io-index" 1428 + checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 1429 + dependencies = [ 1430 + "indexmap", 1431 + "itoa", 1432 + "ryu", 1433 + "serde", 1434 + "unsafe-libyaml", 1435 + ] 1436 + 1437 + [[package]] 1438 + name = "sha2" 1439 + version = "0.10.9" 1440 + source = "registry+https://github.com/rust-lang/crates.io-index" 1441 + checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1442 + dependencies = [ 1443 + "cfg-if", 1444 + "cpufeatures", 1445 + "digest", 1446 + ] 1447 + 1448 + [[package]] 1449 + name = "shellexpand" 1450 + version = "3.1.1" 1451 + source = "registry+https://github.com/rust-lang/crates.io-index" 1452 + checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" 1453 + dependencies = [ 1454 + "dirs", 1455 + ] 1456 + 1457 + [[package]] 1458 + name = "shlex" 1459 + version = "1.3.0" 1460 + source = "registry+https://github.com/rust-lang/crates.io-index" 1461 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1462 + 1463 + [[package]] 1464 + name = "smallvec" 1465 + version = "1.15.1" 1466 + source = "registry+https://github.com/rust-lang/crates.io-index" 1467 + checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1468 + 1469 + [[package]] 1470 + name = "stable_deref_trait" 1471 + version = "1.2.0" 1472 + source = "registry+https://github.com/rust-lang/crates.io-index" 1473 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1474 + 1475 + [[package]] 1476 + name = "strsim" 1477 + version = "0.11.1" 1478 + source = "registry+https://github.com/rust-lang/crates.io-index" 1479 + checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1480 + 1481 + [[package]] 1482 + name = "syn" 1483 + version = "1.0.109" 1484 + source = "registry+https://github.com/rust-lang/crates.io-index" 1485 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1486 + dependencies = [ 1487 + "proc-macro2", 1488 + "quote", 1489 + "unicode-ident", 1490 + ] 1491 + 1492 + [[package]] 1493 + name = "syn" 1494 + version = "2.0.104" 1495 + source = "registry+https://github.com/rust-lang/crates.io-index" 1496 + checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 1497 + dependencies = [ 1498 + "proc-macro2", 1499 + "quote", 1500 + "unicode-ident", 1501 + ] 1502 + 1503 + [[package]] 1504 + name = "synstructure" 1505 + version = "0.13.2" 1506 + source = "registry+https://github.com/rust-lang/crates.io-index" 1507 + checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1508 + dependencies = [ 1509 + "proc-macro2", 1510 + "quote", 1511 + "syn 2.0.104", 1512 + ] 1513 + 1514 + [[package]] 1515 + name = "target-lexicon" 1516 + version = "0.12.16" 1517 + source = "registry+https://github.com/rust-lang/crates.io-index" 1518 + checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 1519 + 1520 + [[package]] 1521 + name = "tempfile" 1522 + version = "3.20.0" 1523 + source = "registry+https://github.com/rust-lang/crates.io-index" 1524 + checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" 1525 + dependencies = [ 1526 + "fastrand", 1527 + "getrandom 0.3.3", 1528 + "once_cell", 1529 + "rustix 1.0.8", 1530 + "windows-sys 0.59.0", 1531 + ] 1532 + 1533 + [[package]] 1534 + name = "thiserror" 1535 + version = "1.0.69" 1536 + source = "registry+https://github.com/rust-lang/crates.io-index" 1537 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1538 + dependencies = [ 1539 + "thiserror-impl 1.0.69", 1540 + ] 1541 + 1542 + [[package]] 1543 + name = "thiserror" 1544 + version = "2.0.12" 1545 + source = "registry+https://github.com/rust-lang/crates.io-index" 1546 + checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 1547 + dependencies = [ 1548 + "thiserror-impl 2.0.12", 1549 + ] 1550 + 1551 + [[package]] 1552 + name = "thiserror-impl" 1553 + version = "1.0.69" 1554 + source = "registry+https://github.com/rust-lang/crates.io-index" 1555 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1556 + dependencies = [ 1557 + "proc-macro2", 1558 + "quote", 1559 + "syn 2.0.104", 1560 + ] 1561 + 1562 + [[package]] 1563 + name = "thiserror-impl" 1564 + version = "2.0.12" 1565 + source = "registry+https://github.com/rust-lang/crates.io-index" 1566 + checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 1567 + dependencies = [ 1568 + "proc-macro2", 1569 + "quote", 1570 + "syn 2.0.104", 1571 + ] 1572 + 1573 + [[package]] 1574 + name = "time" 1575 + version = "0.3.41" 1576 + source = "registry+https://github.com/rust-lang/crates.io-index" 1577 + checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 1578 + dependencies = [ 1579 + "deranged", 1580 + "itoa", 1581 + "num-conv", 1582 + "powerfmt", 1583 + "serde", 1584 + "time-core", 1585 + "time-macros", 1586 + ] 1587 + 1588 + [[package]] 1589 + name = "time-core" 1590 + version = "0.1.4" 1591 + source = "registry+https://github.com/rust-lang/crates.io-index" 1592 + checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 1593 + 1594 + [[package]] 1595 + name = "time-macros" 1596 + version = "0.2.22" 1597 + source = "registry+https://github.com/rust-lang/crates.io-index" 1598 + checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 1599 + dependencies = [ 1600 + "num-conv", 1601 + "time-core", 1602 + ] 1603 + 1604 + [[package]] 1605 + name = "tiny_http" 1606 + version = "0.10.0" 1607 + source = "registry+https://github.com/rust-lang/crates.io-index" 1608 + checksum = "c5f8734c6d6943ad6df6b588d228a87b4af184998bcffa268ceddf05c2055a8c" 1609 + dependencies = [ 1610 + "ascii", 1611 + "chunked_transfer", 1612 + "log", 1613 + "time", 1614 + "url", 1615 + ] 1616 + 1617 + [[package]] 1618 + name = "tinystr" 1619 + version = "0.8.1" 1620 + source = "registry+https://github.com/rust-lang/crates.io-index" 1621 + checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 1622 + dependencies = [ 1623 + "displaydoc", 1624 + "zerovec", 1625 + ] 1626 + 1627 + [[package]] 1628 + name = "toml" 1629 + version = "0.8.23" 1630 + source = "registry+https://github.com/rust-lang/crates.io-index" 1631 + checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 1632 + dependencies = [ 1633 + "serde", 1634 + "serde_spanned", 1635 + "toml_datetime", 1636 + "toml_edit", 1637 + ] 1638 + 1639 + [[package]] 1640 + name = "toml_datetime" 1641 + version = "0.6.11" 1642 + source = "registry+https://github.com/rust-lang/crates.io-index" 1643 + checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 1644 + dependencies = [ 1645 + "serde", 1646 + ] 1647 + 1648 + [[package]] 1649 + name = "toml_edit" 1650 + version = "0.22.27" 1651 + source = "registry+https://github.com/rust-lang/crates.io-index" 1652 + checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 1653 + dependencies = [ 1654 + "indexmap", 1655 + "serde", 1656 + "serde_spanned", 1657 + "toml_datetime", 1658 + "toml_write", 1659 + "winnow", 1660 + ] 1661 + 1662 + [[package]] 1663 + name = "toml_write" 1664 + version = "0.1.2" 1665 + source = "registry+https://github.com/rust-lang/crates.io-index" 1666 + checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 1667 + 1668 + [[package]] 1669 + name = "tracing" 1670 + version = "0.1.41" 1671 + source = "registry+https://github.com/rust-lang/crates.io-index" 1672 + checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1673 + dependencies = [ 1674 + "pin-project-lite", 1675 + "tracing-attributes", 1676 + "tracing-core", 1677 + ] 1678 + 1679 + [[package]] 1680 + name = "tracing-attributes" 1681 + version = "0.1.30" 1682 + source = "registry+https://github.com/rust-lang/crates.io-index" 1683 + checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 1684 + dependencies = [ 1685 + "proc-macro2", 1686 + "quote", 1687 + "syn 2.0.104", 1688 + ] 1689 + 1690 + [[package]] 1691 + name = "tracing-core" 1692 + version = "0.1.34" 1693 + source = "registry+https://github.com/rust-lang/crates.io-index" 1694 + checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1695 + dependencies = [ 1696 + "once_cell", 1697 + ] 1698 + 1699 + [[package]] 1700 + name = "ttkmd-if" 1701 + version = "0.2.3" 1702 + dependencies = [ 1703 + "bitfield-struct", 1704 + "luwen-core", 1705 + "memmap2", 1706 + "nix", 1707 + "thiserror 1.0.69", 1708 + "tracing", 1709 + ] 1710 + 1711 + [[package]] 1712 + name = "typenum" 1713 + version = "1.18.0" 1714 + source = "registry+https://github.com/rust-lang/crates.io-index" 1715 + checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 1716 + 1717 + [[package]] 1718 + name = "unicode-ident" 1719 + version = "1.0.18" 1720 + source = "registry+https://github.com/rust-lang/crates.io-index" 1721 + checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1722 + 1723 + [[package]] 1724 + name = "unicode-width" 1725 + version = "0.2.1" 1726 + source = "registry+https://github.com/rust-lang/crates.io-index" 1727 + checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" 1728 + 1729 + [[package]] 1730 + name = "unindent" 1731 + version = "0.1.11" 1732 + source = "registry+https://github.com/rust-lang/crates.io-index" 1733 + checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 1734 + 1735 + [[package]] 1736 + name = "unsafe-libyaml" 1737 + version = "0.2.11" 1738 + source = "registry+https://github.com/rust-lang/crates.io-index" 1739 + checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 1740 + 1741 + [[package]] 1742 + name = "url" 1743 + version = "2.5.4" 1744 + source = "registry+https://github.com/rust-lang/crates.io-index" 1745 + checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 1746 + dependencies = [ 1747 + "form_urlencoded", 1748 + "idna", 1749 + "percent-encoding", 1750 + ] 1751 + 1752 + [[package]] 1753 + name = "utf8_iter" 1754 + version = "1.0.4" 1755 + source = "registry+https://github.com/rust-lang/crates.io-index" 1756 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1757 + 1758 + [[package]] 1759 + name = "utf8parse" 1760 + version = "0.2.2" 1761 + source = "registry+https://github.com/rust-lang/crates.io-index" 1762 + checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1763 + 1764 + [[package]] 1765 + name = "version_check" 1766 + version = "0.9.5" 1767 + source = "registry+https://github.com/rust-lang/crates.io-index" 1768 + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1769 + 1770 + [[package]] 1771 + name = "walkdir" 1772 + version = "2.5.0" 1773 + source = "registry+https://github.com/rust-lang/crates.io-index" 1774 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1775 + dependencies = [ 1776 + "same-file", 1777 + "winapi-util", 1778 + ] 1779 + 1780 + [[package]] 1781 + name = "wasi" 1782 + version = "0.11.1+wasi-snapshot-preview1" 1783 + source = "registry+https://github.com/rust-lang/crates.io-index" 1784 + checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1785 + 1786 + [[package]] 1787 + name = "wasi" 1788 + version = "0.14.2+wasi-0.2.4" 1789 + source = "registry+https://github.com/rust-lang/crates.io-index" 1790 + checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 1791 + dependencies = [ 1792 + "wit-bindgen-rt", 1793 + ] 1794 + 1795 + [[package]] 1796 + name = "wasm-bindgen" 1797 + version = "0.2.100" 1798 + source = "registry+https://github.com/rust-lang/crates.io-index" 1799 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1800 + dependencies = [ 1801 + "cfg-if", 1802 + "once_cell", 1803 + "wasm-bindgen-macro", 1804 + ] 1805 + 1806 + [[package]] 1807 + name = "wasm-bindgen-backend" 1808 + version = "0.2.100" 1809 + source = "registry+https://github.com/rust-lang/crates.io-index" 1810 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1811 + dependencies = [ 1812 + "bumpalo", 1813 + "log", 1814 + "proc-macro2", 1815 + "quote", 1816 + "syn 2.0.104", 1817 + "wasm-bindgen-shared", 1818 + ] 1819 + 1820 + [[package]] 1821 + name = "wasm-bindgen-macro" 1822 + version = "0.2.100" 1823 + source = "registry+https://github.com/rust-lang/crates.io-index" 1824 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1825 + dependencies = [ 1826 + "quote", 1827 + "wasm-bindgen-macro-support", 1828 + ] 1829 + 1830 + [[package]] 1831 + name = "wasm-bindgen-macro-support" 1832 + version = "0.2.100" 1833 + source = "registry+https://github.com/rust-lang/crates.io-index" 1834 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1835 + dependencies = [ 1836 + "proc-macro2", 1837 + "quote", 1838 + "syn 2.0.104", 1839 + "wasm-bindgen-backend", 1840 + "wasm-bindgen-shared", 1841 + ] 1842 + 1843 + [[package]] 1844 + name = "wasm-bindgen-shared" 1845 + version = "0.2.100" 1846 + source = "registry+https://github.com/rust-lang/crates.io-index" 1847 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1848 + dependencies = [ 1849 + "unicode-ident", 1850 + ] 1851 + 1852 + [[package]] 1853 + name = "web-time" 1854 + version = "1.1.0" 1855 + source = "registry+https://github.com/rust-lang/crates.io-index" 1856 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1857 + dependencies = [ 1858 + "js-sys", 1859 + "wasm-bindgen", 1860 + ] 1861 + 1862 + [[package]] 1863 + name = "winapi-util" 1864 + version = "0.1.9" 1865 + source = "registry+https://github.com/rust-lang/crates.io-index" 1866 + checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 1867 + dependencies = [ 1868 + "windows-sys 0.59.0", 1869 + ] 1870 + 1871 + [[package]] 1872 + name = "windows-link" 1873 + version = "0.1.3" 1874 + source = "registry+https://github.com/rust-lang/crates.io-index" 1875 + checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 1876 + 1877 + [[package]] 1878 + name = "windows-sys" 1879 + version = "0.48.0" 1880 + source = "registry+https://github.com/rust-lang/crates.io-index" 1881 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1882 + dependencies = [ 1883 + "windows-targets 0.48.5", 1884 + ] 1885 + 1886 + [[package]] 1887 + name = "windows-sys" 1888 + version = "0.59.0" 1889 + source = "registry+https://github.com/rust-lang/crates.io-index" 1890 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1891 + dependencies = [ 1892 + "windows-targets 0.52.6", 1893 + ] 1894 + 1895 + [[package]] 1896 + name = "windows-sys" 1897 + version = "0.60.2" 1898 + source = "registry+https://github.com/rust-lang/crates.io-index" 1899 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1900 + dependencies = [ 1901 + "windows-targets 0.53.3", 1902 + ] 1903 + 1904 + [[package]] 1905 + name = "windows-targets" 1906 + version = "0.48.5" 1907 + source = "registry+https://github.com/rust-lang/crates.io-index" 1908 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1909 + dependencies = [ 1910 + "windows_aarch64_gnullvm 0.48.5", 1911 + "windows_aarch64_msvc 0.48.5", 1912 + "windows_i686_gnu 0.48.5", 1913 + "windows_i686_msvc 0.48.5", 1914 + "windows_x86_64_gnu 0.48.5", 1915 + "windows_x86_64_gnullvm 0.48.5", 1916 + "windows_x86_64_msvc 0.48.5", 1917 + ] 1918 + 1919 + [[package]] 1920 + name = "windows-targets" 1921 + version = "0.52.6" 1922 + source = "registry+https://github.com/rust-lang/crates.io-index" 1923 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1924 + dependencies = [ 1925 + "windows_aarch64_gnullvm 0.52.6", 1926 + "windows_aarch64_msvc 0.52.6", 1927 + "windows_i686_gnu 0.52.6", 1928 + "windows_i686_gnullvm 0.52.6", 1929 + "windows_i686_msvc 0.52.6", 1930 + "windows_x86_64_gnu 0.52.6", 1931 + "windows_x86_64_gnullvm 0.52.6", 1932 + "windows_x86_64_msvc 0.52.6", 1933 + ] 1934 + 1935 + [[package]] 1936 + name = "windows-targets" 1937 + version = "0.53.3" 1938 + source = "registry+https://github.com/rust-lang/crates.io-index" 1939 + checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 1940 + dependencies = [ 1941 + "windows-link", 1942 + "windows_aarch64_gnullvm 0.53.0", 1943 + "windows_aarch64_msvc 0.53.0", 1944 + "windows_i686_gnu 0.53.0", 1945 + "windows_i686_gnullvm 0.53.0", 1946 + "windows_i686_msvc 0.53.0", 1947 + "windows_x86_64_gnu 0.53.0", 1948 + "windows_x86_64_gnullvm 0.53.0", 1949 + "windows_x86_64_msvc 0.53.0", 1950 + ] 1951 + 1952 + [[package]] 1953 + name = "windows_aarch64_gnullvm" 1954 + version = "0.48.5" 1955 + source = "registry+https://github.com/rust-lang/crates.io-index" 1956 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1957 + 1958 + [[package]] 1959 + name = "windows_aarch64_gnullvm" 1960 + version = "0.52.6" 1961 + source = "registry+https://github.com/rust-lang/crates.io-index" 1962 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1963 + 1964 + [[package]] 1965 + name = "windows_aarch64_gnullvm" 1966 + version = "0.53.0" 1967 + source = "registry+https://github.com/rust-lang/crates.io-index" 1968 + checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 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_aarch64_msvc" 1984 + version = "0.53.0" 1985 + source = "registry+https://github.com/rust-lang/crates.io-index" 1986 + checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 1987 + 1988 + [[package]] 1989 + name = "windows_i686_gnu" 1990 + version = "0.48.5" 1991 + source = "registry+https://github.com/rust-lang/crates.io-index" 1992 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1993 + 1994 + [[package]] 1995 + name = "windows_i686_gnu" 1996 + version = "0.52.6" 1997 + source = "registry+https://github.com/rust-lang/crates.io-index" 1998 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1999 + 2000 + [[package]] 2001 + name = "windows_i686_gnu" 2002 + version = "0.53.0" 2003 + source = "registry+https://github.com/rust-lang/crates.io-index" 2004 + checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 2005 + 2006 + [[package]] 2007 + name = "windows_i686_gnullvm" 2008 + version = "0.52.6" 2009 + source = "registry+https://github.com/rust-lang/crates.io-index" 2010 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2011 + 2012 + [[package]] 2013 + name = "windows_i686_gnullvm" 2014 + version = "0.53.0" 2015 + source = "registry+https://github.com/rust-lang/crates.io-index" 2016 + checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 2017 + 2018 + [[package]] 2019 + name = "windows_i686_msvc" 2020 + version = "0.48.5" 2021 + source = "registry+https://github.com/rust-lang/crates.io-index" 2022 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2023 + 2024 + [[package]] 2025 + name = "windows_i686_msvc" 2026 + version = "0.52.6" 2027 + source = "registry+https://github.com/rust-lang/crates.io-index" 2028 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2029 + 2030 + [[package]] 2031 + name = "windows_i686_msvc" 2032 + version = "0.53.0" 2033 + source = "registry+https://github.com/rust-lang/crates.io-index" 2034 + checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 2035 + 2036 + [[package]] 2037 + name = "windows_x86_64_gnu" 2038 + version = "0.48.5" 2039 + source = "registry+https://github.com/rust-lang/crates.io-index" 2040 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2041 + 2042 + [[package]] 2043 + name = "windows_x86_64_gnu" 2044 + version = "0.52.6" 2045 + source = "registry+https://github.com/rust-lang/crates.io-index" 2046 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2047 + 2048 + [[package]] 2049 + name = "windows_x86_64_gnu" 2050 + version = "0.53.0" 2051 + source = "registry+https://github.com/rust-lang/crates.io-index" 2052 + checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 2053 + 2054 + [[package]] 2055 + name = "windows_x86_64_gnullvm" 2056 + version = "0.48.5" 2057 + source = "registry+https://github.com/rust-lang/crates.io-index" 2058 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2059 + 2060 + [[package]] 2061 + name = "windows_x86_64_gnullvm" 2062 + version = "0.52.6" 2063 + source = "registry+https://github.com/rust-lang/crates.io-index" 2064 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2065 + 2066 + [[package]] 2067 + name = "windows_x86_64_gnullvm" 2068 + version = "0.53.0" 2069 + source = "registry+https://github.com/rust-lang/crates.io-index" 2070 + checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 2071 + 2072 + [[package]] 2073 + name = "windows_x86_64_msvc" 2074 + version = "0.48.5" 2075 + source = "registry+https://github.com/rust-lang/crates.io-index" 2076 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2077 + 2078 + [[package]] 2079 + name = "windows_x86_64_msvc" 2080 + version = "0.52.6" 2081 + source = "registry+https://github.com/rust-lang/crates.io-index" 2082 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2083 + 2084 + [[package]] 2085 + name = "windows_x86_64_msvc" 2086 + version = "0.53.0" 2087 + source = "registry+https://github.com/rust-lang/crates.io-index" 2088 + checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 2089 + 2090 + [[package]] 2091 + name = "winnow" 2092 + version = "0.7.12" 2093 + source = "registry+https://github.com/rust-lang/crates.io-index" 2094 + checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" 2095 + dependencies = [ 2096 + "memchr", 2097 + ] 2098 + 2099 + [[package]] 2100 + name = "wit-bindgen-rt" 2101 + version = "0.39.0" 2102 + source = "registry+https://github.com/rust-lang/crates.io-index" 2103 + checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2104 + dependencies = [ 2105 + "bitflags 2.9.1", 2106 + ] 2107 + 2108 + [[package]] 2109 + name = "writeable" 2110 + version = "0.6.1" 2111 + source = "registry+https://github.com/rust-lang/crates.io-index" 2112 + checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 2113 + 2114 + [[package]] 2115 + name = "yoke" 2116 + version = "0.8.0" 2117 + source = "registry+https://github.com/rust-lang/crates.io-index" 2118 + checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 2119 + dependencies = [ 2120 + "serde", 2121 + "stable_deref_trait", 2122 + "yoke-derive", 2123 + "zerofrom", 2124 + ] 2125 + 2126 + [[package]] 2127 + name = "yoke-derive" 2128 + version = "0.8.0" 2129 + source = "registry+https://github.com/rust-lang/crates.io-index" 2130 + checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 2131 + dependencies = [ 2132 + "proc-macro2", 2133 + "quote", 2134 + "syn 2.0.104", 2135 + "synstructure", 2136 + ] 2137 + 2138 + [[package]] 2139 + name = "zerocopy" 2140 + version = "0.8.26" 2141 + source = "registry+https://github.com/rust-lang/crates.io-index" 2142 + checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" 2143 + dependencies = [ 2144 + "zerocopy-derive", 2145 + ] 2146 + 2147 + [[package]] 2148 + name = "zerocopy-derive" 2149 + version = "0.8.26" 2150 + source = "registry+https://github.com/rust-lang/crates.io-index" 2151 + checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" 2152 + dependencies = [ 2153 + "proc-macro2", 2154 + "quote", 2155 + "syn 2.0.104", 2156 + ] 2157 + 2158 + [[package]] 2159 + name = "zerofrom" 2160 + version = "0.1.6" 2161 + source = "registry+https://github.com/rust-lang/crates.io-index" 2162 + checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2163 + dependencies = [ 2164 + "zerofrom-derive", 2165 + ] 2166 + 2167 + [[package]] 2168 + name = "zerofrom-derive" 2169 + version = "0.1.6" 2170 + source = "registry+https://github.com/rust-lang/crates.io-index" 2171 + checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2172 + dependencies = [ 2173 + "proc-macro2", 2174 + "quote", 2175 + "syn 2.0.104", 2176 + "synstructure", 2177 + ] 2178 + 2179 + [[package]] 2180 + name = "zerotrie" 2181 + version = "0.2.2" 2182 + source = "registry+https://github.com/rust-lang/crates.io-index" 2183 + checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 2184 + dependencies = [ 2185 + "displaydoc", 2186 + "yoke", 2187 + "zerofrom", 2188 + ] 2189 + 2190 + [[package]] 2191 + name = "zerovec" 2192 + version = "0.11.2" 2193 + source = "registry+https://github.com/rust-lang/crates.io-index" 2194 + checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" 2195 + dependencies = [ 2196 + "yoke", 2197 + "zerofrom", 2198 + "zerovec-derive", 2199 + ] 2200 + 2201 + [[package]] 2202 + name = "zerovec-derive" 2203 + version = "0.11.1" 2204 + source = "registry+https://github.com/rust-lang/crates.io-index" 2205 + checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 2206 + dependencies = [ 2207 + "proc-macro2", 2208 + "quote", 2209 + "syn 2.0.104", 2210 + ]
+35
pkgs/by-name/lu/luwen/package.nix
··· 1 + { 2 + lib, 3 + rustPlatform, 4 + fetchFromGitHub, 5 + protobuf, 6 + }: 7 + rustPlatform.buildRustPackage (finalAttrs: { 8 + pname = "luwen"; 9 + version = "0.7.13"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "tenstorrent"; 13 + repo = "luwen"; 14 + tag = "v${finalAttrs.version}"; 15 + hash = "sha256-2l+rcWP9Ms0bvvSvZIA4DjH6bIloQGxzRTE1ShP6hEE="; 16 + }; 17 + 18 + postUnpack = '' 19 + cp ${./Cargo.lock} $sourceRoot/Cargo.lock 20 + ''; 21 + 22 + nativeBuildInputs = [ 23 + protobuf 24 + ]; 25 + 26 + # Vendor a lockfile until upstream manages to consistently have checksums in their's. 27 + cargoLock.lockFile = ./Cargo.lock; 28 + 29 + meta = { 30 + description = "Tenstorrent system interface tools"; 31 + homepage = "https://github.com/tenstorrent/luwen"; 32 + maintainers = with lib.maintainers; [ RossComputerGuy ]; 33 + license = with lib.licenses; [ asl20 ]; 34 + }; 35 + })