pake-cli 0.0.5 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,7 +49,7 @@ dependencies = [
49
49
  "tauri-build",
50
50
  "tauri-utils",
51
51
  "webbrowser",
52
- "wry",
52
+ "wry 0.21.1",
53
53
  ]
54
54
 
55
55
  [[package]]
@@ -76,22 +76,6 @@ dependencies = [
76
76
  "system-deps 6.0.3",
77
77
  ]
78
78
 
79
- [[package]]
80
- name = "attohttpc"
81
- version = "0.22.0"
82
- source = "registry+https://github.com/rust-lang/crates.io-index"
83
- checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
84
- dependencies = [
85
- "flate2",
86
- "http",
87
- "log",
88
- "native-tls",
89
- "serde",
90
- "serde_json",
91
- "serde_urlencoded",
92
- "url",
93
- ]
94
-
95
79
  [[package]]
96
80
  name = "autocfg"
97
81
  version = "1.1.0"
@@ -514,17 +498,6 @@ dependencies = [
514
498
  "syn",
515
499
  ]
516
500
 
517
- [[package]]
518
- name = "dbus"
519
- version = "0.9.6"
520
- source = "registry+https://github.com/rust-lang/crates.io-index"
521
- checksum = "6f8bcdd56d2e5c4ed26a529c5a9029f5db8290d433497506f958eae3be148eb6"
522
- dependencies = [
523
- "libc",
524
- "libdbus-sys",
525
- "winapi",
526
- ]
527
-
528
501
  [[package]]
529
502
  name = "derive_more"
530
503
  version = "0.99.17"
@@ -660,7 +633,7 @@ dependencies = [
660
633
  "cfg-if",
661
634
  "libc",
662
635
  "redox_syscall",
663
- "windows-sys 0.42.0",
636
+ "windows-sys",
664
637
  ]
665
638
 
666
639
  [[package]]
@@ -1289,6 +1262,20 @@ dependencies = [
1289
1262
  "system-deps 5.0.0",
1290
1263
  ]
1291
1264
 
1265
+ [[package]]
1266
+ name = "jni"
1267
+ version = "0.19.0"
1268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1269
+ checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
1270
+ dependencies = [
1271
+ "cesu8",
1272
+ "combine",
1273
+ "jni-sys",
1274
+ "log",
1275
+ "thiserror",
1276
+ "walkdir",
1277
+ ]
1278
+
1292
1279
  [[package]]
1293
1280
  name = "jni"
1294
1281
  version = "0.20.0"
@@ -1368,15 +1355,6 @@ version = "0.2.137"
1368
1355
  source = "registry+https://github.com/rust-lang/crates.io-index"
1369
1356
  checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
1370
1357
 
1371
- [[package]]
1372
- name = "libdbus-sys"
1373
- version = "0.2.2"
1374
- source = "registry+https://github.com/rust-lang/crates.io-index"
1375
- checksum = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b"
1376
- dependencies = [
1377
- "pkg-config",
1378
- ]
1379
-
1380
1358
  [[package]]
1381
1359
  name = "line-wrap"
1382
1360
  version = "0.1.1"
@@ -1426,19 +1404,6 @@ version = "0.1.1"
1426
1404
  source = "registry+https://github.com/rust-lang/crates.io-index"
1427
1405
  checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1428
1406
 
1429
- [[package]]
1430
- name = "mac-notification-sys"
1431
- version = "0.5.6"
1432
- source = "registry+https://github.com/rust-lang/crates.io-index"
1433
- checksum = "3e72d50edb17756489e79d52eb146927bec8eba9dd48faadf9ef08bca3791ad5"
1434
- dependencies = [
1435
- "cc",
1436
- "dirs-next",
1437
- "objc-foundation",
1438
- "objc_id",
1439
- "time",
1440
- ]
1441
-
1442
1407
  [[package]]
1443
1408
  name = "malloc_buf"
1444
1409
  version = "0.0.6"
@@ -1519,24 +1484,6 @@ dependencies = [
1519
1484
  "getrandom 0.2.8",
1520
1485
  ]
1521
1486
 
