| 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 = "ahash" |
| 22 | version = "0.7.8" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
| 25 | dependencies = [ |
| 26 | "getrandom 0.2.12", |
| 27 | "once_cell", |
| 28 | "version_check", |
| 29 | ] |
| 30 | |
| 31 | [[package]] |
| 32 | name = "aho-corasick" |
| 33 | version = "1.1.2" |
| 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
| 36 | dependencies = [ |
| 37 | "memchr", |
| 38 | ] |
| 39 | |
| 40 | [[package]] |
| 41 | name = "alloc-no-stdlib" |
| 42 | version = "2.0.4" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
| 45 | |
| 46 | [[package]] |
| 47 | name = "alloc-stdlib" |
| 48 | version = "0.2.2" |
| 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 50 | checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
| 51 | dependencies = [ |
| 52 | "alloc-no-stdlib", |
| 53 | ] |
| 54 | |
| 55 | [[package]] |
| 56 | name = "alsa" |
| 57 | version = "0.9.0" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | checksum = "37fe60779335388a88c01ac6c3be40304d1e349de3ada3b15f7808bb90fa9dce" |
| 60 | dependencies = [ |
| 61 | "alsa-sys", |
| 62 | "bitflags 2.4.2", |
| 63 | "libc", |
| 64 | ] |
| 65 | |
| 66 | [[package]] |
| 67 | name = "alsa-sys" |
| 68 | version = "0.3.1" |
| 69 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 70 | checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" |
| 71 | dependencies = [ |
| 72 | "libc", |
| 73 | "pkg-config", |
| 74 | ] |
| 75 | |
| 76 | [[package]] |
| 77 | name = "android-tzdata" |
| 78 | version = "0.1.1" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 81 | |
| 82 | [[package]] |
| 83 | name = "android_system_properties" |
| 84 | version = "0.1.5" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 87 | dependencies = [ |
| 88 | "libc", |
| 89 | ] |
| 90 | |
| 91 | [[package]] |
| 92 | name = "anyhow" |
| 93 | version = "1.0.81" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" |
| 96 | |
| 97 | [[package]] |
| 98 | name = "app" |
| 99 | version = "0.2.0" |
| 100 | dependencies = [ |
| 101 | "anyhow", |
| 102 | "chrono", |
| 103 | "crate_error_codes", |
| 104 | "futures", |
| 105 | "home", |
| 106 | "hound", |
| 107 | "log", |
| 108 | "once_cell", |
| 109 | "reqwest", |
| 110 | "ringbuf", |
| 111 | "rodio", |
| 112 | "serde", |
| 113 | "serde_json", |
| 114 | "serde_repr", |
| 115 | "tauri", |
| 116 | "tauri-build", |
| 117 | "tauri-plugin-log", |
| 118 | "tauri-plugin-store", |
| 119 | "uri-template-system", |
| 120 | "url-builder", |
| 121 | ] |
| 122 | |
| 123 | [[package]] |
| 124 | name = "arrayvec" |
| 125 | version = "0.7.4" |
| 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 127 | checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
| 128 | |
| 129 | [[package]] |
| 130 | name = "atk" |
| 131 | version = "0.15.1" |
| 132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 133 | checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd" |
| 134 | dependencies = [ |
| 135 | "atk-sys", |
| 136 | "bitflags 1.3.2", |
| 137 | "glib", |
| 138 | "libc", |
| 139 | ] |
| 140 | |
| 141 | [[package]] |
| 142 | name = "atk-sys" |
| 143 | version = "0.15.1" |
| 144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 | checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6" |
| 146 | dependencies = [ |
| 147 | "glib-sys", |
| 148 | "gobject-sys", |
| 149 | "libc", |
| 150 | "system-deps 6.2.1", |
| 151 | ] |
| 152 | |
| 153 | [[package]] |
| 154 | name = "atomic-waker" |
| 155 | version = "1.1.2" |
| 156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 157 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 158 | |
| 159 | [[package]] |
| 160 | name = "autocfg" |
| 161 | version = "1.1.0" |
| 162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 163 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 164 | |
| 165 | [[package]] |
| 166 | name = "backtrace" |
| 167 | version = "0.3.69" |
| 168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 169 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
| 170 | dependencies = [ |
| 171 | "addr2line", |
| 172 | "cc", |
| 173 | "cfg-if", |
| 174 | "libc", |
| 175 | "miniz_oxide", |
| 176 | "object", |
| 177 | "rustc-demangle", |
| 178 | ] |
| 179 | |
| 180 | [[package]] |
| 181 | name = "base64" |
| 182 | version = "0.13.1" |
| 183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 184 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
| 185 | |
| 186 | [[package]] |
| 187 | name = "base64" |
| 188 | version = "0.21.7" |
| 189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 190 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 191 | |
| 192 | [[package]] |
| 193 | name = "base64" |
| 194 | version = "0.22.1" |
| 195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 196 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 197 | |
| 198 | [[package]] |
| 199 | name = "bindgen" |
| 200 | version = "0.69.4" |
| 201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 | checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" |
| 203 | dependencies = [ |
| 204 | "bitflags 2.4.2", |
| 205 | "cexpr", |
| 206 | "clang-sys", |
| 207 | "itertools", |
| 208 | "lazy_static", |
| 209 | "lazycell", |
| 210 | "proc-macro2", |
| 211 | "quote", |
| 212 | "regex", |
| 213 | "rustc-hash", |
| 214 | "shlex", |
| 215 | "syn 2.0.53", |
| 216 | ] |
| 217 | |
| 218 | [[package]] |
| 219 | name = "bitflags" |
| 220 | version = "1.3.2" |
| 221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 222 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 223 | |
| 224 | [[package]] |
| 225 | name = "bitflags" |
| 226 | version = "2.4.2" |
| 227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 | checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" |
| 229 | |
| 230 | [[package]] |
| 231 | name = "bitvec" |
| 232 | version = "1.0.1" |
| 233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| 235 | dependencies = [ |
| 236 | "funty", |
| 237 | "radium", |
| 238 | "tap", |
| 239 | "wyz", |
| 240 | ] |
| 241 | |
| 242 | [[package]] |
| 243 | name = "block" |
| 244 | version = "0.1.6" |
| 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 246 | checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
| 247 | |
| 248 | [[package]] |
| 249 | name = "block-buffer" |
| 250 | version = "0.10.4" |
| 251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 253 | dependencies = [ |
| 254 | "generic-array", |
| 255 | ] |
| 256 | |
| 257 | [[package]] |
| 258 | name = "borsh" |
| 259 | version = "1.3.1" |
| 260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 261 | checksum = "f58b559fd6448c6e2fd0adb5720cd98a2506594cafa4737ff98c396f3e82f667" |
| 262 | dependencies = [ |
| 263 | "borsh-derive", |
| 264 | "cfg_aliases", |
| 265 | ] |
| 266 | |
| 267 | [[package]] |
| 268 | name = "borsh-derive" |
| 269 | version = "1.3.1" |
| 270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 271 | checksum = "7aadb5b6ccbd078890f6d7003694e33816e6b784358f18e15e7e6d9f065a57cd" |
| 272 | dependencies = [ |
| 273 | "once_cell", |
| 274 | "proc-macro-crate 3.1.0", |
| 275 | "proc-macro2", |
| 276 | "quote", |
| 277 | "syn 2.0.53", |
| 278 | "syn_derive", |
| 279 | ] |
| 280 | |
| 281 | [[package]] |
| 282 | name = "brotli" |
| 283 | version = "3.5.0" |
| 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 | checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" |
| 286 | dependencies = [ |
| 287 | "alloc-no-stdlib", |
| 288 | "alloc-stdlib", |
| 289 | "brotli-decompressor", |
| 290 | ] |
| 291 | |
| 292 | [[package]] |
| 293 | name = "brotli-decompressor" |
| 294 | version = "2.5.1" |
| 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 | checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" |
| 297 | dependencies = [ |
| 298 | "alloc-no-stdlib", |
| 299 | "alloc-stdlib", |
| 300 | ] |
| 301 | |
| 302 | [[package]] |
| 303 | name = "bstr" |
| 304 | version = "1.9.1" |
| 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 306 | checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" |
| 307 | dependencies = [ |
| 308 | "memchr", |
| 309 | "serde", |
| 310 | ] |
| 311 | |
| 312 | [[package]] |
| 313 | name = "bumpalo" |
| 314 | version = "3.15.4" |
| 315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 316 | checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" |
| 317 | |
| 318 | [[package]] |
| 319 | name = "byte-unit" |
| 320 | version = "5.1.4" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | checksum = "33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e" |
| 323 | dependencies = [ |
| 324 | "rust_decimal", |
| 325 | "serde", |
| 326 | "utf8-width", |
| 327 | ] |
| 328 | |
| 329 | [[package]] |
| 330 | name = "bytecheck" |
| 331 | version = "0.6.12" |
| 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 | checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" |
| 334 | dependencies = [ |
| 335 | "bytecheck_derive", |
| 336 | "ptr_meta", |
| 337 | "simdutf8", |
| 338 | ] |
| 339 | |
| 340 | [[package]] |
| 341 | name = "bytecheck_derive" |
| 342 | version = "0.6.12" |
| 343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 344 | checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" |
| 345 | dependencies = [ |
| 346 | "proc-macro2", |
| 347 | "quote", |
| 348 | "syn 1.0.109", |
| 349 | ] |
| 350 | |
| 351 | [[package]] |
| 352 | name = "bytemuck" |
| 353 | version = "1.15.0" |
| 354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 355 | checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" |
| 356 | |
| 357 | [[package]] |
| 358 | name = "byteorder" |
| 359 | version = "1.5.0" |
| 360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 361 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 362 | |
| 363 | [[package]] |
| 364 | name = "bytes" |
| 365 | version = "1.5.0" |
| 366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 367 | checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" |
| 368 | |
| 369 | [[package]] |
| 370 | name = "cairo-rs" |
| 371 | version = "0.15.12" |
| 372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 | checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc" |
| 374 | dependencies = [ |
| 375 | "bitflags 1.3.2", |
| 376 | "cairo-sys-rs", |
| 377 | "glib", |
| 378 | "libc", |
| 379 | "thiserror", |
| 380 | ] |
| 381 | |
| 382 | [[package]] |
| 383 | name = "cairo-sys-rs" |
| 384 | version = "0.15.1" |
| 385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 386 | checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" |
| 387 | dependencies = [ |
| 388 | "glib-sys", |
| 389 | "libc", |
| 390 | "system-deps 6.2.1", |
| 391 | ] |
| 392 | |
| 393 | [[package]] |
| 394 | name = "cargo_toml" |
| 395 | version = "0.15.3" |
| 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 397 | checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" |
| 398 | dependencies = [ |
| 399 | "serde", |
| 400 | "toml 0.7.8", |
| 401 | ] |
| 402 | |
| 403 | [[package]] |
| 404 | name = "cc" |
| 405 | version = "1.0.90" |
| 406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 | checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" |
| 408 | dependencies = [ |
| 409 | "jobserver", |
| 410 | "libc", |
| 411 | ] |
| 412 | |
| 413 | [[package]] |
| 414 | name = "cesu8" |
| 415 | version = "1.1.0" |
| 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 | checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| 418 | |
| 419 | [[package]] |
| 420 | name = "cexpr" |
| 421 | version = "0.6.0" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 424 | dependencies = [ |
| 425 | "nom", |
| 426 | ] |
| 427 | |
| 428 | [[package]] |
| 429 | name = "cfb" |
| 430 | version = "0.7.3" |
| 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 432 | checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" |
| 433 | dependencies = [ |
| 434 | "byteorder", |
| 435 | "fnv", |
| 436 | "uuid", |
| 437 | ] |
| 438 | |
| 439 | [[package]] |
| 440 | name = "cfg-expr" |
| 441 | version = "0.9.1" |
| 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 443 | checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" |
| 444 | dependencies = [ |
| 445 | "smallvec", |
| 446 | ] |
| 447 | |
| 448 | [[package]] |
| 449 | name = "cfg-expr" |
| 450 | version = "0.15.7" |
| 451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 452 | checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" |
| 453 | dependencies = [ |
| 454 | "smallvec", |
| 455 | "target-lexicon", |
| 456 | ] |
| 457 | |
| 458 | [[package]] |
| 459 | name = "cfg-if" |
| 460 | version = "1.0.0" |
| 461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 462 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 463 | |
| 464 | [[package]] |
| 465 | name = "cfg_aliases" |
| 466 | version = "0.1.1" |
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 468 | checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
| 469 | |
| 470 | [[package]] |
| 471 | name = "chrono" |
| 472 | version = "0.4.35" |
| 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 474 | checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" |
| 475 | dependencies = [ |
| 476 | "android-tzdata", |
| 477 | "iana-time-zone", |
| 478 | "js-sys", |
| 479 | "num-traits", |
| 480 | "serde", |
| 481 | "wasm-bindgen", |
| 482 | "windows-targets 0.52.4", |
| 483 | ] |
| 484 | |
| 485 | [[package]] |
| 486 | name = "clang-sys" |
| 487 | version = "1.7.0" |
| 488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 489 | checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" |
| 490 | dependencies = [ |
| 491 | "glob", |
| 492 | "libc", |
| 493 | "libloading", |
| 494 | ] |
| 495 | |
| 496 | [[package]] |
| 497 | name = "claxon" |
| 498 | version = "0.4.3" |
| 499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 500 | checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688" |
| 501 | |
| 502 | [[package]] |
| 503 | name = "cocoa" |
| 504 | version = "0.24.1" |
| 505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 506 | checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" |
| 507 | dependencies = [ |
| 508 | "bitflags 1.3.2", |
| 509 | "block", |
| 510 | "cocoa-foundation", |
| 511 | "core-foundation", |
| 512 | "core-graphics", |
| 513 | "foreign-types", |
| 514 | "libc", |
| 515 | "objc", |
| 516 | ] |
| 517 | |
| 518 | [[package]] |
| 519 | name = "cocoa-foundation" |
| 520 | version = "0.1.2" |
| 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 522 | checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" |
| 523 | dependencies = [ |
| 524 | "bitflags 1.3.2", |
| 525 | "block", |
| 526 | "core-foundation", |
| 527 | "core-graphics-types", |
| 528 | "libc", |
| 529 | "objc", |
| 530 | ] |
| 531 | |
| 532 | [[package]] |
| 533 | name = "color_quant" |
| 534 | version = "1.1.0" |
| 535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 536 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 537 | |
| 538 | [[package]] |
| 539 | name = "colored" |
| 540 | version = "1.9.4" |
| 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 542 | checksum = "5a5f741c91823341bebf717d4c71bda820630ce065443b58bd1b7451af008355" |
| 543 | dependencies = [ |
| 544 | "is-terminal", |
| 545 | "lazy_static", |
| 546 | "winapi", |
| 547 | ] |
| 548 | |
| 549 | [[package]] |
| 550 | name = "combine" |
| 551 | version = "4.6.6" |
| 552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 553 | checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" |
| 554 | dependencies = [ |
| 555 | "bytes", |
| 556 | "memchr", |
| 557 | ] |
| 558 | |
| 559 | [[package]] |
| 560 | name = "convert_case" |
| 561 | version = "0.4.0" |
| 562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
| 564 | |
| 565 | [[package]] |
| 566 | name = "core-foundation" |
| 567 | version = "0.9.4" |
| 568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 569 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 570 | dependencies = [ |
| 571 | "core-foundation-sys", |
| 572 | "libc", |
| 573 | ] |
| 574 | |
| 575 | [[package]] |
| 576 | name = "core-foundation-sys" |
| 577 | version = "0.8.6" |
| 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 579 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
| 580 | |
| 581 | [[package]] |
| 582 | name = "core-graphics" |
| 583 | version = "0.22.3" |
| 584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 585 | checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" |
| 586 | dependencies = [ |
| 587 | "bitflags 1.3.2", |
| 588 | "core-foundation", |
| 589 | "core-graphics-types", |
| 590 | "foreign-types", |
| 591 | "libc", |
| 592 | ] |
| 593 | |
| 594 | [[package]] |
| 595 | name = "core-graphics-types" |
| 596 | version = "0.1.3" |
| 597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 598 | checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" |
| 599 | dependencies = [ |
| 600 | "bitflags 1.3.2", |
| 601 | "core-foundation", |
| 602 | "libc", |
| 603 | ] |
| 604 | |
| 605 | [[package]] |
| 606 | name = "coreaudio-rs" |
| 607 | version = "0.11.3" |
| 608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 609 | checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace" |
| 610 | dependencies = [ |
| 611 | "bitflags 1.3.2", |
| 612 | "core-foundation-sys", |
| 613 | "coreaudio-sys", |
| 614 | ] |
| 615 | |
| 616 | [[package]] |
| 617 | name = "coreaudio-sys" |
| 618 | version = "0.2.15" |
| 619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 620 | checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9" |
| 621 | dependencies = [ |
| 622 | "bindgen", |
| 623 | ] |
| 624 | |
| 625 | [[package]] |
| 626 | name = "cpal" |
| 627 | version = "0.15.3" |
| 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 629 | checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779" |
| 630 | dependencies = [ |
| 631 | "alsa", |
| 632 | "core-foundation-sys", |
| 633 | "coreaudio-rs", |
| 634 | "dasp_sample", |
| 635 | "jni 0.21.1", |
| 636 | "js-sys", |
| 637 | "libc", |
| 638 | "mach2", |
| 639 | "ndk 0.8.0", |
| 640 | "ndk-context", |
| 641 | "oboe", |
| 642 | "wasm-bindgen", |
| 643 | "wasm-bindgen-futures", |
| 644 | "web-sys", |
| 645 | "windows 0.54.0", |
| 646 | ] |
| 647 | |
| 648 | [[package]] |
| 649 | name = "cpufeatures" |
| 650 | version = "0.2.12" |
| 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 652 | checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
| 653 | dependencies = [ |
| 654 | "libc", |
| 655 | ] |
| 656 | |
| 657 | [[package]] |
| 658 | name = "crate_error_codes" |
| 659 | version = "0.1.0" |
| 660 | dependencies = [ |
| 661 | "serde", |
| 662 | "serde_repr", |
| 663 | "ts-rs", |
| 664 | ] |
| 665 | |
| 666 | [[package]] |
| 667 | name = "crc32fast" |
| 668 | version = "1.4.0" |
| 669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 | checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" |
| 671 | dependencies = [ |
| 672 | "cfg-if", |
| 673 | ] |
| 674 | |
| 675 | [[package]] |
| 676 | name = "crossbeam-channel" |
| 677 | version = "0.5.12" |
| 678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 | checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" |
| 680 | dependencies = [ |
| 681 | "crossbeam-utils", |
| 682 | ] |
| 683 | |
| 684 | [[package]] |
| 685 | name = "crossbeam-deque" |
| 686 | version = "0.8.5" |
| 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
| 689 | dependencies = [ |
| 690 | "crossbeam-epoch", |
| 691 | "crossbeam-utils", |
| 692 | ] |
| 693 | |
| 694 | [[package]] |
| 695 | name = "crossbeam-epoch" |
| 696 | version = "0.9.18" |
| 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 699 | dependencies = [ |
| 700 | "crossbeam-utils", |
| 701 | ] |
| 702 | |
| 703 | [[package]] |
| 704 | name = "crossbeam-utils" |
| 705 | version = "0.8.19" |
| 706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 707 | checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" |
| 708 | |
| 709 | [[package]] |
| 710 | name = "crypto-common" |
| 711 | version = "0.1.6" |
| 712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 713 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 714 | dependencies = [ |
| 715 | "generic-array", |
| 716 | "typenum", |
| 717 | ] |
| 718 | |
| 719 | [[package]] |
| 720 | name = "cssparser" |
| 721 | version = "0.27.2" |
| 722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 | checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a" |
| 724 | dependencies = [ |
| 725 | "cssparser-macros", |
| 726 | "dtoa-short", |
| 727 | "itoa 0.4.8", |
| 728 | "matches", |
| 729 | "phf 0.8.0", |
| 730 | "proc-macro2", |
| 731 | "quote", |
| 732 | "smallvec", |
| 733 | "syn 1.0.109", |
| 734 | ] |
| 735 | |
| 736 | [[package]] |
| 737 | name = "cssparser-macros" |
| 738 | version = "0.6.1" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| 741 | dependencies = [ |
| 742 | "quote", |
| 743 | "syn 2.0.53", |
| 744 | ] |
| 745 | |
| 746 | [[package]] |
| 747 | name = "ctor" |
| 748 | version = "0.2.7" |
| 749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 750 | checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" |
| 751 | dependencies = [ |
| 752 | "quote", |
| 753 | "syn 2.0.53", |
| 754 | ] |
| 755 | |
| 756 | [[package]] |
| 757 | name = "darling" |
| 758 | version = "0.20.8" |
| 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 | checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" |
| 761 | dependencies = [ |
| 762 | "darling_core", |
| 763 | "darling_macro", |
| 764 | ] |
| 765 | |
| 766 | [[package]] |
| 767 | name = "darling_core" |
| 768 | version = "0.20.8" |
| 769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 770 | checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" |
| 771 | dependencies = [ |
| 772 | "fnv", |
| 773 | "ident_case", |
| 774 | "proc-macro2", |
| 775 | "quote", |
| 776 | "strsim", |
| 777 | "syn 2.0.53", |
| 778 | ] |
| 779 | |
| 780 | [[package]] |
| 781 | name = "darling_macro" |
| 782 | version = "0.20.8" |
| 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 784 | checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" |
| 785 | dependencies = [ |
| 786 | "darling_core", |
| 787 | "quote", |
| 788 | "syn 2.0.53", |
| 789 | ] |
| 790 | |
| 791 | [[package]] |
| 792 | name = "dasp_sample" |
| 793 | version = "0.11.0" |
| 794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 795 | checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" |
| 796 | |
| 797 | [[package]] |
| 798 | name = "deranged" |
| 799 | version = "0.3.11" |
| 800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 801 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 802 | dependencies = [ |
| 803 | "powerfmt", |
| 804 | "serde", |
| 805 | ] |
| 806 | |
| 807 | [[package]] |
| 808 | name = "derive_more" |
| 809 | version = "0.99.17" |
| 810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| 812 | dependencies = [ |
| 813 | "convert_case", |
| 814 | "proc-macro2", |
| 815 | "quote", |
| 816 | "rustc_version", |
| 817 | "syn 1.0.109", |
| 818 | ] |
| 819 | |
| 820 | [[package]] |
| 821 | name = "digest" |
| 822 | version = "0.10.7" |
| 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 824 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 825 | dependencies = [ |
| 826 | "block-buffer", |
| 827 | "crypto-common", |
| 828 | ] |
| 829 | |
| 830 | [[package]] |
| 831 | name = "dirs-next" |
| 832 | version = "2.0.0" |
| 833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 834 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 835 | dependencies = [ |
| 836 | "cfg-if", |
| 837 | "dirs-sys-next", |
| 838 | ] |
| 839 | |
| 840 | [[package]] |
| 841 | name = "dirs-sys-next" |
| 842 | version = "0.1.2" |
| 843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 844 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 845 | dependencies = [ |
| 846 | "libc", |
| 847 | "redox_users", |
| 848 | "winapi", |
| 849 | ] |
| 850 | |
| 851 | [[package]] |
| 852 | name = "dispatch" |
| 853 | version = "0.2.0" |
| 854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 855 | checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
| 856 | |
| 857 | [[package]] |
| 858 | name = "dtoa" |
| 859 | version = "1.0.9" |
| 860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 | checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" |
| 862 | |
| 863 | [[package]] |
| 864 | name = "dtoa-short" |
| 865 | version = "0.3.4" |
| 866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 | checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" |
| 868 | dependencies = [ |
| 869 | "dtoa", |
| 870 | ] |
| 871 | |
| 872 | [[package]] |
| 873 | name = "dunce" |
| 874 | version = "1.0.4" |
| 875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 | checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" |
| 877 | |
| 878 | [[package]] |
| 879 | name = "either" |
| 880 | version = "1.10.0" |
| 881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 882 | checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" |
| 883 | |
| 884 | [[package]] |
| 885 | name = "embed-resource" |
| 886 | version = "2.4.2" |
| 887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 888 | checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d" |
| 889 | dependencies = [ |
| 890 | "cc", |
| 891 | "memchr", |
| 892 | "rustc_version", |
| 893 | "toml 0.8.11", |
| 894 | "vswhom", |
| 895 | "winreg", |
| 896 | ] |
| 897 | |
| 898 | [[package]] |
| 899 | name = "embed_plist" |
| 900 | version = "1.2.2" |
| 901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 902 | checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" |
| 903 | |
| 904 | [[package]] |
| 905 | name = "encoding_rs" |
| 906 | version = "0.8.33" |
| 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 | checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" |
| 909 | dependencies = [ |
| 910 | "cfg-if", |
| 911 | ] |
| 912 | |
| 913 | [[package]] |
| 914 | name = "equivalent" |
| 915 | version = "1.0.1" |
| 916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 917 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| 918 | |
| 919 | [[package]] |
| 920 | name = "errno" |
| 921 | version = "0.3.8" |
| 922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 923 | checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
| 924 | dependencies = [ |
| 925 | "libc", |
| 926 | "windows-sys 0.52.0", |
| 927 | ] |
| 928 | |
| 929 | [[package]] |
| 930 | name = "fastrand" |
| 931 | version = "2.0.1" |
| 932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 933 | checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
| 934 | |
| 935 | [[package]] |
| 936 | name = "fdeflate" |
| 937 | version = "0.3.4" |
| 938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 939 | checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" |
| 940 | dependencies = [ |
| 941 | "simd-adler32", |
| 942 | ] |
| 943 | |
| 944 | [[package]] |
| 945 | name = "fern" |
| 946 | version = "0.6.2" |
| 947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 948 | checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" |
| 949 | dependencies = [ |
| 950 | "colored", |
| 951 | "log", |
| 952 | ] |
| 953 | |
| 954 | [[package]] |
| 955 | name = "field-offset" |
| 956 | version = "0.3.6" |
| 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 958 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
| 959 | dependencies = [ |
| 960 | "memoffset", |
| 961 | "rustc_version", |
| 962 | ] |
| 963 | |
| 964 | [[package]] |
| 965 | name = "filetime" |
| 966 | version = "0.2.23" |
| 967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 968 | checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
| 969 | dependencies = [ |
| 970 | "cfg-if", |
| 971 | "libc", |
| 972 | "redox_syscall", |
| 973 | "windows-sys 0.52.0", |
| 974 | ] |
| 975 | |
| 976 | [[package]] |
| 977 | name = "flate2" |
| 978 | version = "1.0.28" |
| 979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 980 | checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" |
| 981 | dependencies = [ |
| 982 | "crc32fast", |
| 983 | "miniz_oxide", |
| 984 | ] |
| 985 | |
| 986 | [[package]] |
| 987 | name = "fnv" |
| 988 | version = "1.0.7" |
| 989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 990 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 991 | |
| 992 | [[package]] |
| 993 | name = "foreign-types" |
| 994 | version = "0.3.2" |
| 995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 996 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 997 | dependencies = [ |
| 998 | "foreign-types-shared", |
| 999 | ] |
| 1000 | |
| 1001 | [[package]] |
| 1002 | name = "foreign-types-shared" |
| 1003 | version = "0.1.1" |
| 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1005 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 1006 | |
| 1007 | [[package]] |
| 1008 | name = "form_urlencoded" |
| 1009 | version = "1.2.1" |
| 1010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1011 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| 1012 | dependencies = [ |
| 1013 | "percent-encoding", |
| 1014 | ] |
| 1015 | |
| 1016 | [[package]] |
| 1017 | name = "funty" |
| 1018 | version = "2.0.0" |
| 1019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| 1021 | |
| 1022 | [[package]] |
| 1023 | name = "futf" |
| 1024 | version = "0.1.5" |
| 1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1026 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| 1027 | dependencies = [ |
| 1028 | "mac", |
| 1029 | "new_debug_unreachable", |
| 1030 | ] |
| 1031 | |
| 1032 | [[package]] |
| 1033 | name = "futures" |
| 1034 | version = "0.3.30" |
| 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1036 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
| 1037 | dependencies = [ |
| 1038 | "futures-channel", |
| 1039 | "futures-core", |
| 1040 | "futures-executor", |
| 1041 | "futures-io", |
| 1042 | "futures-sink", |
| 1043 | "futures-task", |
| 1044 | "futures-util", |
| 1045 | ] |
| 1046 | |
| 1047 | [[package]] |
| 1048 | name = "futures-channel" |
| 1049 | version = "0.3.30" |
| 1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
| 1052 | dependencies = [ |
| 1053 | "futures-core", |
| 1054 | "futures-sink", |
| 1055 | ] |
| 1056 | |
| 1057 | [[package]] |
| 1058 | name = "futures-core" |
| 1059 | version = "0.3.30" |
| 1060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1061 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
| 1062 | |
| 1063 | [[package]] |
| 1064 | name = "futures-executor" |
| 1065 | version = "0.3.30" |
| 1066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1067 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
| 1068 | dependencies = [ |
| 1069 | "futures-core", |
| 1070 | "futures-task", |
| 1071 | "futures-util", |
| 1072 | ] |
| 1073 | |
| 1074 | [[package]] |
| 1075 | name = "futures-io" |
| 1076 | version = "0.3.30" |
| 1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1078 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
| 1079 | |
| 1080 | [[package]] |
| 1081 | name = "futures-macro" |
| 1082 | version = "0.3.30" |
| 1083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1084 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
| 1085 | dependencies = [ |
| 1086 | "proc-macro2", |
| 1087 | "quote", |
| 1088 | "syn 2.0.53", |
| 1089 | ] |
| 1090 | |
| 1091 | [[package]] |
| 1092 | name = "futures-sink" |
| 1093 | version = "0.3.30" |
| 1094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1095 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
| 1096 | |
| 1097 | [[package]] |
| 1098 | name = "futures-task" |
| 1099 | version = "0.3.30" |
| 1100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1101 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
| 1102 | |
| 1103 | [[package]] |
| 1104 | name = "futures-util" |
| 1105 | version = "0.3.30" |
| 1106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1107 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
| 1108 | dependencies = [ |
| 1109 | "futures-channel", |
| 1110 | "futures-core", |
| 1111 | "futures-io", |
| 1112 | "futures-macro", |
| 1113 | "futures-sink", |
| 1114 | "futures-task", |
| 1115 | "memchr", |
| 1116 | "pin-project-lite", |
| 1117 | "pin-utils", |
| 1118 | "slab", |
| 1119 | ] |
| 1120 | |
| 1121 | [[package]] |
| 1122 | name = "fxhash" |
| 1123 | version = "0.2.1" |
| 1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1125 | checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
| 1126 | dependencies = [ |
| 1127 | "byteorder", |
| 1128 | ] |
| 1129 | |
| 1130 | [[package]] |
| 1131 | name = "gdk" |
| 1132 | version = "0.15.4" |
| 1133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1134 | checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8" |
| 1135 | dependencies = [ |
| 1136 | "bitflags 1.3.2", |
| 1137 | "cairo-rs", |
| 1138 | "gdk-pixbuf", |
| 1139 | "gdk-sys", |
| 1140 | "gio", |
| 1141 | "glib", |
| 1142 | "libc", |
| 1143 | "pango", |
| 1144 | ] |
| 1145 | |
| 1146 | [[package]] |
| 1147 | name = "gdk-pixbuf" |
| 1148 | version = "0.15.11" |
| 1149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1150 | checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a" |
| 1151 | dependencies = [ |
| 1152 | "bitflags 1.3.2", |
| 1153 | "gdk-pixbuf-sys", |
| 1154 | "gio", |
| 1155 | "glib", |
| 1156 | "libc", |
| 1157 | ] |
| 1158 | |
| 1159 | [[package]] |
| 1160 | name = "gdk-pixbuf-sys" |
| 1161 | version = "0.15.10" |
| 1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1163 | checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7" |
| 1164 | dependencies = [ |
| 1165 | "gio-sys", |
| 1166 | "glib-sys", |
| 1167 | "gobject-sys", |
| 1168 | "libc", |
| 1169 | "system-deps 6.2.1", |
| 1170 | ] |
| 1171 | |
| 1172 | [[package]] |
| 1173 | name = "gdk-sys" |
| 1174 | version = "0.15.1" |
| 1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1176 | checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88" |
| 1177 | dependencies = [ |
| 1178 | "cairo-sys-rs", |
| 1179 | "gdk-pixbuf-sys", |
| 1180 | "gio-sys", |
| 1181 | "glib-sys", |
| 1182 | "gobject-sys", |
| 1183 | "libc", |
| 1184 | "pango-sys", |
| 1185 | "pkg-config", |
| 1186 | "system-deps 6.2.1", |
| 1187 | ] |
| 1188 | |
| 1189 | [[package]] |
| 1190 | name = "gdkwayland-sys" |
| 1191 | version = "0.15.3" |
| 1192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1193 | checksum = "cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2" |
| 1194 | dependencies = [ |
| 1195 | "gdk-sys", |
| 1196 | "glib-sys", |
| 1197 | "gobject-sys", |
| 1198 | "libc", |
| 1199 | "pkg-config", |
| 1200 | "system-deps 6.2.1", |
| 1201 | ] |
| 1202 | |
| 1203 | [[package]] |
| 1204 | name = "gdkx11-sys" |
| 1205 | version = "0.15.1" |
| 1206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1207 | checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178" |
| 1208 | dependencies = [ |
| 1209 | "gdk-sys", |
| 1210 | "glib-sys", |
| 1211 | "libc", |
| 1212 | "system-deps 6.2.1", |
| 1213 | "x11", |
| 1214 | ] |
| 1215 | |
| 1216 | [[package]] |
| 1217 | name = "generator" |
| 1218 | version = "0.7.5" |
| 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 | checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" |
| 1221 | dependencies = [ |
| 1222 | "cc", |
| 1223 | "libc", |
| 1224 | "log", |
| 1225 | "rustversion", |
| 1226 | "windows 0.48.0", |
| 1227 | ] |
| 1228 | |
| 1229 | [[package]] |
| 1230 | name = "generic-array" |
| 1231 | version = "0.14.7" |
| 1232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1233 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1234 | dependencies = [ |
| 1235 | "typenum", |
| 1236 | "version_check", |
| 1237 | ] |
| 1238 | |
| 1239 | [[package]] |
| 1240 | name = "getrandom" |
| 1241 | version = "0.1.16" |
| 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1243 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
| 1244 | dependencies = [ |
| 1245 | "cfg-if", |
| 1246 | "libc", |
| 1247 | "wasi 0.9.0+wasi-snapshot-preview1", |
| 1248 | ] |
| 1249 | |
| 1250 | [[package]] |
| 1251 | name = "getrandom" |
| 1252 | version = "0.2.12" |
| 1253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1254 | checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" |
| 1255 | dependencies = [ |
| 1256 | "cfg-if", |
| 1257 | "libc", |
| 1258 | "wasi 0.11.0+wasi-snapshot-preview1", |
| 1259 | ] |
| 1260 | |
| 1261 | [[package]] |
| 1262 | name = "gimli" |
| 1263 | version = "0.28.1" |
| 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1265 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
| 1266 | |
| 1267 | [[package]] |
| 1268 | name = "gio" |
| 1269 | version = "0.15.12" |
| 1270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1271 | checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b" |
| 1272 | dependencies = [ |
| 1273 | "bitflags 1.3.2", |
| 1274 | "futures-channel", |
| 1275 | "futures-core", |
| 1276 | "futures-io", |
| 1277 | "gio-sys", |
| 1278 | "glib", |
| 1279 | "libc", |
| 1280 | "once_cell", |
| 1281 | "thiserror", |
| 1282 | ] |
| 1283 | |
| 1284 | [[package]] |
| 1285 | name = "gio-sys" |
| 1286 | version = "0.15.10" |
| 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d" |
| 1289 | dependencies = [ |
| 1290 | "glib-sys", |
| 1291 | "gobject-sys", |
| 1292 | "libc", |
| 1293 | "system-deps 6.2.1", |
| 1294 | "winapi", |
| 1295 | ] |
| 1296 | |
| 1297 | [[package]] |
| 1298 | name = "glib" |
| 1299 | version = "0.15.12" |
| 1300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1301 | checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" |
| 1302 | dependencies = [ |
| 1303 | "bitflags 1.3.2", |
| 1304 | "futures-channel", |
| 1305 | "futures-core", |
| 1306 | "futures-executor", |
| 1307 | "futures-task", |
| 1308 | "glib-macros", |
| 1309 | "glib-sys", |
| 1310 | "gobject-sys", |
| 1311 | "libc", |
| 1312 | "once_cell", |
| 1313 | "smallvec", |
| 1314 | "thiserror", |
| 1315 | ] |
| 1316 | |
| 1317 | [[package]] |
| 1318 | name = "glib-macros" |
| 1319 | version = "0.15.13" |
| 1320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1321 | checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a" |
| 1322 | dependencies = [ |
| 1323 | "anyhow", |
| 1324 | "heck 0.4.1", |
| 1325 | "proc-macro-crate 1.3.1", |
| 1326 | "proc-macro-error", |
| 1327 | "proc-macro2", |
| 1328 | "quote", |
| 1329 | "syn 1.0.109", |
| 1330 | ] |
| 1331 | |
| 1332 | [[package]] |
| 1333 | name = "glib-sys" |
| 1334 | version = "0.15.10" |
| 1335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1336 | checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4" |
| 1337 | dependencies = [ |
| 1338 | "libc", |
| 1339 | "system-deps 6.2.1", |
| 1340 | ] |
| 1341 | |
| 1342 | [[package]] |
| 1343 | name = "glob" |
| 1344 | version = "0.3.1" |
| 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1346 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| 1347 | |
| 1348 | [[package]] |
| 1349 | name = "globset" |
| 1350 | version = "0.4.14" |
| 1351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1352 | checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" |
| 1353 | dependencies = [ |
| 1354 | "aho-corasick", |
| 1355 | "bstr", |
| 1356 | "log", |
| 1357 | "regex-automata 0.4.6", |
| 1358 | "regex-syntax 0.8.2", |
| 1359 | ] |
| 1360 | |
| 1361 | [[package]] |
| 1362 | name = "gobject-sys" |
| 1363 | version = "0.15.10" |
| 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1365 | checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a" |
| 1366 | dependencies = [ |
| 1367 | "glib-sys", |
| 1368 | "libc", |
| 1369 | "system-deps 6.2.1", |
| 1370 | ] |
| 1371 | |
| 1372 | [[package]] |
| 1373 | name = "gtk" |
| 1374 | version = "0.15.5" |
| 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 | checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0" |
| 1377 | dependencies = [ |
| 1378 | "atk", |
| 1379 | "bitflags 1.3.2", |
| 1380 | "cairo-rs", |
| 1381 | "field-offset", |
| 1382 | "futures-channel", |
| 1383 | "gdk", |
| 1384 | "gdk-pixbuf", |
| 1385 | "gio", |
| 1386 | "glib", |
| 1387 | "gtk-sys", |
| 1388 | "gtk3-macros", |
| 1389 | "libc", |
| 1390 | "once_cell", |
| 1391 | "pango", |
| 1392 | "pkg-config", |
| 1393 | ] |
| 1394 | |
| 1395 | [[package]] |
| 1396 | name = "gtk-sys" |
| 1397 | version = "0.15.3" |
| 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1399 | checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84" |
| 1400 | dependencies = [ |
| 1401 | "atk-sys", |
| 1402 | "cairo-sys-rs", |
| 1403 | "gdk-pixbuf-sys", |
| 1404 | "gdk-sys", |
| 1405 | "gio-sys", |
| 1406 | "glib-sys", |
| 1407 | "gobject-sys", |
| 1408 | "libc", |
| 1409 | "pango-sys", |
| 1410 | "system-deps 6.2.1", |
| 1411 | ] |
| 1412 | |
| 1413 | [[package]] |
| 1414 | name = "gtk3-macros" |
| 1415 | version = "0.15.6" |
| 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1417 | checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d" |
| 1418 | dependencies = [ |
| 1419 | "anyhow", |
| 1420 | "proc-macro-crate 1.3.1", |
| 1421 | "proc-macro-error", |
| 1422 | "proc-macro2", |
| 1423 | "quote", |
| 1424 | "syn 1.0.109", |
| 1425 | ] |
| 1426 | |
| 1427 | [[package]] |
| 1428 | name = "h2" |
| 1429 | version = "0.4.5" |
| 1430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1431 | checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" |
| 1432 | dependencies = [ |
| 1433 | "atomic-waker", |
| 1434 | "bytes", |
| 1435 | "fnv", |
| 1436 | "futures-core", |
| 1437 | "futures-sink", |
| 1438 | "http 1.1.0", |
| 1439 | "indexmap 2.2.5", |
| 1440 | "slab", |
| 1441 | "tokio", |
| 1442 | "tokio-util", |
| 1443 | "tracing", |
| 1444 | ] |
| 1445 | |
| 1446 | [[package]] |
| 1447 | name = "hashbrown" |
| 1448 | version = "0.12.3" |
| 1449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1450 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 1451 | dependencies = [ |
| 1452 | "ahash", |
| 1453 | ] |
| 1454 | |
| 1455 | [[package]] |
| 1456 | name = "hashbrown" |
| 1457 | version = "0.14.3" |
| 1458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1459 | checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
| 1460 | |
| 1461 | [[package]] |
| 1462 | name = "heck" |
| 1463 | version = "0.3.3" |
| 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1465 | checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
| 1466 | dependencies = [ |
| 1467 | "unicode-segmentation", |
| 1468 | ] |
| 1469 | |
| 1470 | [[package]] |
| 1471 | name = "heck" |
| 1472 | version = "0.4.1" |
| 1473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1474 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 1475 | |
| 1476 | [[package]] |
| 1477 | name = "heck" |
| 1478 | version = "0.5.0" |
| 1479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1480 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1481 | |
| 1482 | [[package]] |
| 1483 | name = "hermit-abi" |
| 1484 | version = "0.3.9" |
| 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| 1487 | |
| 1488 | [[package]] |
| 1489 | name = "hex" |
| 1490 | version = "0.4.3" |
| 1491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1492 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1493 | |
| 1494 | [[package]] |
| 1495 | name = "home" |
| 1496 | version = "0.5.9" |
| 1497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1498 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
| 1499 | dependencies = [ |
| 1500 | "windows-sys 0.52.0", |
| 1501 | ] |
| 1502 | |
| 1503 | [[package]] |
| 1504 | name = "hound" |
| 1505 | version = "3.5.1" |
| 1506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1507 | checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" |
| 1508 | |
| 1509 | [[package]] |
| 1510 | name = "html5ever" |
| 1511 | version = "0.26.0" |
| 1512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1513 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
| 1514 | dependencies = [ |
| 1515 | "log", |
| 1516 | "mac", |
| 1517 | "markup5ever", |
| 1518 | "proc-macro2", |
| 1519 | "quote", |
| 1520 | "syn 1.0.109", |
| 1521 | ] |
| 1522 | |
| 1523 | [[package]] |
| 1524 | name = "http" |
| 1525 | version = "0.2.12" |
| 1526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1527 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| 1528 | dependencies = [ |
| 1529 | "bytes", |
| 1530 | "fnv", |
| 1531 | "itoa 1.0.10", |
| 1532 | ] |
| 1533 | |
| 1534 | [[package]] |
| 1535 | name = "http" |
| 1536 | version = "1.1.0" |
| 1537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1538 | checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" |
| 1539 | dependencies = [ |
| 1540 | "bytes", |
| 1541 | "fnv", |
| 1542 | "itoa 1.0.10", |
| 1543 | ] |
| 1544 | |
| 1545 | [[package]] |
| 1546 | name = "http-body" |
| 1547 | version = "1.0.1" |
| 1548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1549 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 1550 | dependencies = [ |
| 1551 | "bytes", |
| 1552 | "http 1.1.0", |
| 1553 | ] |
| 1554 | |
| 1555 | [[package]] |
| 1556 | name = "http-body-util" |
| 1557 | version = "0.1.2" |
| 1558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1559 | checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" |
| 1560 | dependencies = [ |
| 1561 | "bytes", |
| 1562 | "futures-util", |
| 1563 | "http 1.1.0", |
| 1564 | "http-body", |
| 1565 | "pin-project-lite", |
| 1566 | ] |
| 1567 | |
| 1568 | [[package]] |
| 1569 | name = "http-range" |
| 1570 | version = "0.1.5" |
| 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1572 | checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" |
| 1573 | |
| 1574 | [[package]] |
| 1575 | name = "httparse" |
| 1576 | version = "1.8.0" |
| 1577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1578 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
| 1579 | |
| 1580 | [[package]] |
| 1581 | name = "hyper" |
| 1582 | version = "1.4.1" |
| 1583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1584 | checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" |
| 1585 | dependencies = [ |
| 1586 | "bytes", |
| 1587 | "futures-channel", |
| 1588 | "futures-util", |
| 1589 | "h2", |
| 1590 | "http 1.1.0", |
| 1591 | "http-body", |
| 1592 | "httparse", |
| 1593 | "itoa 1.0.10", |
| 1594 | "pin-project-lite", |
| 1595 | "smallvec", |
| 1596 | "tokio", |
| 1597 | "want", |
| 1598 | ] |
| 1599 | |
| 1600 | [[package]] |
| 1601 | name = "hyper-rustls" |
| 1602 | version = "0.27.2" |
| 1603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1604 | checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" |
| 1605 | dependencies = [ |
| 1606 | "futures-util", |
| 1607 | "http 1.1.0", |
| 1608 | "hyper", |
| 1609 | "hyper-util", |
| 1610 | "rustls", |
| 1611 | "rustls-pki-types", |
| 1612 | "tokio", |
| 1613 | "tokio-rustls", |
| 1614 | "tower-service", |
| 1615 | ] |
| 1616 | |
| 1617 | [[package]] |
| 1618 | name = "hyper-tls" |
| 1619 | version = "0.6.0" |
| 1620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1621 | checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
| 1622 | dependencies = [ |
| 1623 | "bytes", |
| 1624 | "http-body-util", |
| 1625 | "hyper", |
| 1626 | "hyper-util", |
| 1627 | "native-tls", |
| 1628 | "tokio", |
| 1629 | "tokio-native-tls", |
| 1630 | "tower-service", |
| 1631 | ] |
| 1632 | |
| 1633 | [[package]] |
| 1634 | name = "hyper-util" |
| 1635 | version = "0.1.6" |
| 1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1637 | checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" |
| 1638 | dependencies = [ |
| 1639 | "bytes", |
| 1640 | "futures-channel", |
| 1641 | "futures-util", |
| 1642 | "http 1.1.0", |
| 1643 | "http-body", |
| 1644 | "hyper", |
| 1645 | "pin-project-lite", |
| 1646 | "socket2", |
| 1647 | "tokio", |
| 1648 | "tower", |
| 1649 | "tower-service", |
| 1650 | "tracing", |
| 1651 | ] |
| 1652 | |
| 1653 | [[package]] |
| 1654 | name = "iana-time-zone" |
| 1655 | version = "0.1.60" |
| 1656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1657 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
| 1658 | dependencies = [ |
| 1659 | "android_system_properties", |
| 1660 | "core-foundation-sys", |
| 1661 | "iana-time-zone-haiku", |
| 1662 | "js-sys", |
| 1663 | "wasm-bindgen", |
| 1664 | "windows-core 0.52.0", |
| 1665 | ] |
| 1666 | |
| 1667 | [[package]] |
| 1668 | name = "iana-time-zone-haiku" |
| 1669 | version = "0.1.2" |
| 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1671 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 1672 | dependencies = [ |
| 1673 | "cc", |
| 1674 | ] |
| 1675 | |
| 1676 | [[package]] |
| 1677 | name = "ico" |
| 1678 | version = "0.3.0" |
| 1679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1680 | checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae" |
| 1681 | dependencies = [ |
| 1682 | "byteorder", |
| 1683 | "png", |
| 1684 | ] |
| 1685 | |
| 1686 | [[package]] |
| 1687 | name = "ident_case" |
| 1688 | version = "1.0.1" |
| 1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1690 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1691 | |
| 1692 | [[package]] |
| 1693 | name = "idna" |
| 1694 | version = "0.5.0" |
| 1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1696 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
| 1697 | dependencies = [ |
| 1698 | "unicode-bidi", |
| 1699 | "unicode-normalization", |
| 1700 | ] |
| 1701 | |
| 1702 | [[package]] |
| 1703 | name = "ignore" |
| 1704 | version = "0.4.22" |
| 1705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 | checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" |
| 1707 | dependencies = [ |
| 1708 | "crossbeam-deque", |
| 1709 | "globset", |
| 1710 | "log", |
| 1711 | "memchr", |
| 1712 | "regex-automata 0.4.6", |
| 1713 | "same-file", |
| 1714 | "walkdir", |
| 1715 | "winapi-util", |
| 1716 | ] |
| 1717 | |
| 1718 | [[package]] |
| 1719 | name = "image" |
| 1720 | version = "0.24.9" |
| 1721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1722 | checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" |
| 1723 | dependencies = [ |
| 1724 | "bytemuck", |
| 1725 | "byteorder", |
| 1726 | "color_quant", |
| 1727 | "num-traits", |
| 1728 | ] |
| 1729 | |
| 1730 | [[package]] |
| 1731 | name = "indexmap" |
| 1732 | version = "1.9.3" |
| 1733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1734 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 1735 | dependencies = [ |
| 1736 | "autocfg", |
| 1737 | "hashbrown 0.12.3", |
| 1738 | "serde", |
| 1739 | ] |
| 1740 | |
| 1741 | [[package]] |
| 1742 | name = "indexmap" |
| 1743 | version = "2.2.5" |
| 1744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1745 | checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" |
| 1746 | dependencies = [ |
| 1747 | "equivalent", |
| 1748 | "hashbrown 0.14.3", |
| 1749 | "serde", |
| 1750 | ] |
| 1751 | |
| 1752 | [[package]] |
| 1753 | name = "infer" |
| 1754 | version = "0.13.0" |
| 1755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1756 | checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" |
| 1757 | dependencies = [ |
| 1758 | "cfb", |
| 1759 | ] |
| 1760 | |
| 1761 | [[package]] |
| 1762 | name = "instant" |
| 1763 | version = "0.1.12" |
| 1764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1765 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 1766 | dependencies = [ |
| 1767 | "cfg-if", |
| 1768 | ] |
| 1769 | |
| 1770 | [[package]] |
| 1771 | name = "ipnet" |
| 1772 | version = "2.9.0" |
| 1773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1774 | checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
| 1775 | |
| 1776 | [[package]] |
| 1777 | name = "is-terminal" |
| 1778 | version = "0.4.12" |
| 1779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1780 | checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" |
| 1781 | dependencies = [ |
| 1782 | "hermit-abi", |
| 1783 | "libc", |
| 1784 | "windows-sys 0.52.0", |
| 1785 | ] |
| 1786 | |
| 1787 | [[package]] |
| 1788 | name = "itertools" |
| 1789 | version = "0.12.1" |
| 1790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1791 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 1792 | dependencies = [ |
| 1793 | "either", |
| 1794 | ] |
| 1795 | |
| 1796 | [[package]] |
| 1797 | name = "itoa" |
| 1798 | version = "0.4.8" |
| 1799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1800 | checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" |
| 1801 | |
| 1802 | [[package]] |
| 1803 | name = "itoa" |
| 1804 | version = "1.0.10" |
| 1805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1806 | checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" |
| 1807 | |
| 1808 | [[package]] |
| 1809 | name = "javascriptcore-rs" |
| 1810 | version = "0.16.0" |
| 1811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 | checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c" |
| 1813 | dependencies = [ |
| 1814 | "bitflags 1.3.2", |
| 1815 | "glib", |
| 1816 | "javascriptcore-rs-sys", |
| 1817 | ] |
| 1818 | |
| 1819 | [[package]] |
| 1820 | name = "javascriptcore-rs-sys" |
| 1821 | version = "0.4.0" |
| 1822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1823 | checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c" |
| 1824 | dependencies = [ |
| 1825 | "glib-sys", |
| 1826 | "gobject-sys", |
| 1827 | "libc", |
| 1828 | "system-deps 5.0.0", |
| 1829 | ] |
| 1830 | |
| 1831 | [[package]] |
| 1832 | name = "jni" |
| 1833 | version = "0.20.0" |
| 1834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1835 | checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" |
| 1836 | dependencies = [ |
| 1837 | "cesu8", |
| 1838 | "combine", |
| 1839 | "jni-sys", |
| 1840 | "log", |
| 1841 | "thiserror", |
| 1842 | "walkdir", |
| 1843 | ] |
| 1844 | |
| 1845 | [[package]] |
| 1846 | name = "jni" |
| 1847 | version = "0.21.1" |
| 1848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1849 | checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| 1850 | dependencies = [ |
| 1851 | "cesu8", |
| 1852 | "cfg-if", |
| 1853 | "combine", |
| 1854 | "jni-sys", |
| 1855 | "log", |
| 1856 | "thiserror", |
| 1857 | "walkdir", |
| 1858 | "windows-sys 0.45.0", |
| 1859 | ] |
| 1860 | |
| 1861 | [[package]] |
| 1862 | name = "jni-sys" |
| 1863 | version = "0.3.0" |
| 1864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1865 | checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
| 1866 | |
| 1867 | [[package]] |
| 1868 | name = "jobserver" |
| 1869 | version = "0.1.28" |
| 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" |
| 1872 | dependencies = [ |
| 1873 | "libc", |
| 1874 | ] |
| 1875 | |
| 1876 | [[package]] |
| 1877 | name = "js-sys" |
| 1878 | version = "0.3.69" |
| 1879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1880 | checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
| 1881 | dependencies = [ |
| 1882 | "wasm-bindgen", |
| 1883 | ] |
| 1884 | |
| 1885 | [[package]] |
| 1886 | name = "json-patch" |
| 1887 | version = "1.2.0" |
| 1888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1889 | checksum = "55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6" |
| 1890 | dependencies = [ |
| 1891 | "serde", |
| 1892 | "serde_json", |
| 1893 | "thiserror", |
| 1894 | "treediff", |
| 1895 | ] |
| 1896 | |
| 1897 | [[package]] |
| 1898 | name = "kuchikiki" |
| 1899 | version = "0.8.2" |
| 1900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1901 | checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8" |
| 1902 | dependencies = [ |
| 1903 | "cssparser", |
| 1904 | "html5ever", |
| 1905 | "indexmap 1.9.3", |
| 1906 | "matches", |
| 1907 | "selectors", |
| 1908 | ] |
| 1909 | |
| 1910 | [[package]] |
| 1911 | name = "lazy_static" |
| 1912 | version = "1.4.0" |
| 1913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1914 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 1915 | |
| 1916 | [[package]] |
| 1917 | name = "lazycell" |
| 1918 | version = "1.3.0" |
| 1919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1920 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 1921 | |
| 1922 | [[package]] |
| 1923 | name = "lewton" |
| 1924 | version = "0.10.2" |
| 1925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1926 | checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030" |
| 1927 | dependencies = [ |
| 1928 | "byteorder", |
| 1929 | "ogg", |
| 1930 | "tinyvec", |
| 1931 | ] |
| 1932 | |
| 1933 | [[package]] |
| 1934 | name = "libc" |
| 1935 | version = "0.2.153" |
| 1936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1937 | checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
| 1938 | |
| 1939 | [[package]] |
| 1940 | name = "libloading" |
| 1941 | version = "0.8.3" |
| 1942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1943 | checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" |
| 1944 | dependencies = [ |
| 1945 | "cfg-if", |
| 1946 | "windows-targets 0.52.4", |
| 1947 | ] |
| 1948 | |
| 1949 | [[package]] |
| 1950 | name = "libredox" |
| 1951 | version = "0.0.1" |
| 1952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1953 | checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" |
| 1954 | dependencies = [ |
| 1955 | "bitflags 2.4.2", |
| 1956 | "libc", |
| 1957 | "redox_syscall", |
| 1958 | ] |
| 1959 | |
| 1960 | [[package]] |
| 1961 | name = "line-wrap" |
| 1962 | version = "0.1.1" |
| 1963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1964 | checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" |
| 1965 | dependencies = [ |
| 1966 | "safemem", |
| 1967 | ] |
| 1968 | |
| 1969 | [[package]] |
| 1970 | name = "linux-raw-sys" |
| 1971 | version = "0.4.13" |
| 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1973 | checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" |
| 1974 | |
| 1975 | [[package]] |
| 1976 | name = "lock_api" |
| 1977 | version = "0.4.11" |
| 1978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1979 | checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" |
| 1980 | dependencies = [ |
| 1981 | "autocfg", |
| 1982 | "scopeguard", |
| 1983 | ] |
| 1984 | |
| 1985 | [[package]] |
| 1986 | name = "log" |
| 1987 | version = "0.4.21" |
| 1988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1989 | checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
| 1990 | dependencies = [ |
| 1991 | "value-bag", |
| 1992 | ] |
| 1993 | |
| 1994 | [[package]] |
| 1995 | name = "loom" |
| 1996 | version = "0.5.6" |
| 1997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1998 | checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" |
| 1999 | dependencies = [ |
| 2000 | "cfg-if", |
| 2001 | "generator", |
| 2002 | "scoped-tls", |
| 2003 | "serde", |
| 2004 | "serde_json", |
| 2005 | "tracing", |
| 2006 | "tracing-subscriber", |
| 2007 | ] |
| 2008 | |
| 2009 | [[package]] |
| 2010 | name = "mac" |
| 2011 | version = "0.1.1" |
| 2012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2013 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 2014 | |
| 2015 | [[package]] |
| 2016 | name = "mach2" |
| 2017 | version = "0.4.2" |
| 2018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2019 | checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" |
| 2020 | dependencies = [ |
| 2021 | "libc", |
| 2022 | ] |
| 2023 | |
| 2024 | [[package]] |
| 2025 | name = "malloc_buf" |
| 2026 | version = "0.0.6" |
| 2027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2028 | checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" |
| 2029 | dependencies = [ |
| 2030 | "libc", |
| 2031 | ] |
| 2032 | |
| 2033 | [[package]] |
| 2034 | name = "markup5ever" |
| 2035 | version = "0.11.0" |
| 2036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2037 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
| 2038 | dependencies = [ |
| 2039 | "log", |
| 2040 | "phf 0.10.1", |
| 2041 | "phf_codegen 0.10.0", |
| 2042 | "string_cache", |
| 2043 | "string_cache_codegen", |
| 2044 | "tendril", |
| 2045 | ] |
| 2046 | |
| 2047 | [[package]] |
| 2048 | name = "matchers" |
| 2049 | version = "0.1.0" |
| 2050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2051 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
| 2052 | dependencies = [ |
| 2053 | "regex-automata 0.1.10", |
| 2054 | ] |
| 2055 | |
| 2056 | [[package]] |
| 2057 | name = "matches" |
| 2058 | version = "0.1.10" |
| 2059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2060 | checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" |
| 2061 | |
| 2062 | [[package]] |
| 2063 | name = "memchr" |
| 2064 | version = "2.7.1" |
| 2065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2066 | checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" |
| 2067 | |
| 2068 | [[package]] |
| 2069 | name = "memoffset" |
| 2070 | version = "0.9.0" |
| 2071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2072 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| 2073 | dependencies = [ |
| 2074 | "autocfg", |
| 2075 | ] |
| 2076 | |
| 2077 | [[package]] |
| 2078 | name = "mime" |
| 2079 | version = "0.3.17" |
| 2080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2081 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 2082 | |
| 2083 | [[package]] |
| 2084 | name = "minimal-lexical" |
| 2085 | version = "0.2.1" |
| 2086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2087 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2088 | |
| 2089 | [[package]] |
| 2090 | name = "miniz_oxide" |
| 2091 | version = "0.7.2" |
| 2092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2093 | checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" |
| 2094 | dependencies = [ |
| 2095 | "adler", |
| 2096 | "simd-adler32", |
| 2097 | ] |
| 2098 | |
| 2099 | [[package]] |
| 2100 | name = "mio" |
| 2101 | version = "0.8.11" |
| 2102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2103 | checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
| 2104 | dependencies = [ |
| 2105 | "libc", |
| 2106 | "wasi 0.11.0+wasi-snapshot-preview1", |
| 2107 | "windows-sys 0.48.0", |
| 2108 | ] |
| 2109 | |
| 2110 | [[package]] |
| 2111 | name = "native-tls" |
| 2112 | version = "0.2.11" |
| 2113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2114 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
| 2115 | dependencies = [ |
| 2116 | "lazy_static", |
| 2117 | "libc", |
| 2118 | "log", |
| 2119 | "openssl", |
| 2120 | "openssl-probe", |
| 2121 | "openssl-sys", |
| 2122 | "schannel", |
| 2123 | "security-framework", |
| 2124 | "security-framework-sys", |
| 2125 | "tempfile", |
| 2126 | ] |
| 2127 | |
| 2128 | [[package]] |
| 2129 | name = "ndk" |
| 2130 | version = "0.6.0" |
| 2131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2132 | checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" |
| 2133 | dependencies = [ |
| 2134 | "bitflags 1.3.2", |
| 2135 | "jni-sys", |
| 2136 | "ndk-sys 0.3.0", |
| 2137 | "num_enum 0.5.11", |
| 2138 | "thiserror", |
| 2139 | ] |
| 2140 | |
| 2141 | [[package]] |
| 2142 | name = "ndk" |
| 2143 | version = "0.8.0" |
| 2144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2145 | checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" |
| 2146 | dependencies = [ |
| 2147 | "bitflags 2.4.2", |
| 2148 | "jni-sys", |
| 2149 | "log", |
| 2150 | "ndk-sys 0.5.0+25.2.9519653", |
| 2151 | "num_enum 0.7.2", |
| 2152 | "thiserror", |
| 2153 | ] |
| 2154 | |
| 2155 | [[package]] |
| 2156 | name = "ndk-context" |
| 2157 | version = "0.1.1" |
| 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2159 | checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" |
| 2160 | |
| 2161 | [[package]] |
| 2162 | name = "ndk-sys" |
| 2163 | version = "0.3.0" |
| 2164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2165 | checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" |
| 2166 | dependencies = [ |
| 2167 | "jni-sys", |
| 2168 | ] |
| 2169 | |
| 2170 | [[package]] |
| 2171 | name = "ndk-sys" |
| 2172 | version = "0.5.0+25.2.9519653" |
| 2173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2174 | checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" |
| 2175 | dependencies = [ |
| 2176 | "jni-sys", |
| 2177 | ] |
| 2178 | |
| 2179 | [[package]] |
| 2180 | name = "new_debug_unreachable" |
| 2181 | version = "1.0.6" |
| 2182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2183 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 2184 | |
| 2185 | [[package]] |
| 2186 | name = "nodrop" |
| 2187 | version = "0.1.14" |
| 2188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2189 | checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
| 2190 | |
| 2191 | [[package]] |
| 2192 | name = "nom" |
| 2193 | version = "7.1.3" |
| 2194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2195 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 2196 | dependencies = [ |
| 2197 | "memchr", |
| 2198 | "minimal-lexical", |
| 2199 | ] |
| 2200 | |
| 2201 | [[package]] |
| 2202 | name = "nu-ansi-term" |
| 2203 | version = "0.46.0" |
| 2204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2205 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
| 2206 | dependencies = [ |
| 2207 | "overload", |
| 2208 | "winapi", |
| 2209 | ] |
| 2210 | |
| 2211 | [[package]] |
| 2212 | name = "num-conv" |
| 2213 | version = "0.1.0" |
| 2214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2215 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2216 | |
| 2217 | [[package]] |
| 2218 | name = "num-derive" |
| 2219 | version = "0.4.2" |
| 2220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2221 | checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| 2222 | dependencies = [ |
| 2223 | "proc-macro2", |
| 2224 | "quote", |
| 2225 | "syn 2.0.53", |
| 2226 | ] |
| 2227 | |
| 2228 | [[package]] |
| 2229 | name = "num-traits" |
| 2230 | version = "0.2.18" |
| 2231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2232 | checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" |
| 2233 | dependencies = [ |
| 2234 | "autocfg", |
| 2235 | ] |
| 2236 | |
| 2237 | [[package]] |
| 2238 | name = "num_cpus" |
| 2239 | version = "1.16.0" |
| 2240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2241 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| 2242 | dependencies = [ |
| 2243 | "hermit-abi", |
| 2244 | "libc", |
| 2245 | ] |
| 2246 | |
| 2247 | [[package]] |
| 2248 | name = "num_enum" |
| 2249 | version = "0.5.11" |
| 2250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2251 | checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" |
| 2252 | dependencies = [ |
| 2253 | "num_enum_derive 0.5.11", |
| 2254 | ] |
| 2255 | |
| 2256 | [[package]] |
| 2257 | name = "num_enum" |
| 2258 | version = "0.7.2" |
| 2259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2260 | checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" |
| 2261 | dependencies = [ |
| 2262 | "num_enum_derive 0.7.2", |
| 2263 | ] |
| 2264 | |
| 2265 | [[package]] |
| 2266 | name = "num_enum_derive" |
| 2267 | version = "0.5.11" |
| 2268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2269 | checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" |
| 2270 | dependencies = [ |
| 2271 | "proc-macro-crate 1.3.1", |
| 2272 | "proc-macro2", |
| 2273 | "quote", |
| 2274 | "syn 1.0.109", |
| 2275 | ] |
| 2276 | |
| 2277 | [[package]] |
| 2278 | name = "num_enum_derive" |
| 2279 | version = "0.7.2" |
| 2280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2281 | checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" |
| 2282 | dependencies = [ |
| 2283 | "proc-macro-crate 3.1.0", |
| 2284 | "proc-macro2", |
| 2285 | "quote", |
| 2286 | "syn 2.0.53", |
| 2287 | ] |
| 2288 | |
| 2289 | [[package]] |
| 2290 | name = "num_threads" |
| 2291 | version = "0.1.7" |
| 2292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2293 | checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| 2294 | dependencies = [ |
| 2295 | "libc", |
| 2296 | ] |
| 2297 | |
| 2298 | [[package]] |
| 2299 | name = "objc" |
| 2300 | version = "0.2.7" |
| 2301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2302 | checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" |
| 2303 | dependencies = [ |
| 2304 | "malloc_buf", |
| 2305 | "objc_exception", |
| 2306 | ] |
| 2307 | |
| 2308 | [[package]] |
| 2309 | name = "objc_exception" |
| 2310 | version = "0.1.2" |
| 2311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2312 | checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" |
| 2313 | dependencies = [ |
| 2314 | "cc", |
| 2315 | ] |
| 2316 | |
| 2317 | [[package]] |
| 2318 | name = "objc_id" |
| 2319 | version = "0.1.1" |
| 2320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2321 | checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" |
| 2322 | dependencies = [ |
| 2323 | "objc", |
| 2324 | ] |
| 2325 | |
| 2326 | [[package]] |
| 2327 | name = "object" |
| 2328 | version = "0.32.2" |
| 2329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2330 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
| 2331 | dependencies = [ |
| 2332 | "memchr", |
| 2333 | ] |
| 2334 | |
| 2335 | [[package]] |
| 2336 | name = "oboe" |
| 2337 | version = "0.6.1" |
| 2338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2339 | checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb" |
| 2340 | dependencies = [ |
| 2341 | "jni 0.21.1", |
| 2342 | "ndk 0.8.0", |
| 2343 | "ndk-context", |
| 2344 | "num-derive", |
| 2345 | "num-traits", |
| 2346 | "oboe-sys", |
| 2347 | ] |
| 2348 | |
| 2349 | [[package]] |
| 2350 | name = "oboe-sys" |
| 2351 | version = "0.6.1" |
| 2352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2353 | checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d" |
| 2354 | dependencies = [ |
| 2355 | "cc", |
| 2356 | ] |
| 2357 | |
| 2358 | [[package]] |
| 2359 | name = "ogg" |
| 2360 | version = "0.8.0" |
| 2361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2362 | checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e" |
| 2363 | dependencies = [ |
| 2364 | "byteorder", |
| 2365 | ] |
| 2366 | |
| 2367 | [[package]] |
| 2368 | name = "once_cell" |
| 2369 | version = "1.19.0" |
| 2370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2371 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| 2372 | |
| 2373 | [[package]] |
| 2374 | name = "openssl" |
| 2375 | version = "0.10.64" |
| 2376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2377 | checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" |
| 2378 | dependencies = [ |
| 2379 | "bitflags 2.4.2", |
| 2380 | "cfg-if", |
| 2381 | "foreign-types", |
| 2382 | "libc", |
| 2383 | "once_cell", |
| 2384 | "openssl-macros", |
| 2385 | "openssl-sys", |
| 2386 | ] |
| 2387 | |
| 2388 | [[package]] |
| 2389 | name = "openssl-macros" |
| 2390 | version = "0.1.1" |
| 2391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2392 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 2393 | dependencies = [ |
| 2394 | "proc-macro2", |
| 2395 | "quote", |
| 2396 | "syn 2.0.53", |
| 2397 | ] |
| 2398 | |
| 2399 | [[package]] |
| 2400 | name = "openssl-probe" |
| 2401 | version = "0.1.5" |
| 2402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2403 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
| 2404 | |
| 2405 | [[package]] |
| 2406 | name = "openssl-sys" |
| 2407 | version = "0.9.101" |
| 2408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2409 | checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" |
| 2410 | dependencies = [ |
| 2411 | "cc", |
| 2412 | "libc", |
| 2413 | "pkg-config", |
| 2414 | "vcpkg", |
| 2415 | ] |
| 2416 | |
| 2417 | [[package]] |
| 2418 | name = "overload" |
| 2419 | version = "0.1.1" |
| 2420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2421 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2422 | |
| 2423 | [[package]] |
| 2424 | name = "pango" |
| 2425 | version = "0.15.10" |
| 2426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2427 | checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f" |
| 2428 | dependencies = [ |
| 2429 | "bitflags 1.3.2", |
| 2430 | "glib", |
| 2431 | "libc", |
| 2432 | "once_cell", |
| 2433 | "pango-sys", |
| 2434 | ] |
| 2435 | |
| 2436 | [[package]] |
| 2437 | name = "pango-sys" |
| 2438 | version = "0.15.10" |
| 2439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2440 | checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa" |
| 2441 | dependencies = [ |
| 2442 | "glib-sys", |
| 2443 | "gobject-sys", |
| 2444 | "libc", |
| 2445 | "system-deps 6.2.1", |
| 2446 | ] |
| 2447 | |
| 2448 | [[package]] |
| 2449 | name = "parking_lot" |
| 2450 | version = "0.12.1" |
| 2451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2452 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| 2453 | dependencies = [ |
| 2454 | "lock_api", |
| 2455 | "parking_lot_core", |
| 2456 | ] |
| 2457 | |
| 2458 | [[package]] |
| 2459 | name = "parking_lot_core" |
| 2460 | version = "0.9.9" |
| 2461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2462 | checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" |
| 2463 | dependencies = [ |
| 2464 | "cfg-if", |
| 2465 | "libc", |
| 2466 | "redox_syscall", |
| 2467 | "smallvec", |
| 2468 | "windows-targets 0.48.5", |
| 2469 | ] |
| 2470 | |
| 2471 | [[package]] |
| 2472 | name = "percent-encoding" |
| 2473 | version = "2.3.1" |
| 2474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2475 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| 2476 | |
| 2477 | [[package]] |
| 2478 | name = "phf" |
| 2479 | version = "0.8.0" |
| 2480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2481 | checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" |
| 2482 | dependencies = [ |
| 2483 | "phf_macros 0.8.0", |
| 2484 | "phf_shared 0.8.0", |
| 2485 | "proc-macro-hack", |
| 2486 | ] |
| 2487 | |
| 2488 | [[package]] |
| 2489 | name = "phf" |
| 2490 | version = "0.10.1" |
| 2491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2492 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
| 2493 | dependencies = [ |
| 2494 | "phf_shared 0.10.0", |
| 2495 | ] |
| 2496 | |
| 2497 | [[package]] |
| 2498 | name = "phf" |
| 2499 | version = "0.11.2" |
| 2500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2501 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
| 2502 | dependencies = [ |
| 2503 | "phf_macros 0.11.2", |
| 2504 | "phf_shared 0.11.2", |
| 2505 | ] |
| 2506 | |
| 2507 | [[package]] |
| 2508 | name = "phf_codegen" |
| 2509 | version = "0.8.0" |
| 2510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2511 | checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" |
| 2512 | dependencies = [ |
| 2513 | "phf_generator 0.8.0", |
| 2514 | "phf_shared 0.8.0", |
| 2515 | ] |
| 2516 | |
| 2517 | [[package]] |
| 2518 | name = "phf_codegen" |
| 2519 | version = "0.10.0" |
| 2520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2521 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
| 2522 | dependencies = [ |
| 2523 | "phf_generator 0.10.0", |
| 2524 | "phf_shared 0.10.0", |
| 2525 | ] |
| 2526 | |
| 2527 | [[package]] |
| 2528 | name = "phf_generator" |
| 2529 | version = "0.8.0" |
| 2530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2531 | checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" |
| 2532 | dependencies = [ |
| 2533 | "phf_shared 0.8.0", |
| 2534 | "rand 0.7.3", |
| 2535 | ] |
| 2536 | |
| 2537 | [[package]] |
| 2538 | name = "phf_generator" |
| 2539 | version = "0.10.0" |
| 2540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2541 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
| 2542 | dependencies = [ |
| 2543 | "phf_shared 0.10.0", |
| 2544 | "rand 0.8.5", |
| 2545 | ] |
| 2546 | |
| 2547 | [[package]] |
| 2548 | name = "phf_generator" |
| 2549 | version = "0.11.2" |
| 2550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2551 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
| 2552 | dependencies = [ |
| 2553 | "phf_shared 0.11.2", |
| 2554 | "rand 0.8.5", |
| 2555 | ] |
| 2556 | |
| 2557 | [[package]] |
| 2558 | name = "phf_macros" |
| 2559 | version = "0.8.0" |
| 2560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2561 | checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" |
| 2562 | dependencies = [ |
| 2563 | "phf_generator 0.8.0", |
| 2564 | "phf_shared 0.8.0", |
| 2565 | "proc-macro-hack", |
| 2566 | "proc-macro2", |
| 2567 | "quote", |
| 2568 | "syn 1.0.109", |
| 2569 | ] |
| 2570 | |
| 2571 | [[package]] |
| 2572 | name = "phf_macros" |
| 2573 | version = "0.11.2" |
| 2574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2575 | checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" |
| 2576 | dependencies = [ |
| 2577 | "phf_generator 0.11.2", |
| 2578 | "phf_shared 0.11.2", |
| 2579 | "proc-macro2", |
| 2580 | "quote", |
| 2581 | "syn 2.0.53", |
| 2582 | ] |
| 2583 | |
| 2584 | [[package]] |
| 2585 | name = "phf_shared" |
| 2586 | version = "0.8.0" |
| 2587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2588 | checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" |
| 2589 | dependencies = [ |
| 2590 | "siphasher", |
| 2591 | ] |
| 2592 | |
| 2593 | [[package]] |
| 2594 | name = "phf_shared" |
| 2595 | version = "0.10.0" |
| 2596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2597 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
| 2598 | dependencies = [ |
| 2599 | "siphasher", |
| 2600 | ] |
| 2601 | |
| 2602 | [[package]] |
| 2603 | name = "phf_shared" |
| 2604 | version = "0.11.2" |
| 2605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2606 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
| 2607 | dependencies = [ |
| 2608 | "siphasher", |
| 2609 | ] |
| 2610 | |
| 2611 | [[package]] |
| 2612 | name = "pin-project" |
| 2613 | version = "1.1.5" |
| 2614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2615 | checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" |
| 2616 | dependencies = [ |
| 2617 | "pin-project-internal", |
| 2618 | ] |
| 2619 | |
| 2620 | [[package]] |
| 2621 | name = "pin-project-internal" |
| 2622 | version = "1.1.5" |
| 2623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2624 | checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" |
| 2625 | dependencies = [ |
| 2626 | "proc-macro2", |
| 2627 | "quote", |
| 2628 | "syn 2.0.53", |
| 2629 | ] |
| 2630 | |
| 2631 | [[package]] |
| 2632 | name = "pin-project-lite" |
| 2633 | version = "0.2.13" |
| 2634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2635 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" |
| 2636 | |
| 2637 | [[package]] |
| 2638 | name = "pin-utils" |
| 2639 | version = "0.1.0" |
| 2640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2641 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2642 | |
| 2643 | [[package]] |
| 2644 | name = "pkg-config" |
| 2645 | version = "0.3.30" |
| 2646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2647 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
| 2648 | |
| 2649 | [[package]] |
| 2650 | name = "plist" |
| 2651 | version = "1.6.0" |
| 2652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2653 | checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef" |
| 2654 | dependencies = [ |
| 2655 | "base64 0.21.7", |
| 2656 | "indexmap 2.2.5", |
| 2657 | "line-wrap", |
| 2658 | "quick-xml", |
| 2659 | "serde", |
| 2660 | "time", |
| 2661 | ] |
| 2662 | |
| 2663 | [[package]] |
| 2664 | name = "png" |
| 2665 | version = "0.17.13" |
| 2666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2667 | checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" |
| 2668 | dependencies = [ |
| 2669 | "bitflags 1.3.2", |
| 2670 | "crc32fast", |
| 2671 | "fdeflate", |
| 2672 | "flate2", |
| 2673 | "miniz_oxide", |
| 2674 | ] |
| 2675 | |
| 2676 | [[package]] |
| 2677 | name = "powerfmt" |
| 2678 | version = "0.2.0" |
| 2679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2680 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2681 | |
| 2682 | [[package]] |
| 2683 | name = "ppv-lite86" |
| 2684 | version = "0.2.17" |
| 2685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2686 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| 2687 | |
| 2688 | [[package]] |
| 2689 | name = "precomputed-hash" |
| 2690 | version = "0.1.1" |
| 2691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2692 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 2693 | |
| 2694 | [[package]] |
| 2695 | name = "proc-macro-crate" |
| 2696 | version = "1.3.1" |
| 2697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2698 | checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
| 2699 | dependencies = [ |
| 2700 | "once_cell", |
| 2701 | "toml_edit 0.19.15", |
| 2702 | ] |
| 2703 | |
| 2704 | [[package]] |
| 2705 | name = "proc-macro-crate" |
| 2706 | version = "3.1.0" |
| 2707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2708 | checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" |
| 2709 | dependencies = [ |
| 2710 | "toml_edit 0.21.1", |
| 2711 | ] |
| 2712 | |
| 2713 | [[package]] |
| 2714 | name = "proc-macro-error" |
| 2715 | version = "1.0.4" |
| 2716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2717 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 2718 | dependencies = [ |
| 2719 | "proc-macro-error-attr", |
| 2720 | "proc-macro2", |
| 2721 | "quote", |
| 2722 | "syn 1.0.109", |
| 2723 | "version_check", |
| 2724 | ] |
| 2725 | |
| 2726 | [[package]] |
| 2727 | name = "proc-macro-error-attr" |
| 2728 | version = "1.0.4" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 2731 | dependencies = [ |
| 2732 | "proc-macro2", |
| 2733 | "quote", |
| 2734 | "version_check", |
| 2735 | ] |
| 2736 | |
| 2737 | [[package]] |
| 2738 | name = "proc-macro-hack" |
| 2739 | version = "0.5.20+deprecated" |
| 2740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2741 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
| 2742 | |
| 2743 | [[package]] |
| 2744 | name = "proc-macro2" |
| 2745 | version = "1.0.79" |
| 2746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2747 | checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" |
| 2748 | dependencies = [ |
| 2749 | "unicode-ident", |
| 2750 | ] |
| 2751 | |
| 2752 | [[package]] |
| 2753 | name = "ptr_meta" |
| 2754 | version = "0.1.4" |
| 2755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2756 | checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" |
| 2757 | dependencies = [ |
| 2758 | "ptr_meta_derive", |
| 2759 | ] |
| 2760 | |
| 2761 | [[package]] |
| 2762 | name = "ptr_meta_derive" |
| 2763 | version = "0.1.4" |
| 2764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2765 | checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" |
| 2766 | dependencies = [ |
| 2767 | "proc-macro2", |
| 2768 | "quote", |
| 2769 | "syn 1.0.109", |
| 2770 | ] |
| 2771 | |
| 2772 | [[package]] |
| 2773 | name = "quick-xml" |
| 2774 | version = "0.31.0" |
| 2775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2776 | checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" |
| 2777 | dependencies = [ |
| 2778 | "memchr", |
| 2779 | ] |
| 2780 | |
| 2781 | [[package]] |
| 2782 | name = "quote" |
| 2783 | version = "1.0.35" |
| 2784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2785 | checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
| 2786 | dependencies = [ |
| 2787 | "proc-macro2", |
| 2788 | ] |
| 2789 | |
| 2790 | [[package]] |
| 2791 | name = "radium" |
| 2792 | version = "0.7.0" |
| 2793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2794 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| 2795 | |
| 2796 | [[package]] |
| 2797 | name = "rand" |
| 2798 | version = "0.7.3" |
| 2799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2800 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
| 2801 | dependencies = [ |
| 2802 | "getrandom 0.1.16", |
| 2803 | "libc", |
| 2804 | "rand_chacha 0.2.2", |
| 2805 | "rand_core 0.5.1", |
| 2806 | "rand_hc", |
| 2807 | "rand_pcg", |
| 2808 | ] |
| 2809 | |
| 2810 | [[package]] |
| 2811 | name = "rand" |
| 2812 | version = "0.8.5" |
| 2813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2814 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 2815 | dependencies = [ |
| 2816 | "libc", |
| 2817 | "rand_chacha 0.3.1", |
| 2818 | "rand_core 0.6.4", |
| 2819 | ] |
| 2820 | |
| 2821 | [[package]] |
| 2822 | name = "rand_chacha" |
| 2823 | version = "0.2.2" |
| 2824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2825 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
| 2826 | dependencies = [ |
| 2827 | "ppv-lite86", |
| 2828 | "rand_core 0.5.1", |
| 2829 | ] |
| 2830 | |
| 2831 | [[package]] |
| 2832 | name = "rand_chacha" |
| 2833 | version = "0.3.1" |
| 2834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2835 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 2836 | dependencies = [ |
| 2837 | "ppv-lite86", |
| 2838 | "rand_core 0.6.4", |
| 2839 | ] |
| 2840 | |
| 2841 | [[package]] |
| 2842 | name = "rand_core" |
| 2843 | version = "0.5.1" |
| 2844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2845 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
| 2846 | dependencies = [ |
| 2847 | "getrandom 0.1.16", |
| 2848 | ] |
| 2849 | |
| 2850 | [[package]] |
| 2851 | name = "rand_core" |
| 2852 | version = "0.6.4" |
| 2853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2854 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 2855 | dependencies = [ |
| 2856 | "getrandom 0.2.12", |
| 2857 | ] |
| 2858 | |
| 2859 | [[package]] |
| 2860 | name = "rand_hc" |
| 2861 | version = "0.2.0" |
| 2862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2863 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
| 2864 | dependencies = [ |
| 2865 | "rand_core 0.5.1", |
| 2866 | ] |
| 2867 | |
| 2868 | [[package]] |
| 2869 | name = "rand_pcg" |
| 2870 | version = "0.2.1" |
| 2871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2872 | checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" |
| 2873 | dependencies = [ |
| 2874 | "rand_core 0.5.1", |
| 2875 | ] |
| 2876 | |
| 2877 | [[package]] |
| 2878 | name = "raw-window-handle" |
| 2879 | version = "0.5.2" |
| 2880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2881 | checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" |
| 2882 | |
| 2883 | [[package]] |
| 2884 | name = "redox_syscall" |
| 2885 | version = "0.4.1" |
| 2886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2887 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| 2888 | dependencies = [ |
| 2889 | "bitflags 1.3.2", |
| 2890 | ] |
| 2891 | |
| 2892 | [[package]] |
| 2893 | name = "redox_users" |
| 2894 | version = "0.4.4" |
| 2895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2896 | checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" |
| 2897 | dependencies = [ |
| 2898 | "getrandom 0.2.12", |
| 2899 | "libredox", |
| 2900 | "thiserror", |
| 2901 | ] |
| 2902 | |
| 2903 | [[package]] |
| 2904 | name = "regex" |
| 2905 | version = "1.10.3" |
| 2906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2907 | checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" |
| 2908 | dependencies = [ |
| 2909 | "aho-corasick", |
| 2910 | "memchr", |
| 2911 | "regex-automata 0.4.6", |
| 2912 | "regex-syntax 0.8.2", |
| 2913 | ] |
| 2914 | |
| 2915 | [[package]] |
| 2916 | name = "regex-automata" |
| 2917 | version = "0.1.10" |
| 2918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2919 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| 2920 | dependencies = [ |
| 2921 | "regex-syntax 0.6.29", |
| 2922 | ] |
| 2923 | |
| 2924 | [[package]] |
| 2925 | name = "regex-automata" |
| 2926 | version = "0.4.6" |
| 2927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2928 | checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" |
| 2929 | dependencies = [ |
| 2930 | "aho-corasick", |
| 2931 | "memchr", |
| 2932 | "regex-syntax 0.8.2", |
| 2933 | ] |
| 2934 | |
| 2935 | [[package]] |
| 2936 | name = "regex-syntax" |
| 2937 | version = "0.6.29" |
| 2938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2939 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| 2940 | |
| 2941 | [[package]] |
| 2942 | name = "regex-syntax" |
| 2943 | version = "0.8.2" |
| 2944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2945 | checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
| 2946 | |
| 2947 | [[package]] |
| 2948 | name = "rend" |
| 2949 | version = "0.4.2" |
| 2950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2951 | checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" |
| 2952 | dependencies = [ |
| 2953 | "bytecheck", |
| 2954 | ] |
| 2955 | |
| 2956 | [[package]] |
| 2957 | name = "reqwest" |
| 2958 | version = "0.12.5" |
| 2959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2960 | checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" |
| 2961 | dependencies = [ |
| 2962 | "base64 0.22.1", |
| 2963 | "bytes", |
| 2964 | "encoding_rs", |
| 2965 | "futures-core", |
| 2966 | "futures-util", |
| 2967 | "h2", |
| 2968 | "http 1.1.0", |
| 2969 | "http-body", |
| 2970 | "http-body-util", |
| 2971 | "hyper", |
| 2972 | "hyper-rustls", |
| 2973 | "hyper-tls", |
| 2974 | "hyper-util", |
| 2975 | "ipnet", |
| 2976 | "js-sys", |
| 2977 | "log", |
| 2978 | "mime", |
| 2979 | "native-tls", |
| 2980 | "once_cell", |
| 2981 | "percent-encoding", |
| 2982 | "pin-project-lite", |
| 2983 | "rustls-pemfile", |
| 2984 | "serde", |
| 2985 | "serde_json", |
| 2986 | "serde_urlencoded", |
| 2987 | "sync_wrapper", |
| 2988 | "system-configuration", |
| 2989 | "tokio", |
| 2990 | "tokio-native-tls", |
| 2991 | "tower-service", |
| 2992 | "url", |
| 2993 | "wasm-bindgen", |
| 2994 | "wasm-bindgen-futures", |
| 2995 | "web-sys", |
| 2996 | "winreg", |
| 2997 | ] |
| 2998 | |
| 2999 | [[package]] |
| 3000 | name = "ring" |
| 3001 | version = "0.17.8" |
| 3002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3003 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
| 3004 | dependencies = [ |
| 3005 | "cc", |
| 3006 | "cfg-if", |
| 3007 | "getrandom 0.2.12", |
| 3008 | "libc", |
| 3009 | "spin", |
| 3010 | "untrusted", |
| 3011 | "windows-sys 0.52.0", |
| 3012 | ] |
| 3013 | |
| 3014 | [[package]] |
| 3015 | name = "ringbuf" |
| 3016 | version = "0.3.3" |
| 3017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3018 | checksum = "79abed428d1fd2a128201cec72c5f6938e2da607c6f3745f769fabea399d950a" |
| 3019 | dependencies = [ |
| 3020 | "crossbeam-utils", |
| 3021 | ] |
| 3022 | |
| 3023 | [[package]] |
| 3024 | name = "rkyv" |
| 3025 | version = "0.7.44" |
| 3026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3027 | checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0" |
| 3028 | dependencies = [ |
| 3029 | "bitvec", |
| 3030 | "bytecheck", |
| 3031 | "bytes", |
| 3032 | "hashbrown 0.12.3", |
| 3033 | "ptr_meta", |
| 3034 | "rend", |
| 3035 | "rkyv_derive", |
| 3036 | "seahash", |
| 3037 | "tinyvec", |
| 3038 | "uuid", |
| 3039 | ] |
| 3040 | |
| 3041 | [[package]] |
| 3042 | name = "rkyv_derive" |
| 3043 | version = "0.7.44" |
| 3044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3045 | checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65" |
| 3046 | dependencies = [ |
| 3047 | "proc-macro2", |
| 3048 | "quote", |
| 3049 | "syn 1.0.109", |
| 3050 | ] |
| 3051 | |
| 3052 | [[package]] |
| 3053 | name = "rodio" |
| 3054 | version = "0.17.3" |
| 3055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3056 | checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611" |
| 3057 | dependencies = [ |
| 3058 | "claxon", |
| 3059 | "cpal", |
| 3060 | "hound", |
| 3061 | "lewton", |
| 3062 | "symphonia", |
| 3063 | ] |
| 3064 | |
| 3065 | [[package]] |
| 3066 | name = "rust_decimal" |
| 3067 | version = "1.34.3" |
| 3068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3069 | checksum = "b39449a79f45e8da28c57c341891b69a183044b29518bb8f86dbac9df60bb7df" |
| 3070 | dependencies = [ |
| 3071 | "arrayvec", |
| 3072 | "borsh", |
| 3073 | "bytes", |
| 3074 | "num-traits", |
| 3075 | "rand 0.8.5", |
| 3076 | "rkyv", |
| 3077 | "serde", |
| 3078 | "serde_json", |
| 3079 | ] |
| 3080 | |
| 3081 | [[package]] |
| 3082 | name = "rustc-demangle" |
| 3083 | version = "0.1.23" |
| 3084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3085 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
| 3086 | |
| 3087 | [[package]] |
| 3088 | name = "rustc-hash" |
| 3089 | version = "1.1.0" |
| 3090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3091 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 3092 | |
| 3093 | [[package]] |
| 3094 | name = "rustc_version" |
| 3095 | version = "0.4.0" |
| 3096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3097 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 3098 | dependencies = [ |
| 3099 | "semver", |
| 3100 | ] |
| 3101 | |
| 3102 | [[package]] |
| 3103 | name = "rustix" |
| 3104 | version = "0.38.31" |
| 3105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3106 | checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" |
| 3107 | dependencies = [ |
| 3108 | "bitflags 2.4.2", |
| 3109 | "errno", |
| 3110 | "libc", |
| 3111 | "linux-raw-sys", |
| 3112 | "windows-sys 0.52.0", |
| 3113 | ] |
| 3114 | |
| 3115 | [[package]] |
| 3116 | name = "rustls" |
| 3117 | version = "0.23.12" |
| 3118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3119 | checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" |
| 3120 | dependencies = [ |
| 3121 | "once_cell", |
| 3122 | "rustls-pki-types", |
| 3123 | "rustls-webpki", |
| 3124 | "subtle", |
| 3125 | "zeroize", |
| 3126 | ] |
| 3127 | |
| 3128 | [[package]] |
| 3129 | name = "rustls-pemfile" |
| 3130 | version = "2.1.3" |
| 3131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3132 | checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" |
| 3133 | dependencies = [ |
| 3134 | "base64 0.22.1", |
| 3135 | "rustls-pki-types", |
| 3136 | ] |
| 3137 | |
| 3138 | [[package]] |
| 3139 | name = "rustls-pki-types" |
| 3140 | version = "1.7.0" |
| 3141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3142 | checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" |
| 3143 | |
| 3144 | [[package]] |
| 3145 | name = "rustls-webpki" |
| 3146 | version = "0.102.6" |
| 3147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3148 | checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" |
| 3149 | dependencies = [ |
| 3150 | "ring", |
| 3151 | "rustls-pki-types", |
| 3152 | "untrusted", |
| 3153 | ] |
| 3154 | |
| 3155 | [[package]] |
| 3156 | name = "rustversion" |
| 3157 | version = "1.0.14" |
| 3158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3159 | checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
| 3160 | |
| 3161 | [[package]] |
| 3162 | name = "ryu" |
| 3163 | version = "1.0.17" |
| 3164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3165 | checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" |
| 3166 | |
| 3167 | [[package]] |
| 3168 | name = "safemem" |
| 3169 | version = "0.3.3" |
| 3170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3171 | checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" |
| 3172 | |
| 3173 | [[package]] |
| 3174 | name = "same-file" |
| 3175 | version = "1.0.6" |
| 3176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3177 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 3178 | dependencies = [ |
| 3179 | "winapi-util", |
| 3180 | ] |
| 3181 | |
| 3182 | [[package]] |
| 3183 | name = "schannel" |
| 3184 | version = "0.1.23" |
| 3185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3186 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
| 3187 | dependencies = [ |
| 3188 | "windows-sys 0.52.0", |
| 3189 | ] |
| 3190 | |
| 3191 | [[package]] |
| 3192 | name = "scoped-tls" |
| 3193 | version = "1.0.1" |
| 3194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3195 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| 3196 | |
| 3197 | [[package]] |
| 3198 | name = "scopeguard" |
| 3199 | version = "1.2.0" |
| 3200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3201 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 3202 | |
| 3203 | [[package]] |
| 3204 | name = "seahash" |
| 3205 | version = "4.1.0" |
| 3206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3207 | checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
| 3208 | |
| 3209 | [[package]] |
| 3210 | name = "security-framework" |
| 3211 | version = "2.9.2" |
| 3212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3213 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
| 3214 | dependencies = [ |
| 3215 | "bitflags 1.3.2", |
| 3216 | "core-foundation", |
| 3217 | "core-foundation-sys", |
| 3218 | "libc", |
| 3219 | "security-framework-sys", |
| 3220 | ] |
| 3221 | |
| 3222 | [[package]] |
| 3223 | name = "security-framework-sys" |
| 3224 | version = "2.9.1" |
| 3225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3226 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
| 3227 | dependencies = [ |
| 3228 | "core-foundation-sys", |
| 3229 | "libc", |
| 3230 | ] |
| 3231 | |
| 3232 | [[package]] |
| 3233 | name = "selectors" |
| 3234 | version = "0.22.0" |
| 3235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3236 | checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe" |
| 3237 | dependencies = [ |
| 3238 | "bitflags 1.3.2", |
| 3239 | "cssparser", |
| 3240 | "derive_more", |
| 3241 | "fxhash", |
| 3242 | "log", |
| 3243 | "matches", |
| 3244 | "phf 0.8.0", |
| 3245 | "phf_codegen 0.8.0", |
| 3246 | "precomputed-hash", |
| 3247 | "servo_arc", |
| 3248 | "smallvec", |
| 3249 | "thin-slice", |
| 3250 | ] |
| 3251 | |
| 3252 | [[package]] |
| 3253 | name = "semver" |
| 3254 | version = "1.0.22" |
| 3255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3256 | checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" |
| 3257 | dependencies = [ |
| 3258 | "serde", |
| 3259 | ] |
| 3260 | |
| 3261 | [[package]] |
| 3262 | name = "serde" |
| 3263 | version = "1.0.197" |
| 3264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3265 | checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" |
| 3266 | dependencies = [ |
| 3267 | "serde_derive", |
| 3268 | ] |
| 3269 | |
| 3270 | [[package]] |
| 3271 | name = "serde_derive" |
| 3272 | version = "1.0.197" |
| 3273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3274 | checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" |
| 3275 | dependencies = [ |
| 3276 | "proc-macro2", |
| 3277 | "quote", |
| 3278 | "syn 2.0.53", |
| 3279 | ] |
| 3280 | |
| 3281 | [[package]] |
| 3282 | name = "serde_json" |
| 3283 | version = "1.0.114" |
| 3284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3285 | checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" |
| 3286 | dependencies = [ |
| 3287 | "indexmap 2.2.5", |
| 3288 | "itoa 1.0.10", |
| 3289 | "ryu", |
| 3290 | "serde", |
| 3291 | ] |
| 3292 | |
| 3293 | [[package]] |
| 3294 | name = "serde_repr" |
| 3295 | version = "0.1.18" |
| 3296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3297 | checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" |
| 3298 | dependencies = [ |
| 3299 | "proc-macro2", |
| 3300 | "quote", |
| 3301 | "syn 2.0.53", |
| 3302 | ] |
| 3303 | |
| 3304 | [[package]] |
| 3305 | name = "serde_spanned" |
| 3306 | version = "0.6.5" |
| 3307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3308 | checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" |
| 3309 | dependencies = [ |
| 3310 | "serde", |
| 3311 | ] |
| 3312 | |
| 3313 | [[package]] |
| 3314 | name = "serde_urlencoded" |
| 3315 | version = "0.7.1" |
| 3316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3317 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 3318 | dependencies = [ |
| 3319 | "form_urlencoded", |
| 3320 | "itoa 1.0.10", |
| 3321 | "ryu", |
| 3322 | "serde", |
| 3323 | ] |
| 3324 | |
| 3325 | [[package]] |
| 3326 | name = "serde_with" |
| 3327 | version = "3.7.0" |
| 3328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3329 | checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a" |
| 3330 | dependencies = [ |
| 3331 | "base64 0.21.7", |
| 3332 | "chrono", |
| 3333 | "hex", |
| 3334 | "indexmap 1.9.3", |
| 3335 | "indexmap 2.2.5", |
| 3336 | "serde", |
| 3337 | "serde_derive", |
| 3338 | "serde_json", |
| 3339 | "serde_with_macros", |
| 3340 | "time", |
| 3341 | ] |
| 3342 | |
| 3343 | [[package]] |
| 3344 | name = "serde_with_macros" |
| 3345 | version = "3.7.0" |
| 3346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3347 | checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655" |
| 3348 | dependencies = [ |
| 3349 | "darling", |
| 3350 | "proc-macro2", |
| 3351 | "quote", |
| 3352 | "syn 2.0.53", |
| 3353 | ] |
| 3354 | |
| 3355 | [[package]] |
| 3356 | name = "serialize-to-javascript" |
| 3357 | version = "0.1.1" |
| 3358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3359 | checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" |
| 3360 | dependencies = [ |
| 3361 | "serde", |
| 3362 | "serde_json", |
| 3363 | "serialize-to-javascript-impl", |
| 3364 | ] |
| 3365 | |
| 3366 | [[package]] |
| 3367 | name = "serialize-to-javascript-impl" |
| 3368 | version = "0.1.1" |
| 3369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3370 | checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" |
| 3371 | dependencies = [ |
| 3372 | "proc-macro2", |
| 3373 | "quote", |
| 3374 | "syn 1.0.109", |
| 3375 | ] |
| 3376 | |
| 3377 | [[package]] |
| 3378 | name = "servo_arc" |
| 3379 | version = "0.1.1" |
| 3380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3381 | checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432" |
| 3382 | dependencies = [ |
| 3383 | "nodrop", |
| 3384 | "stable_deref_trait", |
| 3385 | ] |
| 3386 | |
| 3387 | [[package]] |
| 3388 | name = "sha2" |
| 3389 | version = "0.10.8" |
| 3390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3391 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| 3392 | dependencies = [ |
| 3393 | "cfg-if", |
| 3394 | "cpufeatures", |
| 3395 | "digest", |
| 3396 | ] |
| 3397 | |
| 3398 | [[package]] |
| 3399 | name = "sharded-slab" |
| 3400 | version = "0.1.7" |
| 3401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3402 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 3403 | dependencies = [ |
| 3404 | "lazy_static", |
| 3405 | ] |
| 3406 | |
| 3407 | [[package]] |
| 3408 | name = "shlex" |
| 3409 | version = "1.3.0" |
| 3410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3411 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 3412 | |
| 3413 | [[package]] |
| 3414 | name = "simd-adler32" |
| 3415 | version = "0.3.7" |
| 3416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3417 | checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
| 3418 | |
| 3419 | [[package]] |
| 3420 | name = "simdutf8" |
| 3421 | version = "0.1.4" |
| 3422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3423 | checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" |
| 3424 | |
| 3425 | [[package]] |
| 3426 | name = "siphasher" |
| 3427 | version = "0.3.11" |
| 3428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3429 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
| 3430 | |
| 3431 | [[package]] |
| 3432 | name = "slab" |
| 3433 | version = "0.4.9" |
| 3434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3435 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| 3436 | dependencies = [ |
| 3437 | "autocfg", |
| 3438 | ] |
| 3439 | |
| 3440 | [[package]] |
| 3441 | name = "smallvec" |
| 3442 | version = "1.13.1" |
| 3443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3444 | checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" |
| 3445 | |
| 3446 | [[package]] |
| 3447 | name = "socket2" |
| 3448 | version = "0.5.6" |
| 3449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3450 | checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" |
| 3451 | dependencies = [ |
| 3452 | "libc", |
| 3453 | "windows-sys 0.52.0", |
| 3454 | ] |
| 3455 | |
| 3456 | [[package]] |
| 3457 | name = "soup2" |
| 3458 | version = "0.2.1" |
| 3459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3460 | checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0" |
| 3461 | dependencies = [ |
| 3462 | "bitflags 1.3.2", |
| 3463 | "gio", |
| 3464 | "glib", |
| 3465 | "libc", |
| 3466 | "once_cell", |
| 3467 | "soup2-sys", |
| 3468 | ] |
| 3469 | |
| 3470 | [[package]] |
| 3471 | name = "soup2-sys" |
| 3472 | version = "0.2.0" |
| 3473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3474 | checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf" |
| 3475 | dependencies = [ |
| 3476 | "bitflags 1.3.2", |
| 3477 | "gio-sys", |
| 3478 | "glib-sys", |
| 3479 | "gobject-sys", |
| 3480 | "libc", |
| 3481 | "system-deps 5.0.0", |
| 3482 | ] |
| 3483 | |
| 3484 | [[package]] |
| 3485 | name = "spin" |
| 3486 | version = "0.9.8" |
| 3487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3488 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 3489 | |
| 3490 | [[package]] |
| 3491 | name = "stable_deref_trait" |
| 3492 | version = "1.2.0" |
| 3493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3494 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| 3495 | |
| 3496 | [[package]] |
| 3497 | name = "state" |
| 3498 | version = "0.5.3" |
| 3499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3500 | checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" |
| 3501 | dependencies = [ |
| 3502 | "loom", |
| 3503 | ] |
| 3504 | |
| 3505 | [[package]] |
| 3506 | name = "string_cache" |
| 3507 | version = "0.8.7" |
| 3508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3509 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
| 3510 | dependencies = [ |
| 3511 | "new_debug_unreachable", |
| 3512 | "once_cell", |
| 3513 | "parking_lot", |
| 3514 | "phf_shared 0.10.0", |
| 3515 | "precomputed-hash", |
| 3516 | "serde", |
| 3517 | ] |
| 3518 | |
| 3519 | [[package]] |
| 3520 | name = "string_cache_codegen" |
| 3521 | version = "0.5.2" |
| 3522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3523 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
| 3524 | dependencies = [ |
| 3525 | "phf_generator 0.10.0", |
| 3526 | "phf_shared 0.10.0", |
| 3527 | "proc-macro2", |
| 3528 | "quote", |
| 3529 | ] |
| 3530 | |
| 3531 | [[package]] |
| 3532 | name = "strsim" |
| 3533 | version = "0.10.0" |
| 3534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3535 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 3536 | |
| 3537 | [[package]] |
| 3538 | name = "subtle" |
| 3539 | version = "2.6.1" |
| 3540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3541 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 3542 | |
| 3543 | [[package]] |
| 3544 | name = "symphonia" |
| 3545 | version = "0.5.4" |
| 3546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3547 | checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9" |
| 3548 | dependencies = [ |
| 3549 | "lazy_static", |
| 3550 | "symphonia-bundle-mp3", |
| 3551 | "symphonia-core", |
| 3552 | "symphonia-metadata", |
| 3553 | ] |
| 3554 | |
| 3555 | [[package]] |
| 3556 | name = "symphonia-bundle-mp3" |
| 3557 | version = "0.5.4" |
| 3558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3559 | checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4" |
| 3560 | dependencies = [ |
| 3561 | "lazy_static", |
| 3562 | "log", |
| 3563 | "symphonia-core", |
| 3564 | "symphonia-metadata", |
| 3565 | ] |
| 3566 | |
| 3567 | [[package]] |
| 3568 | name = "symphonia-core" |
| 3569 | version = "0.5.4" |
| 3570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3571 | checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3" |
| 3572 | dependencies = [ |
| 3573 | "arrayvec", |
| 3574 | "bitflags 1.3.2", |
| 3575 | "bytemuck", |
| 3576 | "lazy_static", |
| 3577 | "log", |
| 3578 | ] |
| 3579 | |
| 3580 | [[package]] |
| 3581 | name = "symphonia-metadata" |
| 3582 | version = "0.5.4" |
| 3583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3584 | checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c" |
| 3585 | dependencies = [ |
| 3586 | "encoding_rs", |
| 3587 | "lazy_static", |
| 3588 | "log", |
| 3589 | "symphonia-core", |
| 3590 | ] |
| 3591 | |
| 3592 | [[package]] |
| 3593 | name = "syn" |
| 3594 | version = "1.0.109" |
| 3595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3596 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 3597 | dependencies = [ |
| 3598 | "proc-macro2", |
| 3599 | "quote", |
| 3600 | "unicode-ident", |
| 3601 | ] |
| 3602 | |
| 3603 | [[package]] |
| 3604 | name = "syn" |
| 3605 | version = "2.0.53" |
| 3606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3607 | checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" |
| 3608 | dependencies = [ |
| 3609 | "proc-macro2", |
| 3610 | "quote", |
| 3611 | "unicode-ident", |
| 3612 | ] |
| 3613 | |
| 3614 | [[package]] |
| 3615 | name = "syn_derive" |
| 3616 | version = "0.1.8" |
| 3617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3618 | checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" |
| 3619 | dependencies = [ |
| 3620 | "proc-macro-error", |
| 3621 | "proc-macro2", |
| 3622 | "quote", |
| 3623 | "syn 2.0.53", |
| 3624 | ] |
| 3625 | |
| 3626 | [[package]] |
| 3627 | name = "sync_wrapper" |
| 3628 | version = "1.0.1" |
| 3629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3630 | checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" |
| 3631 | |
| 3632 | [[package]] |
| 3633 | name = "system-configuration" |
| 3634 | version = "0.5.1" |
| 3635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3636 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
| 3637 | dependencies = [ |
| 3638 | "bitflags 1.3.2", |
| 3639 | "core-foundation", |
| 3640 | "system-configuration-sys", |
| 3641 | ] |
| 3642 | |
| 3643 | [[package]] |
| 3644 | name = "system-configuration-sys" |
| 3645 | version = "0.5.0" |
| 3646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3647 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" |
| 3648 | dependencies = [ |
| 3649 | "core-foundation-sys", |
| 3650 | "libc", |
| 3651 | ] |
| 3652 | |
| 3653 | [[package]] |
| 3654 | name = "system-deps" |
| 3655 | version = "5.0.0" |
| 3656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3657 | checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" |
| 3658 | dependencies = [ |
| 3659 | "cfg-expr 0.9.1", |
| 3660 | "heck 0.3.3", |
| 3661 | "pkg-config", |
| 3662 | "toml 0.5.11", |
| 3663 | "version-compare 0.0.11", |
| 3664 | ] |
| 3665 | |
| 3666 | [[package]] |
| 3667 | name = "system-deps" |
| 3668 | version = "6.2.1" |
| 3669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3670 | checksum = "e8e9199467bcbc77c6a13cc6e32a6af21721ab8c96aa0261856c4fda5a4433f0" |
| 3671 | dependencies = [ |
| 3672 | "cfg-expr 0.15.7", |
| 3673 | "heck 0.4.1", |
| 3674 | "pkg-config", |
| 3675 | "toml 0.8.11", |
| 3676 | "version-compare 0.1.1", |
| 3677 | ] |
| 3678 | |
| 3679 | [[package]] |
| 3680 | name = "tao" |
| 3681 | version = "0.16.7" |
| 3682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3683 | checksum = "d22205b267a679ca1c590b9f178488d50981fc3e48a1b91641ae31593db875ce" |
| 3684 | dependencies = [ |
| 3685 | "bitflags 1.3.2", |
| 3686 | "cairo-rs", |
| 3687 | "cc", |
| 3688 | "cocoa", |
| 3689 | "core-foundation", |
| 3690 | "core-graphics", |
| 3691 | "crossbeam-channel", |
| 3692 | "dispatch", |
| 3693 | "gdk", |
| 3694 | "gdk-pixbuf", |
| 3695 | "gdk-sys", |
| 3696 | "gdkwayland-sys", |
| 3697 | "gdkx11-sys", |
| 3698 | "gio", |
| 3699 | "glib", |
| 3700 | "glib-sys", |
| 3701 | "gtk", |
| 3702 | "image", |
| 3703 | "instant", |
| 3704 | "jni 0.20.0", |
| 3705 | "lazy_static", |
| 3706 | "libc", |
| 3707 | "log", |
| 3708 | "ndk 0.6.0", |
| 3709 | "ndk-context", |
| 3710 | "ndk-sys 0.3.0", |
| 3711 | "objc", |
| 3712 | "once_cell", |
| 3713 | "parking_lot", |
| 3714 | "png", |
| 3715 | "raw-window-handle", |
| 3716 | "scopeguard", |
| 3717 | "serde", |
| 3718 | "tao-macros", |
| 3719 | "unicode-segmentation", |
| 3720 | "uuid", |
| 3721 | "windows 0.39.0", |
| 3722 | "windows-implement", |
| 3723 | "x11-dl", |
| 3724 | ] |
| 3725 | |
| 3726 | [[package]] |
| 3727 | name = "tao-macros" |
| 3728 | version = "0.1.2" |
| 3729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3730 | checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2" |
| 3731 | dependencies = [ |
| 3732 | "proc-macro2", |
| 3733 | "quote", |
| 3734 | "syn 1.0.109", |
| 3735 | ] |
| 3736 | |
| 3737 | [[package]] |
| 3738 | name = "tap" |
| 3739 | version = "1.0.1" |
| 3740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3741 | checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| 3742 | |
| 3743 | [[package]] |
| 3744 | name = "tar" |
| 3745 | version = "0.4.40" |
| 3746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3747 | checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" |
| 3748 | dependencies = [ |
| 3749 | "filetime", |
| 3750 | "libc", |
| 3751 | "xattr", |
| 3752 | ] |
| 3753 | |
| 3754 | [[package]] |
| 3755 | name = "target-lexicon" |
| 3756 | version = "0.12.14" |
| 3757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3758 | checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" |
| 3759 | |
| 3760 | [[package]] |
| 3761 | name = "tauri" |
| 3762 | version = "1.7.1" |
| 3763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3764 | checksum = "336bc661a3f3250853fa83c6e5245449ed1c26dce5dcb28bdee7efedf6278806" |
| 3765 | dependencies = [ |
| 3766 | "anyhow", |
| 3767 | "cocoa", |
| 3768 | "dirs-next", |
| 3769 | "dunce", |
| 3770 | "embed_plist", |
| 3771 | "encoding_rs", |
| 3772 | "flate2", |
| 3773 | "futures-util", |
| 3774 | "getrandom 0.2.12", |
| 3775 | "glib", |
| 3776 | "glob", |
| 3777 | "gtk", |
| 3778 | "heck 0.5.0", |
| 3779 | "http 0.2.12", |
| 3780 | "ignore", |
| 3781 | "objc", |
| 3782 | "once_cell", |
| 3783 | "percent-encoding", |
| 3784 | "rand 0.8.5", |
| 3785 | "raw-window-handle", |
| 3786 | "semver", |
| 3787 | "serde", |
| 3788 | "serde_json", |
| 3789 | "serde_repr", |
| 3790 | "serialize-to-javascript", |
| 3791 | "state", |
| 3792 | "tar", |
| 3793 | "tauri-macros", |
| 3794 | "tauri-runtime", |
| 3795 | "tauri-runtime-wry", |
| 3796 | "tauri-utils", |
| 3797 | "tempfile", |
| 3798 | "thiserror", |
| 3799 | "tokio", |
| 3800 | "url", |
| 3801 | "uuid", |
| 3802 | "webkit2gtk", |
| 3803 | "webview2-com", |
| 3804 | "windows 0.39.0", |
| 3805 | ] |
| 3806 | |
| 3807 | [[package]] |
| 3808 | name = "tauri-build" |
| 3809 | version = "1.5.1" |
| 3810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3811 | checksum = "e9914a4715e0b75d9f387a285c7e26b5bbfeb1249ad9f842675a82481565c532" |
| 3812 | dependencies = [ |
| 3813 | "anyhow", |
| 3814 | "cargo_toml", |
| 3815 | "dirs-next", |
| 3816 | "heck 0.4.1", |
| 3817 | "json-patch", |
| 3818 | "semver", |
| 3819 | "serde", |
| 3820 | "serde_json", |
| 3821 | "tauri-utils", |
| 3822 | "tauri-winres", |
| 3823 | "walkdir", |
| 3824 | ] |
| 3825 | |
| 3826 | [[package]] |
| 3827 | name = "tauri-codegen" |
| 3828 | version = "1.4.4" |
| 3829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3830 | checksum = "c1aed706708ff1200ec12de9cfbf2582b5d8ec05f6a7293911091effbd22036b" |
| 3831 | dependencies = [ |
| 3832 | "base64 0.21.7", |
| 3833 | "brotli", |
| 3834 | "ico", |
| 3835 | "json-patch", |
| 3836 | "plist", |
| 3837 | "png", |
| 3838 | "proc-macro2", |
| 3839 | "quote", |
| 3840 | "semver", |
| 3841 | "serde", |
| 3842 | "serde_json", |
| 3843 | "sha2", |
| 3844 | "tauri-utils", |
| 3845 | "thiserror", |
| 3846 | "time", |
| 3847 | "uuid", |
| 3848 | "walkdir", |
| 3849 | ] |
| 3850 | |
| 3851 | [[package]] |
| 3852 | name = "tauri-macros" |
| 3853 | version = "1.4.5" |
| 3854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3855 | checksum = "b88f831d2973ae4f81a706a0004e67dac87f2e4439973bbe98efbd73825d8ede" |
| 3856 | dependencies = [ |
| 3857 | "heck 0.5.0", |
| 3858 | "proc-macro2", |
| 3859 | "quote", |
| 3860 | "syn 1.0.109", |
| 3861 | "tauri-codegen", |
| 3862 | "tauri-utils", |
| 3863 | ] |
| 3864 | |
| 3865 | [[package]] |
| 3866 | name = "tauri-plugin-log" |
| 3867 | version = "0.0.0" |
| 3868 | source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#1da7892632044a27280733e4297cab135cffe316" |
| 3869 | dependencies = [ |
| 3870 | "byte-unit", |
| 3871 | "fern", |
| 3872 | "log", |
| 3873 | "serde", |
| 3874 | "serde_json", |
| 3875 | "serde_repr", |
| 3876 | "tauri", |
| 3877 | "time", |
| 3878 | ] |
| 3879 | |
| 3880 | [[package]] |
| 3881 | name = "tauri-plugin-store" |
| 3882 | version = "0.0.0" |
| 3883 | source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#1da7892632044a27280733e4297cab135cffe316" |
| 3884 | dependencies = [ |
| 3885 | "log", |
| 3886 | "serde", |
| 3887 | "serde_json", |
| 3888 | "tauri", |
| 3889 | "thiserror", |
| 3890 | ] |
| 3891 | |
| 3892 | [[package]] |
| 3893 | name = "tauri-runtime" |
| 3894 | version = "0.14.4" |
| 3895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3896 | checksum = "3068ed62b63dedc705558f4248c7ecbd5561f0f8050949859ea0db2326f26012" |
| 3897 | dependencies = [ |
| 3898 | "gtk", |
| 3899 | "http 0.2.12", |
| 3900 | "http-range", |
| 3901 | "rand 0.8.5", |
| 3902 | "raw-window-handle", |
| 3903 | "serde", |
| 3904 | "serde_json", |
| 3905 | "tauri-utils", |
| 3906 | "thiserror", |
| 3907 | "url", |
| 3908 | "uuid", |
| 3909 | "webview2-com", |
| 3910 | "windows 0.39.0", |
| 3911 | ] |
| 3912 | |
| 3913 | [[package]] |
| 3914 | name = "tauri-runtime-wry" |
| 3915 | version = "0.14.9" |
| 3916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3917 | checksum = "d4c3db170233096aa30330feadcd895bf9317be97e624458560a20e814db7955" |
| 3918 | dependencies = [ |
| 3919 | "cocoa", |
| 3920 | "gtk", |
| 3921 | "percent-encoding", |
| 3922 | "rand 0.8.5", |
| 3923 | "raw-window-handle", |
| 3924 | "tauri-runtime", |
| 3925 | "tauri-utils", |
| 3926 | "uuid", |
| 3927 | "webkit2gtk", |
| 3928 | "webview2-com", |
| 3929 | "windows 0.39.0", |
| 3930 | "wry", |
| 3931 | ] |
| 3932 | |
| 3933 | [[package]] |
| 3934 | name = "tauri-utils" |
| 3935 | version = "1.6.0" |
| 3936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3937 | checksum = "2826db448309d382dac14d520f0c0a40839b87b57b977e59cf5f296b3ace6a93" |
| 3938 | dependencies = [ |
| 3939 | "brotli", |
| 3940 | "ctor", |
| 3941 | "dunce", |
| 3942 | "glob", |
| 3943 | "heck 0.5.0", |
| 3944 | "html5ever", |
| 3945 | "infer", |
| 3946 | "json-patch", |
| 3947 | "kuchikiki", |
| 3948 | "log", |
| 3949 | "memchr", |
| 3950 | "phf 0.11.2", |
| 3951 | "proc-macro2", |
| 3952 | "quote", |
| 3953 | "semver", |
| 3954 | "serde", |
| 3955 | "serde_json", |
| 3956 | "serde_with", |
| 3957 | "thiserror", |
| 3958 | "url", |
| 3959 | "walkdir", |
| 3960 | "windows-version", |
| 3961 | ] |
| 3962 | |
| 3963 | [[package]] |
| 3964 | name = "tauri-winres" |
| 3965 | version = "0.1.1" |
| 3966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3967 | checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" |
| 3968 | dependencies = [ |
| 3969 | "embed-resource", |
| 3970 | "toml 0.7.8", |
| 3971 | ] |
| 3972 | |
| 3973 | [[package]] |
| 3974 | name = "tempfile" |
| 3975 | version = "3.10.1" |
| 3976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3977 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
| 3978 | dependencies = [ |
| 3979 | "cfg-if", |
| 3980 | "fastrand", |
| 3981 | "rustix", |
| 3982 | "windows-sys 0.52.0", |
| 3983 | ] |
| 3984 | |
| 3985 | [[package]] |
| 3986 | name = "tendril" |
| 3987 | version = "0.4.3" |
| 3988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3989 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| 3990 | dependencies = [ |
| 3991 | "futf", |
| 3992 | "mac", |
| 3993 | "utf-8", |
| 3994 | ] |
| 3995 | |
| 3996 | [[package]] |
| 3997 | name = "termcolor" |
| 3998 | version = "1.4.1" |
| 3999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4000 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 4001 | dependencies = [ |
| 4002 | "winapi-util", |
| 4003 | ] |
| 4004 | |
| 4005 | [[package]] |
| 4006 | name = "thin-slice" |
| 4007 | version = "0.1.1" |
| 4008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4009 | checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" |
| 4010 | |
| 4011 | [[package]] |
| 4012 | name = "thiserror" |
| 4013 | version = "1.0.58" |
| 4014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4015 | checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" |
| 4016 | dependencies = [ |
| 4017 | "thiserror-impl", |
| 4018 | ] |
| 4019 | |
| 4020 | [[package]] |
| 4021 | name = "thiserror-impl" |
| 4022 | version = "1.0.58" |
| 4023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4024 | checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" |
| 4025 | dependencies = [ |
| 4026 | "proc-macro2", |
| 4027 | "quote", |
| 4028 | "syn 2.0.53", |
| 4029 | ] |
| 4030 | |
| 4031 | [[package]] |
| 4032 | name = "thread_local" |
| 4033 | version = "1.1.8" |
| 4034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4035 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
| 4036 | dependencies = [ |
| 4037 | "cfg-if", |
| 4038 | "once_cell", |
| 4039 | ] |
| 4040 | |
| 4041 | [[package]] |
| 4042 | name = "time" |
| 4043 | version = "0.3.34" |
| 4044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4045 | checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" |
| 4046 | dependencies = [ |
| 4047 | "deranged", |
| 4048 | "itoa 1.0.10", |
| 4049 | "libc", |
| 4050 | "num-conv", |
| 4051 | "num_threads", |
| 4052 | "powerfmt", |
| 4053 | "serde", |
| 4054 | "time-core", |
| 4055 | "time-macros", |
| 4056 | ] |
| 4057 | |
| 4058 | [[package]] |
| 4059 | name = "time-core" |
| 4060 | version = "0.1.2" |
| 4061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4062 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
| 4063 | |
| 4064 | [[package]] |
| 4065 | name = "time-macros" |
| 4066 | version = "0.2.17" |
| 4067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4068 | checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" |
| 4069 | dependencies = [ |
| 4070 | "num-conv", |
| 4071 | "time-core", |
| 4072 | ] |
| 4073 | |
| 4074 | [[package]] |
| 4075 | name = "tinyvec" |
| 4076 | version = "1.6.0" |
| 4077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4078 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 4079 | dependencies = [ |
| 4080 | "tinyvec_macros", |
| 4081 | ] |
| 4082 | |
| 4083 | [[package]] |
| 4084 | name = "tinyvec_macros" |
| 4085 | version = "0.1.1" |
| 4086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4087 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 4088 | |
| 4089 | [[package]] |
| 4090 | name = "tokio" |
| 4091 | version = "1.36.0" |
| 4092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4093 | checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" |
| 4094 | dependencies = [ |
| 4095 | "backtrace", |
| 4096 | "bytes", |
| 4097 | "libc", |
| 4098 | "mio", |
| 4099 | "num_cpus", |
| 4100 | "pin-project-lite", |
| 4101 | "socket2", |
| 4102 | "windows-sys 0.48.0", |
| 4103 | ] |
| 4104 | |
| 4105 | [[package]] |
| 4106 | name = "tokio-native-tls" |
| 4107 | version = "0.3.1" |
| 4108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4109 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 4110 | dependencies = [ |
| 4111 | "native-tls", |
| 4112 | "tokio", |
| 4113 | ] |
| 4114 | |
| 4115 | [[package]] |
| 4116 | name = "tokio-rustls" |
| 4117 | version = "0.26.0" |
| 4118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4119 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" |
| 4120 | dependencies = [ |
| 4121 | "rustls", |
| 4122 | "rustls-pki-types", |
| 4123 | "tokio", |
| 4124 | ] |
| 4125 | |
| 4126 | [[package]] |
| 4127 | name = "tokio-util" |
| 4128 | version = "0.7.10" |
| 4129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4130 | checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" |
| 4131 | dependencies = [ |
| 4132 | "bytes", |
| 4133 | "futures-core", |
| 4134 | "futures-sink", |
| 4135 | "pin-project-lite", |
| 4136 | "tokio", |
| 4137 | "tracing", |
| 4138 | ] |
| 4139 | |
| 4140 | [[package]] |
| 4141 | name = "toml" |
| 4142 | version = "0.5.11" |
| 4143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4144 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| 4145 | dependencies = [ |
| 4146 | "serde", |
| 4147 | ] |
| 4148 | |
| 4149 | [[package]] |
| 4150 | name = "toml" |
| 4151 | version = "0.7.8" |
| 4152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4153 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
| 4154 | dependencies = [ |
| 4155 | "serde", |
| 4156 | "serde_spanned", |
| 4157 | "toml_datetime", |
| 4158 | "toml_edit 0.19.15", |
| 4159 | ] |
| 4160 | |
| 4161 | [[package]] |
| 4162 | name = "toml" |
| 4163 | version = "0.8.11" |
| 4164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4165 | checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e" |
| 4166 | dependencies = [ |
| 4167 | "serde", |
| 4168 | "serde_spanned", |
| 4169 | "toml_datetime", |
| 4170 | "toml_edit 0.22.7", |
| 4171 | ] |
| 4172 | |
| 4173 | [[package]] |
| 4174 | name = "toml_datetime" |
| 4175 | version = "0.6.5" |
| 4176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4177 | checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" |
| 4178 | dependencies = [ |
| 4179 | "serde", |
| 4180 | ] |
| 4181 | |
| 4182 | [[package]] |
| 4183 | name = "toml_edit" |
| 4184 | version = "0.19.15" |
| 4185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4186 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| 4187 | dependencies = [ |
| 4188 | "indexmap 2.2.5", |
| 4189 | "serde", |
| 4190 | "serde_spanned", |
| 4191 | "toml_datetime", |
| 4192 | "winnow 0.5.40", |
| 4193 | ] |
| 4194 | |
| 4195 | [[package]] |
| 4196 | name = "toml_edit" |
| 4197 | version = "0.21.1" |
| 4198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4199 | checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" |
| 4200 | dependencies = [ |
| 4201 | "indexmap 2.2.5", |
| 4202 | "toml_datetime", |
| 4203 | "winnow 0.5.40", |
| 4204 | ] |
| 4205 | |
| 4206 | [[package]] |
| 4207 | name = "toml_edit" |
| 4208 | version = "0.22.7" |
| 4209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4210 | checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992" |
| 4211 | dependencies = [ |
| 4212 | "indexmap 2.2.5", |
| 4213 | "serde", |
| 4214 | "serde_spanned", |
| 4215 | "toml_datetime", |
| 4216 | "winnow 0.6.5", |
| 4217 | ] |
| 4218 | |
| 4219 | [[package]] |
| 4220 | name = "tower" |
| 4221 | version = "0.4.13" |
| 4222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4223 | checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
| 4224 | dependencies = [ |
| 4225 | "futures-core", |
| 4226 | "futures-util", |
| 4227 | "pin-project", |
| 4228 | "pin-project-lite", |
| 4229 | "tokio", |
| 4230 | "tower-layer", |
| 4231 | "tower-service", |
| 4232 | ] |
| 4233 | |
| 4234 | [[package]] |
| 4235 | name = "tower-layer" |
| 4236 | version = "0.3.2" |
| 4237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4238 | checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" |
| 4239 | |
| 4240 | [[package]] |
| 4241 | name = "tower-service" |
| 4242 | version = "0.3.2" |
| 4243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4244 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
| 4245 | |
| 4246 | [[package]] |
| 4247 | name = "tracing" |
| 4248 | version = "0.1.40" |
| 4249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4250 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
| 4251 | dependencies = [ |
| 4252 | "pin-project-lite", |
| 4253 | "tracing-attributes", |
| 4254 | "tracing-core", |
| 4255 | ] |
| 4256 | |
| 4257 | [[package]] |
| 4258 | name = "tracing-attributes" |
| 4259 | version = "0.1.27" |
| 4260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4261 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
| 4262 | dependencies = [ |
| 4263 | "proc-macro2", |
| 4264 | "quote", |
| 4265 | "syn 2.0.53", |
| 4266 | ] |
| 4267 | |
| 4268 | [[package]] |
| 4269 | name = "tracing-core" |
| 4270 | version = "0.1.32" |
| 4271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4272 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
| 4273 | dependencies = [ |
| 4274 | "once_cell", |
| 4275 | "valuable", |
| 4276 | ] |
| 4277 | |
| 4278 | [[package]] |
| 4279 | name = "tracing-log" |
| 4280 | version = "0.2.0" |
| 4281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4282 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 4283 | dependencies = [ |
| 4284 | "log", |
| 4285 | "once_cell", |
| 4286 | "tracing-core", |
| 4287 | ] |
| 4288 | |
| 4289 | [[package]] |
| 4290 | name = "tracing-subscriber" |
| 4291 | version = "0.3.18" |
| 4292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4293 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
| 4294 | dependencies = [ |
| 4295 | "matchers", |
| 4296 | "nu-ansi-term", |
| 4297 | "once_cell", |
| 4298 | "regex", |
| 4299 | "sharded-slab", |
| 4300 | "smallvec", |
| 4301 | "thread_local", |
| 4302 | "tracing", |
| 4303 | "tracing-core", |
| 4304 | "tracing-log", |
| 4305 | ] |
| 4306 | |
| 4307 | [[package]] |
| 4308 | name = "treediff" |
| 4309 | version = "4.0.3" |
| 4310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4311 | checksum = "4d127780145176e2b5d16611cc25a900150e86e9fd79d3bde6ff3a37359c9cb5" |
| 4312 | dependencies = [ |
| 4313 | "serde_json", |
| 4314 | ] |
| 4315 | |
| 4316 | [[package]] |
| 4317 | name = "try-lock" |
| 4318 | version = "0.2.5" |
| 4319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4320 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 4321 | |
| 4322 | [[package]] |
| 4323 | name = "ts-rs" |
| 4324 | version = "9.0.1" |
| 4325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4326 | checksum = "b44017f9f875786e543595076374b9ef7d13465a518dd93d6ccdbf5b432dde8c" |
| 4327 | dependencies = [ |
| 4328 | "thiserror", |
| 4329 | "ts-rs-macros", |
| 4330 | ] |
| 4331 | |
| 4332 | [[package]] |
| 4333 | name = "ts-rs-macros" |
| 4334 | version = "9.0.1" |
| 4335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4336 | checksum = "c88cc88fd23b5a04528f3a8436024f20010a16ec18eb23c164b1242f65860130" |
| 4337 | dependencies = [ |
| 4338 | "proc-macro2", |
| 4339 | "quote", |
| 4340 | "syn 2.0.53", |
| 4341 | "termcolor", |
| 4342 | ] |
| 4343 | |
| 4344 | [[package]] |
| 4345 | name = "typenum" |
| 4346 | version = "1.17.0" |
| 4347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4348 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| 4349 | |
| 4350 | [[package]] |
| 4351 | name = "unicode-bidi" |
| 4352 | version = "0.3.15" |
| 4353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4354 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
| 4355 | |
| 4356 | [[package]] |
| 4357 | name = "unicode-ident" |
| 4358 | version = "1.0.12" |
| 4359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4360 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 4361 | |
| 4362 | [[package]] |
| 4363 | name = "unicode-normalization" |
| 4364 | version = "0.1.23" |
| 4365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4366 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
| 4367 | dependencies = [ |
| 4368 | "tinyvec", |
| 4369 | ] |
| 4370 | |
| 4371 | [[package]] |
| 4372 | name = "unicode-segmentation" |
| 4373 | version = "1.11.0" |
| 4374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4375 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
| 4376 | |
| 4377 | [[package]] |
| 4378 | name = "untrusted" |
| 4379 | version = "0.9.0" |
| 4380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4381 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 4382 | |
| 4383 | [[package]] |
| 4384 | name = "uri-template-system" |
| 4385 | version = "0.1.0" |
| 4386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4387 | checksum = "50ce47b579c9b300dd1540e30578b33854f86e7072d7ff505016705609261ca9" |
| 4388 | dependencies = [ |
| 4389 | "uri-template-system-core", |
| 4390 | ] |
| 4391 | |
| 4392 | [[package]] |
| 4393 | name = "uri-template-system-core" |
| 4394 | version = "0.1.5" |
| 4395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4396 | checksum = "26f254395af92efc86d9a0bb0a614dc76865c8a4ea0d71ba66ccd134d7f831fb" |
| 4397 | dependencies = [ |
| 4398 | "fnv", |
| 4399 | "thiserror", |
| 4400 | ] |
| 4401 | |
| 4402 | [[package]] |
| 4403 | name = "url" |
| 4404 | version = "2.5.0" |
| 4405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4406 | checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
| 4407 | dependencies = [ |
| 4408 | "form_urlencoded", |
| 4409 | "idna", |
| 4410 | "percent-encoding", |
| 4411 | "serde", |
| 4412 | ] |
| 4413 | |
| 4414 | [[package]] |
| 4415 | name = "url-builder" |
| 4416 | version = "0.1.1" |
| 4417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4418 | checksum = "6c560d19163937c53680c515b82a9311c5a796691c67890b8ad579423123e194" |
| 4419 | |
| 4420 | [[package]] |
| 4421 | name = "utf-8" |
| 4422 | version = "0.7.6" |
| 4423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4424 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 4425 | |
| 4426 | [[package]] |
| 4427 | name = "utf8-width" |
| 4428 | version = "0.1.7" |
| 4429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4430 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 4431 | |
| 4432 | [[package]] |
| 4433 | name = "uuid" |
| 4434 | version = "1.7.0" |
| 4435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4436 | checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" |
| 4437 | dependencies = [ |
| 4438 | "getrandom 0.2.12", |
| 4439 | ] |
| 4440 | |
| 4441 | [[package]] |
| 4442 | name = "valuable" |
| 4443 | version = "0.1.0" |
| 4444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4445 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 4446 | |
| 4447 | [[package]] |
| 4448 | name = "value-bag" |
| 4449 | version = "1.8.0" |
| 4450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4451 | checksum = "8fec26a25bd6fca441cdd0f769fd7f891bae119f996de31f86a5eddccef54c1d" |
| 4452 | |
| 4453 | [[package]] |
| 4454 | name = "vcpkg" |
| 4455 | version = "0.2.15" |
| 4456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4457 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 4458 | |
| 4459 | [[package]] |
| 4460 | name = "version-compare" |
| 4461 | version = "0.0.11" |
| 4462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4463 | checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" |
| 4464 | |
| 4465 | [[package]] |
| 4466 | name = "version-compare" |
| 4467 | version = "0.1.1" |
| 4468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4469 | checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" |
| 4470 | |
| 4471 | [[package]] |
| 4472 | name = "version_check" |
| 4473 | version = "0.9.4" |
| 4474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4475 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| 4476 | |
| 4477 | [[package]] |
| 4478 | name = "vswhom" |
| 4479 | version = "0.1.0" |
| 4480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4481 | checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" |
| 4482 | dependencies = [ |
| 4483 | "libc", |
| 4484 | "vswhom-sys", |
| 4485 | ] |
| 4486 | |
| 4487 | [[package]] |
| 4488 | name = "vswhom-sys" |
| 4489 | version = "0.1.2" |
| 4490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4491 | checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" |
| 4492 | dependencies = [ |
| 4493 | "cc", |
| 4494 | "libc", |
| 4495 | ] |
| 4496 | |
| 4497 | [[package]] |
| 4498 | name = "walkdir" |
| 4499 | version = "2.5.0" |
| 4500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4501 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 4502 | dependencies = [ |
| 4503 | "same-file", |
| 4504 | "winapi-util", |
| 4505 | ] |
| 4506 | |
| 4507 | [[package]] |
| 4508 | name = "want" |
| 4509 | version = "0.3.1" |
| 4510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4511 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 4512 | dependencies = [ |
| 4513 | "try-lock", |
| 4514 | ] |
| 4515 | |
| 4516 | [[package]] |
| 4517 | name = "wasi" |
| 4518 | version = "0.9.0+wasi-snapshot-preview1" |
| 4519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4520 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
| 4521 | |
| 4522 | [[package]] |
| 4523 | name = "wasi" |
| 4524 | version = "0.11.0+wasi-snapshot-preview1" |
| 4525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4526 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 4527 | |
| 4528 | [[package]] |
| 4529 | name = "wasm-bindgen" |
| 4530 | version = "0.2.92" |
| 4531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4532 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
| 4533 | dependencies = [ |
| 4534 | "cfg-if", |
| 4535 | "wasm-bindgen-macro", |
| 4536 | ] |
| 4537 | |
| 4538 | [[package]] |
| 4539 | name = "wasm-bindgen-backend" |
| 4540 | version = "0.2.92" |
| 4541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4542 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
| 4543 | dependencies = [ |
| 4544 | "bumpalo", |
| 4545 | "log", |
| 4546 | "once_cell", |
| 4547 | "proc-macro2", |
| 4548 | "quote", |
| 4549 | "syn 2.0.53", |
| 4550 | "wasm-bindgen-shared", |
| 4551 | ] |
| 4552 | |
| 4553 | [[package]] |
| 4554 | name = "wasm-bindgen-futures" |
| 4555 | version = "0.4.42" |
| 4556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4557 | checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" |
| 4558 | dependencies = [ |
| 4559 | "cfg-if", |
| 4560 | "js-sys", |
| 4561 | "wasm-bindgen", |
| 4562 | "web-sys", |
| 4563 | ] |
| 4564 | |
| 4565 | [[package]] |
| 4566 | name = "wasm-bindgen-macro" |
| 4567 | version = "0.2.92" |
| 4568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4569 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
| 4570 | dependencies = [ |
| 4571 | "quote", |
| 4572 | "wasm-bindgen-macro-support", |
| 4573 | ] |
| 4574 | |
| 4575 | [[package]] |
| 4576 | name = "wasm-bindgen-macro-support" |
| 4577 | version = "0.2.92" |
| 4578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4579 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
| 4580 | dependencies = [ |
| 4581 | "proc-macro2", |
| 4582 | "quote", |
| 4583 | "syn 2.0.53", |
| 4584 | "wasm-bindgen-backend", |
| 4585 | "wasm-bindgen-shared", |
| 4586 | ] |
| 4587 | |
| 4588 | [[package]] |
| 4589 | name = "wasm-bindgen-shared" |
| 4590 | version = "0.2.92" |
| 4591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4592 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
| 4593 | |
| 4594 | [[package]] |
| 4595 | name = "web-sys" |
| 4596 | version = "0.3.69" |
| 4597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4598 | checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" |
| 4599 | dependencies = [ |
| 4600 | "js-sys", |
| 4601 | "wasm-bindgen", |
| 4602 | ] |
| 4603 | |
| 4604 | [[package]] |
| 4605 | name = "webkit2gtk" |
| 4606 | version = "0.18.2" |
| 4607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4608 | checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370" |
| 4609 | dependencies = [ |
| 4610 | "bitflags 1.3.2", |
| 4611 | "cairo-rs", |
| 4612 | "gdk", |
| 4613 | "gdk-sys", |
| 4614 | "gio", |
| 4615 | "gio-sys", |
| 4616 | "glib", |
| 4617 | "glib-sys", |
| 4618 | "gobject-sys", |
| 4619 | "gtk", |
| 4620 | "gtk-sys", |
| 4621 | "javascriptcore-rs", |
| 4622 | "libc", |
| 4623 | "once_cell", |
| 4624 | "soup2", |
| 4625 | "webkit2gtk-sys", |
| 4626 | ] |
| 4627 | |
| 4628 | [[package]] |
| 4629 | name = "webkit2gtk-sys" |
| 4630 | version = "0.18.0" |
| 4631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4632 | checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3" |
| 4633 | dependencies = [ |
| 4634 | "atk-sys", |
| 4635 | "bitflags 1.3.2", |
| 4636 | "cairo-sys-rs", |
| 4637 | "gdk-pixbuf-sys", |
| 4638 | "gdk-sys", |
| 4639 | "gio-sys", |
| 4640 | "glib-sys", |
| 4641 | "gobject-sys", |
| 4642 | "gtk-sys", |
| 4643 | "javascriptcore-rs-sys", |
| 4644 | "libc", |
| 4645 | "pango-sys", |
| 4646 | "pkg-config", |
| 4647 | "soup2-sys", |
| 4648 | "system-deps 6.2.1", |
| 4649 | ] |
| 4650 | |
| 4651 | [[package]] |
| 4652 | name = "webview2-com" |
| 4653 | version = "0.19.1" |
| 4654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4655 | checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178" |
| 4656 | dependencies = [ |
| 4657 | "webview2-com-macros", |
| 4658 | "webview2-com-sys", |
| 4659 | "windows 0.39.0", |
| 4660 | "windows-implement", |
| 4661 | ] |
| 4662 | |
| 4663 | [[package]] |
| 4664 | name = "webview2-com-macros" |
| 4665 | version = "0.6.0" |
| 4666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4667 | checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac" |
| 4668 | dependencies = [ |
| 4669 | "proc-macro2", |
| 4670 | "quote", |
| 4671 | "syn 1.0.109", |
| 4672 | ] |
| 4673 | |
| 4674 | [[package]] |
| 4675 | name = "webview2-com-sys" |
| 4676 | version = "0.19.0" |
| 4677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4678 | checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7" |
| 4679 | dependencies = [ |
| 4680 | "regex", |
| 4681 | "serde", |
| 4682 | "serde_json", |
| 4683 | "thiserror", |
| 4684 | "windows 0.39.0", |
| 4685 | "windows-bindgen", |
| 4686 | "windows-metadata", |
| 4687 | ] |
| 4688 | |
| 4689 | [[package]] |
| 4690 | name = "winapi" |
| 4691 | version = "0.3.9" |
| 4692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4693 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 4694 | dependencies = [ |
| 4695 | "winapi-i686-pc-windows-gnu", |
| 4696 | "winapi-x86_64-pc-windows-gnu", |
| 4697 | ] |
| 4698 | |
| 4699 | [[package]] |
| 4700 | name = "winapi-i686-pc-windows-gnu" |
| 4701 | version = "0.4.0" |
| 4702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4703 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 4704 | |
| 4705 | [[package]] |
| 4706 | name = "winapi-util" |
| 4707 | version = "0.1.6" |
| 4708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4709 | checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
| 4710 | dependencies = [ |
| 4711 | "winapi", |
| 4712 | ] |
| 4713 | |
| 4714 | [[package]] |
| 4715 | name = "winapi-x86_64-pc-windows-gnu" |
| 4716 | version = "0.4.0" |
| 4717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4718 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 4719 | |
| 4720 | [[package]] |
| 4721 | name = "windows" |
| 4722 | version = "0.39.0" |
| 4723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4724 | checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a" |
| 4725 | dependencies = [ |
| 4726 | "windows-implement", |
| 4727 | "windows_aarch64_msvc 0.39.0", |
| 4728 | "windows_i686_gnu 0.39.0", |
| 4729 | "windows_i686_msvc 0.39.0", |
| 4730 | "windows_x86_64_gnu 0.39.0", |
| 4731 | "windows_x86_64_msvc 0.39.0", |
| 4732 | ] |
| 4733 | |
| 4734 | [[package]] |
| 4735 | name = "windows" |
| 4736 | version = "0.48.0" |
| 4737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4738 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
| 4739 | dependencies = [ |
| 4740 | "windows-targets 0.48.5", |
| 4741 | ] |
| 4742 | |
| 4743 | [[package]] |
| 4744 | name = "windows" |
| 4745 | version = "0.54.0" |
| 4746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4747 | checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" |
| 4748 | dependencies = [ |
| 4749 | "windows-core 0.54.0", |
| 4750 | "windows-targets 0.52.4", |
| 4751 | ] |
| 4752 | |
| 4753 | [[package]] |
| 4754 | name = "windows-bindgen" |
| 4755 | version = "0.39.0" |
| 4756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4757 | checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41" |
| 4758 | dependencies = [ |
| 4759 | "windows-metadata", |
| 4760 | "windows-tokens", |
| 4761 | ] |
| 4762 | |
| 4763 | [[package]] |
| 4764 | name = "windows-core" |
| 4765 | version = "0.52.0" |
| 4766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4767 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 4768 | dependencies = [ |
| 4769 | "windows-targets 0.52.4", |
| 4770 | ] |
| 4771 | |
| 4772 | [[package]] |
| 4773 | name = "windows-core" |
| 4774 | version = "0.54.0" |
| 4775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4776 | checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" |
| 4777 | dependencies = [ |
| 4778 | "windows-result", |
| 4779 | "windows-targets 0.52.4", |
| 4780 | ] |
| 4781 | |
| 4782 | [[package]] |
| 4783 | name = "windows-implement" |
| 4784 | version = "0.39.0" |
| 4785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4786 | checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7" |
| 4787 | dependencies = [ |
| 4788 | "syn 1.0.109", |
| 4789 | "windows-tokens", |
| 4790 | ] |
| 4791 | |
| 4792 | [[package]] |
| 4793 | name = "windows-metadata" |
| 4794 | version = "0.39.0" |
| 4795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4796 | checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278" |
| 4797 | |
| 4798 | [[package]] |
| 4799 | name = "windows-result" |
| 4800 | version = "0.1.0" |
| 4801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4802 | checksum = "cd19df78e5168dfb0aedc343d1d1b8d422ab2db6756d2dc3fef75035402a3f64" |
| 4803 | dependencies = [ |
| 4804 | "windows-targets 0.52.4", |
| 4805 | ] |
| 4806 | |
| 4807 | [[package]] |
| 4808 | name = "windows-sys" |
| 4809 | version = "0.45.0" |
| 4810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4811 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 4812 | dependencies = [ |
| 4813 | "windows-targets 0.42.2", |
| 4814 | ] |
| 4815 | |
| 4816 | [[package]] |
| 4817 | name = "windows-sys" |
| 4818 | version = "0.48.0" |
| 4819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4820 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 4821 | dependencies = [ |
| 4822 | "windows-targets 0.48.5", |
| 4823 | ] |
| 4824 | |
| 4825 | [[package]] |
| 4826 | name = "windows-sys" |
| 4827 | version = "0.52.0" |
| 4828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4829 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 4830 | dependencies = [ |
| 4831 | "windows-targets 0.52.4", |
| 4832 | ] |
| 4833 | |
| 4834 | [[package]] |
| 4835 | name = "windows-targets" |
| 4836 | version = "0.42.2" |
| 4837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4838 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| 4839 | dependencies = [ |
| 4840 | "windows_aarch64_gnullvm 0.42.2", |
| 4841 | "windows_aarch64_msvc 0.42.2", |
| 4842 | "windows_i686_gnu 0.42.2", |
| 4843 | "windows_i686_msvc 0.42.2", |
| 4844 | "windows_x86_64_gnu 0.42.2", |
| 4845 | "windows_x86_64_gnullvm 0.42.2", |
| 4846 | "windows_x86_64_msvc 0.42.2", |
| 4847 | ] |
| 4848 | |
| 4849 | [[package]] |
| 4850 | name = "windows-targets" |
| 4851 | version = "0.48.5" |
| 4852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4853 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 4854 | dependencies = [ |
| 4855 | "windows_aarch64_gnullvm 0.48.5", |
| 4856 | "windows_aarch64_msvc 0.48.5", |
| 4857 | "windows_i686_gnu 0.48.5", |
| 4858 | "windows_i686_msvc 0.48.5", |
| 4859 | "windows_x86_64_gnu 0.48.5", |
| 4860 | "windows_x86_64_gnullvm 0.48.5", |
| 4861 | "windows_x86_64_msvc 0.48.5", |
| 4862 | ] |
| 4863 | |
| 4864 | [[package]] |
| 4865 | name = "windows-targets" |
| 4866 | version = "0.52.4" |
| 4867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4868 | checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" |
| 4869 | dependencies = [ |
| 4870 | "windows_aarch64_gnullvm 0.52.4", |
| 4871 | "windows_aarch64_msvc 0.52.4", |
| 4872 | "windows_i686_gnu 0.52.4", |
| 4873 | "windows_i686_msvc 0.52.4", |
| 4874 | "windows_x86_64_gnu 0.52.4", |
| 4875 | "windows_x86_64_gnullvm 0.52.4", |
| 4876 | "windows_x86_64_msvc 0.52.4", |
| 4877 | ] |
| 4878 | |
| 4879 | [[package]] |
| 4880 | name = "windows-tokens" |
| 4881 | version = "0.39.0" |
| 4882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4883 | checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597" |
| 4884 | |
| 4885 | [[package]] |
| 4886 | name = "windows-version" |
| 4887 | version = "0.1.0" |
| 4888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4889 | checksum = "75aa004c988e080ad34aff5739c39d0312f4684699d6d71fc8a198d057b8b9b4" |
| 4890 | dependencies = [ |
| 4891 | "windows-targets 0.52.4", |
| 4892 | ] |
| 4893 | |
| 4894 | [[package]] |
| 4895 | name = "windows_aarch64_gnullvm" |
| 4896 | version = "0.42.2" |
| 4897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4898 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| 4899 | |
| 4900 | [[package]] |
| 4901 | name = "windows_aarch64_gnullvm" |
| 4902 | version = "0.48.5" |
| 4903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4904 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 4905 | |
| 4906 | [[package]] |
| 4907 | name = "windows_aarch64_gnullvm" |
| 4908 | version = "0.52.4" |
| 4909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4910 | checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" |
| 4911 | |
| 4912 | [[package]] |
| 4913 | name = "windows_aarch64_msvc" |
| 4914 | version = "0.39.0" |
| 4915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4916 | checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2" |
| 4917 | |
| 4918 | [[package]] |
| 4919 | name = "windows_aarch64_msvc" |
| 4920 | version = "0.42.2" |
| 4921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4922 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| 4923 | |
| 4924 | [[package]] |
| 4925 | name = "windows_aarch64_msvc" |
| 4926 | version = "0.48.5" |
| 4927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4928 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 4929 | |
| 4930 | [[package]] |
| 4931 | name = "windows_aarch64_msvc" |
| 4932 | version = "0.52.4" |
| 4933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4934 | checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" |
| 4935 | |
| 4936 | [[package]] |
| 4937 | name = "windows_i686_gnu" |
| 4938 | version = "0.39.0" |
| 4939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4940 | checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b" |
| 4941 | |
| 4942 | [[package]] |
| 4943 | name = "windows_i686_gnu" |
| 4944 | version = "0.42.2" |
| 4945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4946 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| 4947 | |
| 4948 | [[package]] |
| 4949 | name = "windows_i686_gnu" |
| 4950 | version = "0.48.5" |
| 4951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4952 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 4953 | |
| 4954 | [[package]] |
| 4955 | name = "windows_i686_gnu" |
| 4956 | version = "0.52.4" |
| 4957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4958 | checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" |
| 4959 | |
| 4960 | [[package]] |
| 4961 | name = "windows_i686_msvc" |
| 4962 | version = "0.39.0" |
| 4963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4964 | checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106" |
| 4965 | |
| 4966 | [[package]] |
| 4967 | name = "windows_i686_msvc" |
| 4968 | version = "0.42.2" |
| 4969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4970 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| 4971 | |
| 4972 | [[package]] |
| 4973 | name = "windows_i686_msvc" |
| 4974 | version = "0.48.5" |
| 4975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4976 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 4977 | |
| 4978 | [[package]] |
| 4979 | name = "windows_i686_msvc" |
| 4980 | version = "0.52.4" |
| 4981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4982 | checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" |
| 4983 | |
| 4984 | [[package]] |
| 4985 | name = "windows_x86_64_gnu" |
| 4986 | version = "0.39.0" |
| 4987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4988 | checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65" |
| 4989 | |
| 4990 | [[package]] |
| 4991 | name = "windows_x86_64_gnu" |
| 4992 | version = "0.42.2" |
| 4993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4994 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| 4995 | |
| 4996 | [[package]] |
| 4997 | name = "windows_x86_64_gnu" |
| 4998 | version = "0.48.5" |
| 4999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5000 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
Showing first 5,000 of 5,161 lines.
View raw