Merge pull request #306630 from codebam/ytermusic

ytermusic: init at 0.1.0

authored by Aleksana and committed by GitHub 56e2cd78 872210e1

+4751
+10
maintainers/maintainer-list.nix
··· 3861 fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC"; 3862 }]; 3863 }; 3864 codec = { 3865 email = "codec@fnord.cx"; 3866 github = "codec";
··· 3861 fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC"; 3862 }]; 3863 }; 3864 + codebam = { 3865 + name = "Sean Behan"; 3866 + email = "codebam@riseup.net"; 3867 + matrix = "@codebam:fedora.im"; 3868 + github = "codebam"; 3869 + githubId = 6035884; 3870 + keys = [{ 3871 + fingerprint = "42CD E212 593C F2FD C723 48A8 0F6D 5021 A87F 92BA"; 3872 + }]; 3873 + }; 3874 codec = { 3875 email = "codec@fnord.cx"; 3876 github = "codec";
+4687
pkgs/by-name/yt/ytermusic/Cargo.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "addr2line" 7 + version = "0.21.0" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 + dependencies = [ 11 + "gimli", 12 + ] 13 + 14 + [[package]] 15 + name = "adler" 16 + version = "1.0.2" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 + 20 + [[package]] 21 + name = "aes" 22 + version = "0.8.3" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" 25 + dependencies = [ 26 + "cfg-if 1.0.0", 27 + "cipher", 28 + "cpufeatures", 29 + ] 30 + 31 + [[package]] 32 + name = "ahash" 33 + version = "0.8.7" 34 + source = "registry+https://github.com/rust-lang/crates.io-index" 35 + checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" 36 + dependencies = [ 37 + "cfg-if 1.0.0", 38 + "getrandom 0.2.12", 39 + "once_cell", 40 + "version_check", 41 + "zerocopy", 42 + ] 43 + 44 + [[package]] 45 + name = "aho-corasick" 46 + version = "1.1.2" 47 + source = "registry+https://github.com/rust-lang/crates.io-index" 48 + checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 49 + dependencies = [ 50 + "memchr", 51 + ] 52 + 53 + [[package]] 54 + name = "allocator-api2" 55 + version = "0.2.16" 56 + source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 58 + 59 + [[package]] 60 + name = "alsa" 61 + version = "0.6.0" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b" 64 + dependencies = [ 65 + "alsa-sys", 66 + "bitflags 1.3.2", 67 + "libc", 68 + "nix 0.23.2", 69 + ] 70 + 71 + [[package]] 72 + name = "alsa-sys" 73 + version = "0.3.1" 74 + source = "registry+https://github.com/rust-lang/crates.io-index" 75 + checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 76 + dependencies = [ 77 + "libc", 78 + "pkg-config", 79 + ] 80 + 81 + [[package]] 82 + name = "android-tzdata" 83 + version = "0.1.1" 84 + source = "registry+https://github.com/rust-lang/crates.io-index" 85 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 86 + 87 + [[package]] 88 + name = "android_system_properties" 89 + version = "0.1.5" 90 + source = "registry+https://github.com/rust-lang/crates.io-index" 91 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 92 + dependencies = [ 93 + "libc", 94 + ] 95 + 96 + [[package]] 97 + name = "anyhow" 98 + version = "1.0.79" 99 + source = "registry+https://github.com/rust-lang/crates.io-index" 100 + checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 101 + 102 + [[package]] 103 + name = "arrayvec" 104 + version = "0.7.2" 105 + source = "registry+https://github.com/rust-lang/crates.io-index" 106 + checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 107 + 108 + [[package]] 109 + name = "async-compression" 110 + version = "0.4.6" 111 + source = "registry+https://github.com/rust-lang/crates.io-index" 112 + checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" 113 + dependencies = [ 114 + "flate2", 115 + "futures-core", 116 + "memchr", 117 + "pin-project-lite", 118 + "tokio", 119 + ] 120 + 121 + [[package]] 122 + name = "async-trait" 123 + version = "0.1.77" 124 + source = "registry+https://github.com/rust-lang/crates.io-index" 125 + checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" 126 + dependencies = [ 127 + "proc-macro2", 128 + "quote", 129 + "syn 2.0.48", 130 + ] 131 + 132 + [[package]] 133 + name = "atomic_float" 134 + version = "0.1.0" 135 + source = "registry+https://github.com/rust-lang/crates.io-index" 136 + checksum = "62af46d040ba9df09edc6528dae9d8e49f5f3e82f55b7d2ec31a733c38dbc49d" 137 + 138 + [[package]] 139 + name = "autocfg" 140 + version = "1.1.0" 141 + source = "registry+https://github.com/rust-lang/crates.io-index" 142 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 143 + 144 + [[package]] 145 + name = "backtrace" 146 + version = "0.3.69" 147 + source = "registry+https://github.com/rust-lang/crates.io-index" 148 + checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 149 + dependencies = [ 150 + "addr2line", 151 + "cc", 152 + "cfg-if 1.0.0", 153 + "libc", 154 + "miniz_oxide 0.7.2", 155 + "object", 156 + "rustc-demangle", 157 + ] 158 + 159 + [[package]] 160 + name = "base64" 161 + version = "0.13.0" 162 + source = "registry+https://github.com/rust-lang/crates.io-index" 163 + checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 164 + 165 + [[package]] 166 + name = "base64" 167 + version = "0.21.7" 168 + source = "registry+https://github.com/rust-lang/crates.io-index" 169 + checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 170 + 171 + [[package]] 172 + name = "bincode" 173 + version = "1.3.3" 174 + source = "registry+https://github.com/rust-lang/crates.io-index" 175 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 176 + dependencies = [ 177 + "serde", 178 + ] 179 + 180 + [[package]] 181 + name = "bindgen" 182 + version = "0.59.2" 183 + source = "registry+https://github.com/rust-lang/crates.io-index" 184 + checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8" 185 + dependencies = [ 186 + "bitflags 1.3.2", 187 + "cexpr", 188 + "clang-sys", 189 + "lazy_static", 190 + "lazycell", 191 + "peeking_take_while", 192 + "proc-macro2", 193 + "quote", 194 + "regex", 195 + "rustc-hash", 196 + "shlex", 197 + ] 198 + 199 + [[package]] 200 + name = "bitflags" 201 + version = "1.3.2" 202 + source = "registry+https://github.com/rust-lang/crates.io-index" 203 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 204 + 205 + [[package]] 206 + name = "bitflags" 207 + version = "2.4.2" 208 + source = "registry+https://github.com/rust-lang/crates.io-index" 209 + checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 210 + dependencies = [ 211 + "serde", 212 + ] 213 + 214 + [[package]] 215 + name = "block" 216 + version = "0.1.6" 217 + source = "registry+https://github.com/rust-lang/crates.io-index" 218 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 219 + 220 + [[package]] 221 + name = "block-buffer" 222 + version = "0.10.3" 223 + source = "registry+https://github.com/rust-lang/crates.io-index" 224 + checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 225 + dependencies = [ 226 + "generic-array", 227 + ] 228 + 229 + [[package]] 230 + name = "block-padding" 231 + version = "0.3.3" 232 + source = "registry+https://github.com/rust-lang/crates.io-index" 233 + checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 234 + dependencies = [ 235 + "generic-array", 236 + ] 237 + 238 + [[package]] 239 + name = "boa_ast" 240 + version = "0.17.3" 241 + source = "registry+https://github.com/rust-lang/crates.io-index" 242 + checksum = "73498e9b2f0aa7db74977afa4d594657611e90587abf0dd564c0b55b4a130163" 243 + dependencies = [ 244 + "bitflags 2.4.2", 245 + "boa_interner", 246 + "boa_macros", 247 + "indexmap", 248 + "num-bigint", 249 + "rustc-hash", 250 + ] 251 + 252 + [[package]] 253 + name = "boa_engine" 254 + version = "0.17.3" 255 + source = "registry+https://github.com/rust-lang/crates.io-index" 256 + checksum = "16377479d5d6d33896e7acdd1cc698d04a8f72004025bbbddf47558cd29146a6" 257 + dependencies = [ 258 + "bitflags 2.4.2", 259 + "boa_ast", 260 + "boa_gc", 261 + "boa_icu_provider", 262 + "boa_interner", 263 + "boa_macros", 264 + "boa_parser", 265 + "boa_profiler", 266 + "chrono", 267 + "dashmap", 268 + "fast-float", 269 + "icu_normalizer", 270 + "indexmap", 271 + "itertools 0.11.0", 272 + "num-bigint", 273 + "num-integer", 274 + "num-traits", 275 + "num_enum 0.6.1", 276 + "once_cell", 277 + "pollster", 278 + "rand 0.8.5", 279 + "regress", 280 + "rustc-hash", 281 + "ryu-js", 282 + "serde", 283 + "serde_json", 284 + "sptr", 285 + "static_assertions", 286 + "tap", 287 + "thin-vec", 288 + "thiserror", 289 + ] 290 + 291 + [[package]] 292 + name = "boa_gc" 293 + version = "0.17.3" 294 + source = "registry+https://github.com/rust-lang/crates.io-index" 295 + checksum = "c97b44beaef9d4452342d117d94607fdfa8d474280f1ba0fd97853834e3a49b2" 296 + dependencies = [ 297 + "boa_macros", 298 + "boa_profiler", 299 + "thin-vec", 300 + ] 301 + 302 + [[package]] 303 + name = "boa_icu_provider" 304 + version = "0.17.3" 305 + source = "registry+https://github.com/rust-lang/crates.io-index" 306 + checksum = "b30e52e34e451dd0bfc2c654a9a43ed34b0073dbd4ae3394b40313edda8627aa" 307 + dependencies = [ 308 + "icu_collections", 309 + "icu_normalizer", 310 + "icu_properties", 311 + "icu_provider", 312 + "icu_provider_adapters", 313 + "icu_provider_blob", 314 + "once_cell", 315 + ] 316 + 317 + [[package]] 318 + name = "boa_interner" 319 + version = "0.17.3" 320 + source = "registry+https://github.com/rust-lang/crates.io-index" 321 + checksum = "f3e5afa991908cfbe79bd3109b824e473a1dc5f74f31fab91bb44c9e245daa77" 322 + dependencies = [ 323 + "boa_gc", 324 + "boa_macros", 325 + "hashbrown 0.14.3", 326 + "indexmap", 327 + "once_cell", 328 + "phf 0.11.2", 329 + "rustc-hash", 330 + "static_assertions", 331 + ] 332 + 333 + [[package]] 334 + name = "boa_macros" 335 + version = "0.17.3" 336 + source = "registry+https://github.com/rust-lang/crates.io-index" 337 + checksum = "005fa0c5bd20805466dda55eb34cd709bb31a2592bb26927b47714eeed6914d8" 338 + dependencies = [ 339 + "proc-macro2", 340 + "quote", 341 + "syn 2.0.48", 342 + "synstructure", 343 + ] 344 + 345 + [[package]] 346 + name = "boa_parser" 347 + version = "0.17.3" 348 + source = "registry+https://github.com/rust-lang/crates.io-index" 349 + checksum = "9e09afb035377a9044443b598187a7d34cd13164617182a4d7c348522ee3f052" 350 + dependencies = [ 351 + "bitflags 2.4.2", 352 + "boa_ast", 353 + "boa_icu_provider", 354 + "boa_interner", 355 + "boa_macros", 356 + "boa_profiler", 357 + "fast-float", 358 + "icu_locid", 359 + "icu_properties", 360 + "icu_provider", 361 + "icu_provider_macros", 362 + "num-bigint", 363 + "num-traits", 364 + "once_cell", 365 + "regress", 366 + "rustc-hash", 367 + "tinystr", 368 + ] 369 + 370 + [[package]] 371 + name = "boa_profiler" 372 + version = "0.17.3" 373 + source = "registry+https://github.com/rust-lang/crates.io-index" 374 + checksum = "3190f92dfe48224adc92881c620f08ccf37ff62b91a094bb357fe53bd5e84647" 375 + 376 + [[package]] 377 + name = "bumpalo" 378 + version = "3.9.1" 379 + source = "registry+https://github.com/rust-lang/crates.io-index" 380 + checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" 381 + 382 + [[package]] 383 + name = "bytemuck" 384 + version = "1.14.2" 385 + source = "registry+https://github.com/rust-lang/crates.io-index" 386 + checksum = "ea31d69bda4949c1c1562c1e6f042a1caefac98cdc8a298260a2ff41c1e2d42b" 387 + 388 + [[package]] 389 + name = "byteorder" 390 + version = "1.4.3" 391 + source = "registry+https://github.com/rust-lang/crates.io-index" 392 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 393 + 394 + [[package]] 395 + name = "bytes" 396 + version = "1.1.0" 397 + source = "registry+https://github.com/rust-lang/crates.io-index" 398 + checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 399 + 400 + [[package]] 401 + name = "calloop" 402 + version = "0.9.3" 403 + source = "registry+https://github.com/rust-lang/crates.io-index" 404 + checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82" 405 + dependencies = [ 406 + "log", 407 + "nix 0.22.3", 408 + ] 409 + 410 + [[package]] 411 + name = "cassowary" 412 + version = "0.3.0" 413 + source = "registry+https://github.com/rust-lang/crates.io-index" 414 + checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 415 + 416 + [[package]] 417 + name = "castaway" 418 + version = "0.2.2" 419 + source = "registry+https://github.com/rust-lang/crates.io-index" 420 + checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc" 421 + dependencies = [ 422 + "rustversion", 423 + ] 424 + 425 + [[package]] 426 + name = "cbc" 427 + version = "0.1.2" 428 + source = "registry+https://github.com/rust-lang/crates.io-index" 429 + checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 430 + dependencies = [ 431 + "cipher", 432 + ] 433 + 434 + [[package]] 435 + name = "cc" 436 + version = "1.0.83" 437 + source = "registry+https://github.com/rust-lang/crates.io-index" 438 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 439 + dependencies = [ 440 + "jobserver", 441 + "libc", 442 + ] 443 + 444 + [[package]] 445 + name = "cesu8" 446 + version = "1.1.0" 447 + source = "registry+https://github.com/rust-lang/crates.io-index" 448 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 449 + 450 + [[package]] 451 + name = "cexpr" 452 + version = "0.6.0" 453 + source = "registry+https://github.com/rust-lang/crates.io-index" 454 + checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 455 + dependencies = [ 456 + "nom", 457 + ] 458 + 459 + [[package]] 460 + name = "cfg-if" 461 + version = "0.1.10" 462 + source = "registry+https://github.com/rust-lang/crates.io-index" 463 + checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 464 + 465 + [[package]] 466 + name = "cfg-if" 467 + version = "1.0.0" 468 + source = "registry+https://github.com/rust-lang/crates.io-index" 469 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 470 + 471 + [[package]] 472 + name = "chrono" 473 + version = "0.4.33" 474 + source = "registry+https://github.com/rust-lang/crates.io-index" 475 + checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" 476 + dependencies = [ 477 + "android-tzdata", 478 + "iana-time-zone", 479 + "num-traits", 480 + "windows-targets 0.52.0", 481 + ] 482 + 483 + [[package]] 484 + name = "cipher" 485 + version = "0.4.4" 486 + source = "registry+https://github.com/rust-lang/crates.io-index" 487 + checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 488 + dependencies = [ 489 + "crypto-common", 490 + "inout", 491 + ] 492 + 493 + [[package]] 494 + name = "clang-sys" 495 + version = "1.3.1" 496 + source = "registry+https://github.com/rust-lang/crates.io-index" 497 + checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21" 498 + dependencies = [ 499 + "glob", 500 + "libc", 501 + "libloading 0.7.3", 502 + ] 503 + 504 + [[package]] 505 + name = "cobs" 506 + version = "0.2.3" 507 + source = "registry+https://github.com/rust-lang/crates.io-index" 508 + checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" 509 + 510 + [[package]] 511 + name = "cocoa" 512 + version = "0.24.0" 513 + source = "registry+https://github.com/rust-lang/crates.io-index" 514 + checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832" 515 + dependencies = [ 516 + "bitflags 1.3.2", 517 + "block", 518 + "cocoa-foundation", 519 + "core-foundation 0.9.3", 520 + "core-graphics 0.22.3", 521 + "foreign-types", 522 + "libc", 523 + "objc", 524 + ] 525 + 526 + [[package]] 527 + name = "cocoa-foundation" 528 + version = "0.1.0" 529 + source = "registry+https://github.com/rust-lang/crates.io-index" 530 + checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" 531 + dependencies = [ 532 + "bitflags 1.3.2", 533 + "block", 534 + "core-foundation 0.9.3", 535 + "core-graphics-types", 536 + "foreign-types", 537 + "libc", 538 + "objc", 539 + ] 540 + 541 + [[package]] 542 + name = "combine" 543 + version = "4.6.4" 544 + source = "registry+https://github.com/rust-lang/crates.io-index" 545 + checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948" 546 + dependencies = [ 547 + "bytes", 548 + "memchr", 549 + ] 550 + 551 + [[package]] 552 + name = "compact_str" 553 + version = "0.7.1" 554 + source = "registry+https://github.com/rust-lang/crates.io-index" 555 + checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" 556 + dependencies = [ 557 + "castaway", 558 + "cfg-if 1.0.0", 559 + "itoa", 560 + "ryu", 561 + "serde", 562 + "static_assertions", 563 + ] 564 + 565 + [[package]] 566 + name = "convert_case" 567 + version = "0.4.0" 568 + source = "registry+https://github.com/rust-lang/crates.io-index" 569 + checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 570 + 571 + [[package]] 572 + name = "cookie" 573 + version = "0.17.0" 574 + source = "registry+https://github.com/rust-lang/crates.io-index" 575 + checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" 576 + dependencies = [ 577 + "percent-encoding", 578 + "time", 579 + "version_check", 580 + ] 581 + 582 + [[package]] 583 + name = "cookie_store" 584 + version = "0.20.0" 585 + source = "registry+https://github.com/rust-lang/crates.io-index" 586 + checksum = "387461abbc748185c3a6e1673d826918b450b87ff22639429c694619a83b6cf6" 587 + dependencies = [ 588 + "cookie", 589 + "idna 0.3.0", 590 + "log", 591 + "publicsuffix", 592 + "serde", 593 + "serde_derive", 594 + "serde_json", 595 + "time", 596 + "url", 597 + ] 598 + 599 + [[package]] 600 + name = "core-foundation" 601 + version = "0.7.0" 602 + source = "registry+https://github.com/rust-lang/crates.io-index" 603 + checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" 604 + dependencies = [ 605 + "core-foundation-sys 0.7.0", 606 + "libc", 607 + ] 608 + 609 + [[package]] 610 + name = "core-foundation" 611 + version = "0.9.3" 612 + source = "registry+https://github.com/rust-lang/crates.io-index" 613 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 614 + dependencies = [ 615 + "core-foundation-sys 0.8.3", 616 + "libc", 617 + ] 618 + 619 + [[package]] 620 + name = "core-foundation-sys" 621 + version = "0.7.0" 622 + source = "registry+https://github.com/rust-lang/crates.io-index" 623 + checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" 624 + 625 + [[package]] 626 + name = "core-foundation-sys" 627 + version = "0.8.3" 628 + source = "registry+https://github.com/rust-lang/crates.io-index" 629 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 630 + 631 + [[package]] 632 + name = "core-graphics" 633 + version = "0.19.2" 634 + source = "registry+https://github.com/rust-lang/crates.io-index" 635 + checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923" 636 + dependencies = [ 637 + "bitflags 1.3.2", 638 + "core-foundation 0.7.0", 639 + "foreign-types", 640 + "libc", 641 + ] 642 + 643 + [[package]] 644 + name = "core-graphics" 645 + version = "0.22.3" 646 + source = "registry+https://github.com/rust-lang/crates.io-index" 647 + checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 648 + dependencies = [ 649 + "bitflags 1.3.2", 650 + "core-foundation 0.9.3", 651 + "core-graphics-types", 652 + "foreign-types", 653 + "libc", 654 + ] 655 + 656 + [[package]] 657 + name = "core-graphics-types" 658 + version = "0.1.1" 659 + source = "registry+https://github.com/rust-lang/crates.io-index" 660 + checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 661 + dependencies = [ 662 + "bitflags 1.3.2", 663 + "core-foundation 0.9.3", 664 + "foreign-types", 665 + "libc", 666 + ] 667 + 668 + [[package]] 669 + name = "core-video-sys" 670 + version = "0.1.4" 671 + source = "registry+https://github.com/rust-lang/crates.io-index" 672 + checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" 673 + dependencies = [ 674 + "cfg-if 0.1.10", 675 + "core-foundation-sys 0.7.0", 676 + "core-graphics 0.19.2", 677 + "libc", 678 + "objc", 679 + ] 680 + 681 + [[package]] 682 + name = "coreaudio-rs" 683 + version = "0.10.0" 684 + source = "registry+https://github.com/rust-lang/crates.io-index" 685 + checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88" 686 + dependencies = [ 687 + "bitflags 1.3.2", 688 + "coreaudio-sys", 689 + ] 690 + 691 + [[package]] 692 + name = "coreaudio-sys" 693 + version = "0.2.10" 694 + source = "registry+https://github.com/rust-lang/crates.io-index" 695 + checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6" 696 + dependencies = [ 697 + "bindgen", 698 + ] 699 + 700 + [[package]] 701 + name = "cpal" 702 + version = "0.13.5" 703 + source = "registry+https://github.com/rust-lang/crates.io-index" 704 + checksum = "74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116" 705 + dependencies = [ 706 + "alsa", 707 + "core-foundation-sys 0.8.3", 708 + "coreaudio-rs", 709 + "jni", 710 + "js-sys", 711 + "lazy_static", 712 + "libc", 713 + "mach", 714 + "ndk 0.6.0", 715 + "ndk-glue 0.6.1", 716 + "nix 0.23.2", 717 + "oboe", 718 + "parking_lot 0.11.2", 719 + "stdweb", 720 + "thiserror", 721 + "web-sys", 722 + "winapi", 723 + ] 724 + 725 + [[package]] 726 + name = "cpufeatures" 727 + version = "0.2.5" 728 + source = "registry+https://github.com/rust-lang/crates.io-index" 729 + checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 730 + dependencies = [ 731 + "libc", 732 + ] 733 + 734 + [[package]] 735 + name = "crc32fast" 736 + version = "1.3.2" 737 + source = "registry+https://github.com/rust-lang/crates.io-index" 738 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 739 + dependencies = [ 740 + "cfg-if 1.0.0", 741 + ] 742 + 743 + [[package]] 744 + name = "critical-section" 745 + version = "1.1.2" 746 + source = "registry+https://github.com/rust-lang/crates.io-index" 747 + checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216" 748 + 749 + [[package]] 750 + name = "crossterm" 751 + version = "0.27.0" 752 + source = "registry+https://github.com/rust-lang/crates.io-index" 753 + checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 754 + dependencies = [ 755 + "bitflags 2.4.2", 756 + "crossterm_winapi", 757 + "libc", 758 + "mio", 759 + "parking_lot 0.12.0", 760 + "signal-hook", 761 + "signal-hook-mio", 762 + "winapi", 763 + ] 764 + 765 + [[package]] 766 + name = "crossterm_winapi" 767 + version = "0.9.1" 768 + source = "registry+https://github.com/rust-lang/crates.io-index" 769 + checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 770 + dependencies = [ 771 + "winapi", 772 + ] 773 + 774 + [[package]] 775 + name = "crypto-common" 776 + version = "0.1.6" 777 + source = "registry+https://github.com/rust-lang/crates.io-index" 778 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 779 + dependencies = [ 780 + "generic-array", 781 + "typenum", 782 + ] 783 + 784 + [[package]] 785 + name = "cssparser" 786 + version = "0.29.6" 787 + source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 789 + dependencies = [ 790 + "cssparser-macros", 791 + "dtoa-short", 792 + "itoa", 793 + "matches", 794 + "phf 0.10.1", 795 + "proc-macro2", 796 + "quote", 797 + "smallvec", 798 + "syn 1.0.99", 799 + ] 800 + 801 + [[package]] 802 + name = "cssparser-macros" 803 + version = "0.6.1" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 806 + dependencies = [ 807 + "quote", 808 + "syn 2.0.48", 809 + ] 810 + 811 + [[package]] 812 + name = "cty" 813 + version = "0.2.2" 814 + source = "registry+https://github.com/rust-lang/crates.io-index" 815 + checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 816 + 817 + [[package]] 818 + name = "darling" 819 + version = "0.13.1" 820 + source = "registry+https://github.com/rust-lang/crates.io-index" 821 + checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4" 822 + dependencies = [ 823 + "darling_core", 824 + "darling_macro", 825 + ] 826 + 827 + [[package]] 828 + name = "darling_core" 829 + version = "0.13.1" 830 + source = "registry+https://github.com/rust-lang/crates.io-index" 831 + checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324" 832 + dependencies = [ 833 + "fnv", 834 + "ident_case", 835 + "proc-macro2", 836 + "quote", 837 + "strsim", 838 + "syn 1.0.99", 839 + ] 840 + 841 + [[package]] 842 + name = "darling_macro" 843 + version = "0.13.1" 844 + source = "registry+https://github.com/rust-lang/crates.io-index" 845 + checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b" 846 + dependencies = [ 847 + "darling_core", 848 + "quote", 849 + "syn 1.0.99", 850 + ] 851 + 852 + [[package]] 853 + name = "dashmap" 854 + version = "5.5.3" 855 + source = "registry+https://github.com/rust-lang/crates.io-index" 856 + checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 857 + dependencies = [ 858 + "cfg-if 1.0.0", 859 + "hashbrown 0.14.3", 860 + "lock_api", 861 + "once_cell", 862 + "parking_lot_core 0.9.9", 863 + ] 864 + 865 + [[package]] 866 + name = "dbus" 867 + version = "0.9.5" 868 + source = "registry+https://github.com/rust-lang/crates.io-index" 869 + checksum = "de0a745c25b32caa56b82a3950f5fec7893a960f4c10ca3b02060b0c38d8c2ce" 870 + dependencies = [ 871 + "libc", 872 + "libdbus-sys", 873 + "winapi", 874 + ] 875 + 876 + [[package]] 877 + name = "dbus-crossroads" 878 + version = "0.5.0" 879 + source = "registry+https://github.com/rust-lang/crates.io-index" 880 + checksum = "a5d83c4b78f7c7d0dec4859d286665a06858a607ba406c91a36316ff36918141" 881 + dependencies = [ 882 + "dbus", 883 + ] 884 + 885 + [[package]] 886 + name = "deranged" 887 + version = "0.3.11" 888 + source = "registry+https://github.com/rust-lang/crates.io-index" 889 + checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 890 + dependencies = [ 891 + "powerfmt", 892 + ] 893 + 894 + [[package]] 895 + name = "derivative" 896 + version = "2.2.0" 897 + source = "registry+https://github.com/rust-lang/crates.io-index" 898 + checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 899 + dependencies = [ 900 + "proc-macro2", 901 + "quote", 902 + "syn 1.0.99", 903 + ] 904 + 905 + [[package]] 906 + name = "derive_more" 907 + version = "0.99.17" 908 + source = "registry+https://github.com/rust-lang/crates.io-index" 909 + checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 910 + dependencies = [ 911 + "convert_case", 912 + "proc-macro2", 913 + "quote", 914 + "rustc_version", 915 + "syn 1.0.99", 916 + ] 917 + 918 + [[package]] 919 + name = "digest" 920 + version = "0.10.7" 921 + source = "registry+https://github.com/rust-lang/crates.io-index" 922 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 923 + dependencies = [ 924 + "block-buffer", 925 + "crypto-common", 926 + ] 927 + 928 + [[package]] 929 + name = "directories" 930 + version = "5.0.1" 931 + source = "registry+https://github.com/rust-lang/crates.io-index" 932 + checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 933 + dependencies = [ 934 + "dirs-sys", 935 + ] 936 + 937 + [[package]] 938 + name = "dirs-sys" 939 + version = "0.4.1" 940 + source = "registry+https://github.com/rust-lang/crates.io-index" 941 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 942 + dependencies = [ 943 + "libc", 944 + "option-ext", 945 + "redox_users", 946 + "windows-sys 0.48.0", 947 + ] 948 + 949 + [[package]] 950 + name = "dispatch" 951 + version = "0.2.0" 952 + source = "registry+https://github.com/rust-lang/crates.io-index" 953 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 954 + 955 + [[package]] 956 + name = "displaydoc" 957 + version = "0.2.4" 958 + source = "registry+https://github.com/rust-lang/crates.io-index" 959 + checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" 960 + dependencies = [ 961 + "proc-macro2", 962 + "quote", 963 + "syn 2.0.48", 964 + ] 965 + 966 + [[package]] 967 + name = "dlib" 968 + version = "0.5.2" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 971 + dependencies = [ 972 + "libloading 0.8.1", 973 + ] 974 + 975 + [[package]] 976 + name = "downcast-rs" 977 + version = "1.2.0" 978 + source = "registry+https://github.com/rust-lang/crates.io-index" 979 + checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 980 + 981 + [[package]] 982 + name = "dtoa" 983 + version = "1.0.9" 984 + source = "registry+https://github.com/rust-lang/crates.io-index" 985 + checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 986 + 987 + [[package]] 988 + name = "dtoa-short" 989 + version = "0.3.4" 990 + source = "registry+https://github.com/rust-lang/crates.io-index" 991 + checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" 992 + dependencies = [ 993 + "dtoa", 994 + ] 995 + 996 + [[package]] 997 + name = "ego-tree" 998 + version = "0.6.2" 999 + source = "registry+https://github.com/rust-lang/crates.io-index" 1000 + checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591" 1001 + 1002 + [[package]] 1003 + name = "either" 1004 + version = "1.9.0" 1005 + source = "registry+https://github.com/rust-lang/crates.io-index" 1006 + checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 1007 + 1008 + [[package]] 1009 + name = "embedded-io" 1010 + version = "0.4.0" 1011 + source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 1013 + 1014 + [[package]] 1015 + name = "encoding_rs" 1016 + version = "0.8.30" 1017 + source = "registry+https://github.com/rust-lang/crates.io-index" 1018 + checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df" 1019 + dependencies = [ 1020 + "cfg-if 1.0.0", 1021 + ] 1022 + 1023 + [[package]] 1024 + name = "equivalent" 1025 + version = "1.0.1" 1026 + source = "registry+https://github.com/rust-lang/crates.io-index" 1027 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1028 + 1029 + [[package]] 1030 + name = "errno" 1031 + version = "0.3.8" 1032 + source = "registry+https://github.com/rust-lang/crates.io-index" 1033 + checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 1034 + dependencies = [ 1035 + "libc", 1036 + "windows-sys 0.52.0", 1037 + ] 1038 + 1039 + [[package]] 1040 + name = "fast-float" 1041 + version = "0.2.0" 1042 + source = "registry+https://github.com/rust-lang/crates.io-index" 1043 + checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" 1044 + 1045 + [[package]] 1046 + name = "fastrand" 1047 + version = "2.0.1" 1048 + source = "registry+https://github.com/rust-lang/crates.io-index" 1049 + checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1050 + 1051 + [[package]] 1052 + name = "flate2" 1053 + version = "1.0.22" 1054 + source = "registry+https://github.com/rust-lang/crates.io-index" 1055 + checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" 1056 + dependencies = [ 1057 + "cfg-if 1.0.0", 1058 + "crc32fast", 1059 + "libc", 1060 + "miniz_oxide 0.4.4", 1061 + ] 1062 + 1063 + [[package]] 1064 + name = "flume" 1065 + version = "0.11.0" 1066 + source = "registry+https://github.com/rust-lang/crates.io-index" 1067 + checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 1068 + dependencies = [ 1069 + "futures-core", 1070 + "futures-sink", 1071 + "nanorand", 1072 + "spin 0.9.8", 1073 + ] 1074 + 1075 + [[package]] 1076 + name = "fnv" 1077 + version = "1.0.7" 1078 + source = "registry+https://github.com/rust-lang/crates.io-index" 1079 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1080 + 1081 + [[package]] 1082 + name = "foreign-types" 1083 + version = "0.3.2" 1084 + source = "registry+https://github.com/rust-lang/crates.io-index" 1085 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1086 + dependencies = [ 1087 + "foreign-types-shared", 1088 + ] 1089 + 1090 + [[package]] 1091 + name = "foreign-types-shared" 1092 + version = "0.1.1" 1093 + source = "registry+https://github.com/rust-lang/crates.io-index" 1094 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1095 + 1096 + [[package]] 1097 + name = "form_urlencoded" 1098 + version = "1.2.1" 1099 + source = "registry+https://github.com/rust-lang/crates.io-index" 1100 + checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1101 + dependencies = [ 1102 + "percent-encoding", 1103 + ] 1104 + 1105 + [[package]] 1106 + name = "futf" 1107 + version = "0.1.5" 1108 + source = "registry+https://github.com/rust-lang/crates.io-index" 1109 + checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1110 + dependencies = [ 1111 + "mac", 1112 + "new_debug_unreachable", 1113 + ] 1114 + 1115 + [[package]] 1116 + name = "futures" 1117 + version = "0.3.21" 1118 + source = "registry+https://github.com/rust-lang/crates.io-index" 1119 + checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" 1120 + dependencies = [ 1121 + "futures-channel", 1122 + "futures-core", 1123 + "futures-executor", 1124 + "futures-io", 1125 + "futures-sink", 1126 + "futures-task", 1127 + "futures-util", 1128 + ] 1129 + 1130 + [[package]] 1131 + name = "futures-channel" 1132 + version = "0.3.25" 1133 + source = "registry+https://github.com/rust-lang/crates.io-index" 1134 + checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 1135 + dependencies = [ 1136 + "futures-core", 1137 + "futures-sink", 1138 + ] 1139 + 1140 + [[package]] 1141 + name = "futures-core" 1142 + version = "0.3.25" 1143 + source = "registry+https://github.com/rust-lang/crates.io-index" 1144 + checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 1145 + 1146 + [[package]] 1147 + name = "futures-executor" 1148 + version = "0.3.21" 1149 + source = "registry+https://github.com/rust-lang/crates.io-index" 1150 + checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" 1151 + dependencies = [ 1152 + "futures-core", 1153 + "futures-task", 1154 + "futures-util", 1155 + ] 1156 + 1157 + [[package]] 1158 + name = "futures-io" 1159 + version = "0.3.25" 1160 + source = "registry+https://github.com/rust-lang/crates.io-index" 1161 + checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" 1162 + 1163 + [[package]] 1164 + name = "futures-macro" 1165 + version = "0.3.25" 1166 + source = "registry+https://github.com/rust-lang/crates.io-index" 1167 + checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" 1168 + dependencies = [ 1169 + "proc-macro2", 1170 + "quote", 1171 + "syn 1.0.99", 1172 + ] 1173 + 1174 + [[package]] 1175 + name = "futures-sink" 1176 + version = "0.3.25" 1177 + source = "registry+https://github.com/rust-lang/crates.io-index" 1178 + checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 1179 + 1180 + [[package]] 1181 + name = "futures-task" 1182 + version = "0.3.25" 1183 + source = "registry+https://github.com/rust-lang/crates.io-index" 1184 + checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 1185 + 1186 + [[package]] 1187 + name = "futures-util" 1188 + version = "0.3.25" 1189 + source = "registry+https://github.com/rust-lang/crates.io-index" 1190 + checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 1191 + dependencies = [ 1192 + "futures-channel", 1193 + "futures-core", 1194 + "futures-io", 1195 + "futures-macro", 1196 + "futures-sink", 1197 + "futures-task", 1198 + "memchr", 1199 + "pin-project-lite", 1200 + "pin-utils", 1201 + "slab", 1202 + ] 1203 + 1204 + [[package]] 1205 + name = "fxhash" 1206 + version = "0.2.1" 1207 + source = "registry+https://github.com/rust-lang/crates.io-index" 1208 + checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1209 + dependencies = [ 1210 + "byteorder", 1211 + ] 1212 + 1213 + [[package]] 1214 + name = "generic-array" 1215 + version = "0.14.6" 1216 + source = "registry+https://github.com/rust-lang/crates.io-index" 1217 + checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 1218 + dependencies = [ 1219 + "typenum", 1220 + "version_check", 1221 + ] 1222 + 1223 + [[package]] 1224 + name = "getopts" 1225 + version = "0.2.21" 1226 + source = "registry+https://github.com/rust-lang/crates.io-index" 1227 + checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 1228 + dependencies = [ 1229 + "unicode-width", 1230 + ] 1231 + 1232 + [[package]] 1233 + name = "getrandom" 1234 + version = "0.1.16" 1235 + source = "registry+https://github.com/rust-lang/crates.io-index" 1236 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1237 + dependencies = [ 1238 + "cfg-if 1.0.0", 1239 + "libc", 1240 + "wasi 0.9.0+wasi-snapshot-preview1", 1241 + ] 1242 + 1243 + [[package]] 1244 + name = "getrandom" 1245 + version = "0.2.12" 1246 + source = "registry+https://github.com/rust-lang/crates.io-index" 1247 + checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 1248 + dependencies = [ 1249 + "cfg-if 1.0.0", 1250 + "js-sys", 1251 + "libc", 1252 + "wasi 0.11.0+wasi-snapshot-preview1", 1253 + "wasm-bindgen", 1254 + ] 1255 + 1256 + [[package]] 1257 + name = "gimli" 1258 + version = "0.28.1" 1259 + source = "registry+https://github.com/rust-lang/crates.io-index" 1260 + checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 1261 + 1262 + [[package]] 1263 + name = "glob" 1264 + version = "0.3.0" 1265 + source = "registry+https://github.com/rust-lang/crates.io-index" 1266 + checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 1267 + 1268 + [[package]] 1269 + name = "h2" 1270 + version = "0.3.24" 1271 + source = "registry+https://github.com/rust-lang/crates.io-index" 1272 + checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" 1273 + dependencies = [ 1274 + "bytes", 1275 + "fnv", 1276 + "futures-core", 1277 + "futures-sink", 1278 + "futures-util", 1279 + "http", 1280 + "indexmap", 1281 + "slab", 1282 + "tokio", 1283 + "tokio-util", 1284 + "tracing", 1285 + ] 1286 + 1287 + [[package]] 1288 + name = "hashbrown" 1289 + version = "0.13.2" 1290 + source = "registry+https://github.com/rust-lang/crates.io-index" 1291 + checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 1292 + dependencies = [ 1293 + "ahash", 1294 + ] 1295 + 1296 + [[package]] 1297 + name = "hashbrown" 1298 + version = "0.14.3" 1299 + source = "registry+https://github.com/rust-lang/crates.io-index" 1300 + checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1301 + dependencies = [ 1302 + "ahash", 1303 + "allocator-api2", 1304 + ] 1305 + 1306 + [[package]] 1307 + name = "heck" 1308 + version = "0.4.1" 1309 + source = "registry+https://github.com/rust-lang/crates.io-index" 1310 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1311 + 1312 + [[package]] 1313 + name = "hermit-abi" 1314 + version = "0.1.19" 1315 + source = "registry+https://github.com/rust-lang/crates.io-index" 1316 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1317 + dependencies = [ 1318 + "libc", 1319 + ] 1320 + 1321 + [[package]] 1322 + name = "hex" 1323 + version = "0.4.3" 1324 + source = "registry+https://github.com/rust-lang/crates.io-index" 1325 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1326 + 1327 + [[package]] 1328 + name = "html5ever" 1329 + version = "0.26.0" 1330 + source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 1332 + dependencies = [ 1333 + "log", 1334 + "mac", 1335 + "markup5ever", 1336 + "proc-macro2", 1337 + "quote", 1338 + "syn 1.0.99", 1339 + ] 1340 + 1341 + [[package]] 1342 + name = "http" 1343 + version = "0.2.6" 1344 + source = "registry+https://github.com/rust-lang/crates.io-index" 1345 + checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" 1346 + dependencies = [ 1347 + "bytes", 1348 + "fnv", 1349 + "itoa", 1350 + ] 1351 + 1352 + [[package]] 1353 + name = "http-body" 1354 + version = "0.4.4" 1355 + source = "registry+https://github.com/rust-lang/crates.io-index" 1356 + checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" 1357 + dependencies = [ 1358 + "bytes", 1359 + "http", 1360 + "pin-project-lite", 1361 + ] 1362 + 1363 + [[package]] 1364 + name = "httparse" 1365 + version = "1.8.0" 1366 + source = "registry+https://github.com/rust-lang/crates.io-index" 1367 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1368 + 1369 + [[package]] 1370 + name = "httpdate" 1371 + version = "1.0.2" 1372 + source = "registry+https://github.com/rust-lang/crates.io-index" 1373 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1374 + 1375 + [[package]] 1376 + name = "hyper" 1377 + version = "0.14.28" 1378 + source = "registry+https://github.com/rust-lang/crates.io-index" 1379 + checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 1380 + dependencies = [ 1381 + "bytes", 1382 + "futures-channel", 1383 + "futures-core", 1384 + "futures-util", 1385 + "h2", 1386 + "http", 1387 + "http-body", 1388 + "httparse", 1389 + "httpdate", 1390 + "itoa", 1391 + "pin-project-lite", 1392 + "socket2", 1393 + "tokio", 1394 + "tower-service", 1395 + "tracing", 1396 + "want", 1397 + ] 1398 + 1399 + [[package]] 1400 + name = "hyper-rustls" 1401 + version = "0.24.2" 1402 + source = "registry+https://github.com/rust-lang/crates.io-index" 1403 + checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1404 + dependencies = [ 1405 + "futures-util", 1406 + "http", 1407 + "hyper", 1408 + "rustls", 1409 + "tokio", 1410 + "tokio-rustls", 1411 + ] 1412 + 1413 + [[package]] 1414 + name = "hyper-tls" 1415 + version = "0.5.0" 1416 + source = "registry+https://github.com/rust-lang/crates.io-index" 1417 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1418 + dependencies = [ 1419 + "bytes", 1420 + "hyper", 1421 + "native-tls", 1422 + "tokio", 1423 + "tokio-native-tls", 1424 + ] 1425 + 1426 + [[package]] 1427 + name = "iana-time-zone" 1428 + version = "0.1.60" 1429 + source = "registry+https://github.com/rust-lang/crates.io-index" 1430 + checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 1431 + dependencies = [ 1432 + "android_system_properties", 1433 + "core-foundation-sys 0.8.3", 1434 + "iana-time-zone-haiku", 1435 + "js-sys", 1436 + "wasm-bindgen", 1437 + "windows-core", 1438 + ] 1439 + 1440 + [[package]] 1441 + name = "iana-time-zone-haiku" 1442 + version = "0.1.2" 1443 + source = "registry+https://github.com/rust-lang/crates.io-index" 1444 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1445 + dependencies = [ 1446 + "cc", 1447 + ] 1448 + 1449 + [[package]] 1450 + name = "icu_collections" 1451 + version = "1.2.0" 1452 + source = "registry+https://github.com/rust-lang/crates.io-index" 1453 + checksum = "ef8302d8dfd6044d3ddb3f807a5ef3d7bbca9a574959c6d6e4dc39aa7012d0d5" 1454 + dependencies = [ 1455 + "displaydoc", 1456 + "serde", 1457 + "yoke", 1458 + "zerofrom", 1459 + "zerovec", 1460 + ] 1461 + 1462 + [[package]] 1463 + name = "icu_locid" 1464 + version = "1.2.0" 1465 + source = "registry+https://github.com/rust-lang/crates.io-index" 1466 + checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335" 1467 + dependencies = [ 1468 + "displaydoc", 1469 + "litemap", 1470 + "serde", 1471 + "tinystr", 1472 + "writeable", 1473 + "zerovec", 1474 + ] 1475 + 1476 + [[package]] 1477 + name = "icu_normalizer" 1478 + version = "1.2.0" 1479 + source = "registry+https://github.com/rust-lang/crates.io-index" 1480 + checksum = "652869735c9fb9f5a64ba180ee16f2c848390469c116deef517ecc53f4343598" 1481 + dependencies = [ 1482 + "displaydoc", 1483 + "icu_collections", 1484 + "icu_properties", 1485 + "icu_provider", 1486 + "serde", 1487 + "smallvec", 1488 + "utf16_iter", 1489 + "utf8_iter", 1490 + "write16", 1491 + "zerovec", 1492 + ] 1493 + 1494 + [[package]] 1495 + name = "icu_properties" 1496 + version = "1.2.0" 1497 + source = "registry+https://github.com/rust-lang/crates.io-index" 1498 + checksum = "ce0e1aa26851f16c9e04412a5911c86b7f8768dac8f8d4c5f1c568a7e5d7a434" 1499 + dependencies = [ 1500 + "displaydoc", 1501 + "icu_collections", 1502 + "icu_provider", 1503 + "serde", 1504 + "tinystr", 1505 + "zerovec", 1506 + ] 1507 + 1508 + [[package]] 1509 + name = "icu_provider" 1510 + version = "1.2.0" 1511 + source = "registry+https://github.com/rust-lang/crates.io-index" 1512 + checksum = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305" 1513 + dependencies = [ 1514 + "displaydoc", 1515 + "icu_locid", 1516 + "icu_provider_macros", 1517 + "postcard", 1518 + "serde", 1519 + "stable_deref_trait", 1520 + "writeable", 1521 + "yoke", 1522 + "zerofrom", 1523 + "zerovec", 1524 + ] 1525 + 1526 + [[package]] 1527 + name = "icu_provider_adapters" 1528 + version = "1.2.0" 1529 + source = "registry+https://github.com/rust-lang/crates.io-index" 1530 + checksum = "f4ae1e2bd0c41728b77e7c46e9afdec5e2127d1eedacc684724667d50c126bd3" 1531 + dependencies = [ 1532 + "icu_locid", 1533 + "icu_provider", 1534 + "serde", 1535 + "tinystr", 1536 + "yoke", 1537 + "zerovec", 1538 + ] 1539 + 1540 + [[package]] 1541 + name = "icu_provider_blob" 1542 + version = "1.2.0" 1543 + source = "registry+https://github.com/rust-lang/crates.io-index" 1544 + checksum = "fd364c9a01f791a4bc04a74cf2a1d01d9f6926a40fd5ae1c28004e1e70d8338b" 1545 + dependencies = [ 1546 + "icu_provider", 1547 + "postcard", 1548 + "serde", 1549 + "writeable", 1550 + "yoke", 1551 + "zerovec", 1552 + ] 1553 + 1554 + [[package]] 1555 + name = "icu_provider_macros" 1556 + version = "1.2.0" 1557 + source = "registry+https://github.com/rust-lang/crates.io-index" 1558 + checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10" 1559 + dependencies = [ 1560 + "proc-macro2", 1561 + "quote", 1562 + "syn 1.0.99", 1563 + ] 1564 + 1565 + [[package]] 1566 + name = "ident_case" 1567 + version = "1.0.1" 1568 + source = "registry+https://github.com/rust-lang/crates.io-index" 1569 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1570 + 1571 + [[package]] 1572 + name = "idna" 1573 + version = "0.3.0" 1574 + source = "registry+https://github.com/rust-lang/crates.io-index" 1575 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1576 + dependencies = [ 1577 + "unicode-bidi", 1578 + "unicode-normalization", 1579 + ] 1580 + 1581 + [[package]] 1582 + name = "idna" 1583 + version = "0.5.0" 1584 + source = "registry+https://github.com/rust-lang/crates.io-index" 1585 + checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1586 + dependencies = [ 1587 + "unicode-bidi", 1588 + "unicode-normalization", 1589 + ] 1590 + 1591 + [[package]] 1592 + name = "indexmap" 1593 + version = "2.2.2" 1594 + source = "registry+https://github.com/rust-lang/crates.io-index" 1595 + checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" 1596 + dependencies = [ 1597 + "equivalent", 1598 + "hashbrown 0.14.3", 1599 + ] 1600 + 1601 + [[package]] 1602 + name = "indoc" 1603 + version = "2.0.4" 1604 + source = "registry+https://github.com/rust-lang/crates.io-index" 1605 + checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" 1606 + 1607 + [[package]] 1608 + name = "inout" 1609 + version = "0.1.3" 1610 + source = "registry+https://github.com/rust-lang/crates.io-index" 1611 + checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1612 + dependencies = [ 1613 + "block-padding", 1614 + "generic-array", 1615 + ] 1616 + 1617 + [[package]] 1618 + name = "instant" 1619 + version = "0.1.12" 1620 + source = "registry+https://github.com/rust-lang/crates.io-index" 1621 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1622 + dependencies = [ 1623 + "cfg-if 1.0.0", 1624 + "js-sys", 1625 + "wasm-bindgen", 1626 + "web-sys", 1627 + ] 1628 + 1629 + [[package]] 1630 + name = "ipnet" 1631 + version = "2.4.0" 1632 + source = "registry+https://github.com/rust-lang/crates.io-index" 1633 + checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c" 1634 + 1635 + [[package]] 1636 + name = "itertools" 1637 + version = "0.11.0" 1638 + source = "registry+https://github.com/rust-lang/crates.io-index" 1639 + checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 1640 + dependencies = [ 1641 + "either", 1642 + ] 1643 + 1644 + [[package]] 1645 + name = "itertools" 1646 + version = "0.12.1" 1647 + source = "registry+https://github.com/rust-lang/crates.io-index" 1648 + checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1649 + dependencies = [ 1650 + "either", 1651 + ] 1652 + 1653 + [[package]] 1654 + name = "itoa" 1655 + version = "1.0.1" 1656 + source = "registry+https://github.com/rust-lang/crates.io-index" 1657 + checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 1658 + 1659 + [[package]] 1660 + name = "jni" 1661 + version = "0.19.0" 1662 + source = "registry+https://github.com/rust-lang/crates.io-index" 1663 + checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" 1664 + dependencies = [ 1665 + "cesu8", 1666 + "combine", 1667 + "jni-sys", 1668 + "log", 1669 + "thiserror", 1670 + "walkdir", 1671 + ] 1672 + 1673 + [[package]] 1674 + name = "jni-sys" 1675 + version = "0.3.0" 1676 + source = "registry+https://github.com/rust-lang/crates.io-index" 1677 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1678 + 1679 + [[package]] 1680 + name = "jobserver" 1681 + version = "0.1.24" 1682 + source = "registry+https://github.com/rust-lang/crates.io-index" 1683 + checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" 1684 + dependencies = [ 1685 + "libc", 1686 + ] 1687 + 1688 + [[package]] 1689 + name = "js-sys" 1690 + version = "0.3.68" 1691 + source = "registry+https://github.com/rust-lang/crates.io-index" 1692 + checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" 1693 + dependencies = [ 1694 + "wasm-bindgen", 1695 + ] 1696 + 1697 + [[package]] 1698 + name = "lazy_static" 1699 + version = "1.4.0" 1700 + source = "registry+https://github.com/rust-lang/crates.io-index" 1701 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1702 + 1703 + [[package]] 1704 + name = "lazycell" 1705 + version = "1.3.0" 1706 + source = "registry+https://github.com/rust-lang/crates.io-index" 1707 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1708 + 1709 + [[package]] 1710 + name = "libc" 1711 + version = "0.2.153" 1712 + source = "registry+https://github.com/rust-lang/crates.io-index" 1713 + checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 1714 + 1715 + [[package]] 1716 + name = "libdbus-sys" 1717 + version = "0.2.2" 1718 + source = "registry+https://github.com/rust-lang/crates.io-index" 1719 + checksum = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b" 1720 + dependencies = [ 1721 + "pkg-config", 1722 + ] 1723 + 1724 + [[package]] 1725 + name = "libloading" 1726 + version = "0.7.3" 1727 + source = "registry+https://github.com/rust-lang/crates.io-index" 1728 + checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" 1729 + dependencies = [ 1730 + "cfg-if 1.0.0", 1731 + "winapi", 1732 + ] 1733 + 1734 + [[package]] 1735 + name = "libloading" 1736 + version = "0.8.1" 1737 + source = "registry+https://github.com/rust-lang/crates.io-index" 1738 + checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" 1739 + dependencies = [ 1740 + "cfg-if 1.0.0", 1741 + "windows-sys 0.48.0", 1742 + ] 1743 + 1744 + [[package]] 1745 + name = "libmimalloc-sys" 1746 + version = "0.1.35" 1747 + source = "registry+https://github.com/rust-lang/crates.io-index" 1748 + checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664" 1749 + dependencies = [ 1750 + "cc", 1751 + "libc", 1752 + ] 1753 + 1754 + [[package]] 1755 + name = "linux-raw-sys" 1756 + version = "0.4.13" 1757 + source = "registry+https://github.com/rust-lang/crates.io-index" 1758 + checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 1759 + 1760 + [[package]] 1761 + name = "litemap" 1762 + version = "0.7.2" 1763 + source = "registry+https://github.com/rust-lang/crates.io-index" 1764 + checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da" 1765 + 1766 + [[package]] 1767 + name = "lock_api" 1768 + version = "0.4.11" 1769 + source = "registry+https://github.com/rust-lang/crates.io-index" 1770 + checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 1771 + dependencies = [ 1772 + "autocfg", 1773 + "scopeguard", 1774 + ] 1775 + 1776 + [[package]] 1777 + name = "log" 1778 + version = "0.4.20" 1779 + source = "registry+https://github.com/rust-lang/crates.io-index" 1780 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1781 + 1782 + [[package]] 1783 + name = "lru" 1784 + version = "0.12.2" 1785 + source = "registry+https://github.com/rust-lang/crates.io-index" 1786 + checksum = "db2c024b41519440580066ba82aab04092b333e09066a5eb86c7c4890df31f22" 1787 + dependencies = [ 1788 + "hashbrown 0.14.3", 1789 + ] 1790 + 1791 + [[package]] 1792 + name = "m3u8-rs" 1793 + version = "5.0.5" 1794 + source = "registry+https://github.com/rust-lang/crates.io-index" 1795 + checksum = "0c1d7ba86f7ea62f17f4310c55e93244619ddc7dadfc7e565de1967e4e41e6e7" 1796 + dependencies = [ 1797 + "chrono", 1798 + "nom", 1799 + ] 1800 + 1801 + [[package]] 1802 + name = "mac" 1803 + version = "0.1.1" 1804 + source = "registry+https://github.com/rust-lang/crates.io-index" 1805 + checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 1806 + 1807 + [[package]] 1808 + name = "mach" 1809 + version = "0.3.2" 1810 + source = "registry+https://github.com/rust-lang/crates.io-index" 1811 + checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" 1812 + dependencies = [ 1813 + "libc", 1814 + ] 1815 + 1816 + [[package]] 1817 + name = "malloc_buf" 1818 + version = "0.0.6" 1819 + source = "registry+https://github.com/rust-lang/crates.io-index" 1820 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1821 + dependencies = [ 1822 + "libc", 1823 + ] 1824 + 1825 + [[package]] 1826 + name = "markup5ever" 1827 + version = "0.11.0" 1828 + source = "registry+https://github.com/rust-lang/crates.io-index" 1829 + checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 1830 + dependencies = [ 1831 + "log", 1832 + "phf 0.10.1", 1833 + "phf_codegen 0.10.0", 1834 + "string_cache", 1835 + "string_cache_codegen", 1836 + "tendril", 1837 + ] 1838 + 1839 + [[package]] 1840 + name = "matches" 1841 + version = "0.1.9" 1842 + source = "registry+https://github.com/rust-lang/crates.io-index" 1843 + checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 1844 + 1845 + [[package]] 1846 + name = "memchr" 1847 + version = "2.7.1" 1848 + source = "registry+https://github.com/rust-lang/crates.io-index" 1849 + checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 1850 + 1851 + [[package]] 1852 + name = "memmap2" 1853 + version = "0.3.1" 1854 + source = "registry+https://github.com/rust-lang/crates.io-index" 1855 + checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357" 1856 + dependencies = [ 1857 + "libc", 1858 + ] 1859 + 1860 + [[package]] 1861 + name = "memoffset" 1862 + version = "0.6.5" 1863 + source = "registry+https://github.com/rust-lang/crates.io-index" 1864 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1865 + dependencies = [ 1866 + "autocfg", 1867 + ] 1868 + 1869 + [[package]] 1870 + name = "mimalloc" 1871 + version = "0.1.39" 1872 + source = "registry+https://github.com/rust-lang/crates.io-index" 1873 + checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c" 1874 + dependencies = [ 1875 + "libmimalloc-sys", 1876 + ] 1877 + 1878 + [[package]] 1879 + name = "mime" 1880 + version = "0.3.16" 1881 + source = "registry+https://github.com/rust-lang/crates.io-index" 1882 + checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 1883 + 1884 + [[package]] 1885 + name = "mime_guess" 1886 + version = "2.0.4" 1887 + source = "registry+https://github.com/rust-lang/crates.io-index" 1888 + checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 1889 + dependencies = [ 1890 + "mime", 1891 + "unicase", 1892 + ] 1893 + 1894 + [[package]] 1895 + name = "minimal-lexical" 1896 + version = "0.2.1" 1897 + source = "registry+https://github.com/rust-lang/crates.io-index" 1898 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1899 + 1900 + [[package]] 1901 + name = "miniz_oxide" 1902 + version = "0.4.4" 1903 + source = "registry+https://github.com/rust-lang/crates.io-index" 1904 + checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 1905 + dependencies = [ 1906 + "adler", 1907 + "autocfg", 1908 + ] 1909 + 1910 + [[package]] 1911 + name = "miniz_oxide" 1912 + version = "0.7.2" 1913 + source = "registry+https://github.com/rust-lang/crates.io-index" 1914 + checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 1915 + dependencies = [ 1916 + "adler", 1917 + ] 1918 + 1919 + [[package]] 1920 + name = "mio" 1921 + version = "0.8.10" 1922 + source = "registry+https://github.com/rust-lang/crates.io-index" 1923 + checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 1924 + dependencies = [ 1925 + "libc", 1926 + "log", 1927 + "wasi 0.11.0+wasi-snapshot-preview1", 1928 + "windows-sys 0.48.0", 1929 + ] 1930 + 1931 + [[package]] 1932 + name = "nanorand" 1933 + version = "0.7.0" 1934 + source = "registry+https://github.com/rust-lang/crates.io-index" 1935 + checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 1936 + dependencies = [ 1937 + "getrandom 0.2.12", 1938 + ] 1939 + 1940 + [[package]] 1941 + name = "native-tls" 1942 + version = "0.2.11" 1943 + source = "registry+https://github.com/rust-lang/crates.io-index" 1944 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1945 + dependencies = [ 1946 + "lazy_static", 1947 + "libc", 1948 + "log", 1949 + "openssl", 1950 + "openssl-probe", 1951 + "openssl-sys", 1952 + "schannel", 1953 + "security-framework", 1954 + "security-framework-sys", 1955 + "tempfile", 1956 + ] 1957 + 1958 + [[package]] 1959 + name = "ndk" 1960 + version = "0.5.0" 1961 + source = "registry+https://github.com/rust-lang/crates.io-index" 1962 + checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d" 1963 + dependencies = [ 1964 + "bitflags 1.3.2", 1965 + "jni-sys", 1966 + "ndk-sys 0.2.2", 1967 + "num_enum 0.5.7", 1968 + "thiserror", 1969 + ] 1970 + 1971 + [[package]] 1972 + name = "ndk" 1973 + version = "0.6.0" 1974 + source = "registry+https://github.com/rust-lang/crates.io-index" 1975 + checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" 1976 + dependencies = [ 1977 + "bitflags 1.3.2", 1978 + "jni-sys", 1979 + "ndk-sys 0.3.0", 1980 + "num_enum 0.5.7", 1981 + "thiserror", 1982 + ] 1983 + 1984 + [[package]] 1985 + name = "ndk-context" 1986 + version = "0.1.1" 1987 + source = "registry+https://github.com/rust-lang/crates.io-index" 1988 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1989 + 1990 + [[package]] 1991 + name = "ndk-glue" 1992 + version = "0.5.2" 1993 + source = "registry+https://github.com/rust-lang/crates.io-index" 1994 + checksum = "c71bee8ea72d685477e28bd004cfe1bf99c754d688cd78cad139eae4089484d4" 1995 + dependencies = [ 1996 + "lazy_static", 1997 + "libc", 1998 + "log", 1999 + "ndk 0.5.0", 2000 + "ndk-context", 2001 + "ndk-macro", 2002 + "ndk-sys 0.2.2", 2003 + ] 2004 + 2005 + [[package]] 2006 + name = "ndk-glue" 2007 + version = "0.6.1" 2008 + source = "registry+https://github.com/rust-lang/crates.io-index" 2009 + checksum = "d9ffb7443daba48349d545028777ca98853b018b4c16624aa01223bc29e078da" 2010 + dependencies = [ 2011 + "lazy_static", 2012 + "libc", 2013 + "log", 2014 + "ndk 0.6.0", 2015 + "ndk-context", 2016 + "ndk-macro", 2017 + "ndk-sys 0.3.0", 2018 + ] 2019 + 2020 + [[package]] 2021 + name = "ndk-macro" 2022 + version = "0.3.0" 2023 + source = "registry+https://github.com/rust-lang/crates.io-index" 2024 + checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 2025 + dependencies = [ 2026 + "darling", 2027 + "proc-macro-crate", 2028 + "proc-macro2", 2029 + "quote", 2030 + "syn 1.0.99", 2031 + ] 2032 + 2033 + [[package]] 2034 + name = "ndk-sys" 2035 + version = "0.2.2" 2036 + source = "registry+https://github.com/rust-lang/crates.io-index" 2037 + checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121" 2038 + 2039 + [[package]] 2040 + name = "ndk-sys" 2041 + version = "0.3.0" 2042 + source = "registry+https://github.com/rust-lang/crates.io-index" 2043 + checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" 2044 + dependencies = [ 2045 + "jni-sys", 2046 + ] 2047 + 2048 + [[package]] 2049 + name = "new_debug_unreachable" 2050 + version = "1.0.4" 2051 + source = "registry+https://github.com/rust-lang/crates.io-index" 2052 + checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 2053 + 2054 + [[package]] 2055 + name = "nix" 2056 + version = "0.22.3" 2057 + source = "registry+https://github.com/rust-lang/crates.io-index" 2058 + checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf" 2059 + dependencies = [ 2060 + "bitflags 1.3.2", 2061 + "cc", 2062 + "cfg-if 1.0.0", 2063 + "libc", 2064 + "memoffset", 2065 + ] 2066 + 2067 + [[package]] 2068 + name = "nix" 2069 + version = "0.23.2" 2070 + source = "registry+https://github.com/rust-lang/crates.io-index" 2071 + checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c" 2072 + dependencies = [ 2073 + "bitflags 1.3.2", 2074 + "cc", 2075 + "cfg-if 1.0.0", 2076 + "libc", 2077 + "memoffset", 2078 + ] 2079 + 2080 + [[package]] 2081 + name = "nix" 2082 + version = "0.24.3" 2083 + source = "registry+https://github.com/rust-lang/crates.io-index" 2084 + checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 2085 + dependencies = [ 2086 + "bitflags 1.3.2", 2087 + "cfg-if 1.0.0", 2088 + "libc", 2089 + "memoffset", 2090 + ] 2091 + 2092 + [[package]] 2093 + name = "nodrop" 2094 + version = "0.1.14" 2095 + source = "registry+https://github.com/rust-lang/crates.io-index" 2096 + checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 2097 + 2098 + [[package]] 2099 + name = "nom" 2100 + version = "7.1.1" 2101 + source = "registry+https://github.com/rust-lang/crates.io-index" 2102 + checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 2103 + dependencies = [ 2104 + "memchr", 2105 + "minimal-lexical", 2106 + ] 2107 + 2108 + [[package]] 2109 + name = "num-bigint" 2110 + version = "0.4.4" 2111 + source = "registry+https://github.com/rust-lang/crates.io-index" 2112 + checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 2113 + dependencies = [ 2114 + "autocfg", 2115 + "num-integer", 2116 + "num-traits", 2117 + "serde", 2118 + ] 2119 + 2120 + [[package]] 2121 + name = "num-conv" 2122 + version = "0.1.0" 2123 + source = "registry+https://github.com/rust-lang/crates.io-index" 2124 + checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2125 + 2126 + [[package]] 2127 + name = "num-derive" 2128 + version = "0.3.3" 2129 + source = "registry+https://github.com/rust-lang/crates.io-index" 2130 + checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 2131 + dependencies = [ 2132 + "proc-macro2", 2133 + "quote", 2134 + "syn 1.0.99", 2135 + ] 2136 + 2137 + [[package]] 2138 + name = "num-integer" 2139 + version = "0.1.45" 2140 + source = "registry+https://github.com/rust-lang/crates.io-index" 2141 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2142 + dependencies = [ 2143 + "autocfg", 2144 + "num-traits", 2145 + ] 2146 + 2147 + [[package]] 2148 + name = "num-traits" 2149 + version = "0.2.17" 2150 + source = "registry+https://github.com/rust-lang/crates.io-index" 2151 + checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 2152 + dependencies = [ 2153 + "autocfg", 2154 + ] 2155 + 2156 + [[package]] 2157 + name = "num_cpus" 2158 + version = "1.13.1" 2159 + source = "registry+https://github.com/rust-lang/crates.io-index" 2160 + checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 2161 + dependencies = [ 2162 + "hermit-abi", 2163 + "libc", 2164 + ] 2165 + 2166 + [[package]] 2167 + name = "num_enum" 2168 + version = "0.5.7" 2169 + source = "registry+https://github.com/rust-lang/crates.io-index" 2170 + checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" 2171 + dependencies = [ 2172 + "num_enum_derive 0.5.7", 2173 + ] 2174 + 2175 + [[package]] 2176 + name = "num_enum" 2177 + version = "0.6.1" 2178 + source = "registry+https://github.com/rust-lang/crates.io-index" 2179 + checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" 2180 + dependencies = [ 2181 + "num_enum_derive 0.6.1", 2182 + ] 2183 + 2184 + [[package]] 2185 + name = "num_enum_derive" 2186 + version = "0.5.7" 2187 + source = "registry+https://github.com/rust-lang/crates.io-index" 2188 + checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" 2189 + dependencies = [ 2190 + "proc-macro-crate", 2191 + "proc-macro2", 2192 + "quote", 2193 + "syn 1.0.99", 2194 + ] 2195 + 2196 + [[package]] 2197 + name = "num_enum_derive" 2198 + version = "0.6.1" 2199 + source = "registry+https://github.com/rust-lang/crates.io-index" 2200 + checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" 2201 + dependencies = [ 2202 + "proc-macro-crate", 2203 + "proc-macro2", 2204 + "quote", 2205 + "syn 2.0.48", 2206 + ] 2207 + 2208 + [[package]] 2209 + name = "objc" 2210 + version = "0.2.7" 2211 + source = "registry+https://github.com/rust-lang/crates.io-index" 2212 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2213 + dependencies = [ 2214 + "malloc_buf", 2215 + ] 2216 + 2217 + [[package]] 2218 + name = "object" 2219 + version = "0.32.2" 2220 + source = "registry+https://github.com/rust-lang/crates.io-index" 2221 + checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 2222 + dependencies = [ 2223 + "memchr", 2224 + ] 2225 + 2226 + [[package]] 2227 + name = "oboe" 2228 + version = "0.4.6" 2229 + source = "registry+https://github.com/rust-lang/crates.io-index" 2230 + checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1" 2231 + dependencies = [ 2232 + "jni", 2233 + "ndk 0.6.0", 2234 + "ndk-context", 2235 + "num-derive", 2236 + "num-traits", 2237 + "oboe-sys", 2238 + ] 2239 + 2240 + [[package]] 2241 + name = "oboe-sys" 2242 + version = "0.4.5" 2243 + source = "registry+https://github.com/rust-lang/crates.io-index" 2244 + checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd" 2245 + dependencies = [ 2246 + "cc", 2247 + ] 2248 + 2249 + [[package]] 2250 + name = "once_cell" 2251 + version = "1.19.0" 2252 + source = "registry+https://github.com/rust-lang/crates.io-index" 2253 + checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2254 + dependencies = [ 2255 + "critical-section", 2256 + "portable-atomic", 2257 + ] 2258 + 2259 + [[package]] 2260 + name = "openssl" 2261 + version = "0.10.63" 2262 + source = "registry+https://github.com/rust-lang/crates.io-index" 2263 + checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" 2264 + dependencies = [ 2265 + "bitflags 2.4.2", 2266 + "cfg-if 1.0.0", 2267 + "foreign-types", 2268 + "libc", 2269 + "once_cell", 2270 + "openssl-macros", 2271 + "openssl-sys", 2272 + ] 2273 + 2274 + [[package]] 2275 + name = "openssl-macros" 2276 + version = "0.1.1" 2277 + source = "registry+https://github.com/rust-lang/crates.io-index" 2278 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2279 + dependencies = [ 2280 + "proc-macro2", 2281 + "quote", 2282 + "syn 2.0.48", 2283 + ] 2284 + 2285 + [[package]] 2286 + name = "openssl-probe" 2287 + version = "0.1.5" 2288 + source = "registry+https://github.com/rust-lang/crates.io-index" 2289 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2290 + 2291 + [[package]] 2292 + name = "openssl-sys" 2293 + version = "0.9.99" 2294 + source = "registry+https://github.com/rust-lang/crates.io-index" 2295 + checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" 2296 + dependencies = [ 2297 + "cc", 2298 + "libc", 2299 + "pkg-config", 2300 + "vcpkg", 2301 + ] 2302 + 2303 + [[package]] 2304 + name = "option-ext" 2305 + version = "0.2.0" 2306 + source = "registry+https://github.com/rust-lang/crates.io-index" 2307 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2308 + 2309 + [[package]] 2310 + name = "parking_lot" 2311 + version = "0.11.2" 2312 + source = "registry+https://github.com/rust-lang/crates.io-index" 2313 + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2314 + dependencies = [ 2315 + "instant", 2316 + "lock_api", 2317 + "parking_lot_core 0.8.6", 2318 + ] 2319 + 2320 + [[package]] 2321 + name = "parking_lot" 2322 + version = "0.12.0" 2323 + source = "registry+https://github.com/rust-lang/crates.io-index" 2324 + checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" 2325 + dependencies = [ 2326 + "lock_api", 2327 + "parking_lot_core 0.9.9", 2328 + ] 2329 + 2330 + [[package]] 2331 + name = "parking_lot_core" 2332 + version = "0.8.6" 2333 + source = "registry+https://github.com/rust-lang/crates.io-index" 2334 + checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 2335 + dependencies = [ 2336 + "cfg-if 1.0.0", 2337 + "instant", 2338 + "libc", 2339 + "redox_syscall 0.2.11", 2340 + "smallvec", 2341 + "winapi", 2342 + ] 2343 + 2344 + [[package]] 2345 + name = "parking_lot_core" 2346 + version = "0.9.9" 2347 + source = "registry+https://github.com/rust-lang/crates.io-index" 2348 + checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 2349 + dependencies = [ 2350 + "cfg-if 1.0.0", 2351 + "libc", 2352 + "redox_syscall 0.4.1", 2353 + "smallvec", 2354 + "windows-targets 0.48.5", 2355 + ] 2356 + 2357 + [[package]] 2358 + name = "paste" 2359 + version = "1.0.14" 2360 + source = "registry+https://github.com/rust-lang/crates.io-index" 2361 + checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2362 + 2363 + [[package]] 2364 + name = "peeking_take_while" 2365 + version = "0.1.2" 2366 + source = "registry+https://github.com/rust-lang/crates.io-index" 2367 + checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 2368 + 2369 + [[package]] 2370 + name = "percent-encoding" 2371 + version = "2.3.1" 2372 + source = "registry+https://github.com/rust-lang/crates.io-index" 2373 + checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2374 + 2375 + [[package]] 2376 + name = "phf" 2377 + version = "0.8.0" 2378 + source = "registry+https://github.com/rust-lang/crates.io-index" 2379 + checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2380 + dependencies = [ 2381 + "phf_shared 0.8.0", 2382 + ] 2383 + 2384 + [[package]] 2385 + name = "phf" 2386 + version = "0.10.1" 2387 + source = "registry+https://github.com/rust-lang/crates.io-index" 2388 + checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 2389 + dependencies = [ 2390 + "phf_macros 0.10.0", 2391 + "phf_shared 0.10.0", 2392 + "proc-macro-hack", 2393 + ] 2394 + 2395 + [[package]] 2396 + name = "phf" 2397 + version = "0.11.2" 2398 + source = "registry+https://github.com/rust-lang/crates.io-index" 2399 + checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 2400 + dependencies = [ 2401 + "phf_macros 0.11.2", 2402 + "phf_shared 0.11.2", 2403 + ] 2404 + 2405 + [[package]] 2406 + name = "phf_codegen" 2407 + version = "0.8.0" 2408 + source = "registry+https://github.com/rust-lang/crates.io-index" 2409 + checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 2410 + dependencies = [ 2411 + "phf_generator 0.8.0", 2412 + "phf_shared 0.8.0", 2413 + ] 2414 + 2415 + [[package]] 2416 + name = "phf_codegen" 2417 + version = "0.10.0" 2418 + source = "registry+https://github.com/rust-lang/crates.io-index" 2419 + checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 2420 + dependencies = [ 2421 + "phf_generator 0.10.0", 2422 + "phf_shared 0.10.0", 2423 + ] 2424 + 2425 + [[package]] 2426 + name = "phf_generator" 2427 + version = "0.8.0" 2428 + source = "registry+https://github.com/rust-lang/crates.io-index" 2429 + checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 2430 + dependencies = [ 2431 + "phf_shared 0.8.0", 2432 + "rand 0.7.3", 2433 + ] 2434 + 2435 + [[package]] 2436 + name = "phf_generator" 2437 + version = "0.10.0" 2438 + source = "registry+https://github.com/rust-lang/crates.io-index" 2439 + checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 2440 + dependencies = [ 2441 + "phf_shared 0.10.0", 2442 + "rand 0.8.5", 2443 + ] 2444 + 2445 + [[package]] 2446 + name = "phf_generator" 2447 + version = "0.11.2" 2448 + source = "registry+https://github.com/rust-lang/crates.io-index" 2449 + checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 2450 + dependencies = [ 2451 + "phf_shared 0.11.2", 2452 + "rand 0.8.5", 2453 + ] 2454 + 2455 + [[package]] 2456 + name = "phf_macros" 2457 + version = "0.10.0" 2458 + source = "registry+https://github.com/rust-lang/crates.io-index" 2459 + checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 2460 + dependencies = [ 2461 + "phf_generator 0.10.0", 2462 + "phf_shared 0.10.0", 2463 + "proc-macro-hack", 2464 + "proc-macro2", 2465 + "quote", 2466 + "syn 1.0.99", 2467 + ] 2468 + 2469 + [[package]] 2470 + name = "phf_macros" 2471 + version = "0.11.2" 2472 + source = "registry+https://github.com/rust-lang/crates.io-index" 2473 + checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 2474 + dependencies = [ 2475 + "phf_generator 0.11.2", 2476 + "phf_shared 0.11.2", 2477 + "proc-macro2", 2478 + "quote", 2479 + "syn 2.0.48", 2480 + ] 2481 + 2482 + [[package]] 2483 + name = "phf_shared" 2484 + version = "0.8.0" 2485 + source = "registry+https://github.com/rust-lang/crates.io-index" 2486 + checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 2487 + dependencies = [ 2488 + "siphasher", 2489 + ] 2490 + 2491 + [[package]] 2492 + name = "phf_shared" 2493 + version = "0.10.0" 2494 + source = "registry+https://github.com/rust-lang/crates.io-index" 2495 + checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 2496 + dependencies = [ 2497 + "siphasher", 2498 + ] 2499 + 2500 + [[package]] 2501 + name = "phf_shared" 2502 + version = "0.11.2" 2503 + source = "registry+https://github.com/rust-lang/crates.io-index" 2504 + checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 2505 + dependencies = [ 2506 + "siphasher", 2507 + ] 2508 + 2509 + [[package]] 2510 + name = "pin-project-lite" 2511 + version = "0.2.13" 2512 + source = "registry+https://github.com/rust-lang/crates.io-index" 2513 + checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2514 + 2515 + [[package]] 2516 + name = "pin-utils" 2517 + version = "0.1.0" 2518 + source = "registry+https://github.com/rust-lang/crates.io-index" 2519 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2520 + 2521 + [[package]] 2522 + name = "pkg-config" 2523 + version = "0.3.24" 2524 + source = "registry+https://github.com/rust-lang/crates.io-index" 2525 + checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe" 2526 + 2527 + [[package]] 2528 + name = "player" 2529 + version = "0.1.0" 2530 + dependencies = [ 2531 + "atomic_float", 2532 + "cpal", 2533 + "flume", 2534 + "symphonia", 2535 + "tokio", 2536 + ] 2537 + 2538 + [[package]] 2539 + name = "pollster" 2540 + version = "0.3.0" 2541 + source = "registry+https://github.com/rust-lang/crates.io-index" 2542 + checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 2543 + 2544 + [[package]] 2545 + name = "portable-atomic" 2546 + version = "1.6.0" 2547 + source = "registry+https://github.com/rust-lang/crates.io-index" 2548 + checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 2549 + 2550 + [[package]] 2551 + name = "postcard" 2552 + version = "1.0.8" 2553 + source = "registry+https://github.com/rust-lang/crates.io-index" 2554 + checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8" 2555 + dependencies = [ 2556 + "cobs", 2557 + "embedded-io", 2558 + "serde", 2559 + ] 2560 + 2561 + [[package]] 2562 + name = "powerfmt" 2563 + version = "0.2.0" 2564 + source = "registry+https://github.com/rust-lang/crates.io-index" 2565 + checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2566 + 2567 + [[package]] 2568 + name = "ppv-lite86" 2569 + version = "0.2.17" 2570 + source = "registry+https://github.com/rust-lang/crates.io-index" 2571 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2572 + 2573 + [[package]] 2574 + name = "precomputed-hash" 2575 + version = "0.1.1" 2576 + source = "registry+https://github.com/rust-lang/crates.io-index" 2577 + checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 2578 + 2579 + [[package]] 2580 + name = "proc-macro-crate" 2581 + version = "1.1.3" 2582 + source = "registry+https://github.com/rust-lang/crates.io-index" 2583 + checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" 2584 + dependencies = [ 2585 + "thiserror", 2586 + "toml 0.5.9", 2587 + ] 2588 + 2589 + [[package]] 2590 + name = "proc-macro-hack" 2591 + version = "0.5.19" 2592 + source = "registry+https://github.com/rust-lang/crates.io-index" 2593 + checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 2594 + 2595 + [[package]] 2596 + name = "proc-macro2" 2597 + version = "1.0.78" 2598 + source = "registry+https://github.com/rust-lang/crates.io-index" 2599 + checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 2600 + dependencies = [ 2601 + "unicode-ident", 2602 + ] 2603 + 2604 + [[package]] 2605 + name = "psl-types" 2606 + version = "2.0.11" 2607 + source = "registry+https://github.com/rust-lang/crates.io-index" 2608 + checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 2609 + 2610 + [[package]] 2611 + name = "publicsuffix" 2612 + version = "2.2.3" 2613 + source = "registry+https://github.com/rust-lang/crates.io-index" 2614 + checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457" 2615 + dependencies = [ 2616 + "idna 0.3.0", 2617 + "psl-types", 2618 + ] 2619 + 2620 + [[package]] 2621 + name = "quote" 2622 + version = "1.0.35" 2623 + source = "registry+https://github.com/rust-lang/crates.io-index" 2624 + checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 2625 + dependencies = [ 2626 + "proc-macro2", 2627 + ] 2628 + 2629 + [[package]] 2630 + name = "rand" 2631 + version = "0.7.3" 2632 + source = "registry+https://github.com/rust-lang/crates.io-index" 2633 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2634 + dependencies = [ 2635 + "getrandom 0.1.16", 2636 + "libc", 2637 + "rand_chacha 0.2.2", 2638 + "rand_core 0.5.1", 2639 + "rand_hc", 2640 + "rand_pcg", 2641 + ] 2642 + 2643 + [[package]] 2644 + name = "rand" 2645 + version = "0.8.5" 2646 + source = "registry+https://github.com/rust-lang/crates.io-index" 2647 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2648 + dependencies = [ 2649 + "libc", 2650 + "rand_chacha 0.3.1", 2651 + "rand_core 0.6.4", 2652 + ] 2653 + 2654 + [[package]] 2655 + name = "rand_chacha" 2656 + version = "0.2.2" 2657 + source = "registry+https://github.com/rust-lang/crates.io-index" 2658 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2659 + dependencies = [ 2660 + "ppv-lite86", 2661 + "rand_core 0.5.1", 2662 + ] 2663 + 2664 + [[package]] 2665 + name = "rand_chacha" 2666 + version = "0.3.1" 2667 + source = "registry+https://github.com/rust-lang/crates.io-index" 2668 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2669 + dependencies = [ 2670 + "ppv-lite86", 2671 + "rand_core 0.6.4", 2672 + ] 2673 + 2674 + [[package]] 2675 + name = "rand_core" 2676 + version = "0.5.1" 2677 + source = "registry+https://github.com/rust-lang/crates.io-index" 2678 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2679 + dependencies = [ 2680 + "getrandom 0.1.16", 2681 + ] 2682 + 2683 + [[package]] 2684 + name = "rand_core" 2685 + version = "0.6.4" 2686 + source = "registry+https://github.com/rust-lang/crates.io-index" 2687 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2688 + dependencies = [ 2689 + "getrandom 0.2.12", 2690 + ] 2691 + 2692 + [[package]] 2693 + name = "rand_hc" 2694 + version = "0.2.0" 2695 + source = "registry+https://github.com/rust-lang/crates.io-index" 2696 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2697 + dependencies = [ 2698 + "rand_core 0.5.1", 2699 + ] 2700 + 2701 + [[package]] 2702 + name = "rand_pcg" 2703 + version = "0.2.1" 2704 + source = "registry+https://github.com/rust-lang/crates.io-index" 2705 + checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2706 + dependencies = [ 2707 + "rand_core 0.5.1", 2708 + ] 2709 + 2710 + [[package]] 2711 + name = "ratatui" 2712 + version = "0.26.0" 2713 + source = "registry+https://github.com/rust-lang/crates.io-index" 2714 + checksum = "154b85ef15a5d1719bcaa193c3c81fe645cd120c156874cd660fe49fd21d1373" 2715 + dependencies = [ 2716 + "bitflags 2.4.2", 2717 + "cassowary", 2718 + "compact_str", 2719 + "crossterm", 2720 + "indoc", 2721 + "itertools 0.12.1", 2722 + "lru", 2723 + "paste", 2724 + "serde", 2725 + "stability", 2726 + "strum", 2727 + "unicode-segmentation", 2728 + "unicode-width", 2729 + ] 2730 + 2731 + [[package]] 2732 + name = "raw-window-handle" 2733 + version = "0.4.3" 2734 + source = "registry+https://github.com/rust-lang/crates.io-index" 2735 + checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 2736 + dependencies = [ 2737 + "cty", 2738 + ] 2739 + 2740 + [[package]] 2741 + name = "redox_syscall" 2742 + version = "0.2.11" 2743 + source = "registry+https://github.com/rust-lang/crates.io-index" 2744 + checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" 2745 + dependencies = [ 2746 + "bitflags 1.3.2", 2747 + ] 2748 + 2749 + [[package]] 2750 + name = "redox_syscall" 2751 + version = "0.4.1" 2752 + source = "registry+https://github.com/rust-lang/crates.io-index" 2753 + checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2754 + dependencies = [ 2755 + "bitflags 1.3.2", 2756 + ] 2757 + 2758 + [[package]] 2759 + name = "redox_users" 2760 + version = "0.4.3" 2761 + source = "registry+https://github.com/rust-lang/crates.io-index" 2762 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2763 + dependencies = [ 2764 + "getrandom 0.2.12", 2765 + "redox_syscall 0.2.11", 2766 + "thiserror", 2767 + ] 2768 + 2769 + [[package]] 2770 + name = "regex" 2771 + version = "1.10.3" 2772 + source = "registry+https://github.com/rust-lang/crates.io-index" 2773 + checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 2774 + dependencies = [ 2775 + "aho-corasick", 2776 + "memchr", 2777 + "regex-automata", 2778 + "regex-syntax", 2779 + ] 2780 + 2781 + [[package]] 2782 + name = "regex-automata" 2783 + version = "0.4.5" 2784 + source = "registry+https://github.com/rust-lang/crates.io-index" 2785 + checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 2786 + dependencies = [ 2787 + "aho-corasick", 2788 + "memchr", 2789 + "regex-syntax", 2790 + ] 2791 + 2792 + [[package]] 2793 + name = "regex-syntax" 2794 + version = "0.8.2" 2795 + source = "registry+https://github.com/rust-lang/crates.io-index" 2796 + checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 2797 + 2798 + [[package]] 2799 + name = "regress" 2800 + version = "0.6.0" 2801 + source = "registry+https://github.com/rust-lang/crates.io-index" 2802 + checksum = "82a9ecfa0cb04d0b04dddb99b8ccf4f66bc8dfd23df694b398570bd8ae3a50fb" 2803 + dependencies = [ 2804 + "hashbrown 0.13.2", 2805 + "memchr", 2806 + ] 2807 + 2808 + [[package]] 2809 + name = "reqwest" 2810 + version = "0.11.24" 2811 + source = "registry+https://github.com/rust-lang/crates.io-index" 2812 + checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" 2813 + dependencies = [ 2814 + "async-compression", 2815 + "base64 0.21.7", 2816 + "bytes", 2817 + "cookie", 2818 + "cookie_store", 2819 + "encoding_rs", 2820 + "futures-core", 2821 + "futures-util", 2822 + "h2", 2823 + "http", 2824 + "http-body", 2825 + "hyper", 2826 + "hyper-rustls", 2827 + "hyper-tls", 2828 + "ipnet", 2829 + "js-sys", 2830 + "log", 2831 + "mime", 2832 + "mime_guess", 2833 + "native-tls", 2834 + "once_cell", 2835 + "percent-encoding", 2836 + "pin-project-lite", 2837 + "rustls", 2838 + "rustls-pemfile", 2839 + "serde", 2840 + "serde_json", 2841 + "serde_urlencoded", 2842 + "sync_wrapper", 2843 + "system-configuration", 2844 + "tokio", 2845 + "tokio-native-tls", 2846 + "tokio-rustls", 2847 + "tokio-util", 2848 + "tower-service", 2849 + "url", 2850 + "wasm-bindgen", 2851 + "wasm-bindgen-futures", 2852 + "web-sys", 2853 + "webpki-roots", 2854 + "winreg", 2855 + ] 2856 + 2857 + [[package]] 2858 + name = "reqwest-middleware" 2859 + version = "0.2.4" 2860 + source = "registry+https://github.com/rust-lang/crates.io-index" 2861 + checksum = "88a3e86aa6053e59030e7ce2d2a3b258dd08fc2d337d52f73f6cb480f5858690" 2862 + dependencies = [ 2863 + "anyhow", 2864 + "async-trait", 2865 + "http", 2866 + "reqwest", 2867 + "serde", 2868 + "task-local-extensions", 2869 + "thiserror", 2870 + ] 2871 + 2872 + [[package]] 2873 + name = "reqwest-retry" 2874 + version = "0.3.0" 2875 + source = "registry+https://github.com/rust-lang/crates.io-index" 2876 + checksum = "9af20b65c2ee9746cc575acb6bd28a05ffc0d15e25c992a8f4462d8686aacb4f" 2877 + dependencies = [ 2878 + "anyhow", 2879 + "async-trait", 2880 + "chrono", 2881 + "futures", 2882 + "getrandom 0.2.12", 2883 + "http", 2884 + "hyper", 2885 + "parking_lot 0.11.2", 2886 + "reqwest", 2887 + "reqwest-middleware", 2888 + "retry-policies", 2889 + "task-local-extensions", 2890 + "tokio", 2891 + "tracing", 2892 + "wasm-timer", 2893 + ] 2894 + 2895 + [[package]] 2896 + name = "retry-policies" 2897 + version = "0.2.1" 2898 + source = "registry+https://github.com/rust-lang/crates.io-index" 2899 + checksum = "17dd00bff1d737c40dbcd47d4375281bf4c17933f9eef0a185fc7bacca23ecbd" 2900 + dependencies = [ 2901 + "anyhow", 2902 + "chrono", 2903 + "rand 0.8.5", 2904 + ] 2905 + 2906 + [[package]] 2907 + name = "ring" 2908 + version = "0.16.20" 2909 + source = "registry+https://github.com/rust-lang/crates.io-index" 2910 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2911 + dependencies = [ 2912 + "cc", 2913 + "libc", 2914 + "once_cell", 2915 + "spin 0.5.2", 2916 + "untrusted 0.7.1", 2917 + "web-sys", 2918 + "winapi", 2919 + ] 2920 + 2921 + [[package]] 2922 + name = "ring" 2923 + version = "0.17.7" 2924 + source = "registry+https://github.com/rust-lang/crates.io-index" 2925 + checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" 2926 + dependencies = [ 2927 + "cc", 2928 + "getrandom 0.2.12", 2929 + "libc", 2930 + "spin 0.9.8", 2931 + "untrusted 0.9.0", 2932 + "windows-sys 0.48.0", 2933 + ] 2934 + 2935 + [[package]] 2936 + name = "rustc-demangle" 2937 + version = "0.1.23" 2938 + source = "registry+https://github.com/rust-lang/crates.io-index" 2939 + checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2940 + 2941 + [[package]] 2942 + name = "rustc-hash" 2943 + version = "1.1.0" 2944 + source = "registry+https://github.com/rust-lang/crates.io-index" 2945 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2946 + 2947 + [[package]] 2948 + name = "rustc_version" 2949 + version = "0.4.0" 2950 + source = "registry+https://github.com/rust-lang/crates.io-index" 2951 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2952 + dependencies = [ 2953 + "semver", 2954 + ] 2955 + 2956 + [[package]] 2957 + name = "rustix" 2958 + version = "0.38.31" 2959 + source = "registry+https://github.com/rust-lang/crates.io-index" 2960 + checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 2961 + dependencies = [ 2962 + "bitflags 2.4.2", 2963 + "errno", 2964 + "libc", 2965 + "linux-raw-sys", 2966 + "windows-sys 0.52.0", 2967 + ] 2968 + 2969 + [[package]] 2970 + name = "rustls" 2971 + version = "0.21.10" 2972 + source = "registry+https://github.com/rust-lang/crates.io-index" 2973 + checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" 2974 + dependencies = [ 2975 + "log", 2976 + "ring 0.17.7", 2977 + "rustls-webpki", 2978 + "sct", 2979 + ] 2980 + 2981 + [[package]] 2982 + name = "rustls-pemfile" 2983 + version = "1.0.1" 2984 + source = "registry+https://github.com/rust-lang/crates.io-index" 2985 + checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" 2986 + dependencies = [ 2987 + "base64 0.13.0", 2988 + ] 2989 + 2990 + [[package]] 2991 + name = "rustls-webpki" 2992 + version = "0.101.7" 2993 + source = "registry+https://github.com/rust-lang/crates.io-index" 2994 + checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 2995 + dependencies = [ 2996 + "ring 0.17.7", 2997 + "untrusted 0.9.0", 2998 + ] 2999 + 3000 + [[package]] 3001 + name = "rustversion" 3002 + version = "1.0.6" 3003 + source = "registry+https://github.com/rust-lang/crates.io-index" 3004 + checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f" 3005 + 3006 + [[package]] 3007 + name = "rusty_ytdl" 3008 + version = "0.6.6" 3009 + source = "git+https://github.com/Mithronn/rusty_ytdl/?branch=main#32232d4fc8ab2ccdab77147d557cde0152a66893" 3010 + dependencies = [ 3011 + "aes", 3012 + "async-trait", 3013 + "boa_engine", 3014 + "cbc", 3015 + "derivative", 3016 + "derive_more", 3017 + "hex", 3018 + "m3u8-rs", 3019 + "once_cell", 3020 + "rand 0.8.5", 3021 + "regex", 3022 + "reqwest", 3023 + "reqwest-middleware", 3024 + "reqwest-retry", 3025 + "scraper", 3026 + "serde", 3027 + "serde_json", 3028 + "serde_qs", 3029 + "thiserror", 3030 + "tokio", 3031 + "unicode-segmentation", 3032 + "url", 3033 + "urlencoding", 3034 + ] 3035 + 3036 + [[package]] 3037 + name = "ryu" 3038 + version = "1.0.9" 3039 + source = "registry+https://github.com/rust-lang/crates.io-index" 3040 + checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" 3041 + 3042 + [[package]] 3043 + name = "ryu-js" 3044 + version = "0.2.2" 3045 + source = "registry+https://github.com/rust-lang/crates.io-index" 3046 + checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f" 3047 + 3048 + [[package]] 3049 + name = "same-file" 3050 + version = "1.0.6" 3051 + source = "registry+https://github.com/rust-lang/crates.io-index" 3052 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3053 + dependencies = [ 3054 + "winapi-util", 3055 + ] 3056 + 3057 + [[package]] 3058 + name = "schannel" 3059 + version = "0.1.23" 3060 + source = "registry+https://github.com/rust-lang/crates.io-index" 3061 + checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 3062 + dependencies = [ 3063 + "windows-sys 0.52.0", 3064 + ] 3065 + 3066 + [[package]] 3067 + name = "scoped-tls" 3068 + version = "1.0.0" 3069 + source = "registry+https://github.com/rust-lang/crates.io-index" 3070 + checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 3071 + 3072 + [[package]] 3073 + name = "scopeguard" 3074 + version = "1.1.0" 3075 + source = "registry+https://github.com/rust-lang/crates.io-index" 3076 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3077 + 3078 + [[package]] 3079 + name = "scraper" 3080 + version = "0.16.0" 3081 + source = "registry+https://github.com/rust-lang/crates.io-index" 3082 + checksum = "59e25654b5e9fd557a67dbaab5a5d36b8c448d0561beb4c041b6dbb902eddfa6" 3083 + dependencies = [ 3084 + "ahash", 3085 + "cssparser", 3086 + "ego-tree", 3087 + "getopts", 3088 + "html5ever", 3089 + "once_cell", 3090 + "selectors", 3091 + "smallvec", 3092 + "tendril", 3093 + ] 3094 + 3095 + [[package]] 3096 + name = "sct" 3097 + version = "0.7.0" 3098 + source = "registry+https://github.com/rust-lang/crates.io-index" 3099 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 3100 + dependencies = [ 3101 + "ring 0.16.20", 3102 + "untrusted 0.7.1", 3103 + ] 3104 + 3105 + [[package]] 3106 + name = "security-framework" 3107 + version = "2.9.2" 3108 + source = "registry+https://github.com/rust-lang/crates.io-index" 3109 + checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 3110 + dependencies = [ 3111 + "bitflags 1.3.2", 3112 + "core-foundation 0.9.3", 3113 + "core-foundation-sys 0.8.3", 3114 + "libc", 3115 + "security-framework-sys", 3116 + ] 3117 + 3118 + [[package]] 3119 + name = "security-framework-sys" 3120 + version = "2.9.1" 3121 + source = "registry+https://github.com/rust-lang/crates.io-index" 3122 + checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 3123 + dependencies = [ 3124 + "core-foundation-sys 0.8.3", 3125 + "libc", 3126 + ] 3127 + 3128 + [[package]] 3129 + name = "selectors" 3130 + version = "0.24.0" 3131 + source = "registry+https://github.com/rust-lang/crates.io-index" 3132 + checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" 3133 + dependencies = [ 3134 + "bitflags 1.3.2", 3135 + "cssparser", 3136 + "derive_more", 3137 + "fxhash", 3138 + "log", 3139 + "phf 0.8.0", 3140 + "phf_codegen 0.8.0", 3141 + "precomputed-hash", 3142 + "servo_arc", 3143 + "smallvec", 3144 + ] 3145 + 3146 + [[package]] 3147 + name = "semver" 3148 + version = "1.0.6" 3149 + source = "registry+https://github.com/rust-lang/crates.io-index" 3150 + checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d" 3151 + 3152 + [[package]] 3153 + name = "serde" 3154 + version = "1.0.196" 3155 + source = "registry+https://github.com/rust-lang/crates.io-index" 3156 + checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" 3157 + dependencies = [ 3158 + "serde_derive", 3159 + ] 3160 + 3161 + [[package]] 3162 + name = "serde_derive" 3163 + version = "1.0.196" 3164 + source = "registry+https://github.com/rust-lang/crates.io-index" 3165 + checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" 3166 + dependencies = [ 3167 + "proc-macro2", 3168 + "quote", 3169 + "syn 2.0.48", 3170 + ] 3171 + 3172 + [[package]] 3173 + name = "serde_json" 3174 + version = "1.0.113" 3175 + source = "registry+https://github.com/rust-lang/crates.io-index" 3176 + checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" 3177 + dependencies = [ 3178 + "itoa", 3179 + "ryu", 3180 + "serde", 3181 + ] 3182 + 3183 + [[package]] 3184 + name = "serde_qs" 3185 + version = "0.12.0" 3186 + source = "registry+https://github.com/rust-lang/crates.io-index" 3187 + checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c" 3188 + dependencies = [ 3189 + "percent-encoding", 3190 + "serde", 3191 + "thiserror", 3192 + ] 3193 + 3194 + [[package]] 3195 + name = "serde_spanned" 3196 + version = "0.6.5" 3197 + source = "registry+https://github.com/rust-lang/crates.io-index" 3198 + checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 3199 + dependencies = [ 3200 + "serde", 3201 + ] 3202 + 3203 + [[package]] 3204 + name = "serde_urlencoded" 3205 + version = "0.7.1" 3206 + source = "registry+https://github.com/rust-lang/crates.io-index" 3207 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3208 + dependencies = [ 3209 + "form_urlencoded", 3210 + "itoa", 3211 + "ryu", 3212 + "serde", 3213 + ] 3214 + 3215 + [[package]] 3216 + name = "servo_arc" 3217 + version = "0.2.0" 3218 + source = "registry+https://github.com/rust-lang/crates.io-index" 3219 + checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" 3220 + dependencies = [ 3221 + "nodrop", 3222 + "stable_deref_trait", 3223 + ] 3224 + 3225 + [[package]] 3226 + name = "sha1" 3227 + version = "0.10.6" 3228 + source = "registry+https://github.com/rust-lang/crates.io-index" 3229 + checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3230 + dependencies = [ 3231 + "cfg-if 1.0.0", 3232 + "cpufeatures", 3233 + "digest", 3234 + ] 3235 + 3236 + [[package]] 3237 + name = "shlex" 3238 + version = "1.1.0" 3239 + source = "registry+https://github.com/rust-lang/crates.io-index" 3240 + checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 3241 + 3242 + [[package]] 3243 + name = "signal-hook" 3244 + version = "0.3.17" 3245 + source = "registry+https://github.com/rust-lang/crates.io-index" 3246 + checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 3247 + dependencies = [ 3248 + "libc", 3249 + "signal-hook-registry", 3250 + ] 3251 + 3252 + [[package]] 3253 + name = "signal-hook-mio" 3254 + version = "0.2.3" 3255 + source = "registry+https://github.com/rust-lang/crates.io-index" 3256 + checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 3257 + dependencies = [ 3258 + "libc", 3259 + "mio", 3260 + "signal-hook", 3261 + ] 3262 + 3263 + [[package]] 3264 + name = "signal-hook-registry" 3265 + version = "1.4.0" 3266 + source = "registry+https://github.com/rust-lang/crates.io-index" 3267 + checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 3268 + dependencies = [ 3269 + "libc", 3270 + ] 3271 + 3272 + [[package]] 3273 + name = "siphasher" 3274 + version = "0.3.11" 3275 + source = "registry+https://github.com/rust-lang/crates.io-index" 3276 + checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 3277 + 3278 + [[package]] 3279 + name = "slab" 3280 + version = "0.4.9" 3281 + source = "registry+https://github.com/rust-lang/crates.io-index" 3282 + checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3283 + dependencies = [ 3284 + "autocfg", 3285 + ] 3286 + 3287 + [[package]] 3288 + name = "smallvec" 3289 + version = "1.13.1" 3290 + source = "registry+https://github.com/rust-lang/crates.io-index" 3291 + checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 3292 + 3293 + [[package]] 3294 + name = "smithay-client-toolkit" 3295 + version = "0.15.4" 3296 + source = "registry+https://github.com/rust-lang/crates.io-index" 3297 + checksum = "8a28f16a97fa0e8ce563b2774d1e732dd5d4025d2772c5dba0a41a0f90a29da3" 3298 + dependencies = [ 3299 + "bitflags 1.3.2", 3300 + "calloop", 3301 + "dlib", 3302 + "lazy_static", 3303 + "log", 3304 + "memmap2", 3305 + "nix 0.22.3", 3306 + "pkg-config", 3307 + "wayland-client", 3308 + "wayland-cursor", 3309 + "wayland-protocols", 3310 + ] 3311 + 3312 + [[package]] 3313 + name = "socket2" 3314 + version = "0.5.5" 3315 + source = "registry+https://github.com/rust-lang/crates.io-index" 3316 + checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 3317 + dependencies = [ 3318 + "libc", 3319 + "windows-sys 0.48.0", 3320 + ] 3321 + 3322 + [[package]] 3323 + name = "souvlaki" 3324 + version = "0.7.3" 3325 + source = "registry+https://github.com/rust-lang/crates.io-index" 3326 + checksum = "ea4544ba17df4ac03d6503ae8abba19adad3ae89203a425945dc4c12d7790bfa" 3327 + dependencies = [ 3328 + "block", 3329 + "cocoa", 3330 + "core-graphics 0.22.3", 3331 + "dbus", 3332 + "dbus-crossroads", 3333 + "dispatch", 3334 + "objc", 3335 + "thiserror", 3336 + "windows", 3337 + ] 3338 + 3339 + [[package]] 3340 + name = "spin" 3341 + version = "0.5.2" 3342 + source = "registry+https://github.com/rust-lang/crates.io-index" 3343 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3344 + 3345 + [[package]] 3346 + name = "spin" 3347 + version = "0.9.8" 3348 + source = "registry+https://github.com/rust-lang/crates.io-index" 3349 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3350 + dependencies = [ 3351 + "lock_api", 3352 + ] 3353 + 3354 + [[package]] 3355 + name = "sptr" 3356 + version = "0.3.2" 3357 + source = "registry+https://github.com/rust-lang/crates.io-index" 3358 + checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" 3359 + 3360 + [[package]] 3361 + name = "stability" 3362 + version = "0.1.1" 3363 + source = "registry+https://github.com/rust-lang/crates.io-index" 3364 + checksum = "ebd1b177894da2a2d9120208c3386066af06a488255caabc5de8ddca22dbc3ce" 3365 + dependencies = [ 3366 + "quote", 3367 + "syn 1.0.99", 3368 + ] 3369 + 3370 + [[package]] 3371 + name = "stable_deref_trait" 3372 + version = "1.2.0" 3373 + source = "registry+https://github.com/rust-lang/crates.io-index" 3374 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3375 + 3376 + [[package]] 3377 + name = "static_assertions" 3378 + version = "1.1.0" 3379 + source = "registry+https://github.com/rust-lang/crates.io-index" 3380 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3381 + 3382 + [[package]] 3383 + name = "stdweb" 3384 + version = "0.1.3" 3385 + source = "registry+https://github.com/rust-lang/crates.io-index" 3386 + checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e" 3387 + 3388 + [[package]] 3389 + name = "string_cache" 3390 + version = "0.8.7" 3391 + source = "registry+https://github.com/rust-lang/crates.io-index" 3392 + checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 3393 + dependencies = [ 3394 + "new_debug_unreachable", 3395 + "once_cell", 3396 + "parking_lot 0.12.0", 3397 + "phf_shared 0.10.0", 3398 + "precomputed-hash", 3399 + "serde", 3400 + ] 3401 + 3402 + [[package]] 3403 + name = "string_cache_codegen" 3404 + version = "0.5.2" 3405 + source = "registry+https://github.com/rust-lang/crates.io-index" 3406 + checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 3407 + dependencies = [ 3408 + "phf_generator 0.10.0", 3409 + "phf_shared 0.10.0", 3410 + "proc-macro2", 3411 + "quote", 3412 + ] 3413 + 3414 + [[package]] 3415 + name = "strsim" 3416 + version = "0.10.0" 3417 + source = "registry+https://github.com/rust-lang/crates.io-index" 3418 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3419 + 3420 + [[package]] 3421 + name = "strum" 3422 + version = "0.26.1" 3423 + source = "registry+https://github.com/rust-lang/crates.io-index" 3424 + checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" 3425 + dependencies = [ 3426 + "strum_macros", 3427 + ] 3428 + 3429 + [[package]] 3430 + name = "strum_macros" 3431 + version = "0.26.1" 3432 + source = "registry+https://github.com/rust-lang/crates.io-index" 3433 + checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" 3434 + dependencies = [ 3435 + "heck", 3436 + "proc-macro2", 3437 + "quote", 3438 + "rustversion", 3439 + "syn 2.0.48", 3440 + ] 3441 + 3442 + [[package]] 3443 + name = "symphonia" 3444 + version = "0.5.1" 3445 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3446 + dependencies = [ 3447 + "lazy_static", 3448 + "symphonia-bundle-flac", 3449 + "symphonia-codec-aac", 3450 + "symphonia-codec-adpcm", 3451 + "symphonia-codec-pcm", 3452 + "symphonia-codec-vorbis", 3453 + "symphonia-core", 3454 + "symphonia-format-isomp4", 3455 + "symphonia-format-mkv", 3456 + "symphonia-format-ogg", 3457 + "symphonia-format-wav", 3458 + "symphonia-metadata", 3459 + ] 3460 + 3461 + [[package]] 3462 + name = "symphonia-bundle-flac" 3463 + version = "0.5.1" 3464 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3465 + dependencies = [ 3466 + "log", 3467 + "symphonia-core", 3468 + "symphonia-metadata", 3469 + "symphonia-utils-xiph", 3470 + ] 3471 + 3472 + [[package]] 3473 + name = "symphonia-codec-aac" 3474 + version = "0.5.1" 3475 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3476 + dependencies = [ 3477 + "lazy_static", 3478 + "log", 3479 + "symphonia-core", 3480 + ] 3481 + 3482 + [[package]] 3483 + name = "symphonia-codec-adpcm" 3484 + version = "0.5.1" 3485 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3486 + dependencies = [ 3487 + "log", 3488 + "symphonia-core", 3489 + ] 3490 + 3491 + [[package]] 3492 + name = "symphonia-codec-pcm" 3493 + version = "0.5.1" 3494 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3495 + dependencies = [ 3496 + "log", 3497 + "symphonia-core", 3498 + ] 3499 + 3500 + [[package]] 3501 + name = "symphonia-codec-vorbis" 3502 + version = "0.5.1" 3503 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3504 + dependencies = [ 3505 + "log", 3506 + "symphonia-core", 3507 + "symphonia-utils-xiph", 3508 + ] 3509 + 3510 + [[package]] 3511 + name = "symphonia-core" 3512 + version = "0.5.1" 3513 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3514 + dependencies = [ 3515 + "arrayvec", 3516 + "bitflags 1.3.2", 3517 + "bytemuck", 3518 + "lazy_static", 3519 + "log", 3520 + ] 3521 + 3522 + [[package]] 3523 + name = "symphonia-format-isomp4" 3524 + version = "0.5.1" 3525 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3526 + dependencies = [ 3527 + "encoding_rs", 3528 + "log", 3529 + "symphonia-core", 3530 + "symphonia-metadata", 3531 + "symphonia-utils-xiph", 3532 + ] 3533 + 3534 + [[package]] 3535 + name = "symphonia-format-mkv" 3536 + version = "0.5.1" 3537 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3538 + dependencies = [ 3539 + "lazy_static", 3540 + "log", 3541 + "symphonia-core", 3542 + "symphonia-metadata", 3543 + "symphonia-utils-xiph", 3544 + ] 3545 + 3546 + [[package]] 3547 + name = "symphonia-format-ogg" 3548 + version = "0.5.1" 3549 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3550 + dependencies = [ 3551 + "log", 3552 + "symphonia-core", 3553 + "symphonia-metadata", 3554 + "symphonia-utils-xiph", 3555 + ] 3556 + 3557 + [[package]] 3558 + name = "symphonia-format-wav" 3559 + version = "0.5.1" 3560 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3561 + dependencies = [ 3562 + "log", 3563 + "symphonia-core", 3564 + "symphonia-metadata", 3565 + ] 3566 + 3567 + [[package]] 3568 + name = "symphonia-metadata" 3569 + version = "0.5.1" 3570 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3571 + dependencies = [ 3572 + "encoding_rs", 3573 + "lazy_static", 3574 + "log", 3575 + "symphonia-core", 3576 + ] 3577 + 3578 + [[package]] 3579 + name = "symphonia-utils-xiph" 3580 + version = "0.5.1" 3581 + source = "git+https://github.com/pdeljanov/Symphonia#bb7c180e8d696cdd896f0a179abfe0c01d5e6385" 3582 + dependencies = [ 3583 + "symphonia-core", 3584 + "symphonia-metadata", 3585 + ] 3586 + 3587 + [[package]] 3588 + name = "syn" 3589 + version = "1.0.99" 3590 + source = "registry+https://github.com/rust-lang/crates.io-index" 3591 + checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 3592 + dependencies = [ 3593 + "proc-macro2", 3594 + "quote", 3595 + "unicode-ident", 3596 + ] 3597 + 3598 + [[package]] 3599 + name = "syn" 3600 + version = "2.0.48" 3601 + source = "registry+https://github.com/rust-lang/crates.io-index" 3602 + checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 3603 + dependencies = [ 3604 + "proc-macro2", 3605 + "quote", 3606 + "unicode-ident", 3607 + ] 3608 + 3609 + [[package]] 3610 + name = "sync_wrapper" 3611 + version = "0.1.2" 3612 + source = "registry+https://github.com/rust-lang/crates.io-index" 3613 + checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 3614 + 3615 + [[package]] 3616 + name = "synstructure" 3617 + version = "0.13.1" 3618 + source = "registry+https://github.com/rust-lang/crates.io-index" 3619 + checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 3620 + dependencies = [ 3621 + "proc-macro2", 3622 + "quote", 3623 + "syn 2.0.48", 3624 + ] 3625 + 3626 + [[package]] 3627 + name = "system-configuration" 3628 + version = "0.5.1" 3629 + source = "registry+https://github.com/rust-lang/crates.io-index" 3630 + checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 3631 + dependencies = [ 3632 + "bitflags 1.3.2", 3633 + "core-foundation 0.9.3", 3634 + "system-configuration-sys", 3635 + ] 3636 + 3637 + [[package]] 3638 + name = "system-configuration-sys" 3639 + version = "0.5.0" 3640 + source = "registry+https://github.com/rust-lang/crates.io-index" 3641 + checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 3642 + dependencies = [ 3643 + "core-foundation-sys 0.8.3", 3644 + "libc", 3645 + ] 3646 + 3647 + [[package]] 3648 + name = "tap" 3649 + version = "1.0.1" 3650 + source = "registry+https://github.com/rust-lang/crates.io-index" 3651 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3652 + 3653 + [[package]] 3654 + name = "task-local-extensions" 3655 + version = "0.1.4" 3656 + source = "registry+https://github.com/rust-lang/crates.io-index" 3657 + checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8" 3658 + dependencies = [ 3659 + "pin-utils", 3660 + ] 3661 + 3662 + [[package]] 3663 + name = "tempfile" 3664 + version = "3.10.0" 3665 + source = "registry+https://github.com/rust-lang/crates.io-index" 3666 + checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" 3667 + dependencies = [ 3668 + "cfg-if 1.0.0", 3669 + "fastrand", 3670 + "rustix", 3671 + "windows-sys 0.52.0", 3672 + ] 3673 + 3674 + [[package]] 3675 + name = "tendril" 3676 + version = "0.4.3" 3677 + source = "registry+https://github.com/rust-lang/crates.io-index" 3678 + checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 3679 + dependencies = [ 3680 + "futf", 3681 + "mac", 3682 + "utf-8", 3683 + ] 3684 + 3685 + [[package]] 3686 + name = "thin-vec" 3687 + version = "0.2.13" 3688 + source = "registry+https://github.com/rust-lang/crates.io-index" 3689 + checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" 3690 + 3691 + [[package]] 3692 + name = "thiserror" 3693 + version = "1.0.56" 3694 + source = "registry+https://github.com/rust-lang/crates.io-index" 3695 + checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" 3696 + dependencies = [ 3697 + "thiserror-impl", 3698 + ] 3699 + 3700 + [[package]] 3701 + name = "thiserror-impl" 3702 + version = "1.0.56" 3703 + source = "registry+https://github.com/rust-lang/crates.io-index" 3704 + checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" 3705 + dependencies = [ 3706 + "proc-macro2", 3707 + "quote", 3708 + "syn 2.0.48", 3709 + ] 3710 + 3711 + [[package]] 3712 + name = "time" 3713 + version = "0.3.34" 3714 + source = "registry+https://github.com/rust-lang/crates.io-index" 3715 + checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" 3716 + dependencies = [ 3717 + "deranged", 3718 + "itoa", 3719 + "num-conv", 3720 + "powerfmt", 3721 + "serde", 3722 + "time-core", 3723 + "time-macros", 3724 + ] 3725 + 3726 + [[package]] 3727 + name = "time-core" 3728 + version = "0.1.2" 3729 + source = "registry+https://github.com/rust-lang/crates.io-index" 3730 + checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3731 + 3732 + [[package]] 3733 + name = "time-macros" 3734 + version = "0.2.17" 3735 + source = "registry+https://github.com/rust-lang/crates.io-index" 3736 + checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" 3737 + dependencies = [ 3738 + "num-conv", 3739 + "time-core", 3740 + ] 3741 + 3742 + [[package]] 3743 + name = "tinystr" 3744 + version = "0.7.2" 3745 + source = "registry+https://github.com/rust-lang/crates.io-index" 3746 + checksum = "8faa444297615a4e020acb64146b0603c9c395c03a97c17fd9028816d3b4d63e" 3747 + dependencies = [ 3748 + "displaydoc", 3749 + "serde", 3750 + "zerovec", 3751 + ] 3752 + 3753 + [[package]] 3754 + name = "tinyvec" 3755 + version = "1.5.1" 3756 + source = "registry+https://github.com/rust-lang/crates.io-index" 3757 + checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2" 3758 + dependencies = [ 3759 + "tinyvec_macros", 3760 + ] 3761 + 3762 + [[package]] 3763 + name = "tinyvec_macros" 3764 + version = "0.1.0" 3765 + source = "registry+https://github.com/rust-lang/crates.io-index" 3766 + checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 3767 + 3768 + [[package]] 3769 + name = "tokio" 3770 + version = "1.36.0" 3771 + source = "registry+https://github.com/rust-lang/crates.io-index" 3772 + checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 3773 + dependencies = [ 3774 + "backtrace", 3775 + "bytes", 3776 + "libc", 3777 + "mio", 3778 + "num_cpus", 3779 + "parking_lot 0.12.0", 3780 + "pin-project-lite", 3781 + "signal-hook-registry", 3782 + "socket2", 3783 + "tokio-macros", 3784 + "windows-sys 0.48.0", 3785 + ] 3786 + 3787 + [[package]] 3788 + name = "tokio-macros" 3789 + version = "2.2.0" 3790 + source = "registry+https://github.com/rust-lang/crates.io-index" 3791 + checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 3792 + dependencies = [ 3793 + "proc-macro2", 3794 + "quote", 3795 + "syn 2.0.48", 3796 + ] 3797 + 3798 + [[package]] 3799 + name = "tokio-native-tls" 3800 + version = "0.3.1" 3801 + source = "registry+https://github.com/rust-lang/crates.io-index" 3802 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3803 + dependencies = [ 3804 + "native-tls", 3805 + "tokio", 3806 + ] 3807 + 3808 + [[package]] 3809 + name = "tokio-rustls" 3810 + version = "0.24.1" 3811 + source = "registry+https://github.com/rust-lang/crates.io-index" 3812 + checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 3813 + dependencies = [ 3814 + "rustls", 3815 + "tokio", 3816 + ] 3817 + 3818 + [[package]] 3819 + name = "tokio-util" 3820 + version = "0.7.3" 3821 + source = "registry+https://github.com/rust-lang/crates.io-index" 3822 + checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 3823 + dependencies = [ 3824 + "bytes", 3825 + "futures-core", 3826 + "futures-sink", 3827 + "pin-project-lite", 3828 + "tokio", 3829 + "tracing", 3830 + ] 3831 + 3832 + [[package]] 3833 + name = "toml" 3834 + version = "0.5.9" 3835 + source = "registry+https://github.com/rust-lang/crates.io-index" 3836 + checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 3837 + dependencies = [ 3838 + "serde", 3839 + ] 3840 + 3841 + [[package]] 3842 + name = "toml" 3843 + version = "0.8.10" 3844 + source = "registry+https://github.com/rust-lang/crates.io-index" 3845 + checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 3846 + dependencies = [ 3847 + "serde", 3848 + "serde_spanned", 3849 + "toml_datetime", 3850 + "toml_edit", 3851 + ] 3852 + 3853 + [[package]] 3854 + name = "toml_datetime" 3855 + version = "0.6.5" 3856 + source = "registry+https://github.com/rust-lang/crates.io-index" 3857 + checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 3858 + dependencies = [ 3859 + "serde", 3860 + ] 3861 + 3862 + [[package]] 3863 + name = "toml_edit" 3864 + version = "0.22.4" 3865 + source = "registry+https://github.com/rust-lang/crates.io-index" 3866 + checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" 3867 + dependencies = [ 3868 + "indexmap", 3869 + "serde", 3870 + "serde_spanned", 3871 + "toml_datetime", 3872 + "winnow", 3873 + ] 3874 + 3875 + [[package]] 3876 + name = "tower-service" 3877 + version = "0.3.1" 3878 + source = "registry+https://github.com/rust-lang/crates.io-index" 3879 + checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 3880 + 3881 + [[package]] 3882 + name = "tracing" 3883 + version = "0.1.40" 3884 + source = "registry+https://github.com/rust-lang/crates.io-index" 3885 + checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3886 + dependencies = [ 3887 + "pin-project-lite", 3888 + "tracing-attributes", 3889 + "tracing-core", 3890 + ] 3891 + 3892 + [[package]] 3893 + name = "tracing-attributes" 3894 + version = "0.1.27" 3895 + source = "registry+https://github.com/rust-lang/crates.io-index" 3896 + checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3897 + dependencies = [ 3898 + "proc-macro2", 3899 + "quote", 3900 + "syn 2.0.48", 3901 + ] 3902 + 3903 + [[package]] 3904 + name = "tracing-core" 3905 + version = "0.1.32" 3906 + source = "registry+https://github.com/rust-lang/crates.io-index" 3907 + checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3908 + dependencies = [ 3909 + "once_cell", 3910 + ] 3911 + 3912 + [[package]] 3913 + name = "try-lock" 3914 + version = "0.2.3" 3915 + source = "registry+https://github.com/rust-lang/crates.io-index" 3916 + checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 3917 + 3918 + [[package]] 3919 + name = "typenum" 3920 + version = "1.16.0" 3921 + source = "registry+https://github.com/rust-lang/crates.io-index" 3922 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 3923 + 3924 + [[package]] 3925 + name = "unicase" 3926 + version = "2.7.0" 3927 + source = "registry+https://github.com/rust-lang/crates.io-index" 3928 + checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 3929 + dependencies = [ 3930 + "version_check", 3931 + ] 3932 + 3933 + [[package]] 3934 + name = "unicode-bidi" 3935 + version = "0.3.15" 3936 + source = "registry+https://github.com/rust-lang/crates.io-index" 3937 + checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 3938 + 3939 + [[package]] 3940 + name = "unicode-ident" 3941 + version = "1.0.3" 3942 + source = "registry+https://github.com/rust-lang/crates.io-index" 3943 + checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 3944 + 3945 + [[package]] 3946 + name = "unicode-normalization" 3947 + version = "0.1.22" 3948 + source = "registry+https://github.com/rust-lang/crates.io-index" 3949 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3950 + dependencies = [ 3951 + "tinyvec", 3952 + ] 3953 + 3954 + [[package]] 3955 + name = "unicode-segmentation" 3956 + version = "1.11.0" 3957 + source = "registry+https://github.com/rust-lang/crates.io-index" 3958 + checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 3959 + 3960 + [[package]] 3961 + name = "unicode-width" 3962 + version = "0.1.9" 3963 + source = "registry+https://github.com/rust-lang/crates.io-index" 3964 + checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 3965 + 3966 + [[package]] 3967 + name = "untrusted" 3968 + version = "0.7.1" 3969 + source = "registry+https://github.com/rust-lang/crates.io-index" 3970 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 3971 + 3972 + [[package]] 3973 + name = "untrusted" 3974 + version = "0.9.0" 3975 + source = "registry+https://github.com/rust-lang/crates.io-index" 3976 + checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3977 + 3978 + [[package]] 3979 + name = "url" 3980 + version = "2.5.0" 3981 + source = "registry+https://github.com/rust-lang/crates.io-index" 3982 + checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 3983 + dependencies = [ 3984 + "form_urlencoded", 3985 + "idna 0.5.0", 3986 + "percent-encoding", 3987 + ] 3988 + 3989 + [[package]] 3990 + name = "urlencoding" 3991 + version = "2.1.3" 3992 + source = "registry+https://github.com/rust-lang/crates.io-index" 3993 + checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3994 + 3995 + [[package]] 3996 + name = "utf-8" 3997 + version = "0.7.6" 3998 + source = "registry+https://github.com/rust-lang/crates.io-index" 3999 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4000 + 4001 + [[package]] 4002 + name = "utf16_iter" 4003 + version = "1.0.5" 4004 + source = "registry+https://github.com/rust-lang/crates.io-index" 4005 + checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 4006 + 4007 + [[package]] 4008 + name = "utf8_iter" 4009 + version = "1.0.4" 4010 + source = "registry+https://github.com/rust-lang/crates.io-index" 4011 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4012 + 4013 + [[package]] 4014 + name = "varuint" 4015 + version = "0.6.0" 4016 + source = "registry+https://github.com/rust-lang/crates.io-index" 4017 + checksum = "896414bb0f21aba00ff26b0a8a3679331b5a86886f217c9d9396b919a7bf4ac6" 4018 + 4019 + [[package]] 4020 + name = "vcpkg" 4021 + version = "0.2.15" 4022 + source = "registry+https://github.com/rust-lang/crates.io-index" 4023 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4024 + 4025 + [[package]] 4026 + name = "version_check" 4027 + version = "0.9.4" 4028 + source = "registry+https://github.com/rust-lang/crates.io-index" 4029 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4030 + 4031 + [[package]] 4032 + name = "walkdir" 4033 + version = "2.3.2" 4034 + source = "registry+https://github.com/rust-lang/crates.io-index" 4035 + checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 4036 + dependencies = [ 4037 + "same-file", 4038 + "winapi", 4039 + "winapi-util", 4040 + ] 4041 + 4042 + [[package]] 4043 + name = "want" 4044 + version = "0.3.0" 4045 + source = "registry+https://github.com/rust-lang/crates.io-index" 4046 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 4047 + dependencies = [ 4048 + "log", 4049 + "try-lock", 4050 + ] 4051 + 4052 + [[package]] 4053 + name = "wasi" 4054 + version = "0.9.0+wasi-snapshot-preview1" 4055 + source = "registry+https://github.com/rust-lang/crates.io-index" 4056 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 4057 + 4058 + [[package]] 4059 + name = "wasi" 4060 + version = "0.11.0+wasi-snapshot-preview1" 4061 + source = "registry+https://github.com/rust-lang/crates.io-index" 4062 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4063 + 4064 + [[package]] 4065 + name = "wasm-bindgen" 4066 + version = "0.2.91" 4067 + source = "registry+https://github.com/rust-lang/crates.io-index" 4068 + checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" 4069 + dependencies = [ 4070 + "cfg-if 1.0.0", 4071 + "wasm-bindgen-macro", 4072 + ] 4073 + 4074 + [[package]] 4075 + name = "wasm-bindgen-backend" 4076 + version = "0.2.91" 4077 + source = "registry+https://github.com/rust-lang/crates.io-index" 4078 + checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" 4079 + dependencies = [ 4080 + "bumpalo", 4081 + "log", 4082 + "once_cell", 4083 + "proc-macro2", 4084 + "quote", 4085 + "syn 2.0.48", 4086 + "wasm-bindgen-shared", 4087 + ] 4088 + 4089 + [[package]] 4090 + name = "wasm-bindgen-futures" 4091 + version = "0.4.41" 4092 + source = "registry+https://github.com/rust-lang/crates.io-index" 4093 + checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" 4094 + dependencies = [ 4095 + "cfg-if 1.0.0", 4096 + "js-sys", 4097 + "wasm-bindgen", 4098 + "web-sys", 4099 + ] 4100 + 4101 + [[package]] 4102 + name = "wasm-bindgen-macro" 4103 + version = "0.2.91" 4104 + source = "registry+https://github.com/rust-lang/crates.io-index" 4105 + checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" 4106 + dependencies = [ 4107 + "quote", 4108 + "wasm-bindgen-macro-support", 4109 + ] 4110 + 4111 + [[package]] 4112 + name = "wasm-bindgen-macro-support" 4113 + version = "0.2.91" 4114 + source = "registry+https://github.com/rust-lang/crates.io-index" 4115 + checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" 4116 + dependencies = [ 4117 + "proc-macro2", 4118 + "quote", 4119 + "syn 2.0.48", 4120 + "wasm-bindgen-backend", 4121 + "wasm-bindgen-shared", 4122 + ] 4123 + 4124 + [[package]] 4125 + name = "wasm-bindgen-shared" 4126 + version = "0.2.91" 4127 + source = "registry+https://github.com/rust-lang/crates.io-index" 4128 + checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" 4129 + 4130 + [[package]] 4131 + name = "wasm-timer" 4132 + version = "0.2.5" 4133 + source = "registry+https://github.com/rust-lang/crates.io-index" 4134 + checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 4135 + dependencies = [ 4136 + "futures", 4137 + "js-sys", 4138 + "parking_lot 0.11.2", 4139 + "pin-utils", 4140 + "wasm-bindgen", 4141 + "wasm-bindgen-futures", 4142 + "web-sys", 4143 + ] 4144 + 4145 + [[package]] 4146 + name = "wayland-client" 4147 + version = "0.29.5" 4148 + source = "registry+https://github.com/rust-lang/crates.io-index" 4149 + checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 4150 + dependencies = [ 4151 + "bitflags 1.3.2", 4152 + "downcast-rs", 4153 + "libc", 4154 + "nix 0.24.3", 4155 + "scoped-tls", 4156 + "wayland-commons", 4157 + "wayland-scanner", 4158 + "wayland-sys", 4159 + ] 4160 + 4161 + [[package]] 4162 + name = "wayland-commons" 4163 + version = "0.29.5" 4164 + source = "registry+https://github.com/rust-lang/crates.io-index" 4165 + checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 4166 + dependencies = [ 4167 + "nix 0.24.3", 4168 + "once_cell", 4169 + "smallvec", 4170 + "wayland-sys", 4171 + ] 4172 + 4173 + [[package]] 4174 + name = "wayland-cursor" 4175 + version = "0.29.5" 4176 + source = "registry+https://github.com/rust-lang/crates.io-index" 4177 + checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 4178 + dependencies = [ 4179 + "nix 0.24.3", 4180 + "wayland-client", 4181 + "xcursor", 4182 + ] 4183 + 4184 + [[package]] 4185 + name = "wayland-protocols" 4186 + version = "0.29.5" 4187 + source = "registry+https://github.com/rust-lang/crates.io-index" 4188 + checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 4189 + dependencies = [ 4190 + "bitflags 1.3.2", 4191 + "wayland-client", 4192 + "wayland-commons", 4193 + "wayland-scanner", 4194 + ] 4195 + 4196 + [[package]] 4197 + name = "wayland-scanner" 4198 + version = "0.29.5" 4199 + source = "registry+https://github.com/rust-lang/crates.io-index" 4200 + checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 4201 + dependencies = [ 4202 + "proc-macro2", 4203 + "quote", 4204 + "xml-rs", 4205 + ] 4206 + 4207 + [[package]] 4208 + name = "wayland-sys" 4209 + version = "0.29.5" 4210 + source = "registry+https://github.com/rust-lang/crates.io-index" 4211 + checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 4212 + dependencies = [ 4213 + "dlib", 4214 + "lazy_static", 4215 + "pkg-config", 4216 + ] 4217 + 4218 + [[package]] 4219 + name = "web-sys" 4220 + version = "0.3.68" 4221 + source = "registry+https://github.com/rust-lang/crates.io-index" 4222 + checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" 4223 + dependencies = [ 4224 + "js-sys", 4225 + "wasm-bindgen", 4226 + ] 4227 + 4228 + [[package]] 4229 + name = "webpki-roots" 4230 + version = "0.25.4" 4231 + source = "registry+https://github.com/rust-lang/crates.io-index" 4232 + checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 4233 + 4234 + [[package]] 4235 + name = "winapi" 4236 + version = "0.3.9" 4237 + source = "registry+https://github.com/rust-lang/crates.io-index" 4238 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4239 + dependencies = [ 4240 + "winapi-i686-pc-windows-gnu", 4241 + "winapi-x86_64-pc-windows-gnu", 4242 + ] 4243 + 4244 + [[package]] 4245 + name = "winapi-i686-pc-windows-gnu" 4246 + version = "0.4.0" 4247 + source = "registry+https://github.com/rust-lang/crates.io-index" 4248 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4249 + 4250 + [[package]] 4251 + name = "winapi-util" 4252 + version = "0.1.5" 4253 + source = "registry+https://github.com/rust-lang/crates.io-index" 4254 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4255 + dependencies = [ 4256 + "winapi", 4257 + ] 4258 + 4259 + [[package]] 4260 + name = "winapi-x86_64-pc-windows-gnu" 4261 + version = "0.4.0" 4262 + source = "registry+https://github.com/rust-lang/crates.io-index" 4263 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4264 + 4265 + [[package]] 4266 + name = "windows" 4267 + version = "0.44.0" 4268 + source = "registry+https://github.com/rust-lang/crates.io-index" 4269 + checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 4270 + dependencies = [ 4271 + "windows-targets 0.42.2", 4272 + ] 4273 + 4274 + [[package]] 4275 + name = "windows-core" 4276 + version = "0.52.0" 4277 + source = "registry+https://github.com/rust-lang/crates.io-index" 4278 + checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4279 + dependencies = [ 4280 + "windows-targets 0.52.0", 4281 + ] 4282 + 4283 + [[package]] 4284 + name = "windows-sys" 4285 + version = "0.48.0" 4286 + source = "registry+https://github.com/rust-lang/crates.io-index" 4287 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4288 + dependencies = [ 4289 + "windows-targets 0.48.5", 4290 + ] 4291 + 4292 + [[package]] 4293 + name = "windows-sys" 4294 + version = "0.52.0" 4295 + source = "registry+https://github.com/rust-lang/crates.io-index" 4296 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4297 + dependencies = [ 4298 + "windows-targets 0.52.0", 4299 + ] 4300 + 4301 + [[package]] 4302 + name = "windows-targets" 4303 + version = "0.42.2" 4304 + source = "registry+https://github.com/rust-lang/crates.io-index" 4305 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4306 + dependencies = [ 4307 + "windows_aarch64_gnullvm 0.42.2", 4308 + "windows_aarch64_msvc 0.42.2", 4309 + "windows_i686_gnu 0.42.2", 4310 + "windows_i686_msvc 0.42.2", 4311 + "windows_x86_64_gnu 0.42.2", 4312 + "windows_x86_64_gnullvm 0.42.2", 4313 + "windows_x86_64_msvc 0.42.2", 4314 + ] 4315 + 4316 + [[package]] 4317 + name = "windows-targets" 4318 + version = "0.48.5" 4319 + source = "registry+https://github.com/rust-lang/crates.io-index" 4320 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4321 + dependencies = [ 4322 + "windows_aarch64_gnullvm 0.48.5", 4323 + "windows_aarch64_msvc 0.48.5", 4324 + "windows_i686_gnu 0.48.5", 4325 + "windows_i686_msvc 0.48.5", 4326 + "windows_x86_64_gnu 0.48.5", 4327 + "windows_x86_64_gnullvm 0.48.5", 4328 + "windows_x86_64_msvc 0.48.5", 4329 + ] 4330 + 4331 + [[package]] 4332 + name = "windows-targets" 4333 + version = "0.52.0" 4334 + source = "registry+https://github.com/rust-lang/crates.io-index" 4335 + checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 4336 + dependencies = [ 4337 + "windows_aarch64_gnullvm 0.52.0", 4338 + "windows_aarch64_msvc 0.52.0", 4339 + "windows_i686_gnu 0.52.0", 4340 + "windows_i686_msvc 0.52.0", 4341 + "windows_x86_64_gnu 0.52.0", 4342 + "windows_x86_64_gnullvm 0.52.0", 4343 + "windows_x86_64_msvc 0.52.0", 4344 + ] 4345 + 4346 + [[package]] 4347 + name = "windows_aarch64_gnullvm" 4348 + version = "0.42.2" 4349 + source = "registry+https://github.com/rust-lang/crates.io-index" 4350 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4351 + 4352 + [[package]] 4353 + name = "windows_aarch64_gnullvm" 4354 + version = "0.48.5" 4355 + source = "registry+https://github.com/rust-lang/crates.io-index" 4356 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4357 + 4358 + [[package]] 4359 + name = "windows_aarch64_gnullvm" 4360 + version = "0.52.0" 4361 + source = "registry+https://github.com/rust-lang/crates.io-index" 4362 + checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 4363 + 4364 + [[package]] 4365 + name = "windows_aarch64_msvc" 4366 + version = "0.42.2" 4367 + source = "registry+https://github.com/rust-lang/crates.io-index" 4368 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4369 + 4370 + [[package]] 4371 + name = "windows_aarch64_msvc" 4372 + version = "0.48.5" 4373 + source = "registry+https://github.com/rust-lang/crates.io-index" 4374 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4375 + 4376 + [[package]] 4377 + name = "windows_aarch64_msvc" 4378 + version = "0.52.0" 4379 + source = "registry+https://github.com/rust-lang/crates.io-index" 4380 + checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 4381 + 4382 + [[package]] 4383 + name = "windows_i686_gnu" 4384 + version = "0.42.2" 4385 + source = "registry+https://github.com/rust-lang/crates.io-index" 4386 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4387 + 4388 + [[package]] 4389 + name = "windows_i686_gnu" 4390 + version = "0.48.5" 4391 + source = "registry+https://github.com/rust-lang/crates.io-index" 4392 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4393 + 4394 + [[package]] 4395 + name = "windows_i686_gnu" 4396 + version = "0.52.0" 4397 + source = "registry+https://github.com/rust-lang/crates.io-index" 4398 + checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 4399 + 4400 + [[package]] 4401 + name = "windows_i686_msvc" 4402 + version = "0.42.2" 4403 + source = "registry+https://github.com/rust-lang/crates.io-index" 4404 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4405 + 4406 + [[package]] 4407 + name = "windows_i686_msvc" 4408 + version = "0.48.5" 4409 + source = "registry+https://github.com/rust-lang/crates.io-index" 4410 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4411 + 4412 + [[package]] 4413 + name = "windows_i686_msvc" 4414 + version = "0.52.0" 4415 + source = "registry+https://github.com/rust-lang/crates.io-index" 4416 + checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 4417 + 4418 + [[package]] 4419 + name = "windows_x86_64_gnu" 4420 + version = "0.42.2" 4421 + source = "registry+https://github.com/rust-lang/crates.io-index" 4422 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4423 + 4424 + [[package]] 4425 + name = "windows_x86_64_gnu" 4426 + version = "0.48.5" 4427 + source = "registry+https://github.com/rust-lang/crates.io-index" 4428 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4429 + 4430 + [[package]] 4431 + name = "windows_x86_64_gnu" 4432 + version = "0.52.0" 4433 + source = "registry+https://github.com/rust-lang/crates.io-index" 4434 + checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 4435 + 4436 + [[package]] 4437 + name = "windows_x86_64_gnullvm" 4438 + version = "0.42.2" 4439 + source = "registry+https://github.com/rust-lang/crates.io-index" 4440 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4441 + 4442 + [[package]] 4443 + name = "windows_x86_64_gnullvm" 4444 + version = "0.48.5" 4445 + source = "registry+https://github.com/rust-lang/crates.io-index" 4446 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4447 + 4448 + [[package]] 4449 + name = "windows_x86_64_gnullvm" 4450 + version = "0.52.0" 4451 + source = "registry+https://github.com/rust-lang/crates.io-index" 4452 + checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 4453 + 4454 + [[package]] 4455 + name = "windows_x86_64_msvc" 4456 + version = "0.42.2" 4457 + source = "registry+https://github.com/rust-lang/crates.io-index" 4458 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4459 + 4460 + [[package]] 4461 + name = "windows_x86_64_msvc" 4462 + version = "0.48.5" 4463 + source = "registry+https://github.com/rust-lang/crates.io-index" 4464 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4465 + 4466 + [[package]] 4467 + name = "windows_x86_64_msvc" 4468 + version = "0.52.0" 4469 + source = "registry+https://github.com/rust-lang/crates.io-index" 4470 + checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 4471 + 4472 + [[package]] 4473 + name = "winit" 4474 + version = "0.26.1" 4475 + source = "registry+https://github.com/rust-lang/crates.io-index" 4476 + checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a" 4477 + dependencies = [ 4478 + "bitflags 1.3.2", 4479 + "cocoa", 4480 + "core-foundation 0.9.3", 4481 + "core-graphics 0.22.3", 4482 + "core-video-sys", 4483 + "dispatch", 4484 + "instant", 4485 + "lazy_static", 4486 + "libc", 4487 + "log", 4488 + "mio", 4489 + "ndk 0.5.0", 4490 + "ndk-glue 0.5.2", 4491 + "ndk-sys 0.2.2", 4492 + "objc", 4493 + "parking_lot 0.11.2", 4494 + "percent-encoding", 4495 + "raw-window-handle", 4496 + "smithay-client-toolkit", 4497 + "wasm-bindgen", 4498 + "wayland-client", 4499 + "wayland-protocols", 4500 + "web-sys", 4501 + "winapi", 4502 + "x11-dl", 4503 + ] 4504 + 4505 + [[package]] 4506 + name = "winnow" 4507 + version = "0.5.39" 4508 + source = "registry+https://github.com/rust-lang/crates.io-index" 4509 + checksum = "5389a154b01683d28c77f8f68f49dea75f0a4da32557a58f68ee51ebba472d29" 4510 + dependencies = [ 4511 + "memchr", 4512 + ] 4513 + 4514 + [[package]] 4515 + name = "winreg" 4516 + version = "0.50.0" 4517 + source = "registry+https://github.com/rust-lang/crates.io-index" 4518 + checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4519 + dependencies = [ 4520 + "cfg-if 1.0.0", 4521 + "windows-sys 0.48.0", 4522 + ] 4523 + 4524 + [[package]] 4525 + name = "write16" 4526 + version = "1.0.0" 4527 + source = "registry+https://github.com/rust-lang/crates.io-index" 4528 + checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 4529 + 4530 + [[package]] 4531 + name = "writeable" 4532 + version = "0.5.4" 4533 + source = "registry+https://github.com/rust-lang/crates.io-index" 4534 + checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e" 4535 + 4536 + [[package]] 4537 + name = "x11-dl" 4538 + version = "2.19.1" 4539 + source = "registry+https://github.com/rust-lang/crates.io-index" 4540 + checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59" 4541 + dependencies = [ 4542 + "lazy_static", 4543 + "libc", 4544 + "pkg-config", 4545 + ] 4546 + 4547 + [[package]] 4548 + name = "xcursor" 4549 + version = "0.3.4" 4550 + source = "registry+https://github.com/rust-lang/crates.io-index" 4551 + checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 4552 + dependencies = [ 4553 + "nom", 4554 + ] 4555 + 4556 + [[package]] 4557 + name = "xml-rs" 4558 + version = "0.8.19" 4559 + source = "registry+https://github.com/rust-lang/crates.io-index" 4560 + checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" 4561 + 4562 + [[package]] 4563 + name = "yoke" 4564 + version = "0.7.3" 4565 + source = "registry+https://github.com/rust-lang/crates.io-index" 4566 + checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4" 4567 + dependencies = [ 4568 + "serde", 4569 + "stable_deref_trait", 4570 + "yoke-derive", 4571 + "zerofrom", 4572 + ] 4573 + 4574 + [[package]] 4575 + name = "yoke-derive" 4576 + version = "0.7.3" 4577 + source = "registry+https://github.com/rust-lang/crates.io-index" 4578 + checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8" 4579 + dependencies = [ 4580 + "proc-macro2", 4581 + "quote", 4582 + "syn 2.0.48", 4583 + "synstructure", 4584 + ] 4585 + 4586 + [[package]] 4587 + name = "ytermusic" 4588 + version = "0.1.0" 4589 + dependencies = [ 4590 + "bincode", 4591 + "crossterm", 4592 + "directories", 4593 + "flume", 4594 + "log", 4595 + "mimalloc", 4596 + "once_cell", 4597 + "player", 4598 + "rand 0.8.5", 4599 + "ratatui", 4600 + "raw-window-handle", 4601 + "rusty_ytdl", 4602 + "serde", 4603 + "serde_json", 4604 + "souvlaki", 4605 + "tokio", 4606 + "toml 0.8.10", 4607 + "urlencoding", 4608 + "varuint", 4609 + "winit", 4610 + "ytpapi2", 4611 + ] 4612 + 4613 + [[package]] 4614 + name = "ytpapi2" 4615 + version = "0.1.0" 4616 + dependencies = [ 4617 + "log", 4618 + "reqwest", 4619 + "serde", 4620 + "serde_json", 4621 + "sha1", 4622 + "tokio", 4623 + ] 4624 + 4625 + [[package]] 4626 + name = "zerocopy" 4627 + version = "0.7.32" 4628 + source = "registry+https://github.com/rust-lang/crates.io-index" 4629 + checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 4630 + dependencies = [ 4631 + "zerocopy-derive", 4632 + ] 4633 + 4634 + [[package]] 4635 + name = "zerocopy-derive" 4636 + version = "0.7.32" 4637 + source = "registry+https://github.com/rust-lang/crates.io-index" 4638 + checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 4639 + dependencies = [ 4640 + "proc-macro2", 4641 + "quote", 4642 + "syn 2.0.48", 4643 + ] 4644 + 4645 + [[package]] 4646 + name = "zerofrom" 4647 + version = "0.1.3" 4648 + source = "registry+https://github.com/rust-lang/crates.io-index" 4649 + checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7" 4650 + dependencies = [ 4651 + "zerofrom-derive", 4652 + ] 4653 + 4654 + [[package]] 4655 + name = "zerofrom-derive" 4656 + version = "0.1.3" 4657 + source = "registry+https://github.com/rust-lang/crates.io-index" 4658 + checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3" 4659 + dependencies = [ 4660 + "proc-macro2", 4661 + "quote", 4662 + "syn 2.0.48", 4663 + "synstructure", 4664 + ] 4665 + 4666 + [[package]] 4667 + name = "zerovec" 4668 + version = "0.9.6" 4669 + source = "registry+https://github.com/rust-lang/crates.io-index" 4670 + checksum = "591691014119b87047ead4dcf3e6adfbf73cb7c38ab6980d4f18a32138f35d46" 4671 + dependencies = [ 4672 + "serde", 4673 + "yoke", 4674 + "zerofrom", 4675 + "zerovec-derive", 4676 + ] 4677 + 4678 + [[package]] 4679 + name = "zerovec-derive" 4680 + version = "0.9.6" 4681 + source = "registry+https://github.com/rust-lang/crates.io-index" 4682 + checksum = "7a4a1638a1934450809c2266a70362bfc96cd90550c073f5b8a55014d1010157" 4683 + dependencies = [ 4684 + "proc-macro2", 4685 + "quote", 4686 + "syn 2.0.48", 4687 + ]
+54
pkgs/by-name/yt/ytermusic/package.nix
···
··· 1 + { alsa-lib 2 + , dbus 3 + , fetchFromGitHub 4 + , lib 5 + , openssl 6 + , pkg-config 7 + , rustPlatform 8 + , stdenv 9 + , 10 + }: 11 + 12 + rustPlatform.buildRustPackage rec { 13 + pname = "ytermusic"; 14 + version = "0.1.0"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "ccgauche"; 18 + repo = "ytermusic"; 19 + rev = "beta-${version}"; 20 + hash = "sha256-nu/vedQNs5TgCG1v5qwwDTnFTyXCS2KnLVrnEhCtzCs="; 21 + }; 22 + 23 + cargoLock = { 24 + lockFile = ./Cargo.lock; 25 + outputHashes = { 26 + "rusty_ytdl-0.6.6" = "sha256-htXD8v9Yd7S0iLjP6iZu94tP5KO5vbmkdUybqA7OtlU="; 27 + "symphonia-0.5.1" = "sha256-rGvde5w7czMLcOPARK1gFfDLn70VeIrn4nKOL6FPc2U="; 28 + }; 29 + }; 30 + postPatch = "cp ${./Cargo.lock} Cargo.lock"; 31 + 32 + doCheck = true; 33 + 34 + cargoBuildType = "release"; 35 + 36 + nativeBuildInputs = [ 37 + pkg-config 38 + ]; 39 + 40 + buildInputs = [ 41 + openssl 42 + alsa-lib 43 + dbus 44 + ]; 45 + 46 + meta = { 47 + description = "TUI based Youtube Music Player that aims to be as fast and simple as possible"; 48 + homepage = "https://github.com/ccgauche/ytermusic"; 49 + changelog = "https://github.com/ccgauche/ytermusic/releases/tag/${src.rev}"; 50 + license = lib.licenses.asl20; 51 + maintainers = with lib.maintainers; [ codebam ]; 52 + mainProgram = "ytermusic"; 53 + }; 54 + }