1522
- [[package]]
1523
- name = "native-tls"
1524
- version = "0.2.11"
1525
- source = "registry+https://github.com/rust-lang/crates.io-index"
1526
- checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1527
- dependencies = [
1528
- "lazy_static",
1529
- "libc",
1530
- "log",
1531
- "openssl",
1532
- "openssl-probe",
1533
- "openssl-sys",
1534
- "schannel",
1535
- "security-framework",
1536
- "security-framework-sys",
1537
- "tempfile",
1538
- ]
1539
-
1540
1487
  [[package]]
1541
1488
  name = "ndk"
1542
1489
  version = "0.6.0"
@@ -1577,17 +1524,6 @@ version = "0.1.14"
1577
1524
  source = "registry+https://github.com/rust-lang/crates.io-index"
1578
1525
  checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
1579
1526
 
1580
- [[package]]
1581
- name = "notify-rust"
1582
- version = "4.5.10"
1583
- source = "registry+https://github.com/rust-lang/crates.io-index"
1584
- checksum = "368e89ea58df747ce88be669ae44e79783c1d30bfd540ad0fc520b3f41f0b3b0"
1585
- dependencies = [
1586
- "dbus",
1587
- "mac-notification-sys",
1588
- "tauri-winrt-notification",
1589
- ]
1590
-
1591
1527
  [[package]]
1592
1528
  name = "nu-ansi-term"
1593
1529
  version = "0.46.0"
@@ -1669,17 +1605,6 @@ dependencies = [
1669
1605
  "objc_exception",
1670
1606
  ]
1671
1607
 
1672
- [[package]]
1673
- name = "objc-foundation"
1674
- version = "0.1.1"
1675
- source = "registry+https://github.com/rust-lang/crates.io-index"
1676
- checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
1677
- dependencies = [
1678
- "block",
1679
- "objc",
1680
- "objc_id",
1681
- ]
1682
-
1683
1608
  [[package]]
1684
1609
  name = "objc_exception"
1685
1610
  version = "0.1.2"
@@ -1704,82 +1629,6 @@ version = "1.16.0"
1704
1629
  source = "registry+https://github.com/rust-lang/crates.io-index"
1705
1630
  checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
1706
1631
 
1707
- [[package]]
1708
- name = "open"
1709
- version = "3.2.0"
1710
- source = "registry+https://github.com/rust-lang/crates.io-index"
1711
- checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
1712
- dependencies = [
1713
- "pathdiff",
1714
- "windows-sys 0.42.0",
1715
- ]
1716
-
1717
- [[package]]
1718
- name = "openssl"
1719
- version = "0.10.43"
1720
- source = "registry+https://github.com/rust-lang/crates.io-index"
1721
- checksum = "020433887e44c27ff16365eaa2d380547a94544ad509aff6eb5b6e3e0b27b376"
1722
- dependencies = [
1723
- "bitflags",
1724
- "cfg-if",
1725
- "foreign-types",
1726
- "libc",
1727
- "once_cell",
1728
- "openssl-macros",
1729
- "openssl-sys",
1730
- ]
1731
-
1732
- [[package]]
1733
- name = "openssl-macros"
1734
- version = "0.1.0"
1735
- source = "registry+https://github.com/rust-lang/crates.io-index"
1736
- checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
1737
- dependencies = [
1738
- "proc-macro2",
1739
- "quote",
1740
- "syn",
1741
- ]
1742
-
1743
- [[package]]
1744
- name = "openssl-probe"
1745
- version = "0.1.5"
1746
- source = "registry+https://github.com/rust-lang/crates.io-index"
1747
- checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1748
-
1749
- [[package]]
1750
- name = "openssl-sys"
1751
- version = "0.9.78"
1752
- source = "registry+https://github.com/rust-lang/crates.io-index"
1753
- checksum = "07d5c8cb6e57b3a3612064d7b18b117912b4ce70955c2504d4b741c9e244b132"
1754
- dependencies = [
1755
- "autocfg",
1756
- "cc",
1757
- "libc",
1758
- "pkg-config",
1759
- "vcpkg",
1760
- ]
1761
-
1762
- [[package]]
1763
- name = "os_info"
1764
- version = "3.5.1"
1765
- source = "registry+https://github.com/rust-lang/crates.io-index"
1766
- checksum = "c4750134fb6a5d49afc80777394ad5d95b04bc12068c6abb92fae8f43817270f"
1767
- dependencies = [
1768
- "log",
1769
- "serde",
1770
- "winapi",
1771
- ]
1772
-
1773
- [[package]]
1774
- name = "os_pipe"
1775
- version = "1.1.1"
1776
- source = "registry+https://github.com/rust-lang/crates.io-index"
1777
- checksum = "0dceb7e43f59c35ee1548045b2c72945a5a3bb6ce6d6f07cdc13dc8f6bc4930a"
1778
- dependencies = [
1779
- "libc",
1780
- "winapi",
1781
- ]
1782
-
1783
1632
  [[package]]
