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