Merge pull request #238064 from linsui/pot

pot: 1.1.0 -> 1.6.1

authored by

Guillaume Girol and committed by
GitHub
eb111d12 3036d314

+356 -229
+343 -221
pkgs/applications/misc/pot/Cargo.lock
··· 165 ] 166 167 [[package]] 168 - name = "async-process" 169 - version = "1.7.0" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" 172 - dependencies = [ 173 - "async-io", 174 - "async-lock", 175 - "autocfg", 176 - "blocking", 177 - "cfg-if", 178 - "event-listener", 179 - "futures-lite", 180 - "rustix", 181 - "signal-hook", 182 - "windows-sys 0.48.0", 183 - ] 184 - 185 - [[package]] 186 name = "async-recursion" 187 version = "1.0.4" 188 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 239 version = "1.1.1" 240 source = "registry+https://github.com/rust-lang/crates.io-index" 241 checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" 242 - 243 - [[package]] 244 - name = "attohttpc" 245 - version = "0.22.0" 246 - source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7" 248 - dependencies = [ 249 - "flate2", 250 - "http", 251 - "log", 252 - "native-tls", 253 - "serde", 254 - "serde_json", 255 - "serde_urlencoded", 256 - "url", 257 - ] 258 259 [[package]] 260 name = "auto-launch" ··· 387 version = "1.4.0" 388 source = "registry+https://github.com/rust-lang/crates.io-index" 389 checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 390 391 [[package]] 392 name = "cairo-rs" ··· 419 checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" 420 dependencies = [ 421 "serde", 422 - "toml 0.7.3", 423 ] 424 425 [[package]] ··· 605 606 [[package]] 607 name = "cpufeatures" 608 - version = "0.2.7" 609 source = "registry+https://github.com/rust-lang/crates.io-index" 610 - checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 611 dependencies = [ 612 "libc", 613 ] ··· 644 645 [[package]] 646 name = "crossbeam-epoch" 647 - version = "0.9.14" 648 source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 650 dependencies = [ 651 "autocfg", 652 "cfg-if", 653 "crossbeam-utils", 654 - "memoffset 0.8.0", 655 "scopeguard", 656 ] 657 658 [[package]] 659 name = "crossbeam-utils" 660 - version = "0.8.15" 661 source = "registry+https://github.com/rust-lang/crates.io-index" 662 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 663 dependencies = [ 664 "cfg-if", 665 ] ··· 718 ] 719 720 [[package]] 721 - name = "cty" 722 - version = "0.2.2" 723 - source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 725 - 726 - [[package]] 727 name = "darling" 728 version = "0.20.1" 729 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 937 dependencies = [ 938 "cc", 939 "rustc_version", 940 - "toml 0.7.3", 941 "vswhom", 942 "winreg 0.11.0", 943 ] ··· 1380 1381 [[package]] 1382 name = "getrandom" 1383 - version = "0.2.9" 1384 source = "registry+https://github.com/rust-lang/crates.io-index" 1385 - checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 1386 dependencies = [ 1387 "cfg-if", 1388 "js-sys", ··· 1562 ] 1563 1564 [[package]] 1565 name = "half" 1566 version = "2.2.1" 1567 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1638 ] 1639 1640 [[package]] 1641 name = "http-range" 1642 version = "0.1.5" 1643 source = "registry+https://github.com/rust-lang/crates.io-index" 1644 checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 1645 1646 [[package]] 1647 name = "httpdate" 1648 version = "1.0.2" 1649 source = "registry+https://github.com/rust-lang/crates.io-index" 1650 checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1651 1652 [[package]] 1653 name = "iana-time-zone" 1654 - version = "0.1.56" 1655 source = "registry+https://github.com/rust-lang/crates.io-index" 1656 - checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 1657 dependencies = [ 1658 "android_system_properties", 1659 "core-foundation-sys", ··· 1700 1701 [[package]] 1702 name = "ignore" 1703 - version = "0.4.18" 1704 source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" 1706 dependencies = [ 1707 - "crossbeam-utils", 1708 "globset", 1709 "lazy_static", 1710 "log", ··· 1776 ] 1777 1778 [[package]] 1779 name = "itoa" 1780 version = "0.4.8" 1781 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1841 1842 [[package]] 1843 name = "js-sys" 1844 - version = "0.3.63" 1845 source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 1847 dependencies = [ 1848 "wasm-bindgen", 1849 ] ··· 1910 1911 [[package]] 1912 name = "libc" 1913 - version = "0.2.145" 1914 source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81" 1916 1917 [[package]] 1918 name = "libdbus-sys" ··· 1961 1962 [[package]] 1963 name = "log" 1964 - version = "0.4.18" 1965 source = "registry+https://github.com/rust-lang/crates.io-index" 1966 - checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 1967 1968 [[package]] 1969 name = "loom" ··· 2073 2074 [[package]] 2075 name = "memoffset" 2076 - version = "0.8.0" 2077 source = "registry+https://github.com/rust-lang/crates.io-index" 2078 - checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 2079 dependencies = [ 2080 "autocfg", 2081 ] 2082 2083 [[package]] 2084 - name = "memoffset" 2085 - version = "0.9.0" 2086 source = "registry+https://github.com/rust-lang/crates.io-index" 2087 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2088 dependencies = [ 2089 - "autocfg", 2090 ] 2091 2092 [[package]] ··· 2112 ] 2113 2114 [[package]] 2115 name = "mouse_position" 2116 version = "0.1.3" 2117 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2128 source = "registry+https://github.com/rust-lang/crates.io-index" 2129 checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 2130 dependencies = [ 2131 - "getrandom 0.2.9", 2132 ] 2133 2134 [[package]] ··· 2306 "proc-macro2", 2307 "quote", 2308 "syn 1.0.109", 2309 - ] 2310 - 2311 - [[package]] 2312 - name = "num_threads" 2313 - version = "0.1.6" 2314 - source = "registry+https://github.com/rust-lang/crates.io-index" 2315 - checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 2316 - dependencies = [ 2317 - "libc", 2318 ] 2319 2320 [[package]] ··· 2676 2677 [[package]] 2678 name = "png" 2679 - version = "0.17.8" 2680 source = "registry+https://github.com/rust-lang/crates.io-index" 2681 - checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" 2682 dependencies = [ 2683 "bitflags", 2684 "crc32fast", ··· 2707 name = "pot" 2708 version = "0.0.0" 2709 dependencies = [ 2710 "core-graphics", 2711 "dirs 5.0.1", 2712 "dunce", ··· 2723 "tauri-plugin-autostart", 2724 "tauri-plugin-single-instance", 2725 "tiny_http", 2726 - "toml 0.7.3", 2727 "window-shadows", 2728 "windows 0.44.0", 2729 ] ··· 2782 2783 [[package]] 2784 name = "proc-macro2" 2785 - version = "1.0.59" 2786 source = "registry+https://github.com/rust-lang/crates.io-index" 2787 - checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" 2788 dependencies = [ 2789 "unicode-ident", 2790 ] ··· 2885 source = "registry+https://github.com/rust-lang/crates.io-index" 2886 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2887 dependencies = [ 2888 - "getrandom 0.2.9", 2889 ] 2890 2891 [[package]] ··· 2908 2909 [[package]] 2910 name = "raw-window-handle" 2911 - version = "0.5.0" 2912 source = "registry+https://github.com/rust-lang/crates.io-index" 2913 - checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a" 2914 - dependencies = [ 2915 - "cty", 2916 - ] 2917 2918 [[package]] 2919 name = "rayon" ··· 2961 source = "registry+https://github.com/rust-lang/crates.io-index" 2962 checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2963 dependencies = [ 2964 - "getrandom 0.2.9", 2965 "redox_syscall 0.2.16", 2966 "thiserror", 2967 ] ··· 2999 checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 3000 3001 [[package]] 3002 name = "rfd" 3003 version = "0.10.0" 3004 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3033 3034 [[package]] 3035 name = "rustix" 3036 - version = "0.37.19" 3037 source = "registry+https://github.com/rust-lang/crates.io-index" 3038 - checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 3039 dependencies = [ 3040 "bitflags", 3041 "errno", ··· 3136 [[package]] 3137 name = "selection" 3138 version = "0.1.0" 3139 - source = "git+https://github.com/pot-app/Selection#321f5aa9a55676103a9e13e0aa35daec0b7ebff4" 3140 dependencies = [ 3141 "arboard", 3142 "enigo", 3143 - "macos-accessibility-client", 3144 "windows 0.44.0", 3145 "wl-clipboard-rs", 3146 "x11-clipboard", ··· 3177 3178 [[package]] 3179 name = "serde" 3180 - version = "1.0.163" 3181 source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 3183 dependencies = [ 3184 "serde_derive", 3185 ] 3186 3187 [[package]] 3188 name = "serde_derive" 3189 - version = "1.0.163" 3190 source = "registry+https://github.com/rust-lang/crates.io-index" 3191 - checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 3192 dependencies = [ 3193 "proc-macro2", 3194 "quote", ··· 3197 3198 [[package]] 3199 name = "serde_json" 3200 - version = "1.0.96" 3201 source = "registry+https://github.com/rust-lang/crates.io-index" 3202 - checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 3203 dependencies = [ 3204 "itoa 1.0.6", 3205 "ryu", ··· 3240 3241 [[package]] 3242 name = "serde_with" 3243 - version = "2.3.3" 3244 source = "registry+https://github.com/rust-lang/crates.io-index" 3245 - checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe" 3246 dependencies = [ 3247 - "base64 0.13.1", 3248 "chrono", 3249 "hex", 3250 "indexmap", ··· 3256 3257 [[package]] 3258 name = "serde_with_macros" 3259 - version = "2.3.3" 3260 source = "registry+https://github.com/rust-lang/crates.io-index" 3261 - checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f" 3262 dependencies = [ 3263 "darling", 3264 "proc-macro2", ··· 3311 3312 [[package]] 3313 name = "sha2" 3314 - version = "0.10.6" 3315 source = "registry+https://github.com/rust-lang/crates.io-index" 3316 - checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 3317 dependencies = [ 3318 "cfg-if", 3319 "cpufeatures", ··· 3330 ] 3331 3332 [[package]] 3333 - name = "signal-hook" 3334 - version = "0.3.15" 3335 - source = "registry+https://github.com/rust-lang/crates.io-index" 3336 - checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 3337 - dependencies = [ 3338 - "libc", 3339 - "signal-hook-registry", 3340 - ] 3341 - 3342 - [[package]] 3343 - name = "signal-hook-registry" 3344 - version = "1.4.1" 3345 - source = "registry+https://github.com/rust-lang/crates.io-index" 3346 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3347 - dependencies = [ 3348 - "libc", 3349 - ] 3350 - 3351 - [[package]] 3352 name = "simd-adler32" 3353 version = "0.3.5" 3354 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3482 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3483 3484 [[package]] 3485 - name = "strum" 3486 - version = "0.22.0" 3487 - source = "registry+https://github.com/rust-lang/crates.io-index" 3488 - checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e" 3489 - dependencies = [ 3490 - "strum_macros", 3491 - ] 3492 - 3493 - [[package]] 3494 - name = "strum_macros" 3495 - version = "0.22.0" 3496 - source = "registry+https://github.com/rust-lang/crates.io-index" 3497 - checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb" 3498 - dependencies = [ 3499 - "heck 0.3.3", 3500 - "proc-macro2", 3501 - "quote", 3502 - "syn 1.0.109", 3503 - ] 3504 - 3505 - [[package]] 3506 name = "syn" 3507 version = "1.0.109" 3508 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3546 "cfg-expr 0.15.2", 3547 "heck 0.4.1", 3548 "pkg-config", 3549 - "toml 0.7.3", 3550 "version-compare 0.1.1", 3551 ] 3552 ··· 3629 3630 [[package]] 3631 name = "tauri" 3632 - version = "1.3.0" 3633 source = "registry+https://github.com/rust-lang/crates.io-index" 3634 - checksum = "d42ba3a2e8556722f31336a0750c10dbb6a81396a1c452977f515da83f69f842" 3635 dependencies = [ 3636 "anyhow", 3637 - "attohttpc", 3638 "base64 0.21.2", 3639 "cocoa", 3640 "dirs-next", 3641 "embed_plist", ··· 3657 "rand 0.8.5", 3658 "raw-window-handle", 3659 "regex", 3660 "rfd", 3661 "semver", 3662 "serde", ··· 3683 3684 [[package]] 3685 name = "tauri-build" 3686 - version = "1.3.0" 3687 source = "registry+https://github.com/rust-lang/crates.io-index" 3688 - checksum = "929b3bd1248afc07b63e33a6a53c3f82c32d0b0a5e216e4530e94c467e019389" 3689 dependencies = [ 3690 "anyhow", 3691 "cargo_toml", ··· 3696 "serde_json", 3697 "tauri-utils", 3698 "tauri-winres", 3699 - "winnow", 3700 ] 3701 3702 [[package]] 3703 name = "tauri-codegen" 3704 - version = "1.3.0" 3705 source = "registry+https://github.com/rust-lang/crates.io-index" 3706 - checksum = "e5a2105f807c6f50b2fa2ce5abd62ef207bc6f14c9fcc6b8caec437f6fb13bde" 3707 dependencies = [ 3708 "base64 0.21.2", 3709 "brotli", ··· 3727 3728 [[package]] 3729 name = "tauri-macros" 3730 - version = "1.3.0" 3731 source = "registry+https://github.com/rust-lang/crates.io-index" 3732 - checksum = "8784cfe6f5444097e93c69107d1ac5e8f13d02850efa8d8f2a40fe79674cef46" 3733 dependencies = [ 3734 "heck 0.4.1", 3735 "proc-macro2", ··· 3742 [[package]] 3743 name = "tauri-plugin-autostart" 3744 version = "0.0.0" 3745 - source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#dce0f02bc571128308c30278cde3233f341e6a50" 3746 dependencies = [ 3747 "auto-launch", 3748 "log", ··· 3755 [[package]] 3756 name = "tauri-plugin-single-instance" 3757 version = "0.0.0" 3758 - source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#dce0f02bc571128308c30278cde3233f341e6a50" 3759 dependencies = [ 3760 "log", 3761 "serde", ··· 3768 3769 [[package]] 3770 name = "tauri-runtime" 3771 - version = "0.13.0" 3772 source = "registry+https://github.com/rust-lang/crates.io-index" 3773 - checksum = "b3b80ea3fcd5fefb60739a3b577b277e8fc30434538a2f5bba82ad7d4368c422" 3774 dependencies = [ 3775 "gtk", 3776 "http", ··· 3789 3790 [[package]] 3791 name = "tauri-runtime-wry" 3792 - version = "0.13.0" 3793 source = "registry+https://github.com/rust-lang/crates.io-index" 3794 - checksum = "d1c396950b1ba06aee1b4ffe6c7cd305ff433ca0e30acbc5fa1a2f92a4ce70f1" 3795 dependencies = [ 3796 "cocoa", 3797 "gtk", ··· 3809 3810 [[package]] 3811 name = "tauri-utils" 3812 - version = "1.3.0" 3813 source = "registry+https://github.com/rust-lang/crates.io-index" 3814 - checksum = "5a6f9c2dafef5cbcf52926af57ce9561bd33bb41d7394f8bb849c0330260d864" 3815 dependencies = [ 3816 "brotli", 3817 "ctor", 3818 "glob", 3819 "heck 0.4.1", 3820 "html5ever", ··· 3842 checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" 3843 dependencies = [ 3844 "embed-resource", 3845 - "toml 0.7.3", 3846 ] 3847 3848 [[package]] 3849 name = "tauri-winrt-notification" 3850 - version = "0.1.0" 3851 source = "registry+https://github.com/rust-lang/crates.io-index" 3852 - checksum = "c58de036c4d2e20717024de2a3c4bf56c301f07b21bc8ef9b57189fce06f1f3b" 3853 dependencies = [ 3854 "quick-xml 0.23.1", 3855 - "strum", 3856 "windows 0.39.0", 3857 ] 3858 3859 [[package]] 3860 name = "tempfile" 3861 - version = "3.5.0" 3862 source = "registry+https://github.com/rust-lang/crates.io-index" 3863 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 3864 dependencies = [ 3865 "cfg-if", 3866 "fastrand", 3867 "redox_syscall 0.3.5", 3868 "rustix", 3869 - "windows-sys 0.45.0", 3870 ] 3871 3872 [[package]] ··· 3929 3930 [[package]] 3931 name = "time" 3932 - version = "0.3.15" 3933 source = "registry+https://github.com/rust-lang/crates.io-index" 3934 - checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c" 3935 dependencies = [ 3936 "itoa 1.0.6", 3937 - "libc", 3938 - "num_threads", 3939 "serde", 3940 ] 3941 3942 [[package]] ··· 3974 dependencies = [ 3975 "autocfg", 3976 "bytes", 3977 "num_cpus", 3978 "pin-project-lite", 3979 "windows-sys 0.48.0", 3980 ] 3981 3982 [[package]] 3983 name = "toml" 3984 version = "0.5.11" 3985 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3990 3991 [[package]] 3992 name = "toml" 3993 - version = "0.7.3" 3994 source = "registry+https://github.com/rust-lang/crates.io-index" 3995 - checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 3996 dependencies = [ 3997 "serde", 3998 "serde_spanned", ··· 4011 4012 [[package]] 4013 name = "toml_edit" 4014 - version = "0.19.8" 4015 source = "registry+https://github.com/rust-lang/crates.io-index" 4016 - checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 4017 dependencies = [ 4018 "indexmap", 4019 "serde", ··· 4021 "toml_datetime", 4022 "winnow", 4023 ] 4024 4025 [[package]] 4026 name = "tracing" ··· 4108 ] 4109 4110 [[package]] 4111 name = "typenum" 4112 version = "1.16.0" 4113 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4121 dependencies = [ 4122 "tempfile", 4123 "winapi", 4124 ] 4125 4126 [[package]] ··· 4170 4171 [[package]] 4172 name = "uuid" 4173 - version = "1.3.3" 4174 source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2" 4176 dependencies = [ 4177 - "getrandom 0.2.9", 4178 ] 4179 4180 [[package]] ··· 4244 ] 4245 4246 [[package]] 4247 name = "wasi" 4248 version = "0.9.0+wasi-snapshot-preview1" 4249 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4257 4258 [[package]] 4259 name = "wasm-bindgen" 4260 - version = "0.2.86" 4261 source = "registry+https://github.com/rust-lang/crates.io-index" 4262 - checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 4263 dependencies = [ 4264 "cfg-if", 4265 "wasm-bindgen-macro", ··· 4267 4268 [[package]] 4269 name = "wasm-bindgen-backend" 4270 - version = "0.2.86" 4271 source = "registry+https://github.com/rust-lang/crates.io-index" 4272 - checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 4273 dependencies = [ 4274 "bumpalo", 4275 "log", ··· 4282 4283 [[package]] 4284 name = "wasm-bindgen-futures" 4285 - version = "0.4.36" 4286 source = "registry+https://github.com/rust-lang/crates.io-index" 4287 - checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e" 4288 dependencies = [ 4289 "cfg-if", 4290 "js-sys", ··· 4294 4295 [[package]] 4296 name = "wasm-bindgen-macro" 4297 - version = "0.2.86" 4298 source = "registry+https://github.com/rust-lang/crates.io-index" 4299 - checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 4300 dependencies = [ 4301 "quote", 4302 "wasm-bindgen-macro-support", ··· 4304 4305 [[package]] 4306 name = "wasm-bindgen-macro-support" 4307 - version = "0.2.86" 4308 source = "registry+https://github.com/rust-lang/crates.io-index" 4309 - checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 4310 dependencies = [ 4311 "proc-macro2", 4312 "quote", ··· 4317 4318 [[package]] 4319 name = "wasm-bindgen-shared" 4320 - version = "0.2.86" 4321 source = "registry+https://github.com/rust-lang/crates.io-index" 4322 - checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 4323 4324 [[package]] 4325 name = "wayland-client" ··· 4382 4383 [[package]] 4384 name = "web-sys" 4385 - version = "0.3.63" 4386 source = "registry+https://github.com/rust-lang/crates.io-index" 4387 - checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 4388 dependencies = [ 4389 "js-sys", 4390 "wasm-bindgen", ··· 4627 4628 [[package]] 4629 name = "windows-sys" 4630 - version = "0.45.0" 4631 - source = "registry+https://github.com/rust-lang/crates.io-index" 4632 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4633 - dependencies = [ 4634 - "windows-targets 0.42.2", 4635 - ] 4636 - 4637 - [[package]] 4638 - name = "windows-sys" 4639 version = "0.48.0" 4640 source = "registry+https://github.com/rust-lang/crates.io-index" 4641 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" ··· 4825 4826 [[package]] 4827 name = "winnow" 4828 - version = "0.4.1" 4829 source = "registry+https://github.com/rust-lang/crates.io-index" 4830 - checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 4831 dependencies = [ 4832 "memchr", 4833 ] ··· 4997 4998 [[package]] 4999 name = "zbus" 5000 - version = "3.13.1" 5001 source = "registry+https://github.com/rust-lang/crates.io-index" 5002 - checksum = "6c3d77c9966c28321f1907f0b6c5a5561189d1f7311eea6d94180c6be9daab29" 5003 dependencies = [ 5004 "async-broadcast", 5005 "async-executor", 5006 "async-fs", 5007 "async-io", 5008 "async-lock", 5009 - "async-process", 5010 "async-recursion", 5011 "async-task", 5012 "async-trait", ··· 5037 5038 [[package]] 5039 name = "zbus_macros" 5040 - version = "3.13.1" 5041 source = "registry+https://github.com/rust-lang/crates.io-index" 5042 - checksum = "f6e341d12edaff644e539ccbbf7f161601294c9a84ed3d7e015da33155b435af" 5043 dependencies = [ 5044 "proc-macro-crate", 5045 "proc-macro2", 5046 "quote", 5047 "regex", 5048 "syn 1.0.109", 5049 - "winnow", 5050 "zvariant_utils", 5051 ] 5052 ··· 5083 5084 [[package]] 5085 name = "zvariant" 5086 - version = "3.14.0" 5087 source = "registry+https://github.com/rust-lang/crates.io-index" 5088 - checksum = "622cc473f10cef1b0d73b7b34a266be30ebdcfaea40ec297dd8cbda088f9f93c" 5089 dependencies = [ 5090 "byteorder", 5091 "enumflags2", ··· 5097 5098 [[package]] 5099 name = "zvariant_derive" 5100 - version = "3.14.0" 5101 source = "registry+https://github.com/rust-lang/crates.io-index" 5102 - checksum = "5d9c1b57352c25b778257c661f3c4744b7cefb7fc09dd46909a153cce7773da2" 5103 dependencies = [ 5104 "proc-macro-crate", 5105 "proc-macro2", ··· 5110 5111 [[package]] 5112 name = "zvariant_utils" 5113 - version = "1.0.1" 5114 source = "registry+https://github.com/rust-lang/crates.io-index" 5115 - checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 5116 dependencies = [ 5117 "proc-macro2", 5118 "quote",
··· 165 ] 166 167 [[package]] 168 name = "async-recursion" 169 version = "1.0.4" 170 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 221 version = "1.1.1" 222 source = "registry+https://github.com/rust-lang/crates.io-index" 223 checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" 224 225 [[package]] 226 name = "auto-launch" ··· 353 version = "1.4.0" 354 source = "registry+https://github.com/rust-lang/crates.io-index" 355 checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 356 + dependencies = [ 357 + "serde", 358 + ] 359 360 [[package]] 361 name = "cairo-rs" ··· 388 checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" 389 dependencies = [ 390 "serde", 391 + "toml 0.7.4", 392 ] 393 394 [[package]] ··· 574 575 [[package]] 576 name = "cpufeatures" 577 + version = "0.2.8" 578 source = "registry+https://github.com/rust-lang/crates.io-index" 579 + checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c" 580 dependencies = [ 581 "libc", 582 ] ··· 613 614 [[package]] 615 name = "crossbeam-epoch" 616 + version = "0.9.15" 617 source = "registry+https://github.com/rust-lang/crates.io-index" 618 + checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 619 dependencies = [ 620 "autocfg", 621 "cfg-if", 622 "crossbeam-utils", 623 + "memoffset 0.9.0", 624 "scopeguard", 625 ] 626 627 [[package]] 628 name = "crossbeam-utils" 629 + version = "0.8.16" 630 source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 632 dependencies = [ 633 "cfg-if", 634 ] ··· 687 ] 688 689 [[package]] 690 name = "darling" 691 version = "0.20.1" 692 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 900 dependencies = [ 901 "cc", 902 "rustc_version", 903 + "toml 0.7.4", 904 "vswhom", 905 "winreg 0.11.0", 906 ] ··· 1343 1344 [[package]] 1345 name = "getrandom" 1346 + version = "0.2.10" 1347 source = "registry+https://github.com/rust-lang/crates.io-index" 1348 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1349 dependencies = [ 1350 "cfg-if", 1351 "js-sys", ··· 1525 ] 1526 1527 [[package]] 1528 + name = "h2" 1529 + version = "0.3.19" 1530 + source = "registry+https://github.com/rust-lang/crates.io-index" 1531 + checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 1532 + dependencies = [ 1533 + "bytes", 1534 + "fnv", 1535 + "futures-core", 1536 + "futures-sink", 1537 + "futures-util", 1538 + "http", 1539 + "indexmap", 1540 + "slab", 1541 + "tokio", 1542 + "tokio-util", 1543 + "tracing", 1544 + ] 1545 + 1546 + [[package]] 1547 name = "half" 1548 version = "2.2.1" 1549 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1620 ] 1621 1622 [[package]] 1623 + name = "http-body" 1624 + version = "0.4.5" 1625 + source = "registry+https://github.com/rust-lang/crates.io-index" 1626 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1627 + dependencies = [ 1628 + "bytes", 1629 + "http", 1630 + "pin-project-lite", 1631 + ] 1632 + 1633 + [[package]] 1634 name = "http-range" 1635 version = "0.1.5" 1636 source = "registry+https://github.com/rust-lang/crates.io-index" 1637 checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 1638 1639 [[package]] 1640 + name = "httparse" 1641 + version = "1.8.0" 1642 + source = "registry+https://github.com/rust-lang/crates.io-index" 1643 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1644 + 1645 + [[package]] 1646 name = "httpdate" 1647 version = "1.0.2" 1648 source = "registry+https://github.com/rust-lang/crates.io-index" 1649 checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1650 1651 [[package]] 1652 + name = "hyper" 1653 + version = "0.14.26" 1654 + source = "registry+https://github.com/rust-lang/crates.io-index" 1655 + checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" 1656 + dependencies = [ 1657 + "bytes", 1658 + "futures-channel", 1659 + "futures-core", 1660 + "futures-util", 1661 + "h2", 1662 + "http", 1663 + "http-body", 1664 + "httparse", 1665 + "httpdate", 1666 + "itoa 1.0.6", 1667 + "pin-project-lite", 1668 + "socket2", 1669 + "tokio", 1670 + "tower-service", 1671 + "tracing", 1672 + "want", 1673 + ] 1674 + 1675 + [[package]] 1676 + name = "hyper-tls" 1677 + version = "0.5.0" 1678 + source = "registry+https://github.com/rust-lang/crates.io-index" 1679 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1680 + dependencies = [ 1681 + "bytes", 1682 + "hyper", 1683 + "native-tls", 1684 + "tokio", 1685 + "tokio-native-tls", 1686 + ] 1687 + 1688 + [[package]] 1689 name = "iana-time-zone" 1690 + version = "0.1.57" 1691 source = "registry+https://github.com/rust-lang/crates.io-index" 1692 + checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 1693 dependencies = [ 1694 "android_system_properties", 1695 "core-foundation-sys", ··· 1736 1737 [[package]] 1738 name = "ignore" 1739 + version = "0.4.20" 1740 source = "registry+https://github.com/rust-lang/crates.io-index" 1741 + checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 1742 dependencies = [ 1743 "globset", 1744 "lazy_static", 1745 "log", ··· 1811 ] 1812 1813 [[package]] 1814 + name = "ipnet" 1815 + version = "2.7.2" 1816 + source = "registry+https://github.com/rust-lang/crates.io-index" 1817 + checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 1818 + 1819 + [[package]] 1820 name = "itoa" 1821 version = "0.4.8" 1822 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1882 1883 [[package]] 1884 name = "js-sys" 1885 + version = "0.3.64" 1886 source = "registry+https://github.com/rust-lang/crates.io-index" 1887 + checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1888 dependencies = [ 1889 "wasm-bindgen", 1890 ] ··· 1951 1952 [[package]] 1953 name = "libc" 1954 + version = "0.2.146" 1955 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 + checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 1957 1958 [[package]] 1959 name = "libdbus-sys" ··· 2002 2003 [[package]] 2004 name = "log" 2005 + version = "0.4.19" 2006 source = "registry+https://github.com/rust-lang/crates.io-index" 2007 + checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 2008 2009 [[package]] 2010 name = "loom" ··· 2114 2115 [[package]] 2116 name = "memoffset" 2117 + version = "0.9.0" 2118 source = "registry+https://github.com/rust-lang/crates.io-index" 2119 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2120 dependencies = [ 2121 "autocfg", 2122 ] 2123 2124 [[package]] 2125 + name = "mime" 2126 + version = "0.3.17" 2127 + source = "registry+https://github.com/rust-lang/crates.io-index" 2128 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2129 + 2130 + [[package]] 2131 + name = "mime_guess" 2132 + version = "2.0.4" 2133 source = "registry+https://github.com/rust-lang/crates.io-index" 2134 + checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 2135 dependencies = [ 2136 + "mime", 2137 + "unicase", 2138 ] 2139 2140 [[package]] ··· 2160 ] 2161 2162 [[package]] 2163 + name = "mio" 2164 + version = "0.8.8" 2165 + source = "registry+https://github.com/rust-lang/crates.io-index" 2166 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 2167 + dependencies = [ 2168 + "libc", 2169 + "wasi 0.11.0+wasi-snapshot-preview1", 2170 + "windows-sys 0.48.0", 2171 + ] 2172 + 2173 + [[package]] 2174 name = "mouse_position" 2175 version = "0.1.3" 2176 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2187 source = "registry+https://github.com/rust-lang/crates.io-index" 2188 checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 2189 dependencies = [ 2190 + "getrandom 0.2.10", 2191 ] 2192 2193 [[package]] ··· 2365 "proc-macro2", 2366 "quote", 2367 "syn 1.0.109", 2368 ] 2369 2370 [[package]] ··· 2726 2727 [[package]] 2728 name = "png" 2729 + version = "0.17.9" 2730 source = "registry+https://github.com/rust-lang/crates.io-index" 2731 + checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11" 2732 dependencies = [ 2733 "bitflags", 2734 "crc32fast", ··· 2757 name = "pot" 2758 version = "0.0.0" 2759 dependencies = [ 2760 + "base64 0.21.2", 2761 "core-graphics", 2762 "dirs 5.0.1", 2763 "dunce", ··· 2774 "tauri-plugin-autostart", 2775 "tauri-plugin-single-instance", 2776 "tiny_http", 2777 + "toml 0.7.4", 2778 "window-shadows", 2779 "windows 0.44.0", 2780 ] ··· 2833 2834 [[package]] 2835 name = "proc-macro2" 2836 + version = "1.0.60" 2837 source = "registry+https://github.com/rust-lang/crates.io-index" 2838 + checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 2839 dependencies = [ 2840 "unicode-ident", 2841 ] ··· 2936 source = "registry+https://github.com/rust-lang/crates.io-index" 2937 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2938 dependencies = [ 2939 + "getrandom 0.2.10", 2940 ] 2941 2942 [[package]] ··· 2959 2960 [[package]] 2961 name = "raw-window-handle" 2962 + version = "0.5.2" 2963 source = "registry+https://github.com/rust-lang/crates.io-index" 2964 + checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2965 2966 [[package]] 2967 name = "rayon" ··· 3009 source = "registry+https://github.com/rust-lang/crates.io-index" 3010 checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 3011 dependencies = [ 3012 + "getrandom 0.2.10", 3013 "redox_syscall 0.2.16", 3014 "thiserror", 3015 ] ··· 3047 checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 3048 3049 [[package]] 3050 + name = "reqwest" 3051 + version = "0.11.18" 3052 + source = "registry+https://github.com/rust-lang/crates.io-index" 3053 + checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 3054 + dependencies = [ 3055 + "base64 0.21.2", 3056 + "bytes", 3057 + "encoding_rs", 3058 + "futures-core", 3059 + "futures-util", 3060 + "h2", 3061 + "http", 3062 + "http-body", 3063 + "hyper", 3064 + "hyper-tls", 3065 + "ipnet", 3066 + "js-sys", 3067 + "log", 3068 + "mime", 3069 + "mime_guess", 3070 + "native-tls", 3071 + "once_cell", 3072 + "percent-encoding", 3073 + "pin-project-lite", 3074 + "serde", 3075 + "serde_json", 3076 + "serde_urlencoded", 3077 + "tokio", 3078 + "tokio-native-tls", 3079 + "tokio-util", 3080 + "tower-service", 3081 + "url", 3082 + "wasm-bindgen", 3083 + "wasm-bindgen-futures", 3084 + "wasm-streams", 3085 + "web-sys", 3086 + "winreg 0.10.1", 3087 + ] 3088 + 3089 + [[package]] 3090 name = "rfd" 3091 version = "0.10.0" 3092 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3121 3122 [[package]] 3123 name = "rustix" 3124 + version = "0.37.20" 3125 source = "registry+https://github.com/rust-lang/crates.io-index" 3126 + checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 3127 dependencies = [ 3128 "bitflags", 3129 "errno", ··· 3224 [[package]] 3225 name = "selection" 3226 version = "0.1.0" 3227 + source = "git+https://github.com/pot-app/Selection#43845dc902d2e507f09914ded1481850f26b7332" 3228 dependencies = [ 3229 "arboard", 3230 "enigo", 3231 "windows 0.44.0", 3232 "wl-clipboard-rs", 3233 "x11-clipboard", ··· 3264 3265 [[package]] 3266 name = "serde" 3267 + version = "1.0.164" 3268 source = "registry+https://github.com/rust-lang/crates.io-index" 3269 + checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 3270 dependencies = [ 3271 "serde_derive", 3272 ] 3273 3274 [[package]] 3275 name = "serde_derive" 3276 + version = "1.0.164" 3277 source = "registry+https://github.com/rust-lang/crates.io-index" 3278 + checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 3279 dependencies = [ 3280 "proc-macro2", 3281 "quote", ··· 3284 3285 [[package]] 3286 name = "serde_json" 3287 + version = "1.0.97" 3288 source = "registry+https://github.com/rust-lang/crates.io-index" 3289 + checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" 3290 dependencies = [ 3291 "itoa 1.0.6", 3292 "ryu", ··· 3327 3328 [[package]] 3329 name = "serde_with" 3330 + version = "3.0.0" 3331 source = "registry+https://github.com/rust-lang/crates.io-index" 3332 + checksum = "9f02d8aa6e3c385bf084924f660ce2a3a6bd333ba55b35e8590b321f35d88513" 3333 dependencies = [ 3334 + "base64 0.21.2", 3335 "chrono", 3336 "hex", 3337 "indexmap", ··· 3343 3344 [[package]] 3345 name = "serde_with_macros" 3346 + version = "3.0.0" 3347 source = "registry+https://github.com/rust-lang/crates.io-index" 3348 + checksum = "edc7d5d3932fb12ce722ee5e64dd38c504efba37567f0c402f6ca728c3b8b070" 3349 dependencies = [ 3350 "darling", 3351 "proc-macro2", ··· 3398 3399 [[package]] 3400 name = "sha2" 3401 + version = "0.10.7" 3402 source = "registry+https://github.com/rust-lang/crates.io-index" 3403 + checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 3404 dependencies = [ 3405 "cfg-if", 3406 "cpufeatures", ··· 3417 ] 3418 3419 [[package]] 3420 name = "simd-adler32" 3421 version = "0.3.5" 3422 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3550 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3551 3552 [[package]] 3553 name = "syn" 3554 version = "1.0.109" 3555 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3593 "cfg-expr 0.15.2", 3594 "heck 0.4.1", 3595 "pkg-config", 3596 + "toml 0.7.4", 3597 "version-compare 0.1.1", 3598 ] 3599 ··· 3676 3677 [[package]] 3678 name = "tauri" 3679 + version = "1.4.0" 3680 source = "registry+https://github.com/rust-lang/crates.io-index" 3681 + checksum = "cc35893c7e08d9564a9206bd52182dce031b0d5132dc946b3e166e00d03f8cfe" 3682 dependencies = [ 3683 "anyhow", 3684 "base64 0.21.2", 3685 + "bytes", 3686 "cocoa", 3687 "dirs-next", 3688 "embed_plist", ··· 3704 "rand 0.8.5", 3705 "raw-window-handle", 3706 "regex", 3707 + "reqwest", 3708 "rfd", 3709 "semver", 3710 "serde", ··· 3731 3732 [[package]] 3733 name = "tauri-build" 3734 + version = "1.4.0" 3735 source = "registry+https://github.com/rust-lang/crates.io-index" 3736 + checksum = "7d2edd6a259b5591c8efdeb9d5702cb53515b82a6affebd55c7fd6d3a27b7d1b" 3737 dependencies = [ 3738 "anyhow", 3739 "cargo_toml", ··· 3744 "serde_json", 3745 "tauri-utils", 3746 "tauri-winres", 3747 ] 3748 3749 [[package]] 3750 name = "tauri-codegen" 3751 + version = "1.4.0" 3752 source = "registry+https://github.com/rust-lang/crates.io-index" 3753 + checksum = "54ad2d49fdeab4a08717f5b49a163bdc72efc3b1950b6758245fcde79b645e1a" 3754 dependencies = [ 3755 "base64 0.21.2", 3756 "brotli", ··· 3774 3775 [[package]] 3776 name = "tauri-macros" 3777 + version = "1.4.0" 3778 source = "registry+https://github.com/rust-lang/crates.io-index" 3779 + checksum = "8eb12a2454e747896929338d93b0642144bb51e0dddbb36e579035731f0d76b7" 3780 dependencies = [ 3781 "heck 0.4.1", 3782 "proc-macro2", ··· 3789 [[package]] 3790 name = "tauri-plugin-autostart" 3791 version = "0.0.0" 3792 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#c4d2c8c693a8e0da627f4c845486dbe1b1e32c64" 3793 dependencies = [ 3794 "auto-launch", 3795 "log", ··· 3802 [[package]] 3803 name = "tauri-plugin-single-instance" 3804 version = "0.0.0" 3805 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#c4d2c8c693a8e0da627f4c845486dbe1b1e32c64" 3806 dependencies = [ 3807 "log", 3808 "serde", ··· 3815 3816 [[package]] 3817 name = "tauri-runtime" 3818 + version = "0.14.0" 3819 source = "registry+https://github.com/rust-lang/crates.io-index" 3820 + checksum = "108683199cb18f96d2d4134187bb789964143c845d2d154848dda209191fd769" 3821 dependencies = [ 3822 "gtk", 3823 "http", ··· 3836 3837 [[package]] 3838 name = "tauri-runtime-wry" 3839 + version = "0.14.0" 3840 source = "registry+https://github.com/rust-lang/crates.io-index" 3841 + checksum = "0b7aa256a1407a3a091b5d843eccc1a5042289baf0a43d1179d9f0fcfea37c1b" 3842 dependencies = [ 3843 "cocoa", 3844 "gtk", ··· 3856 3857 [[package]] 3858 name = "tauri-utils" 3859 + version = "1.4.0" 3860 source = "registry+https://github.com/rust-lang/crates.io-index" 3861 + checksum = "03fc02bb6072bb397e1d473c6f76c953cda48b4a2d0cce605df284aa74a12e84" 3862 dependencies = [ 3863 "brotli", 3864 "ctor", 3865 + "dunce", 3866 "glob", 3867 "heck 0.4.1", 3868 "html5ever", ··· 3890 checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" 3891 dependencies = [ 3892 "embed-resource", 3893 + "toml 0.7.4", 3894 ] 3895 3896 [[package]] 3897 name = "tauri-winrt-notification" 3898 + version = "0.1.1" 3899 source = "registry+https://github.com/rust-lang/crates.io-index" 3900 + checksum = "37d70573554e7630c2ca3677ea78d5ae6b030aedee5f9bf33c15d644904fa698" 3901 dependencies = [ 3902 "quick-xml 0.23.1", 3903 "windows 0.39.0", 3904 ] 3905 3906 [[package]] 3907 name = "tempfile" 3908 + version = "3.6.0" 3909 source = "registry+https://github.com/rust-lang/crates.io-index" 3910 + checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 3911 dependencies = [ 3912 + "autocfg", 3913 "cfg-if", 3914 "fastrand", 3915 "redox_syscall 0.3.5", 3916 "rustix", 3917 + "windows-sys 0.48.0", 3918 ] 3919 3920 [[package]] ··· 3977 3978 [[package]] 3979 name = "time" 3980 + version = "0.3.22" 3981 source = "registry+https://github.com/rust-lang/crates.io-index" 3982 + checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" 3983 dependencies = [ 3984 "itoa 1.0.6", 3985 "serde", 3986 + "time-core", 3987 + "time-macros", 3988 + ] 3989 + 3990 + [[package]] 3991 + name = "time-core" 3992 + version = "0.1.1" 3993 + source = "registry+https://github.com/rust-lang/crates.io-index" 3994 + checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 3995 + 3996 + [[package]] 3997 + name = "time-macros" 3998 + version = "0.2.9" 3999 + source = "registry+https://github.com/rust-lang/crates.io-index" 4000 + checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 4001 + dependencies = [ 4002 + "time-core", 4003 ] 4004 4005 [[package]] ··· 4037 dependencies = [ 4038 "autocfg", 4039 "bytes", 4040 + "libc", 4041 + "mio", 4042 "num_cpus", 4043 "pin-project-lite", 4044 + "socket2", 4045 "windows-sys 0.48.0", 4046 ] 4047 4048 [[package]] 4049 + name = "tokio-native-tls" 4050 + version = "0.3.1" 4051 + source = "registry+https://github.com/rust-lang/crates.io-index" 4052 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 4053 + dependencies = [ 4054 + "native-tls", 4055 + "tokio", 4056 + ] 4057 + 4058 + [[package]] 4059 + name = "tokio-util" 4060 + version = "0.7.8" 4061 + source = "registry+https://github.com/rust-lang/crates.io-index" 4062 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 4063 + dependencies = [ 4064 + "bytes", 4065 + "futures-core", 4066 + "futures-sink", 4067 + "pin-project-lite", 4068 + "tokio", 4069 + "tracing", 4070 + ] 4071 + 4072 + [[package]] 4073 name = "toml" 4074 version = "0.5.11" 4075 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4080 4081 [[package]] 4082 name = "toml" 4083 + version = "0.7.4" 4084 source = "registry+https://github.com/rust-lang/crates.io-index" 4085 + checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" 4086 dependencies = [ 4087 "serde", 4088 "serde_spanned", ··· 4101 4102 [[package]] 4103 name = "toml_edit" 4104 + version = "0.19.10" 4105 source = "registry+https://github.com/rust-lang/crates.io-index" 4106 + checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" 4107 dependencies = [ 4108 "indexmap", 4109 "serde", ··· 4111 "toml_datetime", 4112 "winnow", 4113 ] 4114 + 4115 + [[package]] 4116 + name = "tower-service" 4117 + version = "0.3.2" 4118 + source = "registry+https://github.com/rust-lang/crates.io-index" 4119 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4120 4121 [[package]] 4122 name = "tracing" ··· 4204 ] 4205 4206 [[package]] 4207 + name = "try-lock" 4208 + version = "0.2.4" 4209 + source = "registry+https://github.com/rust-lang/crates.io-index" 4210 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 4211 + 4212 + [[package]] 4213 name = "typenum" 4214 version = "1.16.0" 4215 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4223 dependencies = [ 4224 "tempfile", 4225 "winapi", 4226 + ] 4227 + 4228 + [[package]] 4229 + name = "unicase" 4230 + version = "2.6.0" 4231 + source = "registry+https://github.com/rust-lang/crates.io-index" 4232 + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 4233 + dependencies = [ 4234 + "version_check", 4235 ] 4236 4237 [[package]] ··· 4281 4282 [[package]] 4283 name = "uuid" 4284 + version = "1.3.4" 4285 source = "registry+https://github.com/rust-lang/crates.io-index" 4286 + checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" 4287 dependencies = [ 4288 + "getrandom 0.2.10", 4289 ] 4290 4291 [[package]] ··· 4355 ] 4356 4357 [[package]] 4358 + name = "want" 4359 + version = "0.3.1" 4360 + source = "registry+https://github.com/rust-lang/crates.io-index" 4361 + checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4362 + dependencies = [ 4363 + "try-lock", 4364 + ] 4365 + 4366 + [[package]] 4367 name = "wasi" 4368 version = "0.9.0+wasi-snapshot-preview1" 4369 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4377 4378 [[package]] 4379 name = "wasm-bindgen" 4380 + version = "0.2.87" 4381 source = "registry+https://github.com/rust-lang/crates.io-index" 4382 + checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 4383 dependencies = [ 4384 "cfg-if", 4385 "wasm-bindgen-macro", ··· 4387 4388 [[package]] 4389 name = "wasm-bindgen-backend" 4390 + version = "0.2.87" 4391 source = "registry+https://github.com/rust-lang/crates.io-index" 4392 + checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 4393 dependencies = [ 4394 "bumpalo", 4395 "log", ··· 4402 4403 [[package]] 4404 name = "wasm-bindgen-futures" 4405 + version = "0.4.37" 4406 source = "registry+https://github.com/rust-lang/crates.io-index" 4407 + checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 4408 dependencies = [ 4409 "cfg-if", 4410 "js-sys", ··· 4414 4415 [[package]] 4416 name = "wasm-bindgen-macro" 4417 + version = "0.2.87" 4418 source = "registry+https://github.com/rust-lang/crates.io-index" 4419 + checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 4420 dependencies = [ 4421 "quote", 4422 "wasm-bindgen-macro-support", ··· 4424 4425 [[package]] 4426 name = "wasm-bindgen-macro-support" 4427 + version = "0.2.87" 4428 source = "registry+https://github.com/rust-lang/crates.io-index" 4429 + checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 4430 dependencies = [ 4431 "proc-macro2", 4432 "quote", ··· 4437 4438 [[package]] 4439 name = "wasm-bindgen-shared" 4440 + version = "0.2.87" 4441 + source = "registry+https://github.com/rust-lang/crates.io-index" 4442 + checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 4443 + 4444 + [[package]] 4445 + name = "wasm-streams" 4446 + version = "0.2.3" 4447 source = "registry+https://github.com/rust-lang/crates.io-index" 4448 + checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078" 4449 + dependencies = [ 4450 + "futures-util", 4451 + "js-sys", 4452 + "wasm-bindgen", 4453 + "wasm-bindgen-futures", 4454 + "web-sys", 4455 + ] 4456 4457 [[package]] 4458 name = "wayland-client" ··· 4515 4516 [[package]] 4517 name = "web-sys" 4518 + version = "0.3.64" 4519 source = "registry+https://github.com/rust-lang/crates.io-index" 4520 + checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 4521 dependencies = [ 4522 "js-sys", 4523 "wasm-bindgen", ··· 4760 4761 [[package]] 4762 name = "windows-sys" 4763 version = "0.48.0" 4764 source = "registry+https://github.com/rust-lang/crates.io-index" 4765 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" ··· 4949 4950 [[package]] 4951 name = "winnow" 4952 + version = "0.4.7" 4953 source = "registry+https://github.com/rust-lang/crates.io-index" 4954 + checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" 4955 dependencies = [ 4956 "memchr", 4957 ] ··· 5121 5122 [[package]] 5123 name = "zbus" 5124 + version = "3.12.0" 5125 source = "registry+https://github.com/rust-lang/crates.io-index" 5126 + checksum = "29242fa5ec5693629ae74d6eb1f69622a9511f600986d6d9779bccf36ac316e3" 5127 dependencies = [ 5128 "async-broadcast", 5129 "async-executor", 5130 "async-fs", 5131 "async-io", 5132 "async-lock", 5133 "async-recursion", 5134 "async-task", 5135 "async-trait", ··· 5160 5161 [[package]] 5162 name = "zbus_macros" 5163 + version = "3.12.0" 5164 source = "registry+https://github.com/rust-lang/crates.io-index" 5165 + checksum = "537793e26e9af85f774801dc52c6f6292352b2b517c5cf0449ffd3735732a53a" 5166 dependencies = [ 5167 "proc-macro-crate", 5168 "proc-macro2", 5169 "quote", 5170 "regex", 5171 "syn 1.0.109", 5172 "zvariant_utils", 5173 ] 5174 ··· 5205 5206 [[package]] 5207 name = "zvariant" 5208 + version = "3.13.0" 5209 source = "registry+https://github.com/rust-lang/crates.io-index" 5210 + checksum = "5cb36cd95352132911c9c99fdcc1635de5c2c139bd34cbcf6dfb8350ee8ff6a7" 5211 dependencies = [ 5212 "byteorder", 5213 "enumflags2", ··· 5219 5220 [[package]] 5221 name = "zvariant_derive" 5222 + version = "3.13.0" 5223 source = "registry+https://github.com/rust-lang/crates.io-index" 5224 + checksum = "9b34951e1ac64f3a1443fe7181256b9ed6a811a1631917566c3d5ca718d8cf33" 5225 dependencies = [ 5226 "proc-macro-crate", 5227 "proc-macro2", ··· 5232 5233 [[package]] 5234 name = "zvariant_utils" 5235 + version = "1.0.0" 5236 source = "registry+https://github.com/rust-lang/crates.io-index" 5237 + checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b" 5238 dependencies = [ 5239 "proc-macro2", 5240 "quote",
+13 -8
pkgs/applications/misc/pot/default.nix
··· 23 24 stdenv.mkDerivation rec { 25 pname = "pot"; 26 - version = "1.1.0"; 27 28 src = fetchFromGitHub { 29 owner = "pot-app"; 30 repo = "pot-desktop"; 31 rev = version; 32 - hash = "sha256-MDBIChljWlztzjdyrdkzvrLuuJ0PAUonHj1hCJkqYCc="; 33 }; 34 35 sourceRoot = "source/src-tauri"; 36 37 postPatch = '' 38 substituteInPlace $cargoDepsCopy/libappindicator-sys-*/src/lib.rs \ ··· 70 71 dontFixup = true; 72 outputHashMode = "recursive"; 73 - outputHash = "sha256-2kQuhlQnt1gGajPWXG9rj/T/SYkJStql1h4rgkZFhXc="; 74 }; 75 76 cargoDeps = rustPlatform.importCargoLock { 77 lockFile = ./Cargo.lock; 78 outputHashes = { 79 - "tauri-plugin-single-instance-0.0.0" = "sha256-M6uGcf4UWAU+494wAK/r2ta1c3IZ07iaURLwJJR9F3U="; 80 - "tauri-plugin-autostart-0.0.0" = "sha256-M6uGcf4UWAU+494wAK/r2ta1c3IZ07iaURLwJJR9F3U="; 81 "enigo-0.1.2" = "sha256-99VJ0WYD8jV6CYUZ1bpYJBwIE2iwOZ9SjOvyA2On12Q="; 82 - "selection-0.1.0" = "sha256-xHLMkxYWsvnxTwchwrga8eizmSP730rE+MC8hOinMC8="; 83 }; 84 }; 85 ··· 104 105 ESBUILD_BINARY_PATH = "${lib.getExe (esbuild.override { 106 buildGoModule = args: buildGoModule (args // rec { 107 - version = "0.17.15"; 108 src = fetchFromGitHub { 109 owner = "evanw"; 110 repo = "esbuild"; 111 rev = "v${version}"; 112 - hash = "sha256-AzkjVw3o+yP/l6jiMmgzaymb0el2/OcAl8WQYbuMprw="; 113 }; 114 vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ="; 115 });
··· 23 24 stdenv.mkDerivation rec { 25 pname = "pot"; 26 + version = "1.6.1"; 27 28 src = fetchFromGitHub { 29 owner = "pot-app"; 30 repo = "pot-desktop"; 31 rev = version; 32 + hash = "sha256-AiDQleRMuLExaVuiLvubebobDaK2YJTWjZ00F5UptuQ="; 33 }; 34 35 sourceRoot = "source/src-tauri"; 36 + 37 + postUnpack = '' 38 + sed -i -e 's/dev/v1/' source/src-tauri/Cargo.toml 39 + cp ${./Cargo.lock} source/src-tauri/Cargo.lock 40 + ''; 41 42 postPatch = '' 43 substituteInPlace $cargoDepsCopy/libappindicator-sys-*/src/lib.rs \ ··· 75 76 dontFixup = true; 77 outputHashMode = "recursive"; 78 + outputHash = "sha256-HJdVAjvHmhvztJMR9rVniWl12sGQYTyZojEYaoKnn5M="; 79 }; 80 81 cargoDeps = rustPlatform.importCargoLock { 82 lockFile = ./Cargo.lock; 83 outputHashes = { 84 + "tauri-plugin-single-instance-0.0.0" = "sha256-9eclolp+Gb8qF/KYIRiOoCJbMJLI8LyWLQu82npI7mQ="; 85 + "tauri-plugin-autostart-0.0.0" = "sha256-9eclolp+Gb8qF/KYIRiOoCJbMJLI8LyWLQu82npI7mQ="; 86 "enigo-0.1.2" = "sha256-99VJ0WYD8jV6CYUZ1bpYJBwIE2iwOZ9SjOvyA2On12Q="; 87 + "selection-0.1.0" = "sha256-85NUACRi7TjyMNKVz93G+W1EXKIVZZge/h/HtDwiW/Q="; 88 }; 89 }; 90 ··· 109 110 ESBUILD_BINARY_PATH = "${lib.getExe (esbuild.override { 111 buildGoModule = args: buildGoModule (args // rec { 112 + version = "0.17.19"; 113 src = fetchFromGitHub { 114 owner = "evanw"; 115 repo = "esbuild"; 116 rev = "v${version}"; 117 + hash = "sha256-PLC7OJLSOiDq4OjvrdfCawZPfbfuZix4Waopzrj8qsU="; 118 }; 119 vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ="; 120 });