1784
1633
  name = "overload"
1785
1634
  version = "0.1.1"
@@ -1823,15 +1672,15 @@ dependencies = [
1823
1672
 
1824
1673
  [[package]]
1825
1674
  name = "parking_lot_core"
1826
- version = "0.9.4"
1675
+ version = "0.9.5"
1827
1676
  source = "registry+https://github.com/rust-lang/crates.io-index"
1828
- checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
1677
+ checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
1829
1678
  dependencies = [
1830
1679
  "cfg-if",
1831
1680
  "libc",
1832
1681
  "redox_syscall",
1833
1682
  "smallvec",
1834
- "windows-sys 0.42.0",
1683
+ "windows-sys",
1835
1684
  ]
1836
1685
 
1837
1686
  [[package]]
@@ -1840,12 +1689,6 @@ version = "1.0.9"
1840
1689
  source = "registry+https://github.com/rust-lang/crates.io-index"
1841
1690
  checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
1842
1691
 
1843
- [[package]]
1844
- name = "pathdiff"
1845
- version = "0.2.1"
1846
- source = "registry+https://github.com/rust-lang/crates.io-index"
1847
- checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1848
-
1849
1692
  [[package]]
1850
1693
  name = "percent-encoding"
1851
1694
  version = "2.2.0"
@@ -2086,15 +1929,6 @@ dependencies = [
2086
1929
  "unicode-ident",
2087
1930
  ]
2088
1931
 
2089
- [[package]]
2090
- name = "quick-xml"
2091
- version = "0.23.1"
2092
- source = "registry+https://github.com/rust-lang/crates.io-index"
2093
- checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
2094
- dependencies = [
2095
- "memchr",
2096
- ]
2097
-
2098
1932
  [[package]]
2099
1933
  name = "quote"
2100
1934
  version = "1.0.21"
@@ -2272,30 +2106,6 @@ dependencies = [
2272
2106
  "winapi",
2273
2107
  ]
2274
2108
 
2275
- [[package]]
2276
- name = "rfd"
2277
- version = "0.10.0"
2278
- source = "registry+https://github.com/rust-lang/crates.io-index"
2279
- checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea"
2280
- dependencies = [
2281
- "block",
2282
- "dispatch",
2283
- "glib-sys",
2284
- "gobject-sys",
2285
- "gtk-sys",
2286
- "js-sys",
2287
- "lazy_static",
2288
- "log",
2289
- "objc",
2290
- "objc-foundation",
2291
- "objc_id",
2292
- "raw-window-handle",
2293
- "wasm-bindgen",
2294
- "wasm-bindgen-futures",
2295
- "web-sys",
2296
- "windows 0.37.0",
2297
- ]
2298
-
2299
2109
  [[package]]
2300
2110
  name = "rustc_version"
2301
2111
  version = "0.3.3"
@@ -2341,16 +2151,6 @@ dependencies = [
2341
2151
  "winapi-util",
2342
2152
  ]
2343
2153
 
2344
- [[package]]
2345
- name = "schannel"
2346
- version = "0.1.20"
2347
- source = "registry+https://github.com/rust-lang/crates.io-index"
2348
- checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2349
- dependencies = [
2350
- "lazy_static",
2351
- "windows-sys 0.36.1",
2352
- ]
2353
-
2354
2154
  [[package]]
2355
2155
  name = "scoped-tls"
2356
2156
  version = "1.0.1"
@@ -2369,29 +2169,6 @@ version = "1.1.0"
2369
2169
  source = "registry+https://github.com/rust-lang/crates.io-index"
2370
2170
  checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2371
2171
 
2372
- [[package]]
2373
- name = "security-framework"
2374
- version = "2.7.0"
2375
- source = "registry+https://github.com/rust-lang/crates.io-index"
2376
- checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
2377
- dependencies = [
2378
- "bitflags",
2379
- "core-foundation",
2380
- "core-foundation-sys",
2381
- "libc",
2382
- "security-framework-sys",
2383
- ]
2384
-
2385
- [[package]]
2386
- name = "security-framework-sys"
2387
- version = "2.6.1"
2388
- source = "registry+https://github.com/rust-lang/crates.io-index"
2389
- checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2390
- dependencies = [
2391
- "core-foundation-sys",
2392
- "libc",
2393
- ]
2394
-
2395
2172
  [[package]]
2396
2173
  name = "selectors"
2397
2174
  version = "0.22.0"
@@ -2441,18 +2218,18 @@ dependencies = [
2441
2218
 
2442
2219
  [[package]]
2443
2220
  name = "serde"
2444
- version = "1.0.147"
2221
+ version = "1.0.148"
2445
2222
  source = "registry+https://github.com/rust-lang/crates.io-index"
2446
- checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
2223
+ checksum = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc"
2447
2224
  dependencies = [
2448
2225
  "serde_derive",
2449
2226
  ]
2450
2227
 
2451
2228
  [[package]]
2452
2229
  name = "serde_derive"
2453
- version = "1.0.147"
2230
+ version = "1.0.148"
2454
2231
  source = "registry+https://github.com/rust-lang/crates.io-index"
2455
- checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
2232
+ checksum = "a55492425aa53521babf6137309e7d34c20bbfbbfcfe2c7f3a047fd1f6b92c0c"
2456
2233
  dependencies = [
2457
2234
  "proc-macro2",
2458
2235
  "quote",
@@ -2481,18 +2258,6 @@ dependencies = [
2481
2258
  "syn",
2482
2259
  ]
2483
2260
 
2484
- [[package]]
2485
- name = "serde_urlencoded"
2486
- version = "0.7.1"
2487
- source = "registry+https://github.com/rust-lang/crates.io-index"
2488
- checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2489
- dependencies = [
2490
- "form_urlencoded",
2491
- "itoa 1.0.4",
2492
- "ryu",
2493
- "serde",
2494
- ]
2495
-
2496
2261
  [[package]]
2497
2262
  name = "serde_with"
2498
2263
  version = "1.14.0"
@@ -2567,16 +2332,6 @@ dependencies = [
2567
2332
  "lazy_static",
2568
2333
  ]
2569
2334
 
2570
- [[package]]
2571
- name = "shared_child"
2572
- version = "1.0.0"
2573
- source = "registry+https://github.com/rust-lang/crates.io-index"
2574
- checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
2575
- dependencies = [
2576
- "libc",
2577
- "winapi",
2578
- ]
2579
-
2580
2335
  [[package]]
2581
2336
  name = "siphasher"
2582
2337
  version = "0.3.10"
@@ -2682,32 +2437,11 @@ version = "0.10.0"
2682
2437
  source = "registry+https://github.com/rust-lang/crates.io-index"
2683
2438
  checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2684
2439
 
2685
- [[package]]
2686
- name = "strum"
2687
- version = "0.22.0"
2688
- source = "registry+https://github.com/rust-lang/crates.io-index"
2689
- checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
2690
- dependencies = [
2691
- "strum_macros",
2692
- ]
2693
-
2694
- [[package]]
2695
- name = "strum_macros"
2696
- version = "0.22.0"
2697
- source = "registry+https://github.com/rust-lang/crates.io-index"
2698
- checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
2699
- dependencies = [
2700
- "heck 0.3.3",
2701
- "proc-macro2",
2702
- "quote",
2703
- "syn",
2704
- ]
2705
-
2706
2440
  [[package]]
2707
2441
  name = "syn"
2708
- version = "1.0.103"
2442
+ version = "1.0.104"
2709
2443
  source = "registry+https://github.com/rust-lang/crates.io-index"
2710
- checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
2444
+ checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce"
2711
2445
  dependencies = [
2712
2446
  "proc-macro2",
2713
2447
  "quote",
@@ -2740,6 +2474,52 @@ dependencies = [
2740
2474
  "version-compare 0.1.1",
2741
2475
  ]
2742
2476
 
2477
+ [[package]]
2478
+ name = "tao"
2479
+ version = "0.14.0"
2480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2481
+ checksum = "43336f5d1793543ba96e2a1e75f3a5c7dcd592743be06a0ab3a190f4fcb4b934"
2482
+ dependencies = [
2483
+ "bitflags",
2484
+ "cairo-rs",
2485
+ "cc",
2486
+ "cocoa",
2487
+ "core-foundation",
2488
+ "core-graphics",
2489
+ "crossbeam-channel",
2490
+ "dispatch",
2491
+ "gdk",
2492
+ "gdk-pixbuf",
2493
+ "gdk-sys",
2494
+ "gdkx11-sys",
2495
+ "gio",
2496
+ "glib",
2497
+ "glib-sys",
2498
+ "gtk",
2499
+ "image",
2500
+ "instant",
2501
+ "jni 0.19.0",
2502
+ "lazy_static",
2503
+ "libc",
2504
+ "log",
2505
+ "ndk",
2506
+ "ndk-context",
2507
+ "ndk-sys",
2508
+ "objc",
2509
+ "once_cell",
2510
+ "parking_lot",
2511
+ "paste",
2512
+ "png",
2513
+ "raw-window-handle",
2514
+ "scopeguard",
2515
+ "serde",
2516
+ "unicode-segmentation",
2517
+ "uuid 1.2.2",
2518
+ "windows 0.39.0",
2519
+ "windows-implement",
2520
+ "x11-dl",
2521
+ ]
2522
+
2743
2523
  [[package]]
2744
2524
  name = "tao"
2745
2525
  version = "0.15.6"
@@ -2764,7 +2544,7 @@ dependencies = [
2764
2544
  "gtk",
2765
2545
  "image",
2766
2546
  "instant",
2767
- "jni",
2547
+ "jni 0.20.0",
2768
2548
  "lazy_static",
2769
2549
  "libc",
2770
2550
  "log",
@@ -2804,7 +2584,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2804
2584
  checksum = "18203448b9d4dcad55607eafeda6dc7fe135848e5f567cd8bdade6cafd8b1a85"
2805
2585
  dependencies = [
2806
2586
  "anyhow",
2807
- "attohttpc",
2808
2587
  "cocoa",
2809
2588
  "dirs-next",
2810
2589
  "embed_plist",
@@ -2817,23 +2596,16 @@ dependencies = [
2817
2596
  "heck 0.4.0",
2818
2597
  "http",
2819
2598
  "ignore",
2820
- "notify-rust",
2821
2599
  "objc",
2822
2600
  "once_cell",
2823
- "open",
2824
- "os_info",
2825
- "os_pipe",
2826
2601
  "percent-encoding",
2827
2602
  "rand 0.8.5",
2828
2603
  "raw-window-handle",
2829
- "regex",
2830
- "rfd",
2831
2604
  "semver 1.0.14",
2832
2605
  "serde",
2833
2606
  "serde_json",
2834
2607
  "serde_repr",
2835
2608
  "serialize-to-javascript",
2836
- "shared_child",
2837
2609
  "state",
2838
2610
  "tar",
2839
2611
  "tauri-macros",
@@ -2880,7 +2652,6 @@ dependencies = [
2880
2652
  "png",
2881
2653
  "proc-macro2",
2882
2654
  "quote",
2883
- "regex",
2884
2655
  "semver 1.0.14",
2885
2656
  "serde",
2886
2657
  "serde_json",
@@ -2943,7 +2714,7 @@ dependencies = [
2943
2714
  "webkit2gtk",
2944
2715
  "webview2-com",
2945
2716
  "windows 0.39.0",
2946
- "wry",
2717
+ "wry 0.22.5",
2947
2718
  ]
2948
2719
 
2949
2720
  [[package]]
@@ -2974,17 +2745,6 @@ dependencies = [
2974
2745
  "windows 0.39.0",
2975
2746
  ]
2976
2747
 
2977
- [[package]]
2978
- name = "tauri-winrt-notification"
2979
- version = "0.1.0"
2980
- source = "registry+https://github.com/rust-lang/crates.io-index"
2981
- checksum = "c58de036c4d2e20717024de2a3c4bf56c301f07b21bc8ef9b57189fce06f1f3b"
2982
- dependencies = [
2983
- "quick-xml",
2984
- "strum",
2985
- "windows 0.39.0",
2986
- ]
2987
-
2988
2748
  [[package]]
2989
2749
  name = "tempfile"
2990
2750
  version = "3.3.0"
@@ -3278,12 +3038,6 @@ version = "0.1.0"
3278
3038
  source = "registry+https://github.com/rust-lang/crates.io-index"
3279
3039
  checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3280
3040
 
3281
- [[package]]
3282
- name = "vcpkg"
3283
- version = "0.2.15"
3284
- source = "registry+https://github.com/rust-lang/crates.io-index"
3285
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3286
-
3287
3041
  [[package]]
3288
3042
  name = "version-compare"
3289
3043
  version = "0.0.11"
@@ -3350,18 +3104,6 @@ dependencies = [
3350
3104
  "wasm-bindgen-shared",
3351
3105
  ]
3352
3106
 
3353
- [[package]]
3354
- name = "wasm-bindgen-futures"
3355
- version = "0.4.33"
3356
- source = "registry+https://github.com/rust-lang/crates.io-index"
3357
- checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
3358
- dependencies = [
3359
- "cfg-if",
3360
- "js-sys",
3361
- "wasm-bindgen",
3362
- "web-sys",
3363
- ]
3364
-
3365
3107
  [[package]]
3366
3108
  name = "wasm-bindgen-macro"
3367
3109
  version = "0.2.83"
@@ -3407,7 +3149,7 @@ version = "0.8.2"
3407
3149
  source = "registry+https://github.com/rust-lang/crates.io-index"
3408
3150
  checksum = "2a0cc7962b5aaa0dfcebaeef0161eec6edf5f4606c12e6777fd7d392f52033a5"
3409
3151
  dependencies = [
3410
- "jni",
3152
+ "jni 0.20.0",
3411
3153
  "ndk-context",
3412
3154
  "objc",
3413
3155
  "raw-window-handle",
@@ -3558,19 +3300,6 @@ dependencies = [
3558
3300
  "windows_x86_64_msvc 0.32.0",
3559
3301
  ]
3560
3302
 
3561
- [[package]]
3562
- name = "windows"
3563
- version = "0.37.0"
3564
- source = "registry+https://github.com/rust-lang/crates.io-index"
3565
- checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
3566
- dependencies = [
3567
- "windows_aarch64_msvc 0.37.0",
3568
- "windows_i686_gnu 0.37.0",
3569
- "windows_i686_msvc 0.37.0",
3570
- "windows_x86_64_gnu 0.37.0",
3571
- "windows_x86_64_msvc 0.37.0",
3572
- ]
3573
-
3574
3303
  [[package]]
3575
3304
  name = "windows"
3576
3305
  version = "0.39.0"
@@ -3611,19 +3340,6 @@ version = "0.39.0"
3611
3340
  source = "registry+https://github.com/rust-lang/crates.io-index"
3612
3341
  checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278"
3613
3342
 
3614
- [[package]]
3615
- name = "windows-sys"
3616
- version = "0.36.1"
3617
- source = "registry+https://github.com/rust-lang/crates.io-index"
3618
- checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
3619
- dependencies = [
3620
- "windows_aarch64_msvc 0.36.1",
3621
- "windows_i686_gnu 0.36.1",
3622
- "windows_i686_msvc 0.36.1",
3623
- "windows_x86_64_gnu 0.36.1",
3624
- "windows_x86_64_msvc 0.36.1",
3625
- ]
3626
-
3627
3343
  [[package]]
3628
3344
  name = "windows-sys"
3629
3345
  version = "0.42.0"
@@ -3657,18 +3373,6 @@ version = "0.32.0"
3657
3373
  source = "registry+https://github.com/rust-lang/crates.io-index"
3658
3374
  checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
3659
3375
 
3660
- [[package]]
3661
- name = "windows_aarch64_msvc"
3662
- version = "0.36.1"
3663
- source = "registry+https://github.com/rust-lang/crates.io-index"
3664
- checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
3665
-
3666
- [[package]]
3667
- name = "windows_aarch64_msvc"
3668
- version = "0.37.0"
3669
- source = "registry+https://github.com/rust-lang/crates.io-index"
3670
- checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
3671
-
3672
3376
  [[package]]
3673
3377
  name = "windows_aarch64_msvc"
3674
3378
  version = "0.39.0"
@@ -3687,18 +3391,6 @@ version = "0.32.0"
3687
3391
  source = "registry+https://github.com/rust-lang/crates.io-index"
3688
3392
  checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
3689
3393
 
3690
- [[package]]
3691
- name = "windows_i686_gnu"
3692
- version = "0.36.1"
3693
- source = "registry+https://github.com/rust-lang/crates.io-index"
3694
- checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
3695
-
3696
- [[package]]
3697
- name = "windows_i686_gnu"
3698
- version = "0.37.0"
3699
- source = "registry+https://github.com/rust-lang/crates.io-index"
3700
- checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
3701
-
3702
3394
  [[package]]
3703
3395
  name = "windows_i686_gnu"
3704
3396
  version = "0.39.0"
@@ -3717,18 +3409,6 @@ version = "0.32.0"
3717
3409
  source = "registry+https://github.com/rust-lang/crates.io-index"
3718
3410
  checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
3719
3411
 
3720
- [[package]]
3721
- name = "windows_i686_msvc"
3722
- version = "0.36.1"
3723
- source = "registry+https://github.com/rust-lang/crates.io-index"
3724
- checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
3725
-
3726
- [[package]]
3727
- name = "windows_i686_msvc"
3728
- version = "0.37.0"
3729
- source = "registry+https://github.com/rust-lang/crates.io-index"
3730
- checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
3731
-
3732
3412
  [[package]]
3733
3413
  name = "windows_i686_msvc"
3734
3414
  version = "0.39.0"
@@ -3747,18 +3427,6 @@ version = "0.32.0"
3747
3427
  source = "registry+https://github.com/rust-lang/crates.io-index"
3748
3428
  checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
3749
3429
 
3750
- [[package]]
3751
- name = "windows_x86_64_gnu"
3752
- version = "0.36.1"
3753
- source = "registry+https://github.com/rust-lang/crates.io-index"
3754
- checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
3755
-
3756
- [[package]]
3757
- name = "windows_x86_64_gnu"
3758
- version = "0.37.0"
3759
- source = "registry+https://github.com/rust-lang/crates.io-index"
3760
- checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
3761
-
3762
3430
  [[package]]
3763
3431
  name = "windows_x86_64_gnu"
3764
3432
  version = "0.39.0"
@@ -3783,18 +3451,6 @@ version = "0.32.0"
3783
3451
  source = "registry+https://github.com/rust-lang/crates.io-index"
3784
3452
  checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
3785
3453
 
3786
- [[package]]
3787
- name = "windows_x86_64_msvc"
3788
- version = "0.36.1"
3789
- source = "registry+https://github.com/rust-lang/crates.io-index"
3790
- checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
3791
-
3792
- [[package]]
3793
- name = "windows_x86_64_msvc"
3794
- version = "0.37.0"
3795
- source = "registry+https://github.com/rust-lang/crates.io-index"
3796
- checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
3797
-
3798
3454
  [[package]]
3799
3455
  name = "windows_x86_64_msvc"
3800
3456
  version = "0.39.0"
@@ -3816,6 +3472,42 @@ dependencies = [
3816
3472
  "toml",
3817
3473
  ]
3818
3474
 
3475
+ [[package]]
3476
+ name = "wry"
3477
+ version = "0.21.1"
3478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3479
+ checksum = "ff5c1352b4266fdf92c63479d2f58ab4cd29dc4e78fbc1b62011ed1227926945"
3480
+ dependencies = [
3481
+ "base64",
3482
+ "block",
3483
+ "cocoa",
3484
+ "core-graphics",
3485
+ "crossbeam-channel",
3486
+ "gdk",
3487
+ "gio",
3488
+ "glib",
3489
+ "gtk",
3490
+ "html5ever",
3491
+ "http",
3492
+ "kuchiki",
3493
+ "libc",
3494
+ "log",
3495
+ "objc",
3496
+ "objc_id",
3497
+ "once_cell",
3498
+ "serde",
3499
+ "serde_json",
3500
+ "sha2",
3501
+ "tao 0.14.0",
3502
+ "thiserror",
3503
+ "url",
3504
+ "webkit2gtk",
3505
+ "webkit2gtk-sys",
3506
+ "webview2-com",
3507
+ "windows 0.39.0",
3508
+ "windows-implement",
3509
+ ]
3510
+
3819
3511
  [[package]]
3820
3512
  name = "wry"
3821
3513
  version = "0.22.5"
@@ -3844,7 +3536,7 @@ dependencies = [
3844
3536
  "serde_json",
3845
3537
  "sha2",
3846
3538
  "soup2",
3847
- "tao",
3539
+ "tao 0.15.6",
3848
3540
  "thiserror",
3849
3541
  "url",
3850
3542
  "webkit2gtk",