lol

deepfilternet: use fetchCargoVendor

+2 -5365
-5359
pkgs/by-name/de/deepfilternet/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 = "DeepFilterDataLoader" 7 - version = "0.5.6" 8 - dependencies = [ 9 - "crossbeam-channel", 10 - "deep_filter", 11 - "log", 12 - "ndarray", 13 - "numpy", 14 - "pyo3", 15 - ] 16 - 17 - [[package]] 18 - name = "DeepFilterLib" 19 - version = "0.5.6" 20 - dependencies = [ 21 - "deep_filter", 22 - "ndarray", 23 - "numpy", 24 - "pyo3", 25 - ] 26 - 27 - [[package]] 28 - name = "ab_glyph" 29 - version = "0.2.21" 30 - source = "registry+https://github.com/rust-lang/crates.io-index" 31 - checksum = "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39" 32 - dependencies = [ 33 - "ab_glyph_rasterizer", 34 - "owned_ttf_parser", 35 - ] 36 - 37 - [[package]] 38 - name = "ab_glyph_rasterizer" 39 - version = "0.1.8" 40 - source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 42 - 43 - [[package]] 44 - name = "addr2line" 45 - version = "0.21.0" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 48 - dependencies = [ 49 - "gimli", 50 - ] 51 - 52 - [[package]] 53 - name = "adler" 54 - version = "1.0.2" 55 - source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 57 - 58 - [[package]] 59 - name = "ahash" 60 - version = "0.7.6" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 63 - dependencies = [ 64 - "getrandom", 65 - "once_cell", 66 - "version_check", 67 - ] 68 - 69 - [[package]] 70 - name = "aho-corasick" 71 - version = "1.0.4" 72 - source = "registry+https://github.com/rust-lang/crates.io-index" 73 - checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" 74 - dependencies = [ 75 - "memchr", 76 - ] 77 - 78 - [[package]] 79 - name = "alsa" 80 - version = "0.7.1" 81 - source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47" 83 - dependencies = [ 84 - "alsa-sys", 85 - "bitflags 1.3.2", 86 - "libc", 87 - "nix 0.24.3", 88 - ] 89 - 90 - [[package]] 91 - name = "alsa-sys" 92 - version = "0.3.1" 93 - source = "registry+https://github.com/rust-lang/crates.io-index" 94 - checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 95 - dependencies = [ 96 - "libc", 97 - "pkg-config", 98 - ] 99 - 100 - [[package]] 101 - name = "android_system_properties" 102 - version = "0.1.5" 103 - source = "registry+https://github.com/rust-lang/crates.io-index" 104 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 105 - dependencies = [ 106 - "libc", 107 - ] 108 - 109 - [[package]] 110 - name = "anstream" 111 - version = "0.5.0" 112 - source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" 114 - dependencies = [ 115 - "anstyle", 116 - "anstyle-parse", 117 - "anstyle-query", 118 - "anstyle-wincon", 119 - "colorchoice", 120 - "utf8parse", 121 - ] 122 - 123 - [[package]] 124 - name = "anstyle" 125 - version = "1.0.2" 126 - source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" 128 - 129 - [[package]] 130 - name = "anstyle-parse" 131 - version = "0.2.1" 132 - source = "registry+https://github.com/rust-lang/crates.io-index" 133 - checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 134 - dependencies = [ 135 - "utf8parse", 136 - ] 137 - 138 - [[package]] 139 - name = "anstyle-query" 140 - version = "1.0.0" 141 - source = "registry+https://github.com/rust-lang/crates.io-index" 142 - checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 143 - dependencies = [ 144 - "windows-sys 0.48.0", 145 - ] 146 - 147 - [[package]] 148 - name = "anstyle-wincon" 149 - version = "2.1.0" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" 152 - dependencies = [ 153 - "anstyle", 154 - "windows-sys 0.48.0", 155 - ] 156 - 157 - [[package]] 158 - name = "anyhow" 159 - version = "1.0.75" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 162 - dependencies = [ 163 - "backtrace", 164 - ] 165 - 166 - [[package]] 167 - name = "anymap2" 168 - version = "0.13.0" 169 - source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c" 171 - 172 - [[package]] 173 - name = "approx" 174 - version = "0.5.1" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 177 - dependencies = [ 178 - "num-traits", 179 - ] 180 - 181 - [[package]] 182 - name = "arrayref" 183 - version = "0.3.7" 184 - source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 186 - 187 - [[package]] 188 - name = "arrayvec" 189 - version = "0.5.2" 190 - source = "registry+https://github.com/rust-lang/crates.io-index" 191 - checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 192 - 193 - [[package]] 194 - name = "arrayvec" 195 - version = "0.7.4" 196 - source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 198 - 199 - [[package]] 200 - name = "ascii" 201 - version = "1.1.0" 202 - source = "registry+https://github.com/rust-lang/crates.io-index" 203 - checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 204 - 205 - [[package]] 206 - name = "ash" 207 - version = "0.37.3+1.3.251" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" 210 - dependencies = [ 211 - "libloading 0.7.4", 212 - ] 213 - 214 - [[package]] 215 - name = "async-broadcast" 216 - version = "0.5.1" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" 219 - dependencies = [ 220 - "event-listener", 221 - "futures-core", 222 - ] 223 - 224 - [[package]] 225 - name = "async-channel" 226 - version = "1.9.0" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 229 - dependencies = [ 230 - "concurrent-queue", 231 - "event-listener", 232 - "futures-core", 233 - ] 234 - 235 - [[package]] 236 - name = "async-executor" 237 - version = "1.5.1" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 240 - dependencies = [ 241 - "async-lock", 242 - "async-task", 243 - "concurrent-queue", 244 - "fastrand 1.9.0", 245 - "futures-lite", 246 - "slab", 247 - ] 248 - 249 - [[package]] 250 - name = "async-fs" 251 - version = "1.6.0" 252 - source = "registry+https://github.com/rust-lang/crates.io-index" 253 - checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 254 - dependencies = [ 255 - "async-lock", 256 - "autocfg", 257 - "blocking", 258 - "futures-lite", 259 - ] 260 - 261 - [[package]] 262 - name = "async-io" 263 - version = "1.13.0" 264 - source = "registry+https://github.com/rust-lang/crates.io-index" 265 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 266 - dependencies = [ 267 - "async-lock", 268 - "autocfg", 269 - "cfg-if", 270 - "concurrent-queue", 271 - "futures-lite", 272 - "log", 273 - "parking", 274 - "polling", 275 - "rustix 0.37.23", 276 - "slab", 277 - "socket2", 278 - "waker-fn", 279 - ] 280 - 281 - [[package]] 282 - name = "async-lock" 283 - version = "2.8.0" 284 - source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 286 - dependencies = [ 287 - "event-listener", 288 - ] 289 - 290 - [[package]] 291 - name = "async-process" 292 - version = "1.7.0" 293 - source = "registry+https://github.com/rust-lang/crates.io-index" 294 - checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" 295 - dependencies = [ 296 - "async-io", 297 - "async-lock", 298 - "autocfg", 299 - "blocking", 300 - "cfg-if", 301 - "event-listener", 302 - "futures-lite", 303 - "rustix 0.37.23", 304 - "signal-hook", 305 - "windows-sys 0.48.0", 306 - ] 307 - 308 - [[package]] 309 - name = "async-recursion" 310 - version = "1.0.4" 311 - source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" 313 - dependencies = [ 314 - "proc-macro2", 315 - "quote", 316 - "syn 2.0.29", 317 - ] 318 - 319 - [[package]] 320 - name = "async-task" 321 - version = "4.4.0" 322 - source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" 324 - 325 - [[package]] 326 - name = "async-trait" 327 - version = "0.1.73" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" 330 - dependencies = [ 331 - "proc-macro2", 332 - "quote", 333 - "syn 2.0.29", 334 - ] 335 - 336 - [[package]] 337 - name = "atomic-waker" 338 - version = "1.1.1" 339 - source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" 341 - 342 - [[package]] 343 - name = "autocfg" 344 - version = "1.1.0" 345 - source = "registry+https://github.com/rust-lang/crates.io-index" 346 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 347 - 348 - [[package]] 349 - name = "backtrace" 350 - version = "0.3.69" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 353 - dependencies = [ 354 - "addr2line", 355 - "cc", 356 - "cfg-if", 357 - "libc", 358 - "miniz_oxide", 359 - "object", 360 - "rustc-demangle", 361 - ] 362 - 363 - [[package]] 364 - name = "bindgen" 365 - version = "0.64.0" 366 - source = "registry+https://github.com/rust-lang/crates.io-index" 367 - checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" 368 - dependencies = [ 369 - "bitflags 1.3.2", 370 - "cexpr", 371 - "clang-sys", 372 - "lazy_static", 373 - "lazycell", 374 - "peeking_take_while", 375 - "proc-macro2", 376 - "quote", 377 - "regex", 378 - "rustc-hash", 379 - "shlex", 380 - "syn 1.0.109", 381 - ] 382 - 383 - [[package]] 384 - name = "bit-set" 385 - version = "0.5.3" 386 - source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 388 - dependencies = [ 389 - "bit-vec", 390 - ] 391 - 392 - [[package]] 393 - name = "bit-vec" 394 - version = "0.6.3" 395 - source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 397 - 398 - [[package]] 399 - name = "bit_field" 400 - version = "0.10.2" 401 - source = "registry+https://github.com/rust-lang/crates.io-index" 402 - checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 403 - 404 - [[package]] 405 - name = "bitflags" 406 - version = "0.8.2" 407 - source = "registry+https://github.com/rust-lang/crates.io-index" 408 - checksum = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4" 409 - 410 - [[package]] 411 - name = "bitflags" 412 - version = "1.3.2" 413 - source = "registry+https://github.com/rust-lang/crates.io-index" 414 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 415 - 416 - [[package]] 417 - name = "bitflags" 418 - version = "2.4.0" 419 - source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 421 - 422 - [[package]] 423 - name = "block" 424 - version = "0.1.6" 425 - source = "registry+https://github.com/rust-lang/crates.io-index" 426 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 427 - 428 - [[package]] 429 - name = "block-buffer" 430 - version = "0.10.4" 431 - source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 433 - dependencies = [ 434 - "generic-array", 435 - ] 436 - 437 - [[package]] 438 - name = "blocking" 439 - version = "1.3.1" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" 442 - dependencies = [ 443 - "async-channel", 444 - "async-lock", 445 - "async-task", 446 - "atomic-waker", 447 - "fastrand 1.9.0", 448 - "futures-lite", 449 - "log", 450 - ] 451 - 452 - [[package]] 453 - name = "bumpalo" 454 - version = "3.13.0" 455 - source = "registry+https://github.com/rust-lang/crates.io-index" 456 - checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 457 - 458 - [[package]] 459 - name = "bytemuck" 460 - version = "1.13.1" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 463 - dependencies = [ 464 - "bytemuck_derive", 465 - ] 466 - 467 - [[package]] 468 - name = "bytemuck_derive" 469 - version = "1.4.1" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192" 472 - dependencies = [ 473 - "proc-macro2", 474 - "quote", 475 - "syn 2.0.29", 476 - ] 477 - 478 - [[package]] 479 - name = "byteorder" 480 - version = "1.4.3" 481 - source = "registry+https://github.com/rust-lang/crates.io-index" 482 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 483 - 484 - [[package]] 485 - name = "bytes" 486 - version = "1.4.0" 487 - source = "registry+https://github.com/rust-lang/crates.io-index" 488 - checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 489 - 490 - [[package]] 491 - name = "calloop" 492 - version = "0.10.6" 493 - source = "registry+https://github.com/rust-lang/crates.io-index" 494 - checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8" 495 - dependencies = [ 496 - "bitflags 1.3.2", 497 - "log", 498 - "nix 0.25.1", 499 - "slotmap", 500 - "thiserror", 501 - "vec_map 0.8.2", 502 - ] 503 - 504 - [[package]] 505 - name = "cc" 506 - version = "1.0.83" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 509 - dependencies = [ 510 - "jobserver", 511 - "libc", 512 - ] 513 - 514 - [[package]] 515 - name = "cesu8" 516 - version = "1.1.0" 517 - source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 519 - 520 - [[package]] 521 - name = "cexpr" 522 - version = "0.6.0" 523 - source = "registry+https://github.com/rust-lang/crates.io-index" 524 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 525 - dependencies = [ 526 - "nom", 527 - ] 528 - 529 - [[package]] 530 - name = "cfg-if" 531 - version = "1.0.0" 532 - source = "registry+https://github.com/rust-lang/crates.io-index" 533 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 534 - 535 - [[package]] 536 - name = "clang-sys" 537 - version = "1.6.1" 538 - source = "registry+https://github.com/rust-lang/crates.io-index" 539 - checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" 540 - dependencies = [ 541 - "glob", 542 - "libc", 543 - "libloading 0.7.4", 544 - ] 545 - 546 - [[package]] 547 - name = "clap" 548 - version = "4.4.0" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "1d5f1946157a96594eb2d2c10eb7ad9a2b27518cb3000209dec700c35df9197d" 551 - dependencies = [ 552 - "clap_builder", 553 - "clap_derive", 554 - "once_cell", 555 - ] 556 - 557 - [[package]] 558 - name = "clap_builder" 559 - version = "4.4.0" 560 - source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "78116e32a042dd73c2901f0dc30790d20ff3447f3e3472fad359e8c3d282bcd6" 562 - dependencies = [ 563 - "anstream", 564 - "anstyle", 565 - "clap_lex", 566 - "strsim", 567 - ] 568 - 569 - [[package]] 570 - name = "clap_derive" 571 - version = "4.4.0" 572 - source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a" 574 - dependencies = [ 575 - "heck", 576 - "proc-macro2", 577 - "quote", 578 - "syn 2.0.29", 579 - ] 580 - 581 - [[package]] 582 - name = "clap_lex" 583 - version = "0.5.1" 584 - source = "registry+https://github.com/rust-lang/crates.io-index" 585 - checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" 586 - 587 - [[package]] 588 - name = "claxon" 589 - version = "0.4.3" 590 - source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688" 592 - 593 - [[package]] 594 - name = "clipboard-win" 595 - version = "4.5.0" 596 - source = "registry+https://github.com/rust-lang/crates.io-index" 597 - checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 598 - dependencies = [ 599 - "error-code", 600 - "str-buf", 601 - "winapi", 602 - ] 603 - 604 - [[package]] 605 - name = "clipboard_macos" 606 - version = "0.1.0" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95" 609 - dependencies = [ 610 - "objc", 611 - "objc-foundation", 612 - "objc_id", 613 - ] 614 - 615 - [[package]] 616 - name = "clipboard_wayland" 617 - version = "0.2.0" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "6f6364a9f7a66f2ac1a1a098aa1c7f6b686f2496c6ac5e5c0d773445df912747" 620 - dependencies = [ 621 - "smithay-clipboard", 622 - ] 623 - 624 - [[package]] 625 - name = "clipboard_x11" 626 - version = "0.4.0" 627 - source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "983a7010836ecd04dde2c6d27a0cb56ec5d21572177e782bdcb24a600124e921" 629 - dependencies = [ 630 - "thiserror", 631 - "x11rb", 632 - ] 633 - 634 - [[package]] 635 - name = "cmake" 636 - version = "0.1.50" 637 - source = "registry+https://github.com/rust-lang/crates.io-index" 638 - checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 639 - dependencies = [ 640 - "cc", 641 - ] 642 - 643 - [[package]] 644 - name = "cocoa" 645 - version = "0.24.1" 646 - source = "registry+https://github.com/rust-lang/crates.io-index" 647 - checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 648 - dependencies = [ 649 - "bitflags 1.3.2", 650 - "block", 651 - "cocoa-foundation", 652 - "core-foundation", 653 - "core-graphics", 654 - "foreign-types 0.3.2", 655 - "libc", 656 - "objc", 657 - ] 658 - 659 - [[package]] 660 - name = "cocoa-foundation" 661 - version = "0.1.1" 662 - source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6" 664 - dependencies = [ 665 - "bitflags 1.3.2", 666 - "block", 667 - "core-foundation", 668 - "core-graphics-types", 669 - "foreign-types 0.3.2", 670 - "libc", 671 - "objc", 672 - ] 673 - 674 - [[package]] 675 - name = "codespan-reporting" 676 - version = "0.11.1" 677 - source = "registry+https://github.com/rust-lang/crates.io-index" 678 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 679 - dependencies = [ 680 - "termcolor", 681 - "unicode-width", 682 - ] 683 - 684 - [[package]] 685 - name = "color_quant" 686 - version = "1.1.0" 687 - source = "registry+https://github.com/rust-lang/crates.io-index" 688 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 689 - 690 - [[package]] 691 - name = "colorchoice" 692 - version = "1.0.0" 693 - source = "registry+https://github.com/rust-lang/crates.io-index" 694 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 695 - 696 - [[package]] 697 - name = "com-rs" 698 - version = "0.2.1" 699 - source = "registry+https://github.com/rust-lang/crates.io-index" 700 - checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642" 701 - 702 - [[package]] 703 - name = "combine" 704 - version = "4.6.6" 705 - source = "registry+https://github.com/rust-lang/crates.io-index" 706 - checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 707 - dependencies = [ 708 - "bytes", 709 - "memchr", 710 - ] 711 - 712 - [[package]] 713 - name = "concurrent-queue" 714 - version = "2.2.0" 715 - source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" 717 - dependencies = [ 718 - "crossbeam-utils", 719 - ] 720 - 721 - [[package]] 722 - name = "const-random" 723 - version = "0.1.15" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e" 726 - dependencies = [ 727 - "const-random-macro", 728 - "proc-macro-hack", 729 - ] 730 - 731 - [[package]] 732 - name = "const-random-macro" 733 - version = "0.1.15" 734 - source = "registry+https://github.com/rust-lang/crates.io-index" 735 - checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb" 736 - dependencies = [ 737 - "getrandom", 738 - "once_cell", 739 - "proc-macro-hack", 740 - "tiny-keccak", 741 - ] 742 - 743 - [[package]] 744 - name = "const_panic" 745 - version = "0.2.8" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b" 748 - 749 - [[package]] 750 - name = "core-foundation" 751 - version = "0.9.3" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 754 - dependencies = [ 755 - "core-foundation-sys 0.8.4", 756 - "libc", 757 - ] 758 - 759 - [[package]] 760 - name = "core-foundation-sys" 761 - version = "0.6.2" 762 - source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" 764 - 765 - [[package]] 766 - name = "core-foundation-sys" 767 - version = "0.8.4" 768 - source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 770 - 771 - [[package]] 772 - name = "core-graphics" 773 - version = "0.22.3" 774 - source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 776 - dependencies = [ 777 - "bitflags 1.3.2", 778 - "core-foundation", 779 - "core-graphics-types", 780 - "foreign-types 0.3.2", 781 - "libc", 782 - ] 783 - 784 - [[package]] 785 - name = "core-graphics-types" 786 - version = "0.1.2" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33" 789 - dependencies = [ 790 - "bitflags 1.3.2", 791 - "core-foundation", 792 - "libc", 793 - ] 794 - 795 - [[package]] 796 - name = "core-text" 797 - version = "19.2.0" 798 - source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25" 800 - dependencies = [ 801 - "core-foundation", 802 - "core-graphics", 803 - "foreign-types 0.3.2", 804 - "libc", 805 - ] 806 - 807 - [[package]] 808 - name = "coreaudio-rs" 809 - version = "0.11.2" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff" 812 - dependencies = [ 813 - "bitflags 1.3.2", 814 - "core-foundation-sys 0.6.2", 815 - "coreaudio-sys", 816 - ] 817 - 818 - [[package]] 819 - name = "coreaudio-sys" 820 - version = "0.2.12" 821 - source = "registry+https://github.com/rust-lang/crates.io-index" 822 - checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24" 823 - dependencies = [ 824 - "bindgen", 825 - ] 826 - 827 - [[package]] 828 - name = "cpal" 829 - version = "0.15.2" 830 - source = "registry+https://github.com/rust-lang/crates.io-index" 831 - checksum = "6d959d90e938c5493000514b446987c07aed46c668faaa7d34d6c7a67b1a578c" 832 - dependencies = [ 833 - "alsa", 834 - "core-foundation-sys 0.8.4", 835 - "coreaudio-rs", 836 - "dasp_sample", 837 - "jni 0.19.0", 838 - "js-sys", 839 - "libc", 840 - "mach2", 841 - "ndk", 842 - "ndk-context", 843 - "oboe", 844 - "once_cell", 845 - "parking_lot 0.12.1", 846 - "wasm-bindgen", 847 - "wasm-bindgen-futures", 848 - "web-sys", 849 - "windows 0.46.0", 850 - ] 851 - 852 - [[package]] 853 - name = "cpufeatures" 854 - version = "0.2.9" 855 - source = "registry+https://github.com/rust-lang/crates.io-index" 856 - checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 857 - dependencies = [ 858 - "libc", 859 - ] 860 - 861 - [[package]] 862 - name = "crc32fast" 863 - version = "1.3.2" 864 - source = "registry+https://github.com/rust-lang/crates.io-index" 865 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 866 - dependencies = [ 867 - "cfg-if", 868 - ] 869 - 870 - [[package]] 871 - name = "crossbeam-channel" 872 - version = "0.5.8" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 875 - dependencies = [ 876 - "cfg-if", 877 - "crossbeam-utils", 878 - ] 879 - 880 - [[package]] 881 - name = "crossbeam-deque" 882 - version = "0.8.3" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 885 - dependencies = [ 886 - "cfg-if", 887 - "crossbeam-epoch", 888 - "crossbeam-utils", 889 - ] 890 - 891 - [[package]] 892 - name = "crossbeam-epoch" 893 - version = "0.9.15" 894 - source = "registry+https://github.com/rust-lang/crates.io-index" 895 - checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 896 - dependencies = [ 897 - "autocfg", 898 - "cfg-if", 899 - "crossbeam-utils", 900 - "memoffset 0.9.0", 901 - "scopeguard", 902 - ] 903 - 904 - [[package]] 905 - name = "crossbeam-utils" 906 - version = "0.8.16" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 909 - dependencies = [ 910 - "cfg-if", 911 - ] 912 - 913 - [[package]] 914 - name = "crossfont" 915 - version = "0.5.1" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45" 918 - dependencies = [ 919 - "cocoa", 920 - "core-foundation", 921 - "core-foundation-sys 0.8.4", 922 - "core-graphics", 923 - "core-text", 924 - "dwrote", 925 - "foreign-types 0.5.0", 926 - "freetype-rs", 927 - "libc", 928 - "log", 929 - "objc", 930 - "once_cell", 931 - "pkg-config", 932 - "servo-fontconfig", 933 - "winapi", 934 - ] 935 - 936 - [[package]] 937 - name = "crunchy" 938 - version = "0.2.2" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 941 - 942 - [[package]] 943 - name = "crypto-common" 944 - version = "0.1.6" 945 - source = "registry+https://github.com/rust-lang/crates.io-index" 946 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 947 - dependencies = [ 948 - "generic-array", 949 - "typenum", 950 - ] 951 - 952 - [[package]] 953 - name = "ctrlc" 954 - version = "3.4.0" 955 - source = "registry+https://github.com/rust-lang/crates.io-index" 956 - checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" 957 - dependencies = [ 958 - "nix 0.26.3", 959 - "windows-sys 0.48.0", 960 - ] 961 - 962 - [[package]] 963 - name = "cty" 964 - version = "0.2.2" 965 - source = "registry+https://github.com/rust-lang/crates.io-index" 966 - checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 967 - 968 - [[package]] 969 - name = "d3d12" 970 - version = "0.6.0" 971 - source = "registry+https://github.com/rust-lang/crates.io-index" 972 - checksum = "d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da" 973 - dependencies = [ 974 - "bitflags 1.3.2", 975 - "libloading 0.7.4", 976 - "winapi", 977 - ] 978 - 979 - [[package]] 980 - name = "darling" 981 - version = "0.13.4" 982 - source = "registry+https://github.com/rust-lang/crates.io-index" 983 - checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 984 - dependencies = [ 985 - "darling_core", 986 - "darling_macro", 987 - ] 988 - 989 - [[package]] 990 - name = "darling_core" 991 - version = "0.13.4" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 994 - dependencies = [ 995 - "fnv", 996 - "ident_case", 997 - "proc-macro2", 998 - "quote", 999 - "strsim", 1000 - "syn 1.0.109", 1001 - ] 1002 - 1003 - [[package]] 1004 - name = "darling_macro" 1005 - version = "0.13.4" 1006 - source = "registry+https://github.com/rust-lang/crates.io-index" 1007 - checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 1008 - dependencies = [ 1009 - "darling_core", 1010 - "quote", 1011 - "syn 1.0.109", 1012 - ] 1013 - 1014 - [[package]] 1015 - name = "dasp_sample" 1016 - version = "0.11.0" 1017 - source = "registry+https://github.com/rust-lang/crates.io-index" 1018 - checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 1019 - 1020 - [[package]] 1021 - name = "deep-filter-ladspa" 1022 - version = "0.5.6" 1023 - dependencies = [ 1024 - "deep_filter", 1025 - "env_logger", 1026 - "event-listener", 1027 - "ladspa", 1028 - "log", 1029 - "ndarray", 1030 - "uuid", 1031 - "zbus", 1032 - ] 1033 - 1034 - [[package]] 1035 - name = "deep_filter" 1036 - version = "0.5.6" 1037 - dependencies = [ 1038 - "anyhow", 1039 - "clap", 1040 - "claxon", 1041 - "crossbeam-channel", 1042 - "ctrlc", 1043 - "env_logger", 1044 - "flate2", 1045 - "hdf5", 1046 - "hound", 1047 - "itertools 0.10.5", 1048 - "jemallocator", 1049 - "lewton", 1050 - "log", 1051 - "ndarray", 1052 - "ndarray-rand", 1053 - "num-complex", 1054 - "ogg", 1055 - "rand", 1056 - "rand_xoshiro", 1057 - "rayon", 1058 - "realfft", 1059 - "roots", 1060 - "rstest", 1061 - "rubato", 1062 - "rust-ini", 1063 - "rustfft", 1064 - "serde", 1065 - "serde_json", 1066 - "tar", 1067 - "thiserror", 1068 - "tract-core", 1069 - "tract-hir", 1070 - "tract-onnx", 1071 - "tract-pulse", 1072 - ] 1073 - 1074 - [[package]] 1075 - name = "deranged" 1076 - version = "0.3.11" 1077 - source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1079 - dependencies = [ 1080 - "powerfmt", 1081 - ] 1082 - 1083 - [[package]] 1084 - name = "derivative" 1085 - version = "2.2.0" 1086 - source = "registry+https://github.com/rust-lang/crates.io-index" 1087 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1088 - dependencies = [ 1089 - "proc-macro2", 1090 - "quote", 1091 - "syn 1.0.109", 1092 - ] 1093 - 1094 - [[package]] 1095 - name = "derive-new" 1096 - version = "0.5.9" 1097 - source = "registry+https://github.com/rust-lang/crates.io-index" 1098 - checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535" 1099 - dependencies = [ 1100 - "proc-macro2", 1101 - "quote", 1102 - "syn 1.0.109", 1103 - ] 1104 - 1105 - [[package]] 1106 - name = "df-demo" 1107 - version = "0.5.6" 1108 - dependencies = [ 1109 - "anyhow", 1110 - "clap", 1111 - "cpal", 1112 - "crossbeam-channel", 1113 - "deep_filter", 1114 - "env_logger", 1115 - "iced", 1116 - "image", 1117 - "itertools 0.11.0", 1118 - "log", 1119 - "ndarray", 1120 - "ringbuf", 1121 - ] 1122 - 1123 - [[package]] 1124 - name = "digest" 1125 - version = "0.10.7" 1126 - source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1128 - dependencies = [ 1129 - "block-buffer", 1130 - "crypto-common", 1131 - ] 1132 - 1133 - [[package]] 1134 - name = "dispatch" 1135 - version = "0.2.0" 1136 - source = "registry+https://github.com/rust-lang/crates.io-index" 1137 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1138 - 1139 - [[package]] 1140 - name = "dlib" 1141 - version = "0.5.2" 1142 - source = "registry+https://github.com/rust-lang/crates.io-index" 1143 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1144 - dependencies = [ 1145 - "libloading 0.8.0", 1146 - ] 1147 - 1148 - [[package]] 1149 - name = "dlv-list" 1150 - version = "0.5.0" 1151 - source = "registry+https://github.com/rust-lang/crates.io-index" 1152 - checksum = "d529fd73d344663edfd598ccb3f344e46034db51ebd103518eae34338248ad73" 1153 - dependencies = [ 1154 - "const-random", 1155 - ] 1156 - 1157 - [[package]] 1158 - name = "doc-comment" 1159 - version = "0.3.3" 1160 - source = "registry+https://github.com/rust-lang/crates.io-index" 1161 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1162 - 1163 - [[package]] 1164 - name = "downcast-rs" 1165 - version = "1.2.0" 1166 - source = "registry+https://github.com/rust-lang/crates.io-index" 1167 - checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 1168 - 1169 - [[package]] 1170 - name = "dwrote" 1171 - version = "0.11.0" 1172 - source = "registry+https://github.com/rust-lang/crates.io-index" 1173 - checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b" 1174 - dependencies = [ 1175 - "lazy_static", 1176 - "libc", 1177 - "serde", 1178 - "serde_derive", 1179 - "winapi", 1180 - "wio", 1181 - ] 1182 - 1183 - [[package]] 1184 - name = "dyn-clone" 1185 - version = "1.0.13" 1186 - source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555" 1188 - 1189 - [[package]] 1190 - name = "educe" 1191 - version = "0.4.22" 1192 - source = "registry+https://github.com/rust-lang/crates.io-index" 1193 - checksum = "079044df30bb07de7d846d41a184c4b00e66ebdac93ee459253474f3a47e50ae" 1194 - dependencies = [ 1195 - "enum-ordinalize", 1196 - "proc-macro2", 1197 - "quote", 1198 - "syn 1.0.109", 1199 - ] 1200 - 1201 - [[package]] 1202 - name = "either" 1203 - version = "1.9.0" 1204 - source = "registry+https://github.com/rust-lang/crates.io-index" 1205 - checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 1206 - 1207 - [[package]] 1208 - name = "encase" 1209 - version = "0.3.0" 1210 - source = "registry+https://github.com/rust-lang/crates.io-index" 1211 - checksum = "0a516181e9a36e8982cb37933c5e7dba638c42938cacde46ee4e5b4156f881b9" 1212 - dependencies = [ 1213 - "const_panic", 1214 - "encase_derive", 1215 - "glam", 1216 - "thiserror", 1217 - ] 1218 - 1219 - [[package]] 1220 - name = "encase_derive" 1221 - version = "0.3.0" 1222 - source = "registry+https://github.com/rust-lang/crates.io-index" 1223 - checksum = "f5b802412eea315f29f2bb2da3a5963cd6121f56eaa06aebcdc0c54eea578f22" 1224 - dependencies = [ 1225 - "encase_derive_impl", 1226 - ] 1227 - 1228 - [[package]] 1229 - name = "encase_derive_impl" 1230 - version = "0.3.0" 1231 - source = "registry+https://github.com/rust-lang/crates.io-index" 1232 - checksum = "0f2f4de457d974f548d2c2a16f709ebd81013579e543bd1a9b19ced88132c2cf" 1233 - dependencies = [ 1234 - "proc-macro2", 1235 - "quote", 1236 - "syn 1.0.109", 1237 - ] 1238 - 1239 - [[package]] 1240 - name = "enum-ordinalize" 1241 - version = "3.1.13" 1242 - source = "registry+https://github.com/rust-lang/crates.io-index" 1243 - checksum = "e4f76552f53cefc9a7f64987c3701b99d982f7690606fd67de1d09712fbf52f1" 1244 - dependencies = [ 1245 - "num-bigint", 1246 - "num-traits", 1247 - "proc-macro2", 1248 - "quote", 1249 - "syn 2.0.29", 1250 - ] 1251 - 1252 - [[package]] 1253 - name = "enumflags2" 1254 - version = "0.7.7" 1255 - source = "registry+https://github.com/rust-lang/crates.io-index" 1256 - checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" 1257 - dependencies = [ 1258 - "enumflags2_derive", 1259 - "serde", 1260 - ] 1261 - 1262 - [[package]] 1263 - name = "enumflags2_derive" 1264 - version = "0.7.7" 1265 - source = "registry+https://github.com/rust-lang/crates.io-index" 1266 - checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" 1267 - dependencies = [ 1268 - "proc-macro2", 1269 - "quote", 1270 - "syn 2.0.29", 1271 - ] 1272 - 1273 - [[package]] 1274 - name = "env_logger" 1275 - version = "0.10.0" 1276 - source = "registry+https://github.com/rust-lang/crates.io-index" 1277 - checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 1278 - dependencies = [ 1279 - "humantime", 1280 - "is-terminal", 1281 - "log", 1282 - "regex", 1283 - "termcolor", 1284 - ] 1285 - 1286 - [[package]] 1287 - name = "equivalent" 1288 - version = "1.0.1" 1289 - source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1291 - 1292 - [[package]] 1293 - name = "errno" 1294 - version = "0.3.2" 1295 - source = "registry+https://github.com/rust-lang/crates.io-index" 1296 - checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 1297 - dependencies = [ 1298 - "errno-dragonfly", 1299 - "libc", 1300 - "windows-sys 0.48.0", 1301 - ] 1302 - 1303 - [[package]] 1304 - name = "errno-dragonfly" 1305 - version = "0.1.2" 1306 - source = "registry+https://github.com/rust-lang/crates.io-index" 1307 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1308 - dependencies = [ 1309 - "cc", 1310 - "libc", 1311 - ] 1312 - 1313 - [[package]] 1314 - name = "error-code" 1315 - version = "2.3.1" 1316 - source = "registry+https://github.com/rust-lang/crates.io-index" 1317 - checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1318 - dependencies = [ 1319 - "libc", 1320 - "str-buf", 1321 - ] 1322 - 1323 - [[package]] 1324 - name = "euclid" 1325 - version = "0.22.9" 1326 - source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787" 1328 - dependencies = [ 1329 - "num-traits", 1330 - ] 1331 - 1332 - [[package]] 1333 - name = "event-listener" 1334 - version = "2.5.3" 1335 - source = "registry+https://github.com/rust-lang/crates.io-index" 1336 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1337 - 1338 - [[package]] 1339 - name = "expat-sys" 1340 - version = "2.1.6" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa" 1343 - dependencies = [ 1344 - "cmake", 1345 - "pkg-config", 1346 - ] 1347 - 1348 - [[package]] 1349 - name = "exr" 1350 - version = "1.7.0" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "d1e481eb11a482815d3e9d618db8c42a93207134662873809335a92327440c18" 1353 - dependencies = [ 1354 - "bit_field", 1355 - "flume", 1356 - "half", 1357 - "lebe", 1358 - "miniz_oxide", 1359 - "rayon-core", 1360 - "smallvec", 1361 - "zune-inflate", 1362 - ] 1363 - 1364 - [[package]] 1365 - name = "fastrand" 1366 - version = "1.9.0" 1367 - source = "registry+https://github.com/rust-lang/crates.io-index" 1368 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1369 - dependencies = [ 1370 - "instant", 1371 - ] 1372 - 1373 - [[package]] 1374 - name = "fastrand" 1375 - version = "2.0.0" 1376 - source = "registry+https://github.com/rust-lang/crates.io-index" 1377 - checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 1378 - 1379 - [[package]] 1380 - name = "fdeflate" 1381 - version = "0.3.0" 1382 - source = "registry+https://github.com/rust-lang/crates.io-index" 1383 - checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 1384 - dependencies = [ 1385 - "simd-adler32", 1386 - ] 1387 - 1388 - [[package]] 1389 - name = "filetime" 1390 - version = "0.2.22" 1391 - source = "registry+https://github.com/rust-lang/crates.io-index" 1392 - checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 1393 - dependencies = [ 1394 - "cfg-if", 1395 - "libc", 1396 - "redox_syscall 0.3.5", 1397 - "windows-sys 0.48.0", 1398 - ] 1399 - 1400 - [[package]] 1401 - name = "find-crate" 1402 - version = "0.6.3" 1403 - source = "registry+https://github.com/rust-lang/crates.io-index" 1404 - checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2" 1405 - dependencies = [ 1406 - "toml", 1407 - ] 1408 - 1409 - [[package]] 1410 - name = "flate2" 1411 - version = "1.0.27" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 1414 - dependencies = [ 1415 - "crc32fast", 1416 - "miniz_oxide", 1417 - ] 1418 - 1419 - [[package]] 1420 - name = "flume" 1421 - version = "0.10.14" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 1424 - dependencies = [ 1425 - "futures-core", 1426 - "futures-sink", 1427 - "nanorand", 1428 - "pin-project", 1429 - "spin", 1430 - ] 1431 - 1432 - [[package]] 1433 - name = "fnv" 1434 - version = "1.0.7" 1435 - source = "registry+https://github.com/rust-lang/crates.io-index" 1436 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1437 - 1438 - [[package]] 1439 - name = "foreign-types" 1440 - version = "0.3.2" 1441 - source = "registry+https://github.com/rust-lang/crates.io-index" 1442 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1443 - dependencies = [ 1444 - "foreign-types-shared 0.1.1", 1445 - ] 1446 - 1447 - [[package]] 1448 - name = "foreign-types" 1449 - version = "0.5.0" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1452 - dependencies = [ 1453 - "foreign-types-macros", 1454 - "foreign-types-shared 0.3.1", 1455 - ] 1456 - 1457 - [[package]] 1458 - name = "foreign-types-macros" 1459 - version = "0.2.3" 1460 - source = "registry+https://github.com/rust-lang/crates.io-index" 1461 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1462 - dependencies = [ 1463 - "proc-macro2", 1464 - "quote", 1465 - "syn 2.0.29", 1466 - ] 1467 - 1468 - [[package]] 1469 - name = "foreign-types-shared" 1470 - version = "0.1.1" 1471 - source = "registry+https://github.com/rust-lang/crates.io-index" 1472 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1473 - 1474 - [[package]] 1475 - name = "foreign-types-shared" 1476 - version = "0.3.1" 1477 - source = "registry+https://github.com/rust-lang/crates.io-index" 1478 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1479 - 1480 - [[package]] 1481 - name = "freetype-rs" 1482 - version = "0.26.0" 1483 - source = "registry+https://github.com/rust-lang/crates.io-index" 1484 - checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb" 1485 - dependencies = [ 1486 - "bitflags 1.3.2", 1487 - "freetype-sys", 1488 - "libc", 1489 - ] 1490 - 1491 - [[package]] 1492 - name = "freetype-sys" 1493 - version = "0.13.1" 1494 - source = "registry+https://github.com/rust-lang/crates.io-index" 1495 - checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a" 1496 - dependencies = [ 1497 - "cmake", 1498 - "libc", 1499 - "pkg-config", 1500 - ] 1501 - 1502 - [[package]] 1503 - name = "futures" 1504 - version = "0.3.28" 1505 - source = "registry+https://github.com/rust-lang/crates.io-index" 1506 - checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 1507 - dependencies = [ 1508 - "futures-channel", 1509 - "futures-core", 1510 - "futures-executor", 1511 - "futures-io", 1512 - "futures-sink", 1513 - "futures-task", 1514 - "futures-util", 1515 - ] 1516 - 1517 - [[package]] 1518 - name = "futures-channel" 1519 - version = "0.3.28" 1520 - source = "registry+https://github.com/rust-lang/crates.io-index" 1521 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1522 - dependencies = [ 1523 - "futures-core", 1524 - "futures-sink", 1525 - ] 1526 - 1527 - [[package]] 1528 - name = "futures-core" 1529 - version = "0.3.28" 1530 - source = "registry+https://github.com/rust-lang/crates.io-index" 1531 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1532 - 1533 - [[package]] 1534 - name = "futures-executor" 1535 - version = "0.3.28" 1536 - source = "registry+https://github.com/rust-lang/crates.io-index" 1537 - checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 1538 - dependencies = [ 1539 - "futures-core", 1540 - "futures-task", 1541 - "futures-util", 1542 - "num_cpus", 1543 - ] 1544 - 1545 - [[package]] 1546 - name = "futures-io" 1547 - version = "0.3.28" 1548 - source = "registry+https://github.com/rust-lang/crates.io-index" 1549 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1550 - 1551 - [[package]] 1552 - name = "futures-lite" 1553 - version = "1.13.0" 1554 - source = "registry+https://github.com/rust-lang/crates.io-index" 1555 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1556 - dependencies = [ 1557 - "fastrand 1.9.0", 1558 - "futures-core", 1559 - "futures-io", 1560 - "memchr", 1561 - "parking", 1562 - "pin-project-lite", 1563 - "waker-fn", 1564 - ] 1565 - 1566 - [[package]] 1567 - name = "futures-macro" 1568 - version = "0.3.28" 1569 - source = "registry+https://github.com/rust-lang/crates.io-index" 1570 - checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1571 - dependencies = [ 1572 - "proc-macro2", 1573 - "quote", 1574 - "syn 2.0.29", 1575 - ] 1576 - 1577 - [[package]] 1578 - name = "futures-sink" 1579 - version = "0.3.28" 1580 - source = "registry+https://github.com/rust-lang/crates.io-index" 1581 - checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1582 - 1583 - [[package]] 1584 - name = "futures-task" 1585 - version = "0.3.28" 1586 - source = "registry+https://github.com/rust-lang/crates.io-index" 1587 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1588 - 1589 - [[package]] 1590 - name = "futures-timer" 1591 - version = "3.0.2" 1592 - source = "registry+https://github.com/rust-lang/crates.io-index" 1593 - checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 1594 - 1595 - [[package]] 1596 - name = "futures-util" 1597 - version = "0.3.28" 1598 - source = "registry+https://github.com/rust-lang/crates.io-index" 1599 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1600 - dependencies = [ 1601 - "futures-channel", 1602 - "futures-core", 1603 - "futures-io", 1604 - "futures-macro", 1605 - "futures-sink", 1606 - "futures-task", 1607 - "memchr", 1608 - "pin-project-lite", 1609 - "pin-utils", 1610 - "slab", 1611 - ] 1612 - 1613 - [[package]] 1614 - name = "fxhash" 1615 - version = "0.2.1" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1618 - dependencies = [ 1619 - "byteorder", 1620 - ] 1621 - 1622 - [[package]] 1623 - name = "generic-array" 1624 - version = "0.14.7" 1625 - source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1627 - dependencies = [ 1628 - "typenum", 1629 - "version_check", 1630 - ] 1631 - 1632 - [[package]] 1633 - name = "gethostname" 1634 - version = "0.2.3" 1635 - source = "registry+https://github.com/rust-lang/crates.io-index" 1636 - checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 1637 - dependencies = [ 1638 - "libc", 1639 - "winapi", 1640 - ] 1641 - 1642 - [[package]] 1643 - name = "getrandom" 1644 - version = "0.2.10" 1645 - source = "registry+https://github.com/rust-lang/crates.io-index" 1646 - checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1647 - dependencies = [ 1648 - "cfg-if", 1649 - "js-sys", 1650 - "libc", 1651 - "wasi", 1652 - "wasm-bindgen", 1653 - ] 1654 - 1655 - [[package]] 1656 - name = "gif" 1657 - version = "0.12.0" 1658 - source = "registry+https://github.com/rust-lang/crates.io-index" 1659 - checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 1660 - dependencies = [ 1661 - "color_quant", 1662 - "weezl", 1663 - ] 1664 - 1665 - [[package]] 1666 - name = "gimli" 1667 - version = "0.28.0" 1668 - source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 1670 - 1671 - [[package]] 1672 - name = "glam" 1673 - version = "0.21.3" 1674 - source = "registry+https://github.com/rust-lang/crates.io-index" 1675 - checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815" 1676 - 1677 - [[package]] 1678 - name = "glob" 1679 - version = "0.3.1" 1680 - source = "registry+https://github.com/rust-lang/crates.io-index" 1681 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1682 - 1683 - [[package]] 1684 - name = "glow" 1685 - version = "0.11.2" 1686 - source = "registry+https://github.com/rust-lang/crates.io-index" 1687 - checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919" 1688 - dependencies = [ 1689 - "js-sys", 1690 - "slotmap", 1691 - "wasm-bindgen", 1692 - "web-sys", 1693 - ] 1694 - 1695 - [[package]] 1696 - name = "glow" 1697 - version = "0.12.3" 1698 - source = "registry+https://github.com/rust-lang/crates.io-index" 1699 - checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728" 1700 - dependencies = [ 1701 - "js-sys", 1702 - "slotmap", 1703 - "wasm-bindgen", 1704 - "web-sys", 1705 - ] 1706 - 1707 - [[package]] 1708 - name = "glow_glyph" 1709 - version = "0.5.1" 1710 - source = "registry+https://github.com/rust-lang/crates.io-index" 1711 - checksum = "0f4e62c64947b9a24fe20e2bba9ad819ecb506ef5c8df7ffc4737464c6df9510" 1712 - dependencies = [ 1713 - "bytemuck", 1714 - "glow 0.11.2", 1715 - "glyph_brush", 1716 - "log", 1717 - ] 1718 - 1719 - [[package]] 1720 - name = "glyph_brush" 1721 - version = "0.7.7" 1722 - source = "registry+https://github.com/rust-lang/crates.io-index" 1723 - checksum = "4edefd123f28a0b1d41ec4a489c2b43020b369180800977801611084f342978d" 1724 - dependencies = [ 1725 - "glyph_brush_draw_cache", 1726 - "glyph_brush_layout", 1727 - "ordered-float", 1728 - "rustc-hash", 1729 - "twox-hash", 1730 - ] 1731 - 1732 - [[package]] 1733 - name = "glyph_brush_draw_cache" 1734 - version = "0.1.5" 1735 - source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "6010675390f6889e09a21e2c8b575b3ee25667ea8237a8d59423f73cb8c28610" 1737 - dependencies = [ 1738 - "ab_glyph", 1739 - "crossbeam-channel", 1740 - "crossbeam-deque", 1741 - "linked-hash-map", 1742 - "rayon", 1743 - "rustc-hash", 1744 - ] 1745 - 1746 - [[package]] 1747 - name = "glyph_brush_layout" 1748 - version = "0.2.3" 1749 - source = "registry+https://github.com/rust-lang/crates.io-index" 1750 - checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38" 1751 - dependencies = [ 1752 - "ab_glyph", 1753 - "approx", 1754 - "xi-unicode", 1755 - ] 1756 - 1757 - [[package]] 1758 - name = "gpu-alloc" 1759 - version = "0.5.4" 1760 - source = "registry+https://github.com/rust-lang/crates.io-index" 1761 - checksum = "22beaafc29b38204457ea030f6fb7a84c9e4dd1b86e311ba0542533453d87f62" 1762 - dependencies = [ 1763 - "bitflags 1.3.2", 1764 - "gpu-alloc-types", 1765 - ] 1766 - 1767 - [[package]] 1768 - name = "gpu-alloc-types" 1769 - version = "0.2.0" 1770 - source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5" 1772 - dependencies = [ 1773 - "bitflags 1.3.2", 1774 - ] 1775 - 1776 - [[package]] 1777 - name = "gpu-allocator" 1778 - version = "0.22.0" 1779 - source = "registry+https://github.com/rust-lang/crates.io-index" 1780 - checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8" 1781 - dependencies = [ 1782 - "backtrace", 1783 - "log", 1784 - "thiserror", 1785 - "winapi", 1786 - "windows 0.44.0", 1787 - ] 1788 - 1789 - [[package]] 1790 - name = "gpu-descriptor" 1791 - version = "0.2.3" 1792 - source = "registry+https://github.com/rust-lang/crates.io-index" 1793 - checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a" 1794 - dependencies = [ 1795 - "bitflags 1.3.2", 1796 - "gpu-descriptor-types", 1797 - "hashbrown 0.12.3", 1798 - ] 1799 - 1800 - [[package]] 1801 - name = "gpu-descriptor-types" 1802 - version = "0.1.1" 1803 - source = "registry+https://github.com/rust-lang/crates.io-index" 1804 - checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126" 1805 - dependencies = [ 1806 - "bitflags 1.3.2", 1807 - ] 1808 - 1809 - [[package]] 1810 - name = "guillotiere" 1811 - version = "0.6.2" 1812 - source = "registry+https://github.com/rust-lang/crates.io-index" 1813 - checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" 1814 - dependencies = [ 1815 - "euclid", 1816 - "svg_fmt", 1817 - ] 1818 - 1819 - [[package]] 1820 - name = "half" 1821 - version = "2.2.1" 1822 - source = "registry+https://github.com/rust-lang/crates.io-index" 1823 - checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" 1824 - dependencies = [ 1825 - "crunchy", 1826 - "num-traits", 1827 - ] 1828 - 1829 - [[package]] 1830 - name = "hashbrown" 1831 - version = "0.11.2" 1832 - source = "registry+https://github.com/rust-lang/crates.io-index" 1833 - checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 1834 - dependencies = [ 1835 - "ahash", 1836 - ] 1837 - 1838 - [[package]] 1839 - name = "hashbrown" 1840 - version = "0.12.3" 1841 - source = "registry+https://github.com/rust-lang/crates.io-index" 1842 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1843 - dependencies = [ 1844 - "ahash", 1845 - ] 1846 - 1847 - [[package]] 1848 - name = "hashbrown" 1849 - version = "0.13.2" 1850 - source = "registry+https://github.com/rust-lang/crates.io-index" 1851 - checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 1852 - 1853 - [[package]] 1854 - name = "hashbrown" 1855 - version = "0.14.0" 1856 - source = "registry+https://github.com/rust-lang/crates.io-index" 1857 - checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1858 - 1859 - [[package]] 1860 - name = "hassle-rs" 1861 - version = "0.9.0" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "90601c6189668c7345fc53842cb3f3a3d872203d523be1b3cb44a36a3e62fb85" 1864 - dependencies = [ 1865 - "bitflags 1.3.2", 1866 - "com-rs", 1867 - "libc", 1868 - "libloading 0.7.4", 1869 - "thiserror", 1870 - "widestring", 1871 - "winapi", 1872 - ] 1873 - 1874 - [[package]] 1875 - name = "hdf5" 1876 - version = "0.8.1" 1877 - source = "git+https://github.com/aldanor/hdf5-rust.git?rev=26046fb#26046fb4900ec38afd2a1c0494cff688b288662e" 1878 - dependencies = [ 1879 - "bitflags 2.4.0", 1880 - "cfg-if", 1881 - "hdf5-derive", 1882 - "hdf5-sys", 1883 - "hdf5-types", 1884 - "lazy_static", 1885 - "libc", 1886 - "ndarray", 1887 - "parking_lot 0.12.1", 1888 - "paste", 1889 - ] 1890 - 1891 - [[package]] 1892 - name = "hdf5-derive" 1893 - version = "0.8.1" 1894 - source = "git+https://github.com/aldanor/hdf5-rust.git?rev=26046fb#26046fb4900ec38afd2a1c0494cff688b288662e" 1895 - dependencies = [ 1896 - "proc-macro-error", 1897 - "proc-macro2", 1898 - "quote", 1899 - "syn 2.0.29", 1900 - ] 1901 - 1902 - [[package]] 1903 - name = "hdf5-src" 1904 - version = "0.8.1" 1905 - source = "git+https://github.com/aldanor/hdf5-rust.git?rev=26046fb#26046fb4900ec38afd2a1c0494cff688b288662e" 1906 - dependencies = [ 1907 - "cmake", 1908 - ] 1909 - 1910 - [[package]] 1911 - name = "hdf5-sys" 1912 - version = "0.8.1" 1913 - source = "git+https://github.com/aldanor/hdf5-rust.git?rev=26046fb#26046fb4900ec38afd2a1c0494cff688b288662e" 1914 - dependencies = [ 1915 - "hdf5-src", 1916 - "libc", 1917 - "libloading 0.8.0", 1918 - "pkg-config", 1919 - "regex", 1920 - "serde", 1921 - "serde_derive", 1922 - "winreg", 1923 - ] 1924 - 1925 - [[package]] 1926 - name = "hdf5-types" 1927 - version = "0.8.1" 1928 - source = "git+https://github.com/aldanor/hdf5-rust.git?rev=26046fb#26046fb4900ec38afd2a1c0494cff688b288662e" 1929 - dependencies = [ 1930 - "ascii", 1931 - "cfg-if", 1932 - "hdf5-sys", 1933 - "libc", 1934 - ] 1935 - 1936 - [[package]] 1937 - name = "heck" 1938 - version = "0.4.1" 1939 - source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1941 - 1942 - [[package]] 1943 - name = "hermit-abi" 1944 - version = "0.3.2" 1945 - source = "registry+https://github.com/rust-lang/crates.io-index" 1946 - checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 1947 - 1948 - [[package]] 1949 - name = "hex" 1950 - version = "0.4.3" 1951 - source = "registry+https://github.com/rust-lang/crates.io-index" 1952 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1953 - 1954 - [[package]] 1955 - name = "hexf-parse" 1956 - version = "0.2.1" 1957 - source = "registry+https://github.com/rust-lang/crates.io-index" 1958 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1959 - 1960 - [[package]] 1961 - name = "hound" 1962 - version = "3.5.0" 1963 - source = "registry+https://github.com/rust-lang/crates.io-index" 1964 - checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1" 1965 - 1966 - [[package]] 1967 - name = "humantime" 1968 - version = "2.1.0" 1969 - source = "registry+https://github.com/rust-lang/crates.io-index" 1970 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1971 - 1972 - [[package]] 1973 - name = "iced" 1974 - version = "0.9.0" 1975 - source = "registry+https://github.com/rust-lang/crates.io-index" 1976 - checksum = "efbddf356d01e9d41cd394a9d04d62bfd89650a30f12fda5839cabb8c4591c88" 1977 - dependencies = [ 1978 - "iced_core", 1979 - "iced_futures", 1980 - "iced_glow", 1981 - "iced_graphics", 1982 - "iced_native", 1983 - "iced_wgpu", 1984 - "iced_winit", 1985 - "image", 1986 - "thiserror", 1987 - ] 1988 - 1989 - [[package]] 1990 - name = "iced_core" 1991 - version = "0.9.0" 1992 - source = "registry+https://github.com/rust-lang/crates.io-index" 1993 - checksum = "11e1942e28dedee756cc27e67e7a838cdc1e59fb6bf9627ec9f709ab3b135782" 1994 - dependencies = [ 1995 - "bitflags 1.3.2", 1996 - "instant", 1997 - "palette", 1998 - ] 1999 - 2000 - [[package]] 2001 - name = "iced_futures" 2002 - version = "0.6.0" 2003 - source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "215d51fa4f70dbb63775d7141243c4d98d4d525d8949695601f8fbac7dcbc04e" 2005 - dependencies = [ 2006 - "futures", 2007 - "log", 2008 - "tokio", 2009 - "wasm-bindgen-futures", 2010 - "wasm-timer", 2011 - ] 2012 - 2013 - [[package]] 2014 - name = "iced_glow" 2015 - version = "0.8.0" 2016 - source = "registry+https://github.com/rust-lang/crates.io-index" 2017 - checksum = "adc5b081015f5c75777c96ad75e2288916e7d444c97396d6d136517877ef9129" 2018 - dependencies = [ 2019 - "bytemuck", 2020 - "euclid", 2021 - "glow 0.11.2", 2022 - "glow_glyph", 2023 - "glyph_brush", 2024 - "iced_graphics", 2025 - "iced_native", 2026 - "log", 2027 - ] 2028 - 2029 - [[package]] 2030 - name = "iced_graphics" 2031 - version = "0.8.0" 2032 - source = "registry+https://github.com/rust-lang/crates.io-index" 2033 - checksum = "338a6aff7db906537074ad0fe8b720cfdb9512cdfea43c628c76bd1cf50fdcc0" 2034 - dependencies = [ 2035 - "bitflags 1.3.2", 2036 - "bytemuck", 2037 - "glam", 2038 - "iced_native", 2039 - "iced_style", 2040 - "image", 2041 - "kamadak-exif", 2042 - "log", 2043 - "raw-window-handle 0.5.2", 2044 - "thiserror", 2045 - ] 2046 - 2047 - [[package]] 2048 - name = "iced_native" 2049 - version = "0.10.3" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "d012eb06da490fe46a695b39721c20da9643f35cf2ecb9d30618fdeb96170616" 2052 - dependencies = [ 2053 - "iced_core", 2054 - "iced_futures", 2055 - "iced_style", 2056 - "num-traits", 2057 - "thiserror", 2058 - "twox-hash", 2059 - "unicode-segmentation", 2060 - ] 2061 - 2062 - [[package]] 2063 - name = "iced_style" 2064 - version = "0.8.0" 2065 - source = "registry+https://github.com/rust-lang/crates.io-index" 2066 - checksum = "0e37333dc2991201140302cd0d4cea051bd37ca3671d5008ec85df86d232ff30" 2067 - dependencies = [ 2068 - "iced_core", 2069 - "once_cell", 2070 - "palette", 2071 - ] 2072 - 2073 - [[package]] 2074 - name = "iced_wgpu" 2075 - version = "0.10.0" 2076 - source = "registry+https://github.com/rust-lang/crates.io-index" 2077 - checksum = "478803c56061f567ce5ddf223b20d11d3c118cc46bb0d0552370dc65cdc4cb9c" 2078 - dependencies = [ 2079 - "bitflags 1.3.2", 2080 - "bytemuck", 2081 - "encase", 2082 - "futures", 2083 - "glam", 2084 - "glyph_brush", 2085 - "guillotiere", 2086 - "iced_graphics", 2087 - "iced_native", 2088 - "log", 2089 - "raw-window-handle 0.5.2", 2090 - "wgpu", 2091 - "wgpu_glyph", 2092 - ] 2093 - 2094 - [[package]] 2095 - name = "iced_winit" 2096 - version = "0.9.1" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "8a59ea3a85149a6a1f9e92b6c740ce90f04e5c7d848cfd05742336863fceb955" 2099 - dependencies = [ 2100 - "iced_futures", 2101 - "iced_graphics", 2102 - "iced_native", 2103 - "log", 2104 - "thiserror", 2105 - "web-sys", 2106 - "winapi", 2107 - "window_clipboard", 2108 - "winit", 2109 - ] 2110 - 2111 - [[package]] 2112 - name = "ident_case" 2113 - version = "1.0.1" 2114 - source = "registry+https://github.com/rust-lang/crates.io-index" 2115 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2116 - 2117 - [[package]] 2118 - name = "image" 2119 - version = "0.24.7" 2120 - source = "registry+https://github.com/rust-lang/crates.io-index" 2121 - checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 2122 - dependencies = [ 2123 - "bytemuck", 2124 - "byteorder", 2125 - "color_quant", 2126 - "exr", 2127 - "gif", 2128 - "jpeg-decoder", 2129 - "num-rational", 2130 - "num-traits", 2131 - "png", 2132 - "qoi", 2133 - "tiff", 2134 - ] 2135 - 2136 - [[package]] 2137 - name = "indexmap" 2138 - version = "1.9.3" 2139 - source = "registry+https://github.com/rust-lang/crates.io-index" 2140 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2141 - dependencies = [ 2142 - "autocfg", 2143 - "hashbrown 0.12.3", 2144 - ] 2145 - 2146 - [[package]] 2147 - name = "indexmap" 2148 - version = "2.0.0" 2149 - source = "registry+https://github.com/rust-lang/crates.io-index" 2150 - checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 2151 - dependencies = [ 2152 - "equivalent", 2153 - "hashbrown 0.14.0", 2154 - ] 2155 - 2156 - [[package]] 2157 - name = "indoc" 2158 - version = "1.0.9" 2159 - source = "registry+https://github.com/rust-lang/crates.io-index" 2160 - checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 2161 - 2162 - [[package]] 2163 - name = "instant" 2164 - version = "0.1.12" 2165 - source = "registry+https://github.com/rust-lang/crates.io-index" 2166 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2167 - dependencies = [ 2168 - "cfg-if", 2169 - "js-sys", 2170 - "wasm-bindgen", 2171 - "web-sys", 2172 - ] 2173 - 2174 - [[package]] 2175 - name = "io-lifetimes" 2176 - version = "1.0.11" 2177 - source = "registry+https://github.com/rust-lang/crates.io-index" 2178 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2179 - dependencies = [ 2180 - "hermit-abi", 2181 - "libc", 2182 - "windows-sys 0.48.0", 2183 - ] 2184 - 2185 - [[package]] 2186 - name = "is-terminal" 2187 - version = "0.4.9" 2188 - source = "registry+https://github.com/rust-lang/crates.io-index" 2189 - checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 2190 - dependencies = [ 2191 - "hermit-abi", 2192 - "rustix 0.38.9", 2193 - "windows-sys 0.48.0", 2194 - ] 2195 - 2196 - [[package]] 2197 - name = "itertools" 2198 - version = "0.10.5" 2199 - source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2201 - dependencies = [ 2202 - "either", 2203 - ] 2204 - 2205 - [[package]] 2206 - name = "itertools" 2207 - version = "0.11.0" 2208 - source = "registry+https://github.com/rust-lang/crates.io-index" 2209 - checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 2210 - dependencies = [ 2211 - "either", 2212 - ] 2213 - 2214 - [[package]] 2215 - name = "itoa" 2216 - version = "1.0.9" 2217 - source = "registry+https://github.com/rust-lang/crates.io-index" 2218 - checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 2219 - 2220 - [[package]] 2221 - name = "jemalloc-sys" 2222 - version = "0.5.4+5.3.0-patched" 2223 - source = "registry+https://github.com/rust-lang/crates.io-index" 2224 - checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" 2225 - dependencies = [ 2226 - "cc", 2227 - "libc", 2228 - ] 2229 - 2230 - [[package]] 2231 - name = "jemallocator" 2232 - version = "0.5.4" 2233 - source = "registry+https://github.com/rust-lang/crates.io-index" 2234 - checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" 2235 - dependencies = [ 2236 - "jemalloc-sys", 2237 - "libc", 2238 - ] 2239 - 2240 - [[package]] 2241 - name = "jni" 2242 - version = "0.19.0" 2243 - source = "registry+https://github.com/rust-lang/crates.io-index" 2244 - checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" 2245 - dependencies = [ 2246 - "cesu8", 2247 - "combine", 2248 - "jni-sys", 2249 - "log", 2250 - "thiserror", 2251 - "walkdir", 2252 - ] 2253 - 2254 - [[package]] 2255 - name = "jni" 2256 - version = "0.20.0" 2257 - source = "registry+https://github.com/rust-lang/crates.io-index" 2258 - checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 2259 - dependencies = [ 2260 - "cesu8", 2261 - "combine", 2262 - "jni-sys", 2263 - "log", 2264 - "thiserror", 2265 - "walkdir", 2266 - ] 2267 - 2268 - [[package]] 2269 - name = "jni-sys" 2270 - version = "0.3.0" 2271 - source = "registry+https://github.com/rust-lang/crates.io-index" 2272 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2273 - 2274 - [[package]] 2275 - name = "jobserver" 2276 - version = "0.1.26" 2277 - source = "registry+https://github.com/rust-lang/crates.io-index" 2278 - checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 2279 - dependencies = [ 2280 - "libc", 2281 - ] 2282 - 2283 - [[package]] 2284 - name = "jpeg-decoder" 2285 - version = "0.3.0" 2286 - source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 2288 - dependencies = [ 2289 - "rayon", 2290 - ] 2291 - 2292 - [[package]] 2293 - name = "js-sys" 2294 - version = "0.3.64" 2295 - source = "registry+https://github.com/rust-lang/crates.io-index" 2296 - checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 2297 - dependencies = [ 2298 - "wasm-bindgen", 2299 - ] 2300 - 2301 - [[package]] 2302 - name = "kamadak-exif" 2303 - version = "0.5.5" 2304 - source = "registry+https://github.com/rust-lang/crates.io-index" 2305 - checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" 2306 - dependencies = [ 2307 - "mutate_once", 2308 - ] 2309 - 2310 - [[package]] 2311 - name = "khronos-egl" 2312 - version = "4.1.0" 2313 - source = "registry+https://github.com/rust-lang/crates.io-index" 2314 - checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" 2315 - dependencies = [ 2316 - "libc", 2317 - "libloading 0.7.4", 2318 - "pkg-config", 2319 - ] 2320 - 2321 - [[package]] 2322 - name = "kstring" 2323 - version = "2.0.0" 2324 - source = "registry+https://github.com/rust-lang/crates.io-index" 2325 - checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" 2326 - dependencies = [ 2327 - "serde", 2328 - "static_assertions", 2329 - ] 2330 - 2331 - [[package]] 2332 - name = "ladspa" 2333 - version = "0.3.4" 2334 - source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "6197e2fb8a3da99eca216e9689b47465b23cfe09e1a1ddc720fa1acdd54aa267" 2336 - dependencies = [ 2337 - "bitflags 0.8.2", 2338 - "libc", 2339 - "vec_map 0.7.0", 2340 - ] 2341 - 2342 - [[package]] 2343 - name = "lazy_static" 2344 - version = "1.4.0" 2345 - source = "registry+https://github.com/rust-lang/crates.io-index" 2346 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2347 - 2348 - [[package]] 2349 - name = "lazycell" 2350 - version = "1.3.0" 2351 - source = "registry+https://github.com/rust-lang/crates.io-index" 2352 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2353 - 2354 - [[package]] 2355 - name = "lebe" 2356 - version = "0.5.2" 2357 - source = "registry+https://github.com/rust-lang/crates.io-index" 2358 - checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 2359 - 2360 - [[package]] 2361 - name = "lewton" 2362 - version = "0.10.2" 2363 - source = "registry+https://github.com/rust-lang/crates.io-index" 2364 - checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030" 2365 - dependencies = [ 2366 - "byteorder", 2367 - "ogg", 2368 - "tinyvec", 2369 - ] 2370 - 2371 - [[package]] 2372 - name = "libc" 2373 - version = "0.2.147" 2374 - source = "registry+https://github.com/rust-lang/crates.io-index" 2375 - checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 2376 - 2377 - [[package]] 2378 - name = "libloading" 2379 - version = "0.7.4" 2380 - source = "registry+https://github.com/rust-lang/crates.io-index" 2381 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2382 - dependencies = [ 2383 - "cfg-if", 2384 - "winapi", 2385 - ] 2386 - 2387 - [[package]] 2388 - name = "libloading" 2389 - version = "0.8.0" 2390 - source = "registry+https://github.com/rust-lang/crates.io-index" 2391 - checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" 2392 - dependencies = [ 2393 - "cfg-if", 2394 - "windows-sys 0.48.0", 2395 - ] 2396 - 2397 - [[package]] 2398 - name = "libm" 2399 - version = "0.2.7" 2400 - source = "registry+https://github.com/rust-lang/crates.io-index" 2401 - checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 2402 - 2403 - [[package]] 2404 - name = "linked-hash-map" 2405 - version = "0.5.6" 2406 - source = "registry+https://github.com/rust-lang/crates.io-index" 2407 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2408 - 2409 - [[package]] 2410 - name = "linux-raw-sys" 2411 - version = "0.3.8" 2412 - source = "registry+https://github.com/rust-lang/crates.io-index" 2413 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2414 - 2415 - [[package]] 2416 - name = "linux-raw-sys" 2417 - version = "0.4.5" 2418 - source = "registry+https://github.com/rust-lang/crates.io-index" 2419 - checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 2420 - 2421 - [[package]] 2422 - name = "liquid" 2423 - version = "0.26.4" 2424 - source = "registry+https://github.com/rust-lang/crates.io-index" 2425 - checksum = "69f68ae1011499ae2ef879f631891f21c78e309755f4a5e483c4a8f12e10b609" 2426 - dependencies = [ 2427 - "doc-comment", 2428 - "liquid-core", 2429 - "liquid-derive", 2430 - "liquid-lib", 2431 - "serde", 2432 - ] 2433 - 2434 - [[package]] 2435 - name = "liquid-core" 2436 - version = "0.26.4" 2437 - source = "registry+https://github.com/rust-lang/crates.io-index" 2438 - checksum = "79e0724dfcaad5cfb7965ea0f178ca0870b8d7315178f4a7179f5696f7f04d5f" 2439 - dependencies = [ 2440 - "anymap2", 2441 - "itertools 0.10.5", 2442 - "kstring", 2443 - "liquid-derive", 2444 - "num-traits", 2445 - "pest", 2446 - "pest_derive", 2447 - "regex", 2448 - "serde", 2449 - "time", 2450 - ] 2451 - 2452 - [[package]] 2453 - name = "liquid-derive" 2454 - version = "0.26.4" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "fc2fb41a9bb4257a3803154bdf7e2df7d45197d1941c9b1a90ad815231630721" 2457 - dependencies = [ 2458 - "proc-macro2", 2459 - "quote", 2460 - "syn 2.0.29", 2461 - ] 2462 - 2463 - [[package]] 2464 - name = "liquid-lib" 2465 - version = "0.26.4" 2466 - source = "registry+https://github.com/rust-lang/crates.io-index" 2467 - checksum = "e2a17e273a6fb1fb6268f7a5867ddfd0bd4683c7e19b51084f3d567fad4348c0" 2468 - dependencies = [ 2469 - "itertools 0.10.5", 2470 - "liquid-core", 2471 - "once_cell", 2472 - "percent-encoding", 2473 - "regex", 2474 - "time", 2475 - "unicode-segmentation", 2476 - ] 2477 - 2478 - [[package]] 2479 - name = "lock_api" 2480 - version = "0.4.10" 2481 - source = "registry+https://github.com/rust-lang/crates.io-index" 2482 - checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 2483 - dependencies = [ 2484 - "autocfg", 2485 - "scopeguard", 2486 - ] 2487 - 2488 - [[package]] 2489 - name = "log" 2490 - version = "0.4.20" 2491 - source = "registry+https://github.com/rust-lang/crates.io-index" 2492 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 2493 - 2494 - [[package]] 2495 - name = "mach2" 2496 - version = "0.4.1" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" 2499 - dependencies = [ 2500 - "libc", 2501 - ] 2502 - 2503 - [[package]] 2504 - name = "malloc_buf" 2505 - version = "0.0.6" 2506 - source = "registry+https://github.com/rust-lang/crates.io-index" 2507 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2508 - dependencies = [ 2509 - "libc", 2510 - ] 2511 - 2512 - [[package]] 2513 - name = "maplit" 2514 - version = "1.0.2" 2515 - source = "registry+https://github.com/rust-lang/crates.io-index" 2516 - checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 2517 - 2518 - [[package]] 2519 - name = "matrixmultiply" 2520 - version = "0.3.7" 2521 - source = "registry+https://github.com/rust-lang/crates.io-index" 2522 - checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77" 2523 - dependencies = [ 2524 - "autocfg", 2525 - "rawpointer", 2526 - ] 2527 - 2528 - [[package]] 2529 - name = "memchr" 2530 - version = "2.5.0" 2531 - source = "registry+https://github.com/rust-lang/crates.io-index" 2532 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2533 - 2534 - [[package]] 2535 - name = "memmap2" 2536 - version = "0.5.10" 2537 - source = "registry+https://github.com/rust-lang/crates.io-index" 2538 - checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 2539 - dependencies = [ 2540 - "libc", 2541 - ] 2542 - 2543 - [[package]] 2544 - name = "memoffset" 2545 - version = "0.6.5" 2546 - source = "registry+https://github.com/rust-lang/crates.io-index" 2547 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2548 - dependencies = [ 2549 - "autocfg", 2550 - ] 2551 - 2552 - [[package]] 2553 - name = "memoffset" 2554 - version = "0.7.1" 2555 - source = "registry+https://github.com/rust-lang/crates.io-index" 2556 - checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2557 - dependencies = [ 2558 - "autocfg", 2559 - ] 2560 - 2561 - [[package]] 2562 - name = "memoffset" 2563 - version = "0.9.0" 2564 - source = "registry+https://github.com/rust-lang/crates.io-index" 2565 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2566 - dependencies = [ 2567 - "autocfg", 2568 - ] 2569 - 2570 - [[package]] 2571 - name = "metal" 2572 - version = "0.24.0" 2573 - source = "registry+https://github.com/rust-lang/crates.io-index" 2574 - checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060" 2575 - dependencies = [ 2576 - "bitflags 1.3.2", 2577 - "block", 2578 - "core-graphics-types", 2579 - "foreign-types 0.3.2", 2580 - "log", 2581 - "objc", 2582 - ] 2583 - 2584 - [[package]] 2585 - name = "minimal-lexical" 2586 - version = "0.2.1" 2587 - source = "registry+https://github.com/rust-lang/crates.io-index" 2588 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2589 - 2590 - [[package]] 2591 - name = "miniz_oxide" 2592 - version = "0.7.1" 2593 - source = "registry+https://github.com/rust-lang/crates.io-index" 2594 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 2595 - dependencies = [ 2596 - "adler", 2597 - "simd-adler32", 2598 - ] 2599 - 2600 - [[package]] 2601 - name = "mio" 2602 - version = "0.8.8" 2603 - source = "registry+https://github.com/rust-lang/crates.io-index" 2604 - checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 2605 - dependencies = [ 2606 - "libc", 2607 - "log", 2608 - "wasi", 2609 - "windows-sys 0.48.0", 2610 - ] 2611 - 2612 - [[package]] 2613 - name = "mutate_once" 2614 - version = "0.1.1" 2615 - source = "registry+https://github.com/rust-lang/crates.io-index" 2616 - checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b" 2617 - 2618 - [[package]] 2619 - name = "naga" 2620 - version = "0.11.1" 2621 - source = "registry+https://github.com/rust-lang/crates.io-index" 2622 - checksum = "6c3d4269bcb7d50121097702fde1afb75f4ea8083aeb7a55688dcf289a853271" 2623 - dependencies = [ 2624 - "bit-set", 2625 - "bitflags 1.3.2", 2626 - "codespan-reporting", 2627 - "hexf-parse", 2628 - "indexmap 1.9.3", 2629 - "log", 2630 - "num-traits", 2631 - "rustc-hash", 2632 - "spirv", 2633 - "termcolor", 2634 - "thiserror", 2635 - "unicode-xid", 2636 - ] 2637 - 2638 - [[package]] 2639 - name = "nanorand" 2640 - version = "0.7.0" 2641 - source = "registry+https://github.com/rust-lang/crates.io-index" 2642 - checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 2643 - dependencies = [ 2644 - "getrandom", 2645 - ] 2646 - 2647 - [[package]] 2648 - name = "ndarray" 2649 - version = "0.15.6" 2650 - source = "registry+https://github.com/rust-lang/crates.io-index" 2651 - checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" 2652 - dependencies = [ 2653 - "matrixmultiply", 2654 - "num-complex", 2655 - "num-integer", 2656 - "num-traits", 2657 - "rawpointer", 2658 - "serde", 2659 - ] 2660 - 2661 - [[package]] 2662 - name = "ndarray-rand" 2663 - version = "0.14.0" 2664 - source = "registry+https://github.com/rust-lang/crates.io-index" 2665 - checksum = "65608f937acc725f5b164dcf40f4f0bc5d67dc268ab8a649d3002606718c4588" 2666 - dependencies = [ 2667 - "ndarray", 2668 - "rand", 2669 - "rand_distr", 2670 - ] 2671 - 2672 - [[package]] 2673 - name = "ndk" 2674 - version = "0.7.0" 2675 - source = "registry+https://github.com/rust-lang/crates.io-index" 2676 - checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 2677 - dependencies = [ 2678 - "bitflags 1.3.2", 2679 - "jni-sys", 2680 - "ndk-sys", 2681 - "num_enum", 2682 - "raw-window-handle 0.5.2", 2683 - "thiserror", 2684 - ] 2685 - 2686 - [[package]] 2687 - name = "ndk-context" 2688 - version = "0.1.1" 2689 - source = "registry+https://github.com/rust-lang/crates.io-index" 2690 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2691 - 2692 - [[package]] 2693 - name = "ndk-glue" 2694 - version = "0.7.0" 2695 - source = "registry+https://github.com/rust-lang/crates.io-index" 2696 - checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f" 2697 - dependencies = [ 2698 - "libc", 2699 - "log", 2700 - "ndk", 2701 - "ndk-context", 2702 - "ndk-macro", 2703 - "ndk-sys", 2704 - "once_cell", 2705 - "parking_lot 0.12.1", 2706 - ] 2707 - 2708 - [[package]] 2709 - name = "ndk-macro" 2710 - version = "0.3.0" 2711 - source = "registry+https://github.com/rust-lang/crates.io-index" 2712 - checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 2713 - dependencies = [ 2714 - "darling", 2715 - "proc-macro-crate", 2716 - "proc-macro2", 2717 - "quote", 2718 - "syn 1.0.109", 2719 - ] 2720 - 2721 - [[package]] 2722 - name = "ndk-sys" 2723 - version = "0.4.1+23.1.7779620" 2724 - source = "registry+https://github.com/rust-lang/crates.io-index" 2725 - checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 2726 - dependencies = [ 2727 - "jni-sys", 2728 - ] 2729 - 2730 - [[package]] 2731 - name = "nix" 2732 - version = "0.22.3" 2733 - source = "registry+https://github.com/rust-lang/crates.io-index" 2734 - checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf" 2735 - dependencies = [ 2736 - "bitflags 1.3.2", 2737 - "cc", 2738 - "cfg-if", 2739 - "libc", 2740 - "memoffset 0.6.5", 2741 - ] 2742 - 2743 - [[package]] 2744 - name = "nix" 2745 - version = "0.24.3" 2746 - source = "registry+https://github.com/rust-lang/crates.io-index" 2747 - checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 2748 - dependencies = [ 2749 - "bitflags 1.3.2", 2750 - "cfg-if", 2751 - "libc", 2752 - "memoffset 0.6.5", 2753 - ] 2754 - 2755 - [[package]] 2756 - name = "nix" 2757 - version = "0.25.1" 2758 - source = "registry+https://github.com/rust-lang/crates.io-index" 2759 - checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 2760 - dependencies = [ 2761 - "autocfg", 2762 - "bitflags 1.3.2", 2763 - "cfg-if", 2764 - "libc", 2765 - "memoffset 0.6.5", 2766 - ] 2767 - 2768 - [[package]] 2769 - name = "nix" 2770 - version = "0.26.3" 2771 - source = "registry+https://github.com/rust-lang/crates.io-index" 2772 - checksum = "abbbc55ad7b13aac85f9401c796dcda1b864e07fcad40ad47792eaa8932ea502" 2773 - dependencies = [ 2774 - "bitflags 2.4.0", 2775 - "cfg-if", 2776 - "libc", 2777 - "memoffset 0.7.1", 2778 - ] 2779 - 2780 - [[package]] 2781 - name = "nom" 2782 - version = "7.1.3" 2783 - source = "registry+https://github.com/rust-lang/crates.io-index" 2784 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2785 - dependencies = [ 2786 - "memchr", 2787 - "minimal-lexical", 2788 - ] 2789 - 2790 - [[package]] 2791 - name = "num-bigint" 2792 - version = "0.4.4" 2793 - source = "registry+https://github.com/rust-lang/crates.io-index" 2794 - checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 2795 - dependencies = [ 2796 - "autocfg", 2797 - "num-integer", 2798 - "num-traits", 2799 - ] 2800 - 2801 - [[package]] 2802 - name = "num-complex" 2803 - version = "0.4.4" 2804 - source = "registry+https://github.com/rust-lang/crates.io-index" 2805 - checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 2806 - dependencies = [ 2807 - "num-traits", 2808 - "serde", 2809 - ] 2810 - 2811 - [[package]] 2812 - name = "num-conv" 2813 - version = "0.1.0" 2814 - source = "registry+https://github.com/rust-lang/crates.io-index" 2815 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2816 - 2817 - [[package]] 2818 - name = "num-derive" 2819 - version = "0.3.3" 2820 - source = "registry+https://github.com/rust-lang/crates.io-index" 2821 - checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 2822 - dependencies = [ 2823 - "proc-macro2", 2824 - "quote", 2825 - "syn 1.0.109", 2826 - ] 2827 - 2828 - [[package]] 2829 - name = "num-integer" 2830 - version = "0.1.45" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2833 - dependencies = [ 2834 - "autocfg", 2835 - "num-traits", 2836 - ] 2837 - 2838 - [[package]] 2839 - name = "num-rational" 2840 - version = "0.4.1" 2841 - source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 2843 - dependencies = [ 2844 - "autocfg", 2845 - "num-integer", 2846 - "num-traits", 2847 - ] 2848 - 2849 - [[package]] 2850 - name = "num-traits" 2851 - version = "0.2.16" 2852 - source = "registry+https://github.com/rust-lang/crates.io-index" 2853 - checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 2854 - dependencies = [ 2855 - "autocfg", 2856 - "libm", 2857 - ] 2858 - 2859 - [[package]] 2860 - name = "num_cpus" 2861 - version = "1.16.0" 2862 - source = "registry+https://github.com/rust-lang/crates.io-index" 2863 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2864 - dependencies = [ 2865 - "hermit-abi", 2866 - "libc", 2867 - ] 2868 - 2869 - [[package]] 2870 - name = "num_enum" 2871 - version = "0.5.11" 2872 - source = "registry+https://github.com/rust-lang/crates.io-index" 2873 - checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 2874 - dependencies = [ 2875 - "num_enum_derive", 2876 - ] 2877 - 2878 - [[package]] 2879 - name = "num_enum_derive" 2880 - version = "0.5.11" 2881 - source = "registry+https://github.com/rust-lang/crates.io-index" 2882 - checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 2883 - dependencies = [ 2884 - "proc-macro-crate", 2885 - "proc-macro2", 2886 - "quote", 2887 - "syn 1.0.109", 2888 - ] 2889 - 2890 - [[package]] 2891 - name = "numpy" 2892 - version = "0.19.0" 2893 - source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "437213adf41bbccf4aeae535fbfcdad0f6fed241e1ae182ebe97fa1f3ce19389" 2895 - dependencies = [ 2896 - "libc", 2897 - "ndarray", 2898 - "num-complex", 2899 - "num-integer", 2900 - "num-traits", 2901 - "pyo3", 2902 - "rustc-hash", 2903 - ] 2904 - 2905 - [[package]] 2906 - name = "objc" 2907 - version = "0.2.7" 2908 - source = "registry+https://github.com/rust-lang/crates.io-index" 2909 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2910 - dependencies = [ 2911 - "malloc_buf", 2912 - "objc_exception", 2913 - ] 2914 - 2915 - [[package]] 2916 - name = "objc-foundation" 2917 - version = "0.1.1" 2918 - source = "registry+https://github.com/rust-lang/crates.io-index" 2919 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2920 - dependencies = [ 2921 - "block", 2922 - "objc", 2923 - "objc_id", 2924 - ] 2925 - 2926 - [[package]] 2927 - name = "objc_exception" 2928 - version = "0.1.2" 2929 - source = "registry+https://github.com/rust-lang/crates.io-index" 2930 - checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 2931 - dependencies = [ 2932 - "cc", 2933 - ] 2934 - 2935 - [[package]] 2936 - name = "objc_id" 2937 - version = "0.1.1" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2940 - dependencies = [ 2941 - "objc", 2942 - ] 2943 - 2944 - [[package]] 2945 - name = "object" 2946 - version = "0.32.0" 2947 - source = "registry+https://github.com/rust-lang/crates.io-index" 2948 - checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" 2949 - dependencies = [ 2950 - "memchr", 2951 - ] 2952 - 2953 - [[package]] 2954 - name = "oboe" 2955 - version = "0.5.0" 2956 - source = "registry+https://github.com/rust-lang/crates.io-index" 2957 - checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0" 2958 - dependencies = [ 2959 - "jni 0.20.0", 2960 - "ndk", 2961 - "ndk-context", 2962 - "num-derive", 2963 - "num-traits", 2964 - "oboe-sys", 2965 - ] 2966 - 2967 - [[package]] 2968 - name = "oboe-sys" 2969 - version = "0.5.0" 2970 - source = "registry+https://github.com/rust-lang/crates.io-index" 2971 - checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2" 2972 - dependencies = [ 2973 - "cc", 2974 - ] 2975 - 2976 - [[package]] 2977 - name = "ogg" 2978 - version = "0.8.0" 2979 - source = "registry+https://github.com/rust-lang/crates.io-index" 2980 - checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e" 2981 - dependencies = [ 2982 - "byteorder", 2983 - ] 2984 - 2985 - [[package]] 2986 - name = "once_cell" 2987 - version = "1.18.0" 2988 - source = "registry+https://github.com/rust-lang/crates.io-index" 2989 - checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 2990 - 2991 - [[package]] 2992 - name = "ordered-float" 2993 - version = "3.9.1" 2994 - source = "registry+https://github.com/rust-lang/crates.io-index" 2995 - checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06" 2996 - dependencies = [ 2997 - "num-traits", 2998 - ] 2999 - 3000 - [[package]] 3001 - name = "ordered-multimap" 3002 - version = "0.6.0" 3003 - source = "registry+https://github.com/rust-lang/crates.io-index" 3004 - checksum = "4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e" 3005 - dependencies = [ 3006 - "dlv-list", 3007 - "hashbrown 0.13.2", 3008 - ] 3009 - 3010 - [[package]] 3011 - name = "ordered-stream" 3012 - version = "0.2.0" 3013 - source = "registry+https://github.com/rust-lang/crates.io-index" 3014 - checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 3015 - dependencies = [ 3016 - "futures-core", 3017 - "pin-project-lite", 3018 - ] 3019 - 3020 - [[package]] 3021 - name = "owned_ttf_parser" 3022 - version = "0.19.0" 3023 - source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4" 3025 - dependencies = [ 3026 - "ttf-parser", 3027 - ] 3028 - 3029 - [[package]] 3030 - name = "palette" 3031 - version = "0.6.1" 3032 - source = "registry+https://github.com/rust-lang/crates.io-index" 3033 - checksum = "8f9cd68f7112581033f157e56c77ac4a5538ec5836a2e39284e65bd7d7275e49" 3034 - dependencies = [ 3035 - "approx", 3036 - "num-traits", 3037 - "palette_derive", 3038 - "phf", 3039 - ] 3040 - 3041 - [[package]] 3042 - name = "palette_derive" 3043 - version = "0.6.1" 3044 - source = "registry+https://github.com/rust-lang/crates.io-index" 3045 - checksum = "05eedf46a8e7c27f74af0c9cfcdb004ceca158cb1b918c6f68f8d7a549b3e427" 3046 - dependencies = [ 3047 - "find-crate", 3048 - "proc-macro2", 3049 - "quote", 3050 - "syn 1.0.109", 3051 - ] 3052 - 3053 - [[package]] 3054 - name = "parking" 3055 - version = "2.1.0" 3056 - source = "registry+https://github.com/rust-lang/crates.io-index" 3057 - checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" 3058 - 3059 - [[package]] 3060 - name = "parking_lot" 3061 - version = "0.11.2" 3062 - source = "registry+https://github.com/rust-lang/crates.io-index" 3063 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 3064 - dependencies = [ 3065 - "instant", 3066 - "lock_api", 3067 - "parking_lot_core 0.8.6", 3068 - ] 3069 - 3070 - [[package]] 3071 - name = "parking_lot" 3072 - version = "0.12.1" 3073 - source = "registry+https://github.com/rust-lang/crates.io-index" 3074 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3075 - dependencies = [ 3076 - "lock_api", 3077 - "parking_lot_core 0.9.8", 3078 - ] 3079 - 3080 - [[package]] 3081 - name = "parking_lot_core" 3082 - version = "0.8.6" 3083 - source = "registry+https://github.com/rust-lang/crates.io-index" 3084 - checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 3085 - dependencies = [ 3086 - "cfg-if", 3087 - "instant", 3088 - "libc", 3089 - "redox_syscall 0.2.16", 3090 - "smallvec", 3091 - "winapi", 3092 - ] 3093 - 3094 - [[package]] 3095 - name = "parking_lot_core" 3096 - version = "0.9.8" 3097 - source = "registry+https://github.com/rust-lang/crates.io-index" 3098 - checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 3099 - dependencies = [ 3100 - "cfg-if", 3101 - "libc", 3102 - "redox_syscall 0.3.5", 3103 - "smallvec", 3104 - "windows-targets 0.48.5", 3105 - ] 3106 - 3107 - [[package]] 3108 - name = "paste" 3109 - version = "1.0.14" 3110 - source = "registry+https://github.com/rust-lang/crates.io-index" 3111 - checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 3112 - 3113 - [[package]] 3114 - name = "peeking_take_while" 3115 - version = "0.1.2" 3116 - source = "registry+https://github.com/rust-lang/crates.io-index" 3117 - checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 3118 - 3119 - [[package]] 3120 - name = "percent-encoding" 3121 - version = "2.3.0" 3122 - source = "registry+https://github.com/rust-lang/crates.io-index" 3123 - checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 3124 - 3125 - [[package]] 3126 - name = "pest" 3127 - version = "2.7.2" 3128 - source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a" 3130 - dependencies = [ 3131 - "thiserror", 3132 - "ucd-trie", 3133 - ] 3134 - 3135 - [[package]] 3136 - name = "pest_derive" 3137 - version = "2.7.2" 3138 - source = "registry+https://github.com/rust-lang/crates.io-index" 3139 - checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853" 3140 - dependencies = [ 3141 - "pest", 3142 - "pest_generator", 3143 - ] 3144 - 3145 - [[package]] 3146 - name = "pest_generator" 3147 - version = "2.7.2" 3148 - source = "registry+https://github.com/rust-lang/crates.io-index" 3149 - checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929" 3150 - dependencies = [ 3151 - "pest", 3152 - "pest_meta", 3153 - "proc-macro2", 3154 - "quote", 3155 - "syn 2.0.29", 3156 - ] 3157 - 3158 - [[package]] 3159 - name = "pest_meta" 3160 - version = "2.7.2" 3161 - source = "registry+https://github.com/rust-lang/crates.io-index" 3162 - checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48" 3163 - dependencies = [ 3164 - "once_cell", 3165 - "pest", 3166 - "sha2", 3167 - ] 3168 - 3169 - [[package]] 3170 - name = "phf" 3171 - version = "0.11.2" 3172 - source = "registry+https://github.com/rust-lang/crates.io-index" 3173 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 3174 - dependencies = [ 3175 - "phf_macros", 3176 - "phf_shared", 3177 - ] 3178 - 3179 - [[package]] 3180 - name = "phf_generator" 3181 - version = "0.11.2" 3182 - source = "registry+https://github.com/rust-lang/crates.io-index" 3183 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 3184 - dependencies = [ 3185 - "phf_shared", 3186 - "rand", 3187 - ] 3188 - 3189 - [[package]] 3190 - name = "phf_macros" 3191 - version = "0.11.2" 3192 - source = "registry+https://github.com/rust-lang/crates.io-index" 3193 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 3194 - dependencies = [ 3195 - "phf_generator", 3196 - "phf_shared", 3197 - "proc-macro2", 3198 - "quote", 3199 - "syn 2.0.29", 3200 - ] 3201 - 3202 - [[package]] 3203 - name = "phf_shared" 3204 - version = "0.11.2" 3205 - source = "registry+https://github.com/rust-lang/crates.io-index" 3206 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 3207 - dependencies = [ 3208 - "siphasher", 3209 - ] 3210 - 3211 - [[package]] 3212 - name = "pin-project" 3213 - version = "1.1.3" 3214 - source = "registry+https://github.com/rust-lang/crates.io-index" 3215 - checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 3216 - dependencies = [ 3217 - "pin-project-internal", 3218 - ] 3219 - 3220 - [[package]] 3221 - name = "pin-project-internal" 3222 - version = "1.1.3" 3223 - source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 3225 - dependencies = [ 3226 - "proc-macro2", 3227 - "quote", 3228 - "syn 2.0.29", 3229 - ] 3230 - 3231 - [[package]] 3232 - name = "pin-project-lite" 3233 - version = "0.2.13" 3234 - source = "registry+https://github.com/rust-lang/crates.io-index" 3235 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 3236 - 3237 - [[package]] 3238 - name = "pin-utils" 3239 - version = "0.1.0" 3240 - source = "registry+https://github.com/rust-lang/crates.io-index" 3241 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3242 - 3243 - [[package]] 3244 - name = "pkg-config" 3245 - version = "0.3.27" 3246 - source = "registry+https://github.com/rust-lang/crates.io-index" 3247 - checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 3248 - 3249 - [[package]] 3250 - name = "png" 3251 - version = "0.17.10" 3252 - source = "registry+https://github.com/rust-lang/crates.io-index" 3253 - checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 3254 - dependencies = [ 3255 - "bitflags 1.3.2", 3256 - "crc32fast", 3257 - "fdeflate", 3258 - "flate2", 3259 - "miniz_oxide", 3260 - ] 3261 - 3262 - [[package]] 3263 - name = "polling" 3264 - version = "2.8.0" 3265 - source = "registry+https://github.com/rust-lang/crates.io-index" 3266 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3267 - dependencies = [ 3268 - "autocfg", 3269 - "bitflags 1.3.2", 3270 - "cfg-if", 3271 - "concurrent-queue", 3272 - "libc", 3273 - "log", 3274 - "pin-project-lite", 3275 - "windows-sys 0.48.0", 3276 - ] 3277 - 3278 - [[package]] 3279 - name = "powerfmt" 3280 - version = "0.2.0" 3281 - source = "registry+https://github.com/rust-lang/crates.io-index" 3282 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3283 - 3284 - [[package]] 3285 - name = "ppv-lite86" 3286 - version = "0.2.17" 3287 - source = "registry+https://github.com/rust-lang/crates.io-index" 3288 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3289 - 3290 - [[package]] 3291 - name = "primal-check" 3292 - version = "0.3.3" 3293 - source = "registry+https://github.com/rust-lang/crates.io-index" 3294 - checksum = "9df7f93fd637f083201473dab4fee2db4c429d32e55e3299980ab3957ab916a0" 3295 - dependencies = [ 3296 - "num-integer", 3297 - ] 3298 - 3299 - [[package]] 3300 - name = "proc-macro-crate" 3301 - version = "1.3.1" 3302 - source = "registry+https://github.com/rust-lang/crates.io-index" 3303 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3304 - dependencies = [ 3305 - "once_cell", 3306 - "toml_edit", 3307 - ] 3308 - 3309 - [[package]] 3310 - name = "proc-macro-error" 3311 - version = "1.0.4" 3312 - source = "registry+https://github.com/rust-lang/crates.io-index" 3313 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3314 - dependencies = [ 3315 - "proc-macro-error-attr", 3316 - "proc-macro2", 3317 - "quote", 3318 - "version_check", 3319 - ] 3320 - 3321 - [[package]] 3322 - name = "proc-macro-error-attr" 3323 - version = "1.0.4" 3324 - source = "registry+https://github.com/rust-lang/crates.io-index" 3325 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3326 - dependencies = [ 3327 - "proc-macro2", 3328 - "quote", 3329 - "version_check", 3330 - ] 3331 - 3332 - [[package]] 3333 - name = "proc-macro-hack" 3334 - version = "0.5.20+deprecated" 3335 - source = "registry+https://github.com/rust-lang/crates.io-index" 3336 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3337 - 3338 - [[package]] 3339 - name = "proc-macro2" 3340 - version = "1.0.66" 3341 - source = "registry+https://github.com/rust-lang/crates.io-index" 3342 - checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 3343 - dependencies = [ 3344 - "unicode-ident", 3345 - ] 3346 - 3347 - [[package]] 3348 - name = "profiling" 3349 - version = "1.0.9" 3350 - source = "registry+https://github.com/rust-lang/crates.io-index" 3351 - checksum = "46b2164ebdb1dfeec5e337be164292351e11daf63a05174c6776b2f47460f0c9" 3352 - 3353 - [[package]] 3354 - name = "prost" 3355 - version = "0.11.9" 3356 - source = "registry+https://github.com/rust-lang/crates.io-index" 3357 - checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 3358 - dependencies = [ 3359 - "bytes", 3360 - "prost-derive", 3361 - ] 3362 - 3363 - [[package]] 3364 - name = "prost-derive" 3365 - version = "0.11.9" 3366 - source = "registry+https://github.com/rust-lang/crates.io-index" 3367 - checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 3368 - dependencies = [ 3369 - "anyhow", 3370 - "itertools 0.10.5", 3371 - "proc-macro2", 3372 - "quote", 3373 - "syn 1.0.109", 3374 - ] 3375 - 3376 - [[package]] 3377 - name = "pyo3" 3378 - version = "0.19.2" 3379 - source = "registry+https://github.com/rust-lang/crates.io-index" 3380 - checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38" 3381 - dependencies = [ 3382 - "cfg-if", 3383 - "indoc", 3384 - "libc", 3385 - "memoffset 0.9.0", 3386 - "parking_lot 0.12.1", 3387 - "pyo3-build-config", 3388 - "pyo3-ffi", 3389 - "pyo3-macros", 3390 - "unindent", 3391 - ] 3392 - 3393 - [[package]] 3394 - name = "pyo3-build-config" 3395 - version = "0.19.2" 3396 - source = "registry+https://github.com/rust-lang/crates.io-index" 3397 - checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5" 3398 - dependencies = [ 3399 - "once_cell", 3400 - "target-lexicon", 3401 - ] 3402 - 3403 - [[package]] 3404 - name = "pyo3-ffi" 3405 - version = "0.19.2" 3406 - source = "registry+https://github.com/rust-lang/crates.io-index" 3407 - checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9" 3408 - dependencies = [ 3409 - "libc", 3410 - "pyo3-build-config", 3411 - ] 3412 - 3413 - [[package]] 3414 - name = "pyo3-macros" 3415 - version = "0.19.2" 3416 - source = "registry+https://github.com/rust-lang/crates.io-index" 3417 - checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1" 3418 - dependencies = [ 3419 - "proc-macro2", 3420 - "pyo3-macros-backend", 3421 - "quote", 3422 - "syn 1.0.109", 3423 - ] 3424 - 3425 - [[package]] 3426 - name = "pyo3-macros-backend" 3427 - version = "0.19.2" 3428 - source = "registry+https://github.com/rust-lang/crates.io-index" 3429 - checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536" 3430 - dependencies = [ 3431 - "proc-macro2", 3432 - "quote", 3433 - "syn 1.0.109", 3434 - ] 3435 - 3436 - [[package]] 3437 - name = "qoi" 3438 - version = "0.4.1" 3439 - source = "registry+https://github.com/rust-lang/crates.io-index" 3440 - checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 3441 - dependencies = [ 3442 - "bytemuck", 3443 - ] 3444 - 3445 - [[package]] 3446 - name = "quote" 3447 - version = "1.0.33" 3448 - source = "registry+https://github.com/rust-lang/crates.io-index" 3449 - checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 3450 - dependencies = [ 3451 - "proc-macro2", 3452 - ] 3453 - 3454 - [[package]] 3455 - name = "rand" 3456 - version = "0.8.5" 3457 - source = "registry+https://github.com/rust-lang/crates.io-index" 3458 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3459 - dependencies = [ 3460 - "libc", 3461 - "rand_chacha", 3462 - "rand_core", 3463 - ] 3464 - 3465 - [[package]] 3466 - name = "rand_chacha" 3467 - version = "0.3.1" 3468 - source = "registry+https://github.com/rust-lang/crates.io-index" 3469 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3470 - dependencies = [ 3471 - "ppv-lite86", 3472 - "rand_core", 3473 - ] 3474 - 3475 - [[package]] 3476 - name = "rand_core" 3477 - version = "0.6.4" 3478 - source = "registry+https://github.com/rust-lang/crates.io-index" 3479 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3480 - dependencies = [ 3481 - "getrandom", 3482 - ] 3483 - 3484 - [[package]] 3485 - name = "rand_distr" 3486 - version = "0.4.3" 3487 - source = "registry+https://github.com/rust-lang/crates.io-index" 3488 - checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 3489 - dependencies = [ 3490 - "num-traits", 3491 - "rand", 3492 - ] 3493 - 3494 - [[package]] 3495 - name = "rand_xoshiro" 3496 - version = "0.6.0" 3497 - source = "registry+https://github.com/rust-lang/crates.io-index" 3498 - checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 3499 - dependencies = [ 3500 - "rand_core", 3501 - ] 3502 - 3503 - [[package]] 3504 - name = "range-alloc" 3505 - version = "0.1.3" 3506 - source = "registry+https://github.com/rust-lang/crates.io-index" 3507 - checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 3508 - 3509 - [[package]] 3510 - name = "raw-window-handle" 3511 - version = "0.3.4" 3512 - source = "registry+https://github.com/rust-lang/crates.io-index" 3513 - checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76" 3514 - dependencies = [ 3515 - "libc", 3516 - "raw-window-handle 0.4.3", 3517 - ] 3518 - 3519 - [[package]] 3520 - name = "raw-window-handle" 3521 - version = "0.4.3" 3522 - source = "registry+https://github.com/rust-lang/crates.io-index" 3523 - checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 3524 - dependencies = [ 3525 - "cty", 3526 - ] 3527 - 3528 - [[package]] 3529 - name = "raw-window-handle" 3530 - version = "0.5.2" 3531 - source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 3533 - 3534 - [[package]] 3535 - name = "rawpointer" 3536 - version = "0.2.1" 3537 - source = "registry+https://github.com/rust-lang/crates.io-index" 3538 - checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 3539 - 3540 - [[package]] 3541 - name = "rayon" 3542 - version = "1.7.0" 3543 - source = "registry+https://github.com/rust-lang/crates.io-index" 3544 - checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 3545 - dependencies = [ 3546 - "either", 3547 - "rayon-core", 3548 - ] 3549 - 3550 - [[package]] 3551 - name = "rayon-core" 3552 - version = "1.11.0" 3553 - source = "registry+https://github.com/rust-lang/crates.io-index" 3554 - checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 3555 - dependencies = [ 3556 - "crossbeam-channel", 3557 - "crossbeam-deque", 3558 - "crossbeam-utils", 3559 - "num_cpus", 3560 - ] 3561 - 3562 - [[package]] 3563 - name = "realfft" 3564 - version = "3.3.0" 3565 - source = "registry+https://github.com/rust-lang/crates.io-index" 3566 - checksum = "953d9f7e5cdd80963547b456251296efc2626ed4e3cbf36c869d9564e0220571" 3567 - dependencies = [ 3568 - "rustfft", 3569 - ] 3570 - 3571 - [[package]] 3572 - name = "redox_syscall" 3573 - version = "0.2.16" 3574 - source = "registry+https://github.com/rust-lang/crates.io-index" 3575 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3576 - dependencies = [ 3577 - "bitflags 1.3.2", 3578 - ] 3579 - 3580 - [[package]] 3581 - name = "redox_syscall" 3582 - version = "0.3.5" 3583 - source = "registry+https://github.com/rust-lang/crates.io-index" 3584 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 3585 - dependencies = [ 3586 - "bitflags 1.3.2", 3587 - ] 3588 - 3589 - [[package]] 3590 - name = "regex" 3591 - version = "1.9.4" 3592 - source = "registry+https://github.com/rust-lang/crates.io-index" 3593 - checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29" 3594 - dependencies = [ 3595 - "aho-corasick", 3596 - "memchr", 3597 - "regex-automata", 3598 - "regex-syntax", 3599 - ] 3600 - 3601 - [[package]] 3602 - name = "regex-automata" 3603 - version = "0.3.7" 3604 - source = "registry+https://github.com/rust-lang/crates.io-index" 3605 - checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629" 3606 - dependencies = [ 3607 - "aho-corasick", 3608 - "memchr", 3609 - "regex-syntax", 3610 - ] 3611 - 3612 - [[package]] 3613 - name = "regex-syntax" 3614 - version = "0.7.5" 3615 - source = "registry+https://github.com/rust-lang/crates.io-index" 3616 - checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 3617 - 3618 - [[package]] 3619 - name = "renderdoc-sys" 3620 - version = "0.7.1" 3621 - source = "registry+https://github.com/rust-lang/crates.io-index" 3622 - checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157" 3623 - 3624 - [[package]] 3625 - name = "ringbuf" 3626 - version = "0.3.3" 3627 - source = "registry+https://github.com/rust-lang/crates.io-index" 3628 - checksum = "79abed428d1fd2a128201cec72c5f6938e2da607c6f3745f769fabea399d950a" 3629 - dependencies = [ 3630 - "crossbeam-utils", 3631 - ] 3632 - 3633 - [[package]] 3634 - name = "roots" 3635 - version = "0.0.7" 3636 - source = "registry+https://github.com/rust-lang/crates.io-index" 3637 - checksum = "1c36d2bbc763f480668d6d6790ae2fdd2e52ac0c21a3a26d156f3534a3d9eea9" 3638 - 3639 - [[package]] 3640 - name = "rstest" 3641 - version = "0.17.0" 3642 - source = "registry+https://github.com/rust-lang/crates.io-index" 3643 - checksum = "de1bb486a691878cd320c2f0d319ba91eeaa2e894066d8b5f8f117c000e9d962" 3644 - dependencies = [ 3645 - "futures", 3646 - "futures-timer", 3647 - "rstest_macros", 3648 - "rustc_version", 3649 - ] 3650 - 3651 - [[package]] 3652 - name = "rstest_macros" 3653 - version = "0.17.0" 3654 - source = "registry+https://github.com/rust-lang/crates.io-index" 3655 - checksum = "290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8" 3656 - dependencies = [ 3657 - "cfg-if", 3658 - "proc-macro2", 3659 - "quote", 3660 - "rustc_version", 3661 - "syn 1.0.109", 3662 - "unicode-ident", 3663 - ] 3664 - 3665 - [[package]] 3666 - name = "rubato" 3667 - version = "0.14.1" 3668 - source = "registry+https://github.com/rust-lang/crates.io-index" 3669 - checksum = "e6dd52e80cfc21894deadf554a5673002938ae4625f7a283e536f9cf7c17b0d5" 3670 - dependencies = [ 3671 - "num-complex", 3672 - "num-integer", 3673 - "num-traits", 3674 - "realfft", 3675 - ] 3676 - 3677 - [[package]] 3678 - name = "rust-ini" 3679 - version = "0.19.0" 3680 - source = "registry+https://github.com/rust-lang/crates.io-index" 3681 - checksum = "7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091" 3682 - dependencies = [ 3683 - "cfg-if", 3684 - "ordered-multimap", 3685 - ] 3686 - 3687 - [[package]] 3688 - name = "rustc-demangle" 3689 - version = "0.1.23" 3690 - source = "registry+https://github.com/rust-lang/crates.io-index" 3691 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 3692 - 3693 - [[package]] 3694 - name = "rustc-hash" 3695 - version = "1.1.0" 3696 - source = "registry+https://github.com/rust-lang/crates.io-index" 3697 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3698 - 3699 - [[package]] 3700 - name = "rustc_version" 3701 - version = "0.4.0" 3702 - source = "registry+https://github.com/rust-lang/crates.io-index" 3703 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3704 - dependencies = [ 3705 - "semver", 3706 - ] 3707 - 3708 - [[package]] 3709 - name = "rustfft" 3710 - version = "6.1.0" 3711 - source = "registry+https://github.com/rust-lang/crates.io-index" 3712 - checksum = "e17d4f6cbdb180c9f4b2a26bbf01c4e647f1e1dea22fe8eb9db54198b32f9434" 3713 - dependencies = [ 3714 - "num-complex", 3715 - "num-integer", 3716 - "num-traits", 3717 - "primal-check", 3718 - "strength_reduce", 3719 - "transpose", 3720 - "version_check", 3721 - ] 3722 - 3723 - [[package]] 3724 - name = "rustix" 3725 - version = "0.37.23" 3726 - source = "registry+https://github.com/rust-lang/crates.io-index" 3727 - checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 3728 - dependencies = [ 3729 - "bitflags 1.3.2", 3730 - "errno", 3731 - "io-lifetimes", 3732 - "libc", 3733 - "linux-raw-sys 0.3.8", 3734 - "windows-sys 0.48.0", 3735 - ] 3736 - 3737 - [[package]] 3738 - name = "rustix" 3739 - version = "0.38.9" 3740 - source = "registry+https://github.com/rust-lang/crates.io-index" 3741 - checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49" 3742 - dependencies = [ 3743 - "bitflags 2.4.0", 3744 - "errno", 3745 - "libc", 3746 - "linux-raw-sys 0.4.5", 3747 - "windows-sys 0.48.0", 3748 - ] 3749 - 3750 - [[package]] 3751 - name = "ryu" 3752 - version = "1.0.15" 3753 - source = "registry+https://github.com/rust-lang/crates.io-index" 3754 - checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 3755 - 3756 - [[package]] 3757 - name = "safe_arch" 3758 - version = "0.5.2" 3759 - source = "registry+https://github.com/rust-lang/crates.io-index" 3760 - checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05" 3761 - dependencies = [ 3762 - "bytemuck", 3763 - ] 3764 - 3765 - [[package]] 3766 - name = "same-file" 3767 - version = "1.0.6" 3768 - source = "registry+https://github.com/rust-lang/crates.io-index" 3769 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3770 - dependencies = [ 3771 - "winapi-util", 3772 - ] 3773 - 3774 - [[package]] 3775 - name = "scan_fmt" 3776 - version = "0.2.6" 3777 - source = "registry+https://github.com/rust-lang/crates.io-index" 3778 - checksum = "0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248" 3779 - dependencies = [ 3780 - "regex", 3781 - ] 3782 - 3783 - [[package]] 3784 - name = "scoped-tls" 3785 - version = "1.0.1" 3786 - source = "registry+https://github.com/rust-lang/crates.io-index" 3787 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3788 - 3789 - [[package]] 3790 - name = "scopeguard" 3791 - version = "1.2.0" 3792 - source = "registry+https://github.com/rust-lang/crates.io-index" 3793 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3794 - 3795 - [[package]] 3796 - name = "sctk-adwaita" 3797 - version = "0.4.3" 3798 - source = "registry+https://github.com/rust-lang/crates.io-index" 3799 - checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339" 3800 - dependencies = [ 3801 - "crossfont", 3802 - "log", 3803 - "smithay-client-toolkit", 3804 - "tiny-skia", 3805 - ] 3806 - 3807 - [[package]] 3808 - name = "semver" 3809 - version = "1.0.18" 3810 - source = "registry+https://github.com/rust-lang/crates.io-index" 3811 - checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 3812 - 3813 - [[package]] 3814 - name = "serde" 3815 - version = "1.0.188" 3816 - source = "registry+https://github.com/rust-lang/crates.io-index" 3817 - checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 3818 - dependencies = [ 3819 - "serde_derive", 3820 - ] 3821 - 3822 - [[package]] 3823 - name = "serde_derive" 3824 - version = "1.0.188" 3825 - source = "registry+https://github.com/rust-lang/crates.io-index" 3826 - checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 3827 - dependencies = [ 3828 - "proc-macro2", 3829 - "quote", 3830 - "syn 2.0.29", 3831 - ] 3832 - 3833 - [[package]] 3834 - name = "serde_json" 3835 - version = "1.0.105" 3836 - source = "registry+https://github.com/rust-lang/crates.io-index" 3837 - checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 3838 - dependencies = [ 3839 - "itoa", 3840 - "ryu", 3841 - "serde", 3842 - ] 3843 - 3844 - [[package]] 3845 - name = "serde_repr" 3846 - version = "0.1.16" 3847 - source = "registry+https://github.com/rust-lang/crates.io-index" 3848 - checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" 3849 - dependencies = [ 3850 - "proc-macro2", 3851 - "quote", 3852 - "syn 2.0.29", 3853 - ] 3854 - 3855 - [[package]] 3856 - name = "servo-fontconfig" 3857 - version = "0.5.1" 3858 - source = "registry+https://github.com/rust-lang/crates.io-index" 3859 - checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c" 3860 - dependencies = [ 3861 - "libc", 3862 - "servo-fontconfig-sys", 3863 - ] 3864 - 3865 - [[package]] 3866 - name = "servo-fontconfig-sys" 3867 - version = "5.1.0" 3868 - source = "registry+https://github.com/rust-lang/crates.io-index" 3869 - checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388" 3870 - dependencies = [ 3871 - "expat-sys", 3872 - "freetype-sys", 3873 - "pkg-config", 3874 - ] 3875 - 3876 - [[package]] 3877 - name = "sha1" 3878 - version = "0.10.5" 3879 - source = "registry+https://github.com/rust-lang/crates.io-index" 3880 - checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 3881 - dependencies = [ 3882 - "cfg-if", 3883 - "cpufeatures", 3884 - "digest", 3885 - ] 3886 - 3887 - [[package]] 3888 - name = "sha2" 3889 - version = "0.10.7" 3890 - source = "registry+https://github.com/rust-lang/crates.io-index" 3891 - checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 3892 - dependencies = [ 3893 - "cfg-if", 3894 - "cpufeatures", 3895 - "digest", 3896 - ] 3897 - 3898 - [[package]] 3899 - name = "shlex" 3900 - version = "1.1.0" 3901 - source = "registry+https://github.com/rust-lang/crates.io-index" 3902 - checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 3903 - 3904 - [[package]] 3905 - name = "signal-hook" 3906 - version = "0.3.17" 3907 - source = "registry+https://github.com/rust-lang/crates.io-index" 3908 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 3909 - dependencies = [ 3910 - "libc", 3911 - "signal-hook-registry", 3912 - ] 3913 - 3914 - [[package]] 3915 - name = "signal-hook-registry" 3916 - version = "1.4.1" 3917 - source = "registry+https://github.com/rust-lang/crates.io-index" 3918 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3919 - dependencies = [ 3920 - "libc", 3921 - ] 3922 - 3923 - [[package]] 3924 - name = "simd-adler32" 3925 - version = "0.3.7" 3926 - source = "registry+https://github.com/rust-lang/crates.io-index" 3927 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3928 - 3929 - [[package]] 3930 - name = "siphasher" 3931 - version = "0.3.11" 3932 - source = "registry+https://github.com/rust-lang/crates.io-index" 3933 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 3934 - 3935 - [[package]] 3936 - name = "slab" 3937 - version = "0.4.9" 3938 - source = "registry+https://github.com/rust-lang/crates.io-index" 3939 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3940 - dependencies = [ 3941 - "autocfg", 3942 - ] 3943 - 3944 - [[package]] 3945 - name = "slotmap" 3946 - version = "1.0.6" 3947 - source = "registry+https://github.com/rust-lang/crates.io-index" 3948 - checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 3949 - dependencies = [ 3950 - "version_check", 3951 - ] 3952 - 3953 - [[package]] 3954 - name = "smallvec" 3955 - version = "1.11.0" 3956 - source = "registry+https://github.com/rust-lang/crates.io-index" 3957 - checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 3958 - 3959 - [[package]] 3960 - name = "smithay-client-toolkit" 3961 - version = "0.16.0" 3962 - source = "registry+https://github.com/rust-lang/crates.io-index" 3963 - checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" 3964 - dependencies = [ 3965 - "bitflags 1.3.2", 3966 - "calloop", 3967 - "dlib", 3968 - "lazy_static", 3969 - "log", 3970 - "memmap2", 3971 - "nix 0.24.3", 3972 - "pkg-config", 3973 - "wayland-client", 3974 - "wayland-cursor", 3975 - "wayland-protocols", 3976 - ] 3977 - 3978 - [[package]] 3979 - name = "smithay-clipboard" 3980 - version = "0.6.6" 3981 - source = "registry+https://github.com/rust-lang/crates.io-index" 3982 - checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8" 3983 - dependencies = [ 3984 - "smithay-client-toolkit", 3985 - "wayland-client", 3986 - ] 3987 - 3988 - [[package]] 3989 - name = "socket2" 3990 - version = "0.4.9" 3991 - source = "registry+https://github.com/rust-lang/crates.io-index" 3992 - checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 3993 - dependencies = [ 3994 - "libc", 3995 - "winapi", 3996 - ] 3997 - 3998 - [[package]] 3999 - name = "spin" 4000 - version = "0.9.8" 4001 - source = "registry+https://github.com/rust-lang/crates.io-index" 4002 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4003 - dependencies = [ 4004 - "lock_api", 4005 - ] 4006 - 4007 - [[package]] 4008 - name = "spirv" 4009 - version = "0.2.0+1.5.4" 4010 - source = "registry+https://github.com/rust-lang/crates.io-index" 4011 - checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" 4012 - dependencies = [ 4013 - "bitflags 1.3.2", 4014 - "num-traits", 4015 - ] 4016 - 4017 - [[package]] 4018 - name = "static_assertions" 4019 - version = "1.1.0" 4020 - source = "registry+https://github.com/rust-lang/crates.io-index" 4021 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4022 - 4023 - [[package]] 4024 - name = "str-buf" 4025 - version = "1.0.6" 4026 - source = "registry+https://github.com/rust-lang/crates.io-index" 4027 - checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 4028 - 4029 - [[package]] 4030 - name = "strength_reduce" 4031 - version = "0.2.4" 4032 - source = "registry+https://github.com/rust-lang/crates.io-index" 4033 - checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 4034 - 4035 - [[package]] 4036 - name = "string-interner" 4037 - version = "0.14.0" 4038 - source = "registry+https://github.com/rust-lang/crates.io-index" 4039 - checksum = "91e2531d8525b29b514d25e275a43581320d587b86db302b9a7e464bac579648" 4040 - dependencies = [ 4041 - "cfg-if", 4042 - "hashbrown 0.11.2", 4043 - "serde", 4044 - ] 4045 - 4046 - [[package]] 4047 - name = "strsim" 4048 - version = "0.10.0" 4049 - source = "registry+https://github.com/rust-lang/crates.io-index" 4050 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4051 - 4052 - [[package]] 4053 - name = "svg_fmt" 4054 - version = "0.4.1" 4055 - source = "registry+https://github.com/rust-lang/crates.io-index" 4056 - checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2" 4057 - 4058 - [[package]] 4059 - name = "syn" 4060 - version = "1.0.109" 4061 - source = "registry+https://github.com/rust-lang/crates.io-index" 4062 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4063 - dependencies = [ 4064 - "proc-macro2", 4065 - "quote", 4066 - "unicode-ident", 4067 - ] 4068 - 4069 - [[package]] 4070 - name = "syn" 4071 - version = "2.0.29" 4072 - source = "registry+https://github.com/rust-lang/crates.io-index" 4073 - checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" 4074 - dependencies = [ 4075 - "proc-macro2", 4076 - "quote", 4077 - "unicode-ident", 4078 - ] 4079 - 4080 - [[package]] 4081 - name = "tar" 4082 - version = "0.4.40" 4083 - source = "registry+https://github.com/rust-lang/crates.io-index" 4084 - checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 4085 - dependencies = [ 4086 - "filetime", 4087 - "libc", 4088 - "xattr", 4089 - ] 4090 - 4091 - [[package]] 4092 - name = "target-lexicon" 4093 - version = "0.12.11" 4094 - source = "registry+https://github.com/rust-lang/crates.io-index" 4095 - checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 4096 - 4097 - [[package]] 4098 - name = "tempfile" 4099 - version = "3.8.0" 4100 - source = "registry+https://github.com/rust-lang/crates.io-index" 4101 - checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 4102 - dependencies = [ 4103 - "cfg-if", 4104 - "fastrand 2.0.0", 4105 - "redox_syscall 0.3.5", 4106 - "rustix 0.38.9", 4107 - "windows-sys 0.48.0", 4108 - ] 4109 - 4110 - [[package]] 4111 - name = "termcolor" 4112 - version = "1.2.0" 4113 - source = "registry+https://github.com/rust-lang/crates.io-index" 4114 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 4115 - dependencies = [ 4116 - "winapi-util", 4117 - ] 4118 - 4119 - [[package]] 4120 - name = "thiserror" 4121 - version = "1.0.47" 4122 - source = "registry+https://github.com/rust-lang/crates.io-index" 4123 - checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 4124 - dependencies = [ 4125 - "thiserror-impl", 4126 - ] 4127 - 4128 - [[package]] 4129 - name = "thiserror-impl" 4130 - version = "1.0.47" 4131 - source = "registry+https://github.com/rust-lang/crates.io-index" 4132 - checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 4133 - dependencies = [ 4134 - "proc-macro2", 4135 - "quote", 4136 - "syn 2.0.29", 4137 - ] 4138 - 4139 - [[package]] 4140 - name = "tiff" 4141 - version = "0.9.0" 4142 - source = "registry+https://github.com/rust-lang/crates.io-index" 4143 - checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211" 4144 - dependencies = [ 4145 - "flate2", 4146 - "jpeg-decoder", 4147 - "weezl", 4148 - ] 4149 - 4150 - [[package]] 4151 - name = "time" 4152 - version = "0.3.36" 4153 - source = "registry+https://github.com/rust-lang/crates.io-index" 4154 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 4155 - dependencies = [ 4156 - "deranged", 4157 - "itoa", 4158 - "num-conv", 4159 - "powerfmt", 4160 - "serde", 4161 - "time-core", 4162 - "time-macros", 4163 - ] 4164 - 4165 - [[package]] 4166 - name = "time-core" 4167 - version = "0.1.2" 4168 - source = "registry+https://github.com/rust-lang/crates.io-index" 4169 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 4170 - 4171 - [[package]] 4172 - name = "time-macros" 4173 - version = "0.2.18" 4174 - source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 4176 - dependencies = [ 4177 - "num-conv", 4178 - "time-core", 4179 - ] 4180 - 4181 - [[package]] 4182 - name = "tiny-keccak" 4183 - version = "2.0.2" 4184 - source = "registry+https://github.com/rust-lang/crates.io-index" 4185 - checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 4186 - dependencies = [ 4187 - "crunchy", 4188 - ] 4189 - 4190 - [[package]] 4191 - name = "tiny-skia" 4192 - version = "0.7.0" 4193 - source = "registry+https://github.com/rust-lang/crates.io-index" 4194 - checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82" 4195 - dependencies = [ 4196 - "arrayref", 4197 - "arrayvec 0.5.2", 4198 - "bytemuck", 4199 - "cfg-if", 4200 - "png", 4201 - "safe_arch", 4202 - "tiny-skia-path", 4203 - ] 4204 - 4205 - [[package]] 4206 - name = "tiny-skia-path" 4207 - version = "0.7.0" 4208 - source = "registry+https://github.com/rust-lang/crates.io-index" 4209 - checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c" 4210 - dependencies = [ 4211 - "arrayref", 4212 - "bytemuck", 4213 - ] 4214 - 4215 - [[package]] 4216 - name = "tinyvec" 4217 - version = "1.6.0" 4218 - source = "registry+https://github.com/rust-lang/crates.io-index" 4219 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 4220 - dependencies = [ 4221 - "tinyvec_macros", 4222 - ] 4223 - 4224 - [[package]] 4225 - name = "tinyvec_macros" 4226 - version = "0.1.1" 4227 - source = "registry+https://github.com/rust-lang/crates.io-index" 4228 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4229 - 4230 - [[package]] 4231 - name = "tokio" 4232 - version = "1.32.0" 4233 - source = "registry+https://github.com/rust-lang/crates.io-index" 4234 - checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 4235 - dependencies = [ 4236 - "backtrace", 4237 - "num_cpus", 4238 - "pin-project-lite", 4239 - ] 4240 - 4241 - [[package]] 4242 - name = "toml" 4243 - version = "0.5.11" 4244 - source = "registry+https://github.com/rust-lang/crates.io-index" 4245 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 4246 - dependencies = [ 4247 - "serde", 4248 - ] 4249 - 4250 - [[package]] 4251 - name = "toml_datetime" 4252 - version = "0.6.3" 4253 - source = "registry+https://github.com/rust-lang/crates.io-index" 4254 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 4255 - 4256 - [[package]] 4257 - name = "toml_edit" 4258 - version = "0.19.14" 4259 - source = "registry+https://github.com/rust-lang/crates.io-index" 4260 - checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" 4261 - dependencies = [ 4262 - "indexmap 2.0.0", 4263 - "toml_datetime", 4264 - "winnow", 4265 - ] 4266 - 4267 - [[package]] 4268 - name = "tracing" 4269 - version = "0.1.37" 4270 - source = "registry+https://github.com/rust-lang/crates.io-index" 4271 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 4272 - dependencies = [ 4273 - "cfg-if", 4274 - "pin-project-lite", 4275 - "tracing-attributes", 4276 - "tracing-core", 4277 - ] 4278 - 4279 - [[package]] 4280 - name = "tracing-attributes" 4281 - version = "0.1.26" 4282 - source = "registry+https://github.com/rust-lang/crates.io-index" 4283 - checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 4284 - dependencies = [ 4285 - "proc-macro2", 4286 - "quote", 4287 - "syn 2.0.29", 4288 - ] 4289 - 4290 - [[package]] 4291 - name = "tracing-core" 4292 - version = "0.1.31" 4293 - source = "registry+https://github.com/rust-lang/crates.io-index" 4294 - checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 4295 - dependencies = [ 4296 - "once_cell", 4297 - ] 4298 - 4299 - [[package]] 4300 - name = "tract-core" 4301 - version = "0.19.16" 4302 - source = "registry+https://github.com/rust-lang/crates.io-index" 4303 - checksum = "dae91e4486af81c5a154dce2a1d7c0780d35c2de8bc42e94bdec995333f31b90" 4304 - dependencies = [ 4305 - "anyhow", 4306 - "bit-set", 4307 - "derive-new", 4308 - "downcast-rs", 4309 - "dyn-clone", 4310 - "educe", 4311 - "lazy_static", 4312 - "log", 4313 - "maplit", 4314 - "ndarray", 4315 - "num-integer", 4316 - "num-traits", 4317 - "rustfft", 4318 - "smallvec", 4319 - "tract-data", 4320 - "tract-linalg", 4321 - ] 4322 - 4323 - [[package]] 4324 - name = "tract-data" 4325 - version = "0.19.16" 4326 - source = "registry+https://github.com/rust-lang/crates.io-index" 4327 - checksum = "027e05e3537cb13f5e84b7664de25ed326a1d42c08d9985694f48f6efe3483ee" 4328 - dependencies = [ 4329 - "anyhow", 4330 - "educe", 4331 - "half", 4332 - "itertools 0.10.5", 4333 - "lazy_static", 4334 - "maplit", 4335 - "ndarray", 4336 - "nom", 4337 - "num-complex", 4338 - "num-integer", 4339 - "num-traits", 4340 - "scan_fmt", 4341 - "smallvec", 4342 - "string-interner", 4343 - ] 4344 - 4345 - [[package]] 4346 - name = "tract-hir" 4347 - version = "0.19.16" 4348 - source = "registry+https://github.com/rust-lang/crates.io-index" 4349 - checksum = "d5f72648d914f724e188cf679f3dd74f069eea36d8670633acf8889b94391a54" 4350 - dependencies = [ 4351 - "derive-new", 4352 - "educe", 4353 - "log", 4354 - "tract-core", 4355 - ] 4356 - 4357 - [[package]] 4358 - name = "tract-linalg" 4359 - version = "0.19.16" 4360 - source = "registry+https://github.com/rust-lang/crates.io-index" 4361 - checksum = "49fb02b3ee7b77054a3d1fecfe4bc2f7523f587a8f1814b32089f93e2a573244" 4362 - dependencies = [ 4363 - "cc", 4364 - "derive-new", 4365 - "downcast-rs", 4366 - "dyn-clone", 4367 - "half", 4368 - "lazy_static", 4369 - "liquid", 4370 - "liquid-core", 4371 - "log", 4372 - "num-traits", 4373 - "paste", 4374 - "scan_fmt", 4375 - "smallvec", 4376 - "tract-data", 4377 - "unicode-normalization", 4378 - "walkdir", 4379 - ] 4380 - 4381 - [[package]] 4382 - name = "tract-nnef" 4383 - version = "0.19.16" 4384 - source = "registry+https://github.com/rust-lang/crates.io-index" 4385 - checksum = "0895153ea97091967f92121715a5c80fbcc0841c53a1b2fb9ba93a89ed644357" 4386 - dependencies = [ 4387 - "byteorder", 4388 - "flate2", 4389 - "log", 4390 - "nom", 4391 - "tar", 4392 - "tract-core", 4393 - "walkdir", 4394 - ] 4395 - 4396 - [[package]] 4397 - name = "tract-onnx" 4398 - version = "0.19.16" 4399 - source = "registry+https://github.com/rust-lang/crates.io-index" 4400 - checksum = "21f752abf4627894827cdfea0ffd9089bcd31d4b5467bb32bd0908a4d3ab22b5" 4401 - dependencies = [ 4402 - "bytes", 4403 - "derive-new", 4404 - "educe", 4405 - "log", 4406 - "memmap2", 4407 - "num-integer", 4408 - "prost", 4409 - "smallvec", 4410 - "tract-hir", 4411 - "tract-nnef", 4412 - "tract-onnx-opl", 4413 - ] 4414 - 4415 - [[package]] 4416 - name = "tract-onnx-opl" 4417 - version = "0.19.16" 4418 - source = "registry+https://github.com/rust-lang/crates.io-index" 4419 - checksum = "eb740c8e25f65f6e070c9438fb4c2671d72d36470c01e49b3002e61c7c01d0cb" 4420 - dependencies = [ 4421 - "educe", 4422 - "getrandom", 4423 - "log", 4424 - "rand", 4425 - "rand_distr", 4426 - "rustfft", 4427 - "tract-nnef", 4428 - ] 4429 - 4430 - [[package]] 4431 - name = "tract-pulse" 4432 - version = "0.19.16" 4433 - source = "registry+https://github.com/rust-lang/crates.io-index" 4434 - checksum = "502f5ecdcb6c84d3c7caa1bbb2f23dbe0980055f8bd615fe3ef9ba37cb8f22dd" 4435 - dependencies = [ 4436 - "downcast-rs", 4437 - "lazy_static", 4438 - "log", 4439 - "tract-pulse-opl", 4440 - ] 4441 - 4442 - [[package]] 4443 - name = "tract-pulse-opl" 4444 - version = "0.19.16" 4445 - source = "registry+https://github.com/rust-lang/crates.io-index" 4446 - checksum = "a5fcf838d40dd2b8b6454aaef8d4ce772aeca44e87c9628591d0b2919a06ed89" 4447 - dependencies = [ 4448 - "downcast-rs", 4449 - "lazy_static", 4450 - "tract-nnef", 4451 - ] 4452 - 4453 - [[package]] 4454 - name = "transpose" 4455 - version = "0.2.2" 4456 - source = "registry+https://github.com/rust-lang/crates.io-index" 4457 - checksum = "e6522d49d03727ffb138ae4cbc1283d3774f0d10aa7f9bf52e6784c45daf9b23" 4458 - dependencies = [ 4459 - "num-integer", 4460 - "strength_reduce", 4461 - ] 4462 - 4463 - [[package]] 4464 - name = "ttf-parser" 4465 - version = "0.19.1" 4466 - source = "registry+https://github.com/rust-lang/crates.io-index" 4467 - checksum = "a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33" 4468 - 4469 - [[package]] 4470 - name = "twox-hash" 4471 - version = "1.6.3" 4472 - source = "registry+https://github.com/rust-lang/crates.io-index" 4473 - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 4474 - dependencies = [ 4475 - "cfg-if", 4476 - "rand", 4477 - "static_assertions", 4478 - ] 4479 - 4480 - [[package]] 4481 - name = "typenum" 4482 - version = "1.16.0" 4483 - source = "registry+https://github.com/rust-lang/crates.io-index" 4484 - checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 4485 - 4486 - [[package]] 4487 - name = "ucd-trie" 4488 - version = "0.1.6" 4489 - source = "registry+https://github.com/rust-lang/crates.io-index" 4490 - checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 4491 - 4492 - [[package]] 4493 - name = "uds_windows" 4494 - version = "1.0.2" 4495 - source = "registry+https://github.com/rust-lang/crates.io-index" 4496 - checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" 4497 - dependencies = [ 4498 - "tempfile", 4499 - "winapi", 4500 - ] 4501 - 4502 - [[package]] 4503 - name = "unicode-ident" 4504 - version = "1.0.11" 4505 - source = "registry+https://github.com/rust-lang/crates.io-index" 4506 - checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 4507 - 4508 - [[package]] 4509 - name = "unicode-normalization" 4510 - version = "0.1.22" 4511 - source = "registry+https://github.com/rust-lang/crates.io-index" 4512 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 4513 - dependencies = [ 4514 - "tinyvec", 4515 - ] 4516 - 4517 - [[package]] 4518 - name = "unicode-segmentation" 4519 - version = "1.10.1" 4520 - source = "registry+https://github.com/rust-lang/crates.io-index" 4521 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 4522 - 4523 - [[package]] 4524 - name = "unicode-width" 4525 - version = "0.1.10" 4526 - source = "registry+https://github.com/rust-lang/crates.io-index" 4527 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 4528 - 4529 - [[package]] 4530 - name = "unicode-xid" 4531 - version = "0.2.4" 4532 - source = "registry+https://github.com/rust-lang/crates.io-index" 4533 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 4534 - 4535 - [[package]] 4536 - name = "unindent" 4537 - version = "0.1.11" 4538 - source = "registry+https://github.com/rust-lang/crates.io-index" 4539 - checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 4540 - 4541 - [[package]] 4542 - name = "utf8parse" 4543 - version = "0.2.1" 4544 - source = "registry+https://github.com/rust-lang/crates.io-index" 4545 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 4546 - 4547 - [[package]] 4548 - name = "uuid" 4549 - version = "1.4.1" 4550 - source = "registry+https://github.com/rust-lang/crates.io-index" 4551 - checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" 4552 - dependencies = [ 4553 - "getrandom", 4554 - "rand", 4555 - ] 4556 - 4557 - [[package]] 4558 - name = "vec_map" 4559 - version = "0.7.0" 4560 - source = "registry+https://github.com/rust-lang/crates.io-index" 4561 - checksum = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897" 4562 - 4563 - [[package]] 4564 - name = "vec_map" 4565 - version = "0.8.2" 4566 - source = "registry+https://github.com/rust-lang/crates.io-index" 4567 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 4568 - 4569 - [[package]] 4570 - name = "version_check" 4571 - version = "0.9.4" 4572 - source = "registry+https://github.com/rust-lang/crates.io-index" 4573 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4574 - 4575 - [[package]] 4576 - name = "waker-fn" 4577 - version = "1.1.0" 4578 - source = "registry+https://github.com/rust-lang/crates.io-index" 4579 - checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 4580 - 4581 - [[package]] 4582 - name = "walkdir" 4583 - version = "2.3.3" 4584 - source = "registry+https://github.com/rust-lang/crates.io-index" 4585 - checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 4586 - dependencies = [ 4587 - "same-file", 4588 - "winapi-util", 4589 - ] 4590 - 4591 - [[package]] 4592 - name = "wasi" 4593 - version = "0.11.0+wasi-snapshot-preview1" 4594 - source = "registry+https://github.com/rust-lang/crates.io-index" 4595 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4596 - 4597 - [[package]] 4598 - name = "wasm-bindgen" 4599 - version = "0.2.87" 4600 - source = "registry+https://github.com/rust-lang/crates.io-index" 4601 - checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 4602 - dependencies = [ 4603 - "cfg-if", 4604 - "wasm-bindgen-macro", 4605 - ] 4606 - 4607 - [[package]] 4608 - name = "wasm-bindgen-backend" 4609 - version = "0.2.87" 4610 - source = "registry+https://github.com/rust-lang/crates.io-index" 4611 - checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 4612 - dependencies = [ 4613 - "bumpalo", 4614 - "log", 4615 - "once_cell", 4616 - "proc-macro2", 4617 - "quote", 4618 - "syn 2.0.29", 4619 - "wasm-bindgen-shared", 4620 - ] 4621 - 4622 - [[package]] 4623 - name = "wasm-bindgen-futures" 4624 - version = "0.4.37" 4625 - source = "registry+https://github.com/rust-lang/crates.io-index" 4626 - checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 4627 - dependencies = [ 4628 - "cfg-if", 4629 - "js-sys", 4630 - "wasm-bindgen", 4631 - "web-sys", 4632 - ] 4633 - 4634 - [[package]] 4635 - name = "wasm-bindgen-macro" 4636 - version = "0.2.87" 4637 - source = "registry+https://github.com/rust-lang/crates.io-index" 4638 - checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 4639 - dependencies = [ 4640 - "quote", 4641 - "wasm-bindgen-macro-support", 4642 - ] 4643 - 4644 - [[package]] 4645 - name = "wasm-bindgen-macro-support" 4646 - version = "0.2.87" 4647 - source = "registry+https://github.com/rust-lang/crates.io-index" 4648 - checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 4649 - dependencies = [ 4650 - "proc-macro2", 4651 - "quote", 4652 - "syn 2.0.29", 4653 - "wasm-bindgen-backend", 4654 - "wasm-bindgen-shared", 4655 - ] 4656 - 4657 - [[package]] 4658 - name = "wasm-bindgen-shared" 4659 - version = "0.2.87" 4660 - source = "registry+https://github.com/rust-lang/crates.io-index" 4661 - checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 4662 - 4663 - [[package]] 4664 - name = "wasm-timer" 4665 - version = "0.2.5" 4666 - source = "registry+https://github.com/rust-lang/crates.io-index" 4667 - checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 4668 - dependencies = [ 4669 - "futures", 4670 - "js-sys", 4671 - "parking_lot 0.11.2", 4672 - "pin-utils", 4673 - "wasm-bindgen", 4674 - "wasm-bindgen-futures", 4675 - "web-sys", 4676 - ] 4677 - 4678 - [[package]] 4679 - name = "wayland-client" 4680 - version = "0.29.5" 4681 - source = "registry+https://github.com/rust-lang/crates.io-index" 4682 - checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 4683 - dependencies = [ 4684 - "bitflags 1.3.2", 4685 - "downcast-rs", 4686 - "libc", 4687 - "nix 0.24.3", 4688 - "scoped-tls", 4689 - "wayland-commons", 4690 - "wayland-scanner", 4691 - "wayland-sys", 4692 - ] 4693 - 4694 - [[package]] 4695 - name = "wayland-commons" 4696 - version = "0.29.5" 4697 - source = "registry+https://github.com/rust-lang/crates.io-index" 4698 - checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 4699 - dependencies = [ 4700 - "nix 0.24.3", 4701 - "once_cell", 4702 - "smallvec", 4703 - "wayland-sys", 4704 - ] 4705 - 4706 - [[package]] 4707 - name = "wayland-cursor" 4708 - version = "0.29.5" 4709 - source = "registry+https://github.com/rust-lang/crates.io-index" 4710 - checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 4711 - dependencies = [ 4712 - "nix 0.24.3", 4713 - "wayland-client", 4714 - "xcursor", 4715 - ] 4716 - 4717 - [[package]] 4718 - name = "wayland-protocols" 4719 - version = "0.29.5" 4720 - source = "registry+https://github.com/rust-lang/crates.io-index" 4721 - checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 4722 - dependencies = [ 4723 - "bitflags 1.3.2", 4724 - "wayland-client", 4725 - "wayland-commons", 4726 - "wayland-scanner", 4727 - ] 4728 - 4729 - [[package]] 4730 - name = "wayland-scanner" 4731 - version = "0.29.5" 4732 - source = "registry+https://github.com/rust-lang/crates.io-index" 4733 - checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 4734 - dependencies = [ 4735 - "proc-macro2", 4736 - "quote", 4737 - "xml-rs", 4738 - ] 4739 - 4740 - [[package]] 4741 - name = "wayland-sys" 4742 - version = "0.29.5" 4743 - source = "registry+https://github.com/rust-lang/crates.io-index" 4744 - checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 4745 - dependencies = [ 4746 - "dlib", 4747 - "lazy_static", 4748 - "pkg-config", 4749 - ] 4750 - 4751 - [[package]] 4752 - name = "web-sys" 4753 - version = "0.3.64" 4754 - source = "registry+https://github.com/rust-lang/crates.io-index" 4755 - checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 4756 - dependencies = [ 4757 - "js-sys", 4758 - "wasm-bindgen", 4759 - ] 4760 - 4761 - [[package]] 4762 - name = "weezl" 4763 - version = "0.1.7" 4764 - source = "registry+https://github.com/rust-lang/crates.io-index" 4765 - checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 4766 - 4767 - [[package]] 4768 - name = "wgpu" 4769 - version = "0.15.1" 4770 - source = "registry+https://github.com/rust-lang/crates.io-index" 4771 - checksum = "d745a1b6d91d85c33defbb29f0eee0450e1d2614d987e14bf6baf26009d132d7" 4772 - dependencies = [ 4773 - "arrayvec 0.7.4", 4774 - "cfg-if", 4775 - "js-sys", 4776 - "log", 4777 - "naga", 4778 - "parking_lot 0.12.1", 4779 - "profiling", 4780 - "raw-window-handle 0.5.2", 4781 - "smallvec", 4782 - "static_assertions", 4783 - "wasm-bindgen", 4784 - "wasm-bindgen-futures", 4785 - "web-sys", 4786 - "wgpu-core", 4787 - "wgpu-hal", 4788 - "wgpu-types", 4789 - ] 4790 - 4791 - [[package]] 4792 - name = "wgpu-core" 4793 - version = "0.15.1" 4794 - source = "registry+https://github.com/rust-lang/crates.io-index" 4795 - checksum = "7131408d940e335792645a98f03639573b0480e9e2e7cddbbab74f7c6d9f3fff" 4796 - dependencies = [ 4797 - "arrayvec 0.7.4", 4798 - "bit-vec", 4799 - "bitflags 1.3.2", 4800 - "codespan-reporting", 4801 - "fxhash", 4802 - "log", 4803 - "naga", 4804 - "parking_lot 0.12.1", 4805 - "profiling", 4806 - "raw-window-handle 0.5.2", 4807 - "smallvec", 4808 - "thiserror", 4809 - "web-sys", 4810 - "wgpu-hal", 4811 - "wgpu-types", 4812 - ] 4813 - 4814 - [[package]] 4815 - name = "wgpu-hal" 4816 - version = "0.15.4" 4817 - source = "registry+https://github.com/rust-lang/crates.io-index" 4818 - checksum = "bdcf61a283adc744bb5453dd88ea91f3f86d5ca6b027661c6c73c7734ae0288b" 4819 - dependencies = [ 4820 - "android_system_properties", 4821 - "arrayvec 0.7.4", 4822 - "ash", 4823 - "bit-set", 4824 - "bitflags 1.3.2", 4825 - "block", 4826 - "core-graphics-types", 4827 - "d3d12", 4828 - "foreign-types 0.3.2", 4829 - "fxhash", 4830 - "glow 0.12.3", 4831 - "gpu-alloc", 4832 - "gpu-allocator", 4833 - "gpu-descriptor", 4834 - "hassle-rs", 4835 - "js-sys", 4836 - "khronos-egl", 4837 - "libc", 4838 - "libloading 0.7.4", 4839 - "log", 4840 - "metal", 4841 - "naga", 4842 - "objc", 4843 - "parking_lot 0.12.1", 4844 - "profiling", 4845 - "range-alloc", 4846 - "raw-window-handle 0.5.2", 4847 - "renderdoc-sys", 4848 - "smallvec", 4849 - "thiserror", 4850 - "wasm-bindgen", 4851 - "web-sys", 4852 - "wgpu-types", 4853 - "winapi", 4854 - ] 4855 - 4856 - [[package]] 4857 - name = "wgpu-types" 4858 - version = "0.15.2" 4859 - source = "registry+https://github.com/rust-lang/crates.io-index" 4860 - checksum = "32444e121b0bd00cb02c0de32fde457a9491bd44e03e7a5db6df9b1da2f6f110" 4861 - dependencies = [ 4862 - "bitflags 1.3.2", 4863 - "js-sys", 4864 - "web-sys", 4865 - ] 4866 - 4867 - [[package]] 4868 - name = "wgpu_glyph" 4869 - version = "0.19.0" 4870 - source = "registry+https://github.com/rust-lang/crates.io-index" 4871 - checksum = "e25440d5f32ec39de49c57c15c2d3f9133a7939b069b5ad07e5afd8b78fb8adc" 4872 - dependencies = [ 4873 - "bytemuck", 4874 - "glyph_brush", 4875 - "log", 4876 - "wgpu", 4877 - ] 4878 - 4879 - [[package]] 4880 - name = "widestring" 4881 - version = "0.5.1" 4882 - source = "registry+https://github.com/rust-lang/crates.io-index" 4883 - checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" 4884 - 4885 - [[package]] 4886 - name = "winapi" 4887 - version = "0.3.9" 4888 - source = "registry+https://github.com/rust-lang/crates.io-index" 4889 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4890 - dependencies = [ 4891 - "winapi-i686-pc-windows-gnu", 4892 - "winapi-x86_64-pc-windows-gnu", 4893 - ] 4894 - 4895 - [[package]] 4896 - name = "winapi-i686-pc-windows-gnu" 4897 - version = "0.4.0" 4898 - source = "registry+https://github.com/rust-lang/crates.io-index" 4899 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4900 - 4901 - [[package]] 4902 - name = "winapi-util" 4903 - version = "0.1.5" 4904 - source = "registry+https://github.com/rust-lang/crates.io-index" 4905 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4906 - dependencies = [ 4907 - "winapi", 4908 - ] 4909 - 4910 - [[package]] 4911 - name = "winapi-wsapoll" 4912 - version = "0.1.1" 4913 - source = "registry+https://github.com/rust-lang/crates.io-index" 4914 - checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 4915 - dependencies = [ 4916 - "winapi", 4917 - ] 4918 - 4919 - [[package]] 4920 - name = "winapi-x86_64-pc-windows-gnu" 4921 - version = "0.4.0" 4922 - source = "registry+https://github.com/rust-lang/crates.io-index" 4923 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4924 - 4925 - [[package]] 4926 - name = "window_clipboard" 4927 - version = "0.2.4" 4928 - source = "registry+https://github.com/rust-lang/crates.io-index" 4929 - checksum = "015dd4474dc6aa96fe19aae3a24587a088bd90331dba5a5cc60fb3a180234c4d" 4930 - dependencies = [ 4931 - "clipboard-win", 4932 - "clipboard_macos", 4933 - "clipboard_wayland", 4934 - "clipboard_x11", 4935 - "raw-window-handle 0.3.4", 4936 - "thiserror", 4937 - ] 4938 - 4939 - [[package]] 4940 - name = "windows" 4941 - version = "0.44.0" 4942 - source = "registry+https://github.com/rust-lang/crates.io-index" 4943 - checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 4944 - dependencies = [ 4945 - "windows-targets 0.42.2", 4946 - ] 4947 - 4948 - [[package]] 4949 - name = "windows" 4950 - version = "0.46.0" 4951 - source = "registry+https://github.com/rust-lang/crates.io-index" 4952 - checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" 4953 - dependencies = [ 4954 - "windows-targets 0.42.2", 4955 - ] 4956 - 4957 - [[package]] 4958 - name = "windows-sys" 4959 - version = "0.36.1" 4960 - source = "registry+https://github.com/rust-lang/crates.io-index" 4961 - checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 4962 - dependencies = [ 4963 - "windows_aarch64_msvc 0.36.1", 4964 - "windows_i686_gnu 0.36.1", 4965 - "windows_i686_msvc 0.36.1", 4966 - "windows_x86_64_gnu 0.36.1", 4967 - "windows_x86_64_msvc 0.36.1", 4968 - ] 4969 - 4970 - [[package]] 4971 - name = "windows-sys" 4972 - version = "0.48.0" 4973 - source = "registry+https://github.com/rust-lang/crates.io-index" 4974 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4975 - dependencies = [ 4976 - "windows-targets 0.48.5", 4977 - ] 4978 - 4979 - [[package]] 4980 - name = "windows-targets" 4981 - version = "0.42.2" 4982 - source = "registry+https://github.com/rust-lang/crates.io-index" 4983 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4984 - dependencies = [ 4985 - "windows_aarch64_gnullvm 0.42.2", 4986 - "windows_aarch64_msvc 0.42.2", 4987 - "windows_i686_gnu 0.42.2", 4988 - "windows_i686_msvc 0.42.2", 4989 - "windows_x86_64_gnu 0.42.2", 4990 - "windows_x86_64_gnullvm 0.42.2", 4991 - "windows_x86_64_msvc 0.42.2", 4992 - ] 4993 - 4994 - [[package]] 4995 - name = "windows-targets" 4996 - version = "0.48.5" 4997 - source = "registry+https://github.com/rust-lang/crates.io-index" 4998 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4999 - dependencies = [ 5000 - "windows_aarch64_gnullvm 0.48.5", 5001 - "windows_aarch64_msvc 0.48.5", 5002 - "windows_i686_gnu 0.48.5", 5003 - "windows_i686_msvc 0.48.5", 5004 - "windows_x86_64_gnu 0.48.5", 5005 - "windows_x86_64_gnullvm 0.48.5", 5006 - "windows_x86_64_msvc 0.48.5", 5007 - ] 5008 - 5009 - [[package]] 5010 - name = "windows_aarch64_gnullvm" 5011 - version = "0.42.2" 5012 - source = "registry+https://github.com/rust-lang/crates.io-index" 5013 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5014 - 5015 - [[package]] 5016 - name = "windows_aarch64_gnullvm" 5017 - version = "0.48.5" 5018 - source = "registry+https://github.com/rust-lang/crates.io-index" 5019 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5020 - 5021 - [[package]] 5022 - name = "windows_aarch64_msvc" 5023 - version = "0.36.1" 5024 - source = "registry+https://github.com/rust-lang/crates.io-index" 5025 - checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 5026 - 5027 - [[package]] 5028 - name = "windows_aarch64_msvc" 5029 - version = "0.42.2" 5030 - source = "registry+https://github.com/rust-lang/crates.io-index" 5031 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5032 - 5033 - [[package]] 5034 - name = "windows_aarch64_msvc" 5035 - version = "0.48.5" 5036 - source = "registry+https://github.com/rust-lang/crates.io-index" 5037 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5038 - 5039 - [[package]] 5040 - name = "windows_i686_gnu" 5041 - version = "0.36.1" 5042 - source = "registry+https://github.com/rust-lang/crates.io-index" 5043 - checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 5044 - 5045 - [[package]] 5046 - name = "windows_i686_gnu" 5047 - version = "0.42.2" 5048 - source = "registry+https://github.com/rust-lang/crates.io-index" 5049 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5050 - 5051 - [[package]] 5052 - name = "windows_i686_gnu" 5053 - version = "0.48.5" 5054 - source = "registry+https://github.com/rust-lang/crates.io-index" 5055 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5056 - 5057 - [[package]] 5058 - name = "windows_i686_msvc" 5059 - version = "0.36.1" 5060 - source = "registry+https://github.com/rust-lang/crates.io-index" 5061 - checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 5062 - 5063 - [[package]] 5064 - name = "windows_i686_msvc" 5065 - version = "0.42.2" 5066 - source = "registry+https://github.com/rust-lang/crates.io-index" 5067 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5068 - 5069 - [[package]] 5070 - name = "windows_i686_msvc" 5071 - version = "0.48.5" 5072 - source = "registry+https://github.com/rust-lang/crates.io-index" 5073 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5074 - 5075 - [[package]] 5076 - name = "windows_x86_64_gnu" 5077 - version = "0.36.1" 5078 - source = "registry+https://github.com/rust-lang/crates.io-index" 5079 - checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 5080 - 5081 - [[package]] 5082 - name = "windows_x86_64_gnu" 5083 - version = "0.42.2" 5084 - source = "registry+https://github.com/rust-lang/crates.io-index" 5085 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5086 - 5087 - [[package]] 5088 - name = "windows_x86_64_gnu" 5089 - version = "0.48.5" 5090 - source = "registry+https://github.com/rust-lang/crates.io-index" 5091 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5092 - 5093 - [[package]] 5094 - name = "windows_x86_64_gnullvm" 5095 - version = "0.42.2" 5096 - source = "registry+https://github.com/rust-lang/crates.io-index" 5097 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5098 - 5099 - [[package]] 5100 - name = "windows_x86_64_gnullvm" 5101 - version = "0.48.5" 5102 - source = "registry+https://github.com/rust-lang/crates.io-index" 5103 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5104 - 5105 - [[package]] 5106 - name = "windows_x86_64_msvc" 5107 - version = "0.36.1" 5108 - source = "registry+https://github.com/rust-lang/crates.io-index" 5109 - checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 5110 - 5111 - [[package]] 5112 - name = "windows_x86_64_msvc" 5113 - version = "0.42.2" 5114 - source = "registry+https://github.com/rust-lang/crates.io-index" 5115 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5116 - 5117 - [[package]] 5118 - name = "windows_x86_64_msvc" 5119 - version = "0.48.5" 5120 - source = "registry+https://github.com/rust-lang/crates.io-index" 5121 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5122 - 5123 - [[package]] 5124 - name = "winit" 5125 - version = "0.27.5" 5126 - source = "registry+https://github.com/rust-lang/crates.io-index" 5127 - checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" 5128 - dependencies = [ 5129 - "bitflags 1.3.2", 5130 - "cocoa", 5131 - "core-foundation", 5132 - "core-graphics", 5133 - "dispatch", 5134 - "instant", 5135 - "libc", 5136 - "log", 5137 - "mio", 5138 - "ndk", 5139 - "ndk-glue", 5140 - "objc", 5141 - "once_cell", 5142 - "parking_lot 0.12.1", 5143 - "percent-encoding", 5144 - "raw-window-handle 0.4.3", 5145 - "raw-window-handle 0.5.2", 5146 - "sctk-adwaita", 5147 - "smithay-client-toolkit", 5148 - "wasm-bindgen", 5149 - "wayland-client", 5150 - "wayland-protocols", 5151 - "web-sys", 5152 - "windows-sys 0.36.1", 5153 - "x11-dl", 5154 - ] 5155 - 5156 - [[package]] 5157 - name = "winnow" 5158 - version = "0.5.15" 5159 - source = "registry+https://github.com/rust-lang/crates.io-index" 5160 - checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 5161 - dependencies = [ 5162 - "memchr", 5163 - ] 5164 - 5165 - [[package]] 5166 - name = "winreg" 5167 - version = "0.50.0" 5168 - source = "registry+https://github.com/rust-lang/crates.io-index" 5169 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 5170 - dependencies = [ 5171 - "cfg-if", 5172 - "serde", 5173 - "windows-sys 0.48.0", 5174 - ] 5175 - 5176 - [[package]] 5177 - name = "wio" 5178 - version = "0.2.2" 5179 - source = "registry+https://github.com/rust-lang/crates.io-index" 5180 - checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 5181 - dependencies = [ 5182 - "winapi", 5183 - ] 5184 - 5185 - [[package]] 5186 - name = "x11-dl" 5187 - version = "2.21.0" 5188 - source = "registry+https://github.com/rust-lang/crates.io-index" 5189 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5190 - dependencies = [ 5191 - "libc", 5192 - "once_cell", 5193 - "pkg-config", 5194 - ] 5195 - 5196 - [[package]] 5197 - name = "x11rb" 5198 - version = "0.9.0" 5199 - source = "registry+https://github.com/rust-lang/crates.io-index" 5200 - checksum = "6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a" 5201 - dependencies = [ 5202 - "gethostname", 5203 - "nix 0.22.3", 5204 - "winapi", 5205 - "winapi-wsapoll", 5206 - ] 5207 - 5208 - [[package]] 5209 - name = "xattr" 5210 - version = "1.0.1" 5211 - source = "registry+https://github.com/rust-lang/crates.io-index" 5212 - checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" 5213 - dependencies = [ 5214 - "libc", 5215 - ] 5216 - 5217 - [[package]] 5218 - name = "xcursor" 5219 - version = "0.3.4" 5220 - source = "registry+https://github.com/rust-lang/crates.io-index" 5221 - checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 5222 - dependencies = [ 5223 - "nom", 5224 - ] 5225 - 5226 - [[package]] 5227 - name = "xdg-home" 5228 - version = "1.0.0" 5229 - source = "registry+https://github.com/rust-lang/crates.io-index" 5230 - checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd" 5231 - dependencies = [ 5232 - "nix 0.26.3", 5233 - "winapi", 5234 - ] 5235 - 5236 - [[package]] 5237 - name = "xi-unicode" 5238 - version = "0.3.0" 5239 - source = "registry+https://github.com/rust-lang/crates.io-index" 5240 - checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" 5241 - 5242 - [[package]] 5243 - name = "xml-rs" 5244 - version = "0.8.16" 5245 - source = "registry+https://github.com/rust-lang/crates.io-index" 5246 - checksum = "47430998a7b5d499ccee752b41567bc3afc57e1327dc855b1a2aa44ce29b5fa1" 5247 - 5248 - [[package]] 5249 - name = "zbus" 5250 - version = "3.14.1" 5251 - source = "registry+https://github.com/rust-lang/crates.io-index" 5252 - checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948" 5253 - dependencies = [ 5254 - "async-broadcast", 5255 - "async-executor", 5256 - "async-fs", 5257 - "async-io", 5258 - "async-lock", 5259 - "async-process", 5260 - "async-recursion", 5261 - "async-task", 5262 - "async-trait", 5263 - "blocking", 5264 - "byteorder", 5265 - "derivative", 5266 - "enumflags2", 5267 - "event-listener", 5268 - "futures-core", 5269 - "futures-sink", 5270 - "futures-util", 5271 - "hex", 5272 - "nix 0.26.3", 5273 - "once_cell", 5274 - "ordered-stream", 5275 - "rand", 5276 - "serde", 5277 - "serde_repr", 5278 - "sha1", 5279 - "static_assertions", 5280 - "tracing", 5281 - "uds_windows", 5282 - "winapi", 5283 - "xdg-home", 5284 - "zbus_macros", 5285 - "zbus_names", 5286 - "zvariant", 5287 - ] 5288 - 5289 - [[package]] 5290 - name = "zbus_macros" 5291 - version = "3.14.1" 5292 - source = "registry+https://github.com/rust-lang/crates.io-index" 5293 - checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d" 5294 - dependencies = [ 5295 - "proc-macro-crate", 5296 - "proc-macro2", 5297 - "quote", 5298 - "regex", 5299 - "syn 1.0.109", 5300 - "zvariant_utils", 5301 - ] 5302 - 5303 - [[package]] 5304 - name = "zbus_names" 5305 - version = "2.6.0" 5306 - source = "registry+https://github.com/rust-lang/crates.io-index" 5307 - checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9" 5308 - dependencies = [ 5309 - "serde", 5310 - "static_assertions", 5311 - "zvariant", 5312 - ] 5313 - 5314 - [[package]] 5315 - name = "zune-inflate" 5316 - version = "0.2.54" 5317 - source = "registry+https://github.com/rust-lang/crates.io-index" 5318 - checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 5319 - dependencies = [ 5320 - "simd-adler32", 5321 - ] 5322 - 5323 - [[package]] 5324 - name = "zvariant" 5325 - version = "3.15.0" 5326 - source = "registry+https://github.com/rust-lang/crates.io-index" 5327 - checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c" 5328 - dependencies = [ 5329 - "byteorder", 5330 - "enumflags2", 5331 - "libc", 5332 - "serde", 5333 - "static_assertions", 5334 - "zvariant_derive", 5335 - ] 5336 - 5337 - [[package]] 5338 - name = "zvariant_derive" 5339 - version = "3.15.0" 5340 - source = "registry+https://github.com/rust-lang/crates.io-index" 5341 - checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" 5342 - dependencies = [ 5343 - "proc-macro-crate", 5344 - "proc-macro2", 5345 - "quote", 5346 - "syn 1.0.109", 5347 - "zvariant_utils", 5348 - ] 5349 - 5350 - [[package]] 5351 - name = "zvariant_utils" 5352 - version = "1.0.1" 5353 - source = "registry+https://github.com/rust-lang/crates.io-index" 5354 - checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 5355 - dependencies = [ 5356 - "proc-macro2", 5357 - "quote", 5358 - "syn 1.0.109", 5359 - ]
+2 -6
pkgs/by-name/de/deepfilternet/package.nix
··· 21 21 ./cargo-lock-bump-time.patch 22 22 ]; 23 23 24 - cargoLock = { 25 - lockFile = ./Cargo.lock; 26 - outputHashes = { 27 - "hdf5-0.8.1" = "sha256-qWF2mURVblSLPbt4oZSVxIxI/RO3ZNcZdwCdaOTACYs="; 28 - }; 29 - }; 24 + useFetchCargoVendor = true; 25 + cargoHash = "sha256-I0hY2WmaHu/HKQJHyZp0C6wIi0++w5dFeExVMyhInJY="; 30 26 31 27 # only the ladspa plugin part has been packaged so far... 32 28