lol

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
a7324a2b 81a9b5cb

+935 -712
+1 -1
maintainers/maintainer-list.nix
··· 11865 name = "Kartik Gokte"; 11866 }; 11867 nullishamy = { 11868 - email = "amy.codes@null.net"; 11869 name = "nullishamy"; 11870 github = "nullishamy"; 11871 githubId = 99221043;
··· 11865 name = "Kartik Gokte"; 11866 }; 11867 nullishamy = { 11868 + email = "spam@amyerskine.me"; 11869 name = "nullishamy"; 11870 github = "nullishamy"; 11871 githubId = 99221043;
+1 -1
nixos/modules/services/monitoring/netdata.nix
··· 269 PrivateTmp = true; 270 ProtectControlGroups = true; 271 PrivateMounts = true; 272 - } // (lib.optionalAttrs (cfg.claim_token_file != null) { 273 LoadCredential = [ 274 "netdata_claim_token:${cfg.claimTokenFile}" 275 ];
··· 269 PrivateTmp = true; 270 ProtectControlGroups = true; 271 PrivateMounts = true; 272 + } // (lib.optionalAttrs (cfg.claimTokenFile != null) { 273 LoadCredential = [ 274 "netdata_claim_token:${cfg.claimTokenFile}" 275 ];
+1
nixos/modules/services/ttys/kmscon.nix
··· 99 systemd.units."kmsconvt@.service".aliases = [ "autovt@.service" ]; 100 101 systemd.services.systemd-vconsole-setup.enable = false; 102 103 services.kmscon.extraConfig = 104 let
··· 99 systemd.units."kmsconvt@.service".aliases = [ "autovt@.service" ]; 100 101 systemd.services.systemd-vconsole-setup.enable = false; 102 + systemd.services.reload-systemd-vconsole-setup.enable = false; 103 104 services.kmscon.extraConfig = 105 let
+3 -3
pkgs/applications/blockchains/snarkos/default.nix
··· 10 }: 11 rustPlatform.buildRustPackage rec { 12 pname = "snarkos"; 13 - version = "2.0.2"; 14 15 src = fetchFromGitHub { 16 owner = "AleoHQ"; 17 repo = "snarkOS"; 18 rev = "v${version}"; 19 - sha256 = "sha256-sS8emB+uhWuoq5ISuT8FgSSzX7/WDoOY8hHzPE/EX3o="; 20 }; 21 22 - cargoSha256 = "sha256-XS6dw6BIoJdigEso/J1dUaAp7AIAda3HrKnCoBynRv8="; 23 24 # buildAndTestSubdir = "cli"; 25
··· 10 }: 11 rustPlatform.buildRustPackage rec { 12 pname = "snarkos"; 13 + version = "2.1.1"; 14 15 src = fetchFromGitHub { 16 owner = "AleoHQ"; 17 repo = "snarkOS"; 18 rev = "v${version}"; 19 + sha256 = "sha256-ewWsiDyPaQ2GOMA31b1bc+wtRbkoWXyPzDhy0Qq2vKI="; 20 }; 21 22 + cargoHash = "sha256-HD+oVwFMUK00GQbJCrvLC+VWJ9p1L3j2f8rpQUIDKf8="; 23 24 # buildAndTestSubdir = "cli"; 25
+9 -9
pkgs/applications/editors/vscode/extensions/default.nix
··· 914 mktplcRef = { 915 name = "composer-php-vscode"; 916 publisher = "devsense"; 917 - version = "1.33.13032"; 918 - sha256 = "sha256-4SL7hPcnxN6Bq0Cclaszk2zlYF1xR2w/8zaJo16OT+U="; 919 }; 920 meta = { 921 changelog = "https://marketplace.visualstudio.com/items/DEVSENSE.composer-php-vscode/changelog"; ··· 932 sources = { 933 "x86_64-linux" = { 934 arch = "linux-x64"; 935 - sha256 = "sha256-ccMkaXppkgdsN2XtSFaw85xLUCFMDF1z+XidP0KAHCA="; 936 }; 937 "x86_64-darwin" = { 938 arch = "darwin-x64"; 939 - sha256 = "17lsf736jagw2q6dwxvpj2dspiqrlyvmmhv6p6cf81vxijpgmq9d"; 940 }; 941 "aarch64-linux" = { 942 arch = "linux-arm64"; 943 - sha256 = "1cnfzzpikcsp1l1a8amim0fz5r1pkszn231cfl745ggiksbjyhsp"; 944 }; 945 "aarch64-darwin" = { 946 arch = "darwin-arm64"; 947 - sha256 = "0jli6l9qrssnpm5a3m1g7g1dw2i5bv9wxd0gqg6vda7dwfs2f494"; 948 }; 949 }; 950 in { 951 name = "phptools-vscode"; 952 publisher = "devsense"; 953 - version = "1.33.13032"; 954 } // sources.${stdenv.system}; 955 956 nativeBuildInputs = [ ··· 981 mktplcRef = { 982 name = "profiler-php-vscode"; 983 publisher = "devsense"; 984 - version = "1.33.13032"; 985 - sha256 = "sha256-P0lzZkCHtLHJI/gwB+wbrZPR3OOia5VxTMCC2ZQULBg="; 986 }; 987 meta = { 988 changelog = "https://marketplace.visualstudio.com/items/DEVSENSE.profiler-php-vscode/changelog";
··· 914 mktplcRef = { 915 name = "composer-php-vscode"; 916 publisher = "devsense"; 917 + version = "1.34.13295"; 918 + sha256 = "sha256-1gmw9GKG6ak/TIDq8aI63KmiHhup9EsCS583Oc6jQ0I="; 919 }; 920 meta = { 921 changelog = "https://marketplace.visualstudio.com/items/DEVSENSE.composer-php-vscode/changelog"; ··· 932 sources = { 933 "x86_64-linux" = { 934 arch = "linux-x64"; 935 + sha256 = "sha256-L56vG9U2fqtaZIXQ5xepwLibOs/WyHQj/t2EIY7ZXvM="; 936 }; 937 "x86_64-darwin" = { 938 arch = "darwin-x64"; 939 + sha256 = "0rx2dkaz0qpmck1k4hg0jpksixhwcrq0sndimx0f44jcnc7aby21"; 940 }; 941 "aarch64-linux" = { 942 arch = "linux-arm64"; 943 + sha256 = "13swwh1br6ry64hlq1yjbrbq71vyg44h0pb907zdjabwim27y88x"; 944 }; 945 "aarch64-darwin" = { 946 arch = "darwin-arm64"; 947 + sha256 = "0fsisxc3vcyqk634xbk2rdcw2g8ablv3n46y6bz20i0npa4clhpa"; 948 }; 949 }; 950 in { 951 name = "phptools-vscode"; 952 publisher = "devsense"; 953 + version = "1.34.13295"; 954 } // sources.${stdenv.system}; 955 956 nativeBuildInputs = [ ··· 981 mktplcRef = { 982 name = "profiler-php-vscode"; 983 publisher = "devsense"; 984 + version = "1.34.13295"; 985 + sha256 = "sha256-ZGklnPnSaHCGCRukVHie5ShvX94rXp2z3e/5PP2dq7I="; 986 }; 987 meta = { 988 changelog = "https://marketplace.visualstudio.com/items/DEVSENSE.profiler-php-vscode/changelog";
+2 -2
pkgs/applications/graphics/halftone/default.nix
··· 15 16 python3Packages.buildPythonApplication rec { 17 pname = "halftone"; 18 - version = "0.2.1"; 19 20 src = fetchFromGitHub { 21 owner = "tfuxu"; 22 repo = pname; 23 rev = version; 24 - hash = "sha256-EYxnGpVKPV3Xg6dH3m1aC3/pDigUxkNF7C8U16n8al8="; 25 }; 26 27 format = "other";
··· 15 16 python3Packages.buildPythonApplication rec { 17 pname = "halftone"; 18 + version = "0.3.0"; 19 20 src = fetchFromGitHub { 21 owner = "tfuxu"; 22 repo = pname; 23 rev = version; 24 + hash = "sha256-C/AzaKXZx/0mbrG5v2I5kKcw3N0gh/m/9zshbZfzECw="; 25 }; 26 27 format = "other";
+8 -8
pkgs/applications/misc/furtherance/default.nix
··· 4 , dbus, gtk4, sqlite 5 }: 6 7 - stdenv.mkDerivation rec { 8 pname = "furtherance"; 9 - version = "1.7.0"; 10 11 src = fetchFromGitHub { 12 owner = "lakoliu"; 13 repo = "Furtherance"; 14 - rev = "v${version}"; 15 - sha256 = "sha256-M3k2q32/vMG9uTHk2qqUz0E4ptzxfCOrs9NMjtyxZ5Y="; 16 }; 17 18 cargoDeps = rustPlatform.fetchCargoTarball { 19 - inherit src; 20 - name = "${pname}-${version}"; 21 - sha256 = "sha256-qLrX3X8wgNrI8G0RgWydVA35cdxcblSUxTKHty+eCds="; 22 }; 23 24 nativeBuildInputs = [ ··· 48 platforms = platforms.linux; 49 maintainers = with maintainers; [ CaptainJawZ ]; 50 }; 51 - }
··· 4 , dbus, gtk4, sqlite 5 }: 6 7 + stdenv.mkDerivation (finalAttrs: { 8 pname = "furtherance"; 9 + version = "1.8.0"; 10 11 src = fetchFromGitHub { 12 owner = "lakoliu"; 13 repo = "Furtherance"; 14 + rev = "v${finalAttrs.version}"; 15 + hash = "sha256-l62k7aFyKfYWO+Z85KR8tpwts28pamINHYp/oKuHkhc="; 16 }; 17 18 cargoDeps = rustPlatform.fetchCargoTarball { 19 + inherit (finalAttrs) src; 20 + name = "${finalAttrs.pname}-${finalAttrs.version}"; 21 + hash = "sha256-AuXSX+64rJcTChpsE5tqk67bihKkSyimFAMhb1VdbBs="; 22 }; 23 24 nativeBuildInputs = [ ··· 48 platforms = platforms.linux; 49 maintainers = with maintainers; [ CaptainJawZ ]; 50 }; 51 + })
+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 });
+5 -2
pkgs/applications/networking/giara/default.nix
··· 18 }: 19 python3.pkgs.buildPythonApplication rec { 20 pname = "giara"; 21 - version = "1.0.1"; 22 23 format = "other"; 24 ··· 27 owner = "World"; 28 repo = pname; 29 rev = version; 30 - hash = "sha256-hKaniW+bbuKUrETMQGWwvC2kyudK9tCE/R69dOFzdQM="; 31 }; 32 33 nativeBuildInputs = [ ··· 62 postPatch = '' 63 substituteInPlace meson_post_install.py \ 64 --replace "gtk-update-icon-cache" "gtk4-update-icon-cache" 65 ''; 66 67 meta = with lib; {
··· 18 }: 19 python3.pkgs.buildPythonApplication rec { 20 pname = "giara"; 21 + version = "1.1.0"; 22 23 format = "other"; 24 ··· 27 owner = "World"; 28 repo = pname; 29 rev = version; 30 + hash = "sha256-FTy0ElcoTGXG9eV85pUrF35qKDKOfYIovPtjLfTJVOg="; 31 }; 32 33 nativeBuildInputs = [ ··· 62 postPatch = '' 63 substituteInPlace meson_post_install.py \ 64 --replace "gtk-update-icon-cache" "gtk4-update-icon-cache" 65 + # blueprint-compiler expects "profile" to be a string. 66 + substituteInPlace data/ui/headerbar.blp \ 67 + --replace "item { custom: profile; }" 'item { custom: "profile"; }' 68 ''; 69 70 meta = with lib; {
+2 -2
pkgs/applications/networking/maestral-qt/default.nix
··· 7 8 python3.pkgs.buildPythonApplication rec { 9 pname = "maestral-qt"; 10 - version = "1.7.2"; 11 disabled = python3.pythonOlder "3.7"; 12 13 src = fetchFromGitHub { 14 owner = "SamSchott"; 15 repo = "maestral-qt"; 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-o2KuqKiy+8fbzogR3ATPVkK60JAKYXQ9dogU/g6CS/M="; 18 }; 19 20 format = "pyproject";
··· 7 8 python3.pkgs.buildPythonApplication rec { 9 pname = "maestral-qt"; 10 + version = "1.7.3"; 11 disabled = python3.pythonOlder "3.7"; 12 13 src = fetchFromGitHub { 14 owner = "SamSchott"; 15 repo = "maestral-qt"; 16 rev = "refs/tags/v${version}"; 17 + hash = "sha256-IzE+rCudMskJuPIWsz+u2D5KC8mc1JhNDVSHXixUEZA="; 18 }; 19 20 format = "pyproject";
+1 -1
pkgs/applications/video/losslesscut-bin/build-from-dmg.nix
··· 31 ''; 32 33 meta = metaCommon // (with lib; { 34 - platforms = singleton (if isAarch64 then "aarch64-darwin" else "x86_64-darwin"); 35 mainProgram = "losslesscut"; 36 }); 37 }
··· 31 ''; 32 33 meta = metaCommon // (with lib; { 34 + platforms = if isAarch64 then [ "aarch64-darwin" ] else platforms.darwin; 35 mainProgram = "losslesscut"; 36 }); 37 }
+5 -5
pkgs/applications/video/losslesscut-bin/default.nix
··· 6 7 let 8 pname = "losslesscut"; 9 - version = "3.48.2"; 10 metaCommon = with lib; { 11 description = "The swiss army knife of lossless video/audio editing"; 12 homepage = "https://mifi.no/losslesscut/"; ··· 15 }; 16 x86_64-appimage = callPackage ./build-from-appimage.nix { 17 inherit pname version metaCommon; 18 - hash = "sha256-5T5+eBVbyOI89YA9NMLWweHagD09RB3P03HFvaDAOZ8="; 19 inherit (buildPackages) makeWrapper; 20 }; 21 x86_64-dmg = callPackage ./build-from-dmg.nix { 22 inherit pname version metaCommon; 23 - hash = "sha256-PzjE0oJOuPG0S+mA7pgNU3MRgaE2jAPxWEN9J4PfqMQ="; 24 isAarch64 = false; 25 }; 26 aarch64-dmg = callPackage ./build-from-dmg.nix { 27 inherit pname version metaCommon; 28 - hash = "sha256-927CSczgFJcbBJm2cYXucFRidkGAtcowoLMlm2GTafc="; 29 isAarch64 = true; 30 }; 31 x86_64-windows = callPackage ./build-from-windows.nix { 32 inherit pname version metaCommon; 33 - hash = "sha256-+isxkGKxW7H+IjuA5G4yXuvDmX+4UlsD8sXwoHxgLM8="; 34 }; 35 in 36 (
··· 6 7 let 8 pname = "losslesscut"; 9 + version = "3.55.2"; 10 metaCommon = with lib; { 11 description = "The swiss army knife of lossless video/audio editing"; 12 homepage = "https://mifi.no/losslesscut/"; ··· 15 }; 16 x86_64-appimage = callPackage ./build-from-appimage.nix { 17 inherit pname version metaCommon; 18 + hash = "sha256-oQYDK/BHxC/zJuocDH+HcItcPQIsxAaKoD+49TAA+ds="; 19 inherit (buildPackages) makeWrapper; 20 }; 21 x86_64-dmg = callPackage ./build-from-dmg.nix { 22 inherit pname version metaCommon; 23 + hash = "sha256-dmtnGv5XQn2ANpYyFu9jtTGr1b7GdDrV3Oajd5bMr0k="; 24 isAarch64 = false; 25 }; 26 aarch64-dmg = callPackage ./build-from-dmg.nix { 27 inherit pname version metaCommon; 28 + hash = "sha256-uU48Clhk4FllM7osHRR4D7xGZCmcvylqlUt6JqCrm/8="; 29 isAarch64 = true; 30 }; 31 x86_64-windows = callPackage ./build-from-windows.nix { 32 inherit pname version metaCommon; 33 + hash = "sha256-YkPF6sgL/oGXSXCdQt+7iW2n5f9Tk2ItchwRAwq7IPY="; 34 }; 35 in 36 (
+4 -2
pkgs/build-support/rust/build-rust-crate/build-crate.nix
··· 7 dependencies, 8 crateFeatures, crateRenames, libName, release, libPath, 9 crateType, metadata, crateBin, hasCrateBin, 10 - extraRustcOpts, 11 buildTests, 12 codegenUnits 13 }: ··· 40 ++ (map (x: "--crate-type ${x}") crateType) 41 ); 42 43 - binRustcOpts = lib.concatStringsSep " " baseRustcOpts; 44 45 build_bin = if buildTests then "build_bin_test" else "build_bin"; 46 in ''
··· 7 dependencies, 8 crateFeatures, crateRenames, libName, release, libPath, 9 crateType, metadata, crateBin, hasCrateBin, 10 + extraRustcOpts, verbose, colors, 11 buildTests, 12 codegenUnits 13 }: ··· 40 ++ (map (x: "--crate-type ${x}") crateType) 41 ); 42 43 + binRustcOpts = lib.concatStringsSep " " ( 44 + baseRustcOpts 45 + ); 46 47 build_bin = if buildTests then "build_bin_test" else "build_bin"; 48 in ''
+2 -2
pkgs/build-support/rust/build-rust-crate/default.nix
··· 300 (crate.features ++ features) 301 ); 302 303 - libName = crate.libName or crate.crateName; 304 libPath = lib.optionalString (crate ? libPath) crate.libPath; 305 306 # Seed the symbol hashes with something unique every time. ··· 329 colors = lib.attrByPath [ "colors" ] "always" crate; 330 extraLinkFlags = lib.concatStringsSep " " (crate.extraLinkFlags or [ ]); 331 edition = crate.edition or null; 332 - codegenUnits = crate.codegenUnits or 1; 333 extraRustcOpts = 334 lib.optionals (crate ? extraRustcOpts) crate.extraRustcOpts 335 ++ extraRustcOpts_
··· 300 (crate.features ++ features) 301 ); 302 303 + libName = if crate ? libName then crate.libName else crate.crateName; 304 libPath = lib.optionalString (crate ? libPath) crate.libPath; 305 306 # Seed the symbol hashes with something unique every time. ··· 329 colors = lib.attrByPath [ "colors" ] "always" crate; 330 extraLinkFlags = lib.concatStringsSep " " (crate.extraLinkFlags or [ ]); 331 edition = crate.edition or null; 332 + codegenUnits = if crate ? codegenUnits then crate.codegenUnits else 1; 333 extraRustcOpts = 334 lib.optionals (crate ? extraRustcOpts) crate.extraRustcOpts 335 ++ extraRustcOpts_
+1
pkgs/build-support/rust/build-rust-package/default.nix
··· 34 , buildInputs ? [] 35 , nativeBuildInputs ? [] 36 , cargoUpdateHook ? "" 37 , buildType ? "release" 38 , meta ? {} 39 , cargoLock ? null
··· 34 , buildInputs ? [] 35 , nativeBuildInputs ? [] 36 , cargoUpdateHook ? "" 37 + , cargoDepsHook ? "" 38 , buildType ? "release" 39 , meta ? {} 40 , cargoLock ? null
+2 -2
pkgs/development/compilers/gforth/default.nix
··· 9 in stdenv.mkDerivation rec { 10 11 pname = "gforth"; 12 - version = "0.7.9_20220127"; 13 14 src = fetchFromGitHub { 15 owner = "forthy42"; 16 repo = "gforth"; 17 rev = version; 18 - sha256 = "sha256-3+ObHhsPvW44UFiN0GWOhwo7aiqhjwxNY8hw2Wv4MK0="; 19 }; 20 21 nativeBuildInputs = [
··· 9 in stdenv.mkDerivation rec { 10 11 pname = "gforth"; 12 + version = "0.7.9_20230518"; 13 14 src = fetchFromGitHub { 15 owner = "forthy42"; 16 repo = "gforth"; 17 rev = version; 18 + hash = "sha256-rXtmmENBt9RMdLPq8GDyndh4+CYnCmz6NYpe3kH5OwU="; 19 }; 20 21 nativeBuildInputs = [
+367 -409
pkgs/development/libraries/gstreamer/rs/Cargo.lock
··· 49 50 [[package]] 51 name = "aho-corasick" 52 - version = "1.0.1" 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 55 dependencies = [ "memchr",] 56 57 [[package]] 58 name = "android_system_properties" ··· 123 124 [[package]] 125 name = "async-compression" 126 - version = "0.3.15" 127 source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 129 dependencies = [ "flate2", "futures-core", "memchr", "pin-project-lite", "tokio",] 130 131 [[package]] ··· 133 version = "1.0.4" 134 source = "registry+https://github.com/rust-lang/crates.io-index" 135 checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" 136 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 137 138 [[package]] 139 name = "async-task" ··· 146 version = "0.1.68" 147 source = "registry+https://github.com/rust-lang/crates.io-index" 148 checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 149 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 150 151 [[package]] 152 name = "async-tungstenite" 153 - version = "0.22.1" 154 source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "6a48bf42ab2178374a79853bceef600e279258c75049b20481b022d73c908882" 156 dependencies = [ "futures-io", "futures-util", "log", "native-tls", "pin-project-lite", "tokio", "tokio-native-tls", "tungstenite",] 157 158 [[package]] ··· 183 184 [[package]] 185 name = "aws-config" 186 - version = "0.55.2" 187 source = "registry+https://github.com/rust-lang/crates.io-index" 188 - checksum = "fc00553f5f3c06ffd4510a9d576f92143618706c45ea6ff81e84ad9be9588abd" 189 dependencies = [ "aws-credential-types", "aws-http", "aws-sdk-sso", "aws-sdk-sts", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-types", "bytes", "fastrand", "hex", "http", "hyper", "ring", "time 0.3.20", "tokio", "tower", "tracing", "zeroize",] 190 191 [[package]] 192 name = "aws-credential-types" 193 - version = "0.55.2" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 - checksum = "4cb57ac6088805821f78d282c0ba8aec809f11cbee10dda19a97b03ab040ccc2" 196 dependencies = [ "aws-smithy-async", "aws-smithy-types", "fastrand", "tokio", "tracing", "zeroize",] 197 198 [[package]] 199 name = "aws-endpoint" 200 - version = "0.55.2" 201 source = "registry+https://github.com/rust-lang/crates.io-index" 202 - checksum = "9c5f6f84a4f46f95a9bb71d9300b73cd67eb868bc43ae84f66ad34752299f4ac" 203 dependencies = [ "aws-smithy-http", "aws-smithy-types", "aws-types", "http", "regex", "tracing",] 204 205 [[package]] 206 name = "aws-http" 207 - version = "0.55.2" 208 source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "a754683c322f7dc5167484266489fdebdcd04d26e53c162cad1f3f949f2c5671" 210 dependencies = [ "aws-credential-types", "aws-smithy-http", "aws-smithy-types", "aws-types", "bytes", "http", "http-body", "lazy_static", "percent-encoding", "pin-project-lite", "tracing",] 211 212 [[package]] 213 name = "aws-sdk-s3" 214 - version = "0.27.0" 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 - checksum = "37c77060408d653d3efa6ea7b66c1389bc35a0342352984c8bf8bcb814a8fc27" 217 dependencies = [ "aws-credential-types", "aws-endpoint", "aws-http", "aws-sig-auth", "aws-sigv4", "aws-smithy-async", "aws-smithy-checksums", "aws-smithy-client", "aws-smithy-eventstream", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-smithy-xml", "aws-types", "bytes", "http", "http-body", "once_cell", "percent-encoding", "regex", "tokio-stream", "tower", "tracing", "url",] 218 219 [[package]] 220 name = "aws-sdk-sso" 221 - version = "0.27.0" 222 source = "registry+https://github.com/rust-lang/crates.io-index" 223 - checksum = "babfd626348836a31785775e3c08a4c345a5ab4c6e06dfd9167f2bee0e6295d6" 224 dependencies = [ "aws-credential-types", "aws-endpoint", "aws-http", "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-types", "bytes", "http", "regex", "tokio-stream", "tower", "tracing",] 225 226 [[package]] 227 name = "aws-sdk-sts" 228 - version = "0.27.0" 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "2d0fbe3c2c342bc8dfea4bb43937405a8ec06f99140a0dcb9c7b59e54dfa93a1" 231 dependencies = [ "aws-credential-types", "aws-endpoint", "aws-http", "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-query", "aws-smithy-types", "aws-smithy-xml", "aws-types", "bytes", "http", "regex", "tower", "tracing",] 232 233 [[package]] 234 name = "aws-sdk-transcribe" 235 - version = "0.27.0" 236 source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "9793902457988cb3915eb9e57b509c8da10aa3a89a8949eabe4ebbb5f6625a40" 238 dependencies = [ "aws-credential-types", "aws-endpoint", "aws-http", "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-types", "bytes", "http", "regex", "tokio-stream", "tower", "tracing",] 239 240 [[package]] 241 name = "aws-sig-auth" 242 - version = "0.55.2" 243 source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "84dc92a63ede3c2cbe43529cb87ffa58763520c96c6a46ca1ced80417afba845" 245 dependencies = [ "aws-credential-types", "aws-sigv4", "aws-smithy-eventstream", "aws-smithy-http", "aws-types", "http", "tracing",] 246 247 [[package]] 248 name = "aws-sigv4" 249 - version = "0.55.2" 250 source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "392fefab9d6fcbd76d518eb3b1c040b84728ab50f58df0c3c53ada4bea9d327e" 252 dependencies = [ "aws-smithy-eventstream", "aws-smithy-http", "bytes", "form_urlencoded", "hex", "hmac 0.12.1", "http", "once_cell", "percent-encoding", "regex", "sha2", "time 0.3.20", "tracing",] 253 254 [[package]] 255 name = "aws-smithy-async" 256 - version = "0.55.2" 257 source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "ae23b9fe7a07d0919000116c4c5c0578303fbce6fc8d32efca1f7759d4c20faf" 259 dependencies = [ "futures-util", "pin-project-lite", "tokio", "tokio-stream",] 260 261 [[package]] 262 name = "aws-smithy-checksums" 263 - version = "0.55.2" 264 source = "registry+https://github.com/rust-lang/crates.io-index" 265 - checksum = "a6367acbd6849b8c7c659e166955531274ae147bf83ab4312885991f6b6706cb" 266 dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", "crc32c", "crc32fast", "hex", "http", "http-body", "md-5", "pin-project-lite", "sha1", "sha2", "tracing",] 267 268 [[package]] 269 name = "aws-smithy-client" 270 - version = "0.55.2" 271 source = "registry+https://github.com/rust-lang/crates.io-index" 272 - checksum = "5230d25d244a51339273b8870f0f77874cd4449fb4f8f629b21188ae10cfc0ba" 273 dependencies = [ "aws-smithy-async", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-types", "bytes", "fastrand", "http", "http-body", "hyper", "hyper-rustls", "lazy_static", "pin-project-lite", "rustls", "tokio", "tower", "tracing",] 274 275 [[package]] 276 name = "aws-smithy-eventstream" 277 - version = "0.55.2" 278 source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "22d2a2bcc16e5c4d949ffd2b851da852b9bbed4bb364ed4ae371b42137ca06d9" 280 dependencies = [ "aws-smithy-types", "bytes", "crc32fast",] 281 282 [[package]] 283 name = "aws-smithy-http" 284 - version = "0.55.2" 285 source = "registry+https://github.com/rust-lang/crates.io-index" 286 - checksum = "b60e2133beb9fe6ffe0b70deca57aaeff0a35ad24a9c6fab2fd3b4f45b99fdb5" 287 dependencies = [ "aws-smithy-eventstream", "aws-smithy-types", "bytes", "bytes-utils", "futures-core", "http", "http-body", "hyper", "once_cell", "percent-encoding", "pin-project-lite", "pin-utils", "tokio", "tokio-util", "tracing",] 288 289 [[package]] 290 name = "aws-smithy-http-tower" 291 - version = "0.55.2" 292 source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "3a4d94f556c86a0dd916a5d7c39747157ea8cb909ca469703e20fee33e448b67" 294 dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", "http", "http-body", "pin-project-lite", "tower", "tracing",] 295 296 [[package]] 297 name = "aws-smithy-json" 298 - version = "0.55.2" 299 source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "5ce3d6e6ebb00b2cce379f079ad5ec508f9bcc3a9510d9b9c1840ed1d6f8af39" 301 dependencies = [ "aws-smithy-types",] 302 303 [[package]] 304 name = "aws-smithy-query" 305 - version = "0.55.2" 306 source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "d58edfca32ef9bfbc1ca394599e17ea329cb52d6a07359827be74235b64b3298" 308 dependencies = [ "aws-smithy-types", "urlencoding",] 309 310 [[package]] 311 name = "aws-smithy-types" 312 - version = "0.55.2" 313 source = "registry+https://github.com/rust-lang/crates.io-index" 314 - checksum = "58db46fc1f4f26be01ebdb821751b4e2482cd43aa2b64a0348fb89762defaffa" 315 dependencies = [ "base64-simd", "itoa", "num-integer", "ryu", "time 0.3.20",] 316 317 [[package]] 318 name = "aws-smithy-xml" 319 - version = "0.55.2" 320 source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "fb557fe4995bd9ec87fb244bbb254666a971dc902a783e9da8b7711610e9664c" 322 dependencies = [ "xmlparser",] 323 324 [[package]] 325 name = "aws-types" 326 - version = "0.55.2" 327 source = "registry+https://github.com/rust-lang/crates.io-index" 328 - checksum = "de0869598bfe46ec44ffe17e063ed33336e59df90356ca8ff0e8da6f7c1d994b" 329 dependencies = [ "aws-credential-types", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-types", "http", "rustc_version", "tracing",] 330 331 [[package]] ··· 356 357 [[package]] 358 name = "base64" 359 - version = "0.21.0" 360 source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 362 363 [[package]] 364 name = "base64-simd" ··· 421 422 [[package]] 423 name = "bumpalo" 424 - version = "3.12.1" 425 source = "registry+https://github.com/rust-lang/crates.io-index" 426 - checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" 427 428 [[package]] 429 name = "byte-slice-cast" ··· 458 459 [[package]] 460 name = "cairo-rs" 461 - version = "0.17.9" 462 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 463 dependencies = [ "bitflags", "cairo-sys-rs", "glib", "libc", "once_cell", "thiserror",] 464 465 [[package]] 466 name = "cairo-sys-rs" 467 - version = "0.17.9" 468 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 469 dependencies = [ "glib-sys", "libc", "system-deps",] 470 471 [[package]] ··· 497 498 [[package]] 499 name = "cfg-expr" 500 - version = "0.15.1" 501 source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "c8790cf1286da485c72cf5fc7aeba308438800036ec67d89425924c4807268c9" 503 dependencies = [ "smallvec", "target-lexicon",] 504 505 [[package]] ··· 510 511 [[package]] 512 name = "chrono" 513 - version = "0.4.24" 514 source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 516 - dependencies = [ "iana-time-zone", "js-sys", "num-integer", "num-traits", "time 0.1.45", "wasm-bindgen", "winapi",] 517 518 [[package]] 519 name = "cipher" ··· 524 525 [[package]] 526 name = "clap" 527 - version = "4.2.7" 528 source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938" 530 dependencies = [ "clap_builder", "clap_derive", "once_cell",] 531 532 [[package]] 533 name = "clap_builder" 534 - version = "4.2.7" 535 source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd" 537 dependencies = [ "anstream", "anstyle", "bitflags", "clap_lex", "strsim",] 538 539 [[package]] 540 name = "clap_derive" 541 - version = "4.2.0" 542 source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" 544 - dependencies = [ "heck", "proc-macro2", "quote", "syn 2.0.15",] 545 546 [[package]] 547 name = "clap_lex" 548 - version = "0.4.1" 549 source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" 551 552 [[package]] 553 name = "claxon" 554 version = "0.4.3" 555 source = "registry+https://github.com/rust-lang/crates.io-index" 556 checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688" 557 - 558 - [[package]] 559 - name = "codespan-reporting" 560 - version = "0.11.1" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 563 - dependencies = [ "termcolor", "unicode-width",] 564 565 [[package]] 566 name = "color-name" ··· 738 dependencies = [ "cipher",] 739 740 [[package]] 741 - name = "cxx" 742 - version = "1.0.94" 743 - source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" 745 - dependencies = [ "cc", "cxxbridge-flags", "cxxbridge-macro", "link-cplusplus",] 746 - 747 - [[package]] 748 - name = "cxx-build" 749 - version = "1.0.94" 750 - source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" 752 - dependencies = [ "cc", "codespan-reporting", "once_cell", "proc-macro2", "quote", "scratch", "syn 2.0.15",] 753 - 754 - [[package]] 755 - name = "cxxbridge-flags" 756 - version = "1.0.94" 757 - source = "registry+https://github.com/rust-lang/crates.io-index" 758 - checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" 759 - 760 - [[package]] 761 - name = "cxxbridge-macro" 762 - version = "1.0.94" 763 - source = "registry+https://github.com/rust-lang/crates.io-index" 764 - checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" 765 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 766 - 767 - [[package]] 768 name = "dasp_frame" 769 version = "0.11.0" 770 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 779 780 [[package]] 781 name = "data-encoding" 782 - version = "2.3.3" 783 source = "registry+https://github.com/rust-lang/crates.io-index" 784 - checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" 785 786 [[package]] 787 name = "dav1d" ··· 812 813 [[package]] 814 name = "digest" 815 - version = "0.10.6" 816 source = "registry+https://github.com/rust-lang/crates.io-index" 817 - checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 818 dependencies = [ "block-buffer 0.10.4", "crypto-common", "subtle",] 819 820 [[package]] ··· 881 882 [[package]] 883 name = "exr" 884 - version = "1.6.3" 885 source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4" 887 - dependencies = [ "bit_field", "flume", "half", "lebe", "miniz_oxide 0.6.2", "rayon-core", "smallvec", "zune-inflate",] 888 889 [[package]] 890 name = "fastrand" ··· 908 909 [[package]] 910 name = "field-offset" 911 - version = "0.3.5" 912 source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535" 914 - dependencies = [ "memoffset 0.8.0", "rustc_version",] 915 916 [[package]] 917 name = "fixedbitset" ··· 960 961 [[package]] 962 name = "form_urlencoded" 963 - version = "1.1.0" 964 source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 966 dependencies = [ "percent-encoding",] 967 968 [[package]] ··· 1009 version = "0.3.28" 1010 source = "registry+https://github.com/rust-lang/crates.io-index" 1011 checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1012 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 1013 1014 [[package]] 1015 name = "futures-sink" ··· 1032 1033 [[package]] 1034 name = "gdk-pixbuf" 1035 - version = "0.17.9" 1036 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1037 dependencies = [ "bitflags", "gdk-pixbuf-sys", "gio", "glib", "libc", "once_cell",] 1038 1039 [[package]] 1040 name = "gdk-pixbuf-sys" 1041 - version = "0.17.9" 1042 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1043 dependencies = [ "gio-sys", "glib-sys", "gobject-sys", "libc", "system-deps",] 1044 1045 [[package]] ··· 1094 1095 [[package]] 1096 name = "getrandom" 1097 - version = "0.2.9" 1098 source = "registry+https://github.com/rust-lang/crates.io-index" 1099 - checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 1100 dependencies = [ "cfg-if", "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen",] 1101 1102 [[package]] ··· 1114 1115 [[package]] 1116 name = "gio" 1117 - version = "0.17.9" 1118 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1119 dependencies = [ "bitflags", "futures-channel", "futures-core", "futures-io", "futures-util", "gio-sys", "glib", "libc", "once_cell", "pin-project-lite", "smallvec", "thiserror",] 1120 1121 [[package]] 1122 name = "gio-sys" 1123 - version = "0.17.9" 1124 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1125 dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps", "winapi",] 1126 1127 [[package]] 1128 name = "glib" 1129 - version = "0.17.9" 1130 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1131 dependencies = [ "bitflags", "futures-channel", "futures-core", "futures-executor", "futures-task", "futures-util", "gio-sys", "glib-macros", "glib-sys", "gobject-sys", "libc", "memchr", "once_cell", "smallvec", "thiserror",] 1132 1133 [[package]] 1134 name = "glib-macros" 1135 - version = "0.17.9" 1136 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1137 dependencies = [ "anyhow", "heck", "proc-macro-crate", "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109",] 1138 1139 [[package]] 1140 name = "glib-sys" 1141 - version = "0.17.9" 1142 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1143 dependencies = [ "libc", "system-deps",] 1144 1145 [[package]] ··· 1150 1151 [[package]] 1152 name = "gobject-sys" 1153 - version = "0.17.9" 1154 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1155 dependencies = [ "glib-sys", "libc", "system-deps",] 1156 1157 [[package]] 1158 name = "graphene-rs" 1159 - version = "0.17.9" 1160 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1161 dependencies = [ "glib", "graphene-sys", "libc",] 1162 1163 [[package]] 1164 name = "graphene-sys" 1165 - version = "0.17.9" 1166 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 1167 dependencies = [ "glib-sys", "libc", "pkg-config", "system-deps",] 1168 1169 [[package]] ··· 1180 1181 [[package]] 1182 name = "gst-plugin-audiofx" 1183 - version = "0.10.7" 1184 dependencies = [ "anyhow", "atomic_refcell", "byte-slice-cast", "ebur128", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "hrtf", "nnnoiseless", "num-traits", "once_cell", "rayon", "smallvec",] 1185 1186 [[package]] 1187 name = "gst-plugin-aws" 1188 - version = "0.10.7" 1189 dependencies = [ "async-tungstenite", "atomic_refcell", "aws-config", "aws-credential-types", "aws-sdk-s3", "aws-sdk-transcribe", "aws-sig-auth", "aws-smithy-http", "aws-smithy-types", "aws-types", "backoff", "base32", "byteorder", "bytes", "chrono", "crc 3.0.1", "env_logger 0.10.0", "futures", "gio", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "http", "nom", "once_cell", "percent-encoding", "rand", "serde", "serde_derive", "serde_json", "test-with", "tokio", "url",] 1190 1191 [[package]] 1192 name = "gst-plugin-cdg" 1193 - version = "0.10.7" 1194 dependencies = [ "cdg", "cdg_renderer", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-base", "gstreamer-video", "image", "muldiv", "once_cell",] 1195 1196 [[package]] 1197 name = "gst-plugin-claxon" 1198 - version = "0.10.7" 1199 dependencies = [ "atomic_refcell", "byte-slice-cast", "claxon", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-check", "once_cell",] 1200 1201 [[package]] 1202 name = "gst-plugin-closedcaption" 1203 - version = "0.10.7" 1204 dependencies = [ "anyhow", "atomic_refcell", "byteorder", "cairo-rs", "cc", "chrono", "either", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-check", "gstreamer-video", "nom", "once_cell", "pango", "pangocairo", "pretty_assertions", "rand", "serde", "serde_json", "uuid",] 1205 1206 [[package]] 1207 name = "gst-plugin-csound" 1208 - version = "0.10.7" 1209 dependencies = [ "byte-slice-cast", "csound", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "once_cell",] 1210 1211 [[package]] 1212 name = "gst-plugin-dav1d" 1213 - version = "0.10.7" 1214 dependencies = [ "dav1d", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-video", "num_cpus", "once_cell",] 1215 1216 [[package]] 1217 name = "gst-plugin-fallbackswitch" 1218 - version = "0.10.7" 1219 dependencies = [ "gio", "gst-plugin-gtk4", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "gstreamer-video", "gtk4", "once_cell", "parking_lot",] 1220 1221 [[package]] 1222 name = "gst-plugin-ffv1" 1223 - version = "0.10.7" 1224 dependencies = [ "byte-slice-cast", "ffv1", "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "once_cell",] 1225 1226 [[package]] 1227 name = "gst-plugin-file" 1228 - version = "0.10.7" 1229 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "once_cell", "url",] 1230 1231 [[package]] 1232 name = "gst-plugin-flavors" 1233 - version = "0.10.7" 1234 dependencies = [ "byteorder", "flavors", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "muldiv", "nom", "num-rational", "once_cell", "smallvec",] 1235 1236 [[package]] 1237 name = "gst-plugin-fmp4" 1238 - version = "0.10.7" 1239 dependencies = [ "anyhow", "chrono", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "gstreamer-pbutils", "gstreamer-video", "m3u8-rs", "once_cell",] 1240 1241 [[package]] 1242 name = "gst-plugin-gif" 1243 - version = "0.10.7" 1244 dependencies = [ "atomic_refcell", "gif", "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "once_cell",] 1245 1246 [[package]] 1247 name = "gst-plugin-gtk4" 1248 - version = "0.10.7" 1249 dependencies = [ "gdk4-wayland", "gdk4-x11", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-gl", "gstreamer-gl-egl", "gstreamer-gl-wayland", "gstreamer-gl-x11", "gstreamer-video", "gtk4", "once_cell",] 1250 1251 [[package]] 1252 name = "gst-plugin-hlssink3" 1253 - version = "0.10.7" 1254 dependencies = [ "gio", "glib", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "m3u8-rs", "once_cell", "regex",] 1255 1256 [[package]] 1257 name = "gst-plugin-hsv" 1258 - version = "0.10.7" 1259 dependencies = [ "byte-slice-cast", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "gstreamer-video", "num-traits", "once_cell",] 1260 1261 [[package]] 1262 name = "gst-plugin-json" 1263 - version = "0.10.7" 1264 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "once_cell", "serde", "serde_json",] 1265 1266 [[package]] 1267 name = "gst-plugin-lewton" 1268 - version = "0.10.7" 1269 dependencies = [ "atomic_refcell", "byte-slice-cast", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-check", "lewton", "once_cell",] 1270 1271 [[package]] 1272 name = "gst-plugin-livesync" 1273 - version = "0.10.7" 1274 dependencies = [ "gio", "gst-plugin-gtk4", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-check", "gtk4", "muldiv", "num-rational", "once_cell", "parking_lot",] 1275 1276 [[package]] 1277 name = "gst-plugin-mp4" 1278 - version = "0.10.7" 1279 dependencies = [ "anyhow", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-pbutils", "gstreamer-video", "once_cell", "tempfile", "url",] 1280 1281 [[package]] 1282 name = "gst-plugin-ndi" 1283 - version = "0.10.7" 1284 dependencies = [ "atomic_refcell", "byte-slice-cast", "byteorder", "glib", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-video", "libloading", "once_cell",] 1285 1286 [[package]] 1287 name = "gst-plugin-onvif" 1288 - version = "0.10.7" 1289 dependencies = [ "cairo-rs", "chrono", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-rtp", "gstreamer-video", "once_cell", "pango", "pangocairo", "xmlparser", "xmltree",] 1290 1291 [[package]] 1292 name = "gst-plugin-png" 1293 - version = "0.10.7" 1294 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "once_cell", "parking_lot", "png",] 1295 1296 [[package]] 1297 name = "gst-plugin-raptorq" 1298 - version = "0.10.7" 1299 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-check", "gstreamer-rtp", "once_cell", "rand", "raptorq",] 1300 1301 [[package]] 1302 name = "gst-plugin-rav1e" 1303 - version = "0.10.7" 1304 dependencies = [ "atomic_refcell", "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "once_cell", "rav1e",] 1305 1306 [[package]] 1307 name = "gst-plugin-regex" 1308 - version = "0.10.7" 1309 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "once_cell", "regex",] 1310 1311 [[package]] 1312 name = "gst-plugin-reqwest" 1313 - version = "0.10.7" 1314 dependencies = [ "futures", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "headers", "hyper", "mime", "once_cell", "reqwest", "tokio", "url",] 1315 1316 [[package]] 1317 name = "gst-plugin-rtp" 1318 - version = "0.10.7" 1319 dependencies = [ "bitstream-io", "chrono", "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-rtp", "once_cell",] 1320 1321 [[package]] 1322 name = "gst-plugin-sodium" 1323 - version = "0.10.7" 1324 dependencies = [ "clap", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-base", "gstreamer-check", "hex", "once_cell", "pretty_assertions", "rand", "serde", "serde_json", "smallvec", "sodiumoxide",] 1325 1326 [[package]] 1327 name = "gst-plugin-spotify" 1328 - version = "0.10.7" 1329 dependencies = [ "anyhow", "futures", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "librespot", "once_cell", "tokio", "url",] 1330 1331 [[package]] 1332 name = "gst-plugin-textahead" 1333 - version = "0.10.7" 1334 dependencies = [ "gst-plugin-version-helper", "gstreamer", "once_cell",] 1335 1336 [[package]] 1337 name = "gst-plugin-textwrap" 1338 - version = "0.10.7" 1339 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "hyphenation", "once_cell", "textwrap",] 1340 1341 [[package]] 1342 name = "gst-plugin-threadshare" 1343 - version = "0.10.7" 1344 - dependencies = [ "async-task", "cc", "clap", "concurrent-queue", "flume", "futures", "gio", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-audio", "gstreamer-check", "gstreamer-net", "gstreamer-rtp", "libc", "once_cell", "pin-project-lite", "pkg-config", "polling", "rand", "slab", "socket2 0.5.2", "waker-fn", "winapi",] 1345 1346 [[package]] 1347 name = "gst-plugin-togglerecord" 1348 - version = "0.10.7" 1349 dependencies = [ "either", "gio", "gst-plugin-gtk4", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-video", "gtk4", "once_cell", "parking_lot",] 1350 1351 [[package]] 1352 name = "gst-plugin-tracers" 1353 - version = "0.10.7" 1354 dependencies = [ "anyhow", "gst-plugin-version-helper", "gstreamer", "once_cell", "regex", "signal-hook",] 1355 1356 [[package]] 1357 name = "gst-plugin-tutorial" 1358 - version = "0.10.7" 1359 dependencies = [ "byte-slice-cast", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-video", "num-traits", "once_cell",] 1360 1361 [[package]] 1362 name = "gst-plugin-uriplaylistbin" 1363 - version = "0.10.7" 1364 - dependencies = [ "anyhow", "clap", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "more-asserts", "once_cell", "url",] 1365 1366 [[package]] 1367 name = "gst-plugin-version-helper" ··· 1370 1371 [[package]] 1372 name = "gst-plugin-videofx" 1373 - version = "0.10.7" 1374 dependencies = [ "atomic_refcell", "cairo-rs", "color-name", "color-thief", "dssim-core", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-check", "gstreamer-video", "image", "image_hasher", "once_cell", "rgb",] 1375 1376 [[package]] 1377 name = "gst-plugin-webp" 1378 - version = "0.10.7" 1379 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "libwebp-sys2", "once_cell", "pretty_assertions",] 1380 1381 [[package]] 1382 name = "gst-plugin-webrtc" 1383 - version = "0.10.7" 1384 dependencies = [ "anyhow", "async-tungstenite", "clap", "fastrand", "futures", "gst-plugin-version-helper", "gst-plugin-webrtc-signalling-protocol", "gstreamer", "gstreamer-app", "gstreamer-base", "gstreamer-rtp", "gstreamer-sdp", "gstreamer-utils", "gstreamer-video", "gstreamer-webrtc", "human_bytes", "once_cell", "serde", "serde_json", "thiserror", "tokio", "tokio-native-tls", "tokio-stream", "tracing", "tracing-log", "tracing-subscriber", "url", "uuid",] 1385 1386 [[package]] 1387 name = "gst-plugin-webrtc-signalling" 1388 - version = "0.10.7" 1389 dependencies = [ "anyhow", "async-tungstenite", "clap", "futures", "gst-plugin-webrtc-signalling-protocol", "once_cell", "pin-project-lite", "serde", "serde_json", "test-log", "thiserror", "tokio", "tokio-native-tls", "tracing", "tracing-log", "tracing-subscriber", "uuid",] 1390 1391 [[package]] 1392 name = "gst-plugin-webrtc-signalling-protocol" 1393 - version = "0.10.7" 1394 dependencies = [ "serde", "serde_json",] 1395 1396 [[package]] 1397 name = "gst-plugin-webrtchttp" 1398 - version = "0.10.7" 1399 dependencies = [ "async-recursion", "bytes", "futures", "gst-plugin-version-helper", "gstreamer", "gstreamer-sdp", "gstreamer-webrtc", "once_cell", "parse_link_header", "reqwest", "tokio",] 1400 1401 [[package]] 1402 name = "gstreamer" 1403 - version = "0.20.5" 1404 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1405 dependencies = [ "bitflags", "cfg-if", "futures-channel", "futures-core", "futures-util", "glib", "gstreamer-sys", "libc", "muldiv", "num-integer", "num-rational", "once_cell", "option-operations", "paste", "pretty-hex", "serde", "serde_bytes", "smallvec", "thiserror",] 1406 1407 [[package]] 1408 name = "gstreamer-app" 1409 - version = "0.20.5" 1410 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1411 dependencies = [ "bitflags", "futures-core", "futures-sink", "glib", "gstreamer", "gstreamer-app-sys", "gstreamer-base", "libc", "once_cell",] 1412 1413 [[package]] 1414 name = "gstreamer-app-sys" 1415 - version = "0.20.5" 1416 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1417 dependencies = [ "glib-sys", "gstreamer-base-sys", "gstreamer-sys", "libc", "system-deps",] 1418 1419 [[package]] 1420 name = "gstreamer-audio" 1421 - version = "0.20.5" 1422 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1423 dependencies = [ "bitflags", "cfg-if", "glib", "gstreamer", "gstreamer-audio-sys", "gstreamer-base", "libc", "once_cell",] 1424 1425 [[package]] 1426 name = "gstreamer-audio-sys" 1427 - version = "0.20.5" 1428 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1429 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-base-sys", "gstreamer-sys", "libc", "system-deps",] 1430 1431 [[package]] 1432 name = "gstreamer-base" 1433 - version = "0.20.5" 1434 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1435 dependencies = [ "atomic_refcell", "bitflags", "cfg-if", "glib", "gstreamer", "gstreamer-base-sys", "libc",] 1436 1437 [[package]] 1438 name = "gstreamer-base-sys" 1439 - version = "0.20.5" 1440 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1441 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-sys", "libc", "system-deps",] 1442 1443 [[package]] 1444 name = "gstreamer-check" 1445 - version = "0.20.5" 1446 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1447 dependencies = [ "bitflags", "glib", "gstreamer", "gstreamer-check-sys",] 1448 1449 [[package]] 1450 name = "gstreamer-check-sys" 1451 - version = "0.20.5" 1452 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1453 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-sys", "libc", "system-deps",] 1454 1455 [[package]] 1456 name = "gstreamer-gl" 1457 - version = "0.20.5" 1458 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1459 dependencies = [ "bitflags", "glib", "gstreamer", "gstreamer-base", "gstreamer-gl-sys", "gstreamer-video", "libc", "once_cell",] 1460 1461 [[package]] 1462 name = "gstreamer-gl-egl" 1463 - version = "0.20.5" 1464 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1465 dependencies = [ "glib", "gstreamer", "gstreamer-gl", "gstreamer-gl-egl-sys", "libc",] 1466 1467 [[package]] 1468 name = "gstreamer-gl-egl-sys" 1469 - version = "0.20.5" 1470 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1471 dependencies = [ "glib-sys", "gstreamer-gl-sys", "libc", "system-deps",] 1472 1473 [[package]] 1474 name = "gstreamer-gl-sys" 1475 - version = "0.20.5" 1476 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1477 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-base-sys", "gstreamer-sys", "gstreamer-video-sys", "libc", "system-deps",] 1478 1479 [[package]] 1480 name = "gstreamer-gl-wayland" 1481 - version = "0.20.5" 1482 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1483 dependencies = [ "glib", "gstreamer", "gstreamer-gl", "gstreamer-gl-wayland-sys", "libc",] 1484 1485 [[package]] 1486 name = "gstreamer-gl-wayland-sys" 1487 - version = "0.20.5" 1488 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1489 dependencies = [ "glib-sys", "gstreamer-gl-sys", "libc", "system-deps",] 1490 1491 [[package]] 1492 name = "gstreamer-gl-x11" 1493 - version = "0.20.5" 1494 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1495 dependencies = [ "glib", "gstreamer", "gstreamer-gl", "gstreamer-gl-x11-sys", "libc",] 1496 1497 [[package]] 1498 name = "gstreamer-gl-x11-sys" 1499 - version = "0.20.5" 1500 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1501 dependencies = [ "glib-sys", "gstreamer-gl-sys", "libc", "system-deps",] 1502 1503 [[package]] 1504 name = "gstreamer-net" 1505 - version = "0.20.5" 1506 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1507 dependencies = [ "gio", "glib", "gstreamer", "gstreamer-net-sys",] 1508 1509 [[package]] 1510 name = "gstreamer-net-sys" 1511 - version = "0.20.5" 1512 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1513 dependencies = [ "gio-sys", "glib-sys", "gstreamer-sys", "libc", "system-deps",] 1514 1515 [[package]] 1516 name = "gstreamer-pbutils" 1517 - version = "0.20.5" 1518 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1519 dependencies = [ "bitflags", "glib", "gstreamer", "gstreamer-audio", "gstreamer-pbutils-sys", "gstreamer-video", "libc", "thiserror",] 1520 1521 [[package]] 1522 name = "gstreamer-pbutils-sys" 1523 - version = "0.20.5" 1524 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1525 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-audio-sys", "gstreamer-sys", "gstreamer-video-sys", "libc", "system-deps",] 1526 1527 [[package]] 1528 name = "gstreamer-rtp" 1529 - version = "0.20.5" 1530 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1531 dependencies = [ "bitflags", "glib", "gstreamer", "gstreamer-rtp-sys", "libc", "once_cell",] 1532 1533 [[package]] 1534 name = "gstreamer-rtp-sys" 1535 - version = "0.20.5" 1536 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1537 dependencies = [ "glib-sys", "gstreamer-base-sys", "gstreamer-sys", "libc", "system-deps",] 1538 1539 [[package]] 1540 name = "gstreamer-sdp" 1541 - version = "0.20.5" 1542 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1543 dependencies = [ "glib", "gstreamer", "gstreamer-sdp-sys",] 1544 1545 [[package]] 1546 name = "gstreamer-sdp-sys" 1547 - version = "0.20.5" 1548 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1549 dependencies = [ "glib-sys", "gstreamer-sys", "libc", "system-deps",] 1550 1551 [[package]] 1552 name = "gstreamer-sys" 1553 - version = "0.20.5" 1554 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1555 dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps",] 1556 1557 [[package]] 1558 name = "gstreamer-utils" 1559 - version = "0.20.5" 1560 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1561 dependencies = [ "gstreamer", "gstreamer-app", "gstreamer-video", "once_cell", "thiserror",] 1562 1563 [[package]] 1564 name = "gstreamer-video" 1565 - version = "0.20.5" 1566 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1567 dependencies = [ "bitflags", "cfg-if", "futures-channel", "glib", "gstreamer", "gstreamer-base", "gstreamer-video-sys", "libc", "once_cell", "serde",] 1568 1569 [[package]] 1570 name = "gstreamer-video-sys" 1571 - version = "0.20.5" 1572 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1573 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-base-sys", "gstreamer-sys", "libc", "system-deps",] 1574 1575 [[package]] 1576 name = "gstreamer-webrtc" 1577 - version = "0.20.5" 1578 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1579 dependencies = [ "glib", "gstreamer", "gstreamer-sdp", "gstreamer-webrtc-sys", "libc",] 1580 1581 [[package]] 1582 name = "gstreamer-webrtc-sys" 1583 - version = "0.20.5" 1584 - source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#50ec1922855441994c1cbe3e85a584cd91e72ddd" 1585 dependencies = [ "glib-sys", "gstreamer-sdp-sys", "gstreamer-sys", "libc", "system-deps",] 1586 1587 [[package]] ··· 1604 1605 [[package]] 1606 name = "h2" 1607 - version = "0.3.18" 1608 source = "registry+https://github.com/rust-lang/crates.io-index" 1609 - checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" 1610 dependencies = [ "bytes", "fnv", "futures-core", "futures-sink", "futures-util", "http", "indexmap", "slab", "tokio", "tokio-util", "tracing",] 1611 1612 [[package]] ··· 1681 version = "0.12.1" 1682 source = "registry+https://github.com/rust-lang/crates.io-index" 1683 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1684 - dependencies = [ "digest 0.10.6",] 1685 1686 [[package]] 1687 name = "hostname" ··· 1786 1787 [[package]] 1788 name = "iana-time-zone-haiku" 1789 - version = "0.1.1" 1790 source = "registry+https://github.com/rust-lang/crates.io-index" 1791 - checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1792 - dependencies = [ "cxx", "cxx-build",] 1793 1794 [[package]] 1795 name = "idna" ··· 1806 dependencies = [ "unicode-bidi", "unicode-normalization",] 1807 1808 [[package]] 1809 name = "if-addrs" 1810 version = "0.7.0" 1811 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1821 1822 [[package]] 1823 name = "image_hasher" 1824 - version = "1.1.2" 1825 source = "registry+https://github.com/rust-lang/crates.io-index" 1826 - checksum = "a465709ca502270eba7ae8129c6a680f5668748d7edafa85da0f8ceae596bb2b" 1827 - dependencies = [ "base64 0.13.1", "image", "rustdct", "serde", "transpose",] 1828 1829 [[package]] 1830 name = "imgref" ··· 1855 1856 [[package]] 1857 name = "io-lifetimes" 1858 - version = "1.0.10" 1859 source = "registry+https://github.com/rust-lang/crates.io-index" 1860 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 1861 dependencies = [ "hermit-abi 0.3.1", "libc", "windows-sys 0.48.0",] 1862 1863 [[package]] ··· 1902 1903 [[package]] 1904 name = "js-sys" 1905 - version = "0.3.61" 1906 source = "registry+https://github.com/rust-lang/crates.io-index" 1907 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1908 dependencies = [ "wasm-bindgen",] 1909 1910 [[package]] ··· 1928 1929 [[package]] 1930 name = "libc" 1931 - version = "0.2.144" 1932 source = "registry+https://github.com/rust-lang/crates.io-index" 1933 - checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 1934 1935 [[package]] 1936 name = "libfuzzer-sys" ··· 1948 1949 [[package]] 1950 name = "libm" 1951 - version = "0.2.6" 1952 source = "registry+https://github.com/rust-lang/crates.io-index" 1953 - checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" 1954 1955 [[package]] 1956 name = "libmdns" ··· 2030 dependencies = [ "cc", "cfg-if", "libc", "pkg-config", "vcpkg",] 2031 2032 [[package]] 2033 - name = "link-cplusplus" 2034 - version = "1.0.8" 2035 - source = "registry+https://github.com/rust-lang/crates.io-index" 2036 - checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 2037 - dependencies = [ "cc",] 2038 - 2039 - [[package]] 2040 name = "linux-raw-sys" 2041 - version = "0.3.7" 2042 source = "registry+https://github.com/rust-lang/crates.io-index" 2043 - checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 2044 2045 [[package]] 2046 name = "lock_api" 2047 - version = "0.4.9" 2048 source = "registry+https://github.com/rust-lang/crates.io-index" 2049 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 2050 dependencies = [ "autocfg", "scopeguard",] 2051 2052 [[package]] 2053 name = "log" 2054 - version = "0.4.17" 2055 source = "registry+https://github.com/rust-lang/crates.io-index" 2056 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2057 - dependencies = [ "cfg-if",] 2058 2059 [[package]] 2060 name = "m3u8-rs" ··· 2094 version = "0.10.5" 2095 source = "registry+https://github.com/rust-lang/crates.io-index" 2096 checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" 2097 - dependencies = [ "digest 0.10.6",] 2098 2099 [[package]] 2100 name = "memchr" ··· 2117 dependencies = [ "autocfg",] 2118 2119 [[package]] 2120 name = "mime" 2121 version = "0.3.17" 2122 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2144 2145 [[package]] 2146 name = "mio" 2147 - version = "0.8.6" 2148 source = "registry+https://github.com/rust-lang/crates.io-index" 2149 - checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 2150 - dependencies = [ "libc", "log", "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.45.0",] 2151 2152 [[package]] 2153 name = "more-asserts" ··· 2280 2281 [[package]] 2282 name = "object" 2283 - version = "0.30.3" 2284 source = "registry+https://github.com/rust-lang/crates.io-index" 2285 - checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 2286 dependencies = [ "memchr",] 2287 2288 [[package]] ··· 2294 2295 [[package]] 2296 name = "once_cell" 2297 - version = "1.17.1" 2298 source = "registry+https://github.com/rust-lang/crates.io-index" 2299 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 2300 2301 [[package]] 2302 name = "opaque-debug" ··· 2306 2307 [[package]] 2308 name = "openssl" 2309 - version = "0.10.52" 2310 source = "registry+https://github.com/rust-lang/crates.io-index" 2311 - checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 2312 dependencies = [ "bitflags", "cfg-if", "foreign-types", "libc", "once_cell", "openssl-macros", "openssl-sys",] 2313 2314 [[package]] ··· 2316 version = "0.1.1" 2317 source = "registry+https://github.com/rust-lang/crates.io-index" 2318 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2319 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 2320 2321 [[package]] 2322 name = "openssl-probe" ··· 2326 2327 [[package]] 2328 name = "openssl-sys" 2329 - version = "0.9.87" 2330 source = "registry+https://github.com/rust-lang/crates.io-index" 2331 - checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 2332 dependencies = [ "cc", "libc", "pkg-config", "vcpkg",] 2333 2334 [[package]] ··· 2359 2360 [[package]] 2361 name = "pango" 2362 - version = "0.17.9" 2363 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 2364 dependencies = [ "bitflags", "gio", "glib", "libc", "once_cell", "pango-sys",] 2365 2366 [[package]] 2367 name = "pango-sys" 2368 - version = "0.17.9" 2369 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 2370 dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps",] 2371 2372 [[package]] 2373 name = "pangocairo" 2374 - version = "0.17.9" 2375 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 2376 dependencies = [ "bitflags", "cairo-rs", "glib", "libc", "pango", "pangocairo-sys",] 2377 2378 [[package]] 2379 name = "pangocairo-sys" 2380 - version = "0.17.9" 2381 - source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#3ad562c758bf7b2452827c2e6d35e4effce23f71" 2382 dependencies = [ "cairo-sys-rs", "glib-sys", "libc", "pango-sys", "system-deps",] 2383 2384 [[package]] ··· 2390 2391 [[package]] 2392 name = "parking_lot_core" 2393 - version = "0.9.7" 2394 source = "registry+https://github.com/rust-lang/crates.io-index" 2395 - checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 2396 - dependencies = [ "backtrace", "cfg-if", "libc", "petgraph", "redox_syscall 0.2.16", "smallvec", "thread-id", "windows-sys 0.45.0",] 2397 2398 [[package]] 2399 name = "parse_link_header" ··· 2417 2418 [[package]] 2419 name = "percent-encoding" 2420 - version = "2.2.0" 2421 source = "registry+https://github.com/rust-lang/crates.io-index" 2422 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 2423 2424 [[package]] 2425 name = "petgraph" ··· 2430 2431 [[package]] 2432 name = "pin-project" 2433 - version = "1.0.12" 2434 source = "registry+https://github.com/rust-lang/crates.io-index" 2435 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 2436 dependencies = [ "pin-project-internal",] 2437 2438 [[package]] 2439 name = "pin-project-internal" 2440 - version = "1.0.12" 2441 source = "registry+https://github.com/rust-lang/crates.io-index" 2442 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 2443 - dependencies = [ "proc-macro2", "quote", "syn 1.0.109",] 2444 2445 [[package]] 2446 name = "pin-project-lite" ··· 2536 2537 [[package]] 2538 name = "proc-macro2" 2539 - version = "1.0.56" 2540 source = "registry+https://github.com/rust-lang/crates.io-index" 2541 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 2542 dependencies = [ "unicode-ident",] 2543 2544 [[package]] ··· 2583 2584 [[package]] 2585 name = "quote" 2586 - version = "1.0.27" 2587 source = "registry+https://github.com/rust-lang/crates.io-index" 2588 - checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 2589 dependencies = [ "proc-macro2",] 2590 2591 [[package]] ··· 2624 2625 [[package]] 2626 name = "rav1e" 2627 - version = "0.6.5" 2628 source = "registry+https://github.com/rust-lang/crates.io-index" 2629 - checksum = "1958c98fa048e4a52218524b3688474943507e25caf29d333ad85aa8a43575de" 2630 dependencies = [ "arbitrary", "arg_enum_proc_macro", "arrayvec", "av1-grain", "bitstream-io", "built", "cc", "cfg-if", "interpolate_name", "itertools", "libc", "libfuzzer-sys", "log", "maybe-rayon", "nasm-rs", "new_debug_unreachable", "noop_proc_macro", "num-derive", "num-traits", "once_cell", "paste", "rand", "rand_chacha", "rust_hawktracer", "rustc_version", "simd_helpers", "system-deps", "thiserror", "v_frame",] 2631 2632 [[package]] ··· 2666 2667 [[package]] 2668 name = "regex" 2669 - version = "1.8.1" 2670 source = "registry+https://github.com/rust-lang/crates.io-index" 2671 - checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 2672 - dependencies = [ "aho-corasick", "memchr", "regex-syntax 0.7.1",] 2673 2674 [[package]] 2675 name = "regex-automata" ··· 2686 2687 [[package]] 2688 name = "regex-syntax" 2689 - version = "0.7.1" 2690 source = "registry+https://github.com/rust-lang/crates.io-index" 2691 - checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 2692 2693 [[package]] 2694 name = "reqwest" 2695 - version = "0.11.17" 2696 source = "registry+https://github.com/rust-lang/crates.io-index" 2697 - checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91" 2698 - dependencies = [ "async-compression", "base64 0.21.0", "bytes", "cookie", "cookie_store", "encoding_rs", "futures-core", "futures-util", "h2", "http", "http-body", "hyper", "hyper-tls", "ipnet", "js-sys", "log", "mime", "native-tls", "once_cell", "percent-encoding", "pin-project-lite", "serde", "serde_json", "serde_urlencoded", "tokio", "tokio-native-tls", "tokio-util", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", "winreg",] 2699 2700 [[package]] 2701 name = "rgb" ··· 2797 version = "1.0.2" 2798 source = "registry+https://github.com/rust-lang/crates.io-index" 2799 checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 2800 - dependencies = [ "base64 0.21.0",] 2801 2802 [[package]] 2803 name = "ryu" ··· 2826 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2827 2828 [[package]] 2829 - name = "scratch" 2830 - version = "1.0.5" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 2833 - 2834 - [[package]] 2835 name = "sct" 2836 version = "0.7.0" 2837 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2840 2841 [[package]] 2842 name = "security-framework" 2843 - version = "2.8.2" 2844 source = "registry+https://github.com/rust-lang/crates.io-index" 2845 - checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 2846 dependencies = [ "bitflags", "core-foundation", "core-foundation-sys", "libc", "security-framework-sys",] 2847 2848 [[package]] 2849 name = "security-framework-sys" 2850 - version = "2.8.0" 2851 source = "registry+https://github.com/rust-lang/crates.io-index" 2852 - checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 2853 dependencies = [ "core-foundation-sys", "libc",] 2854 2855 [[package]] ··· 2861 2862 [[package]] 2863 name = "serde" 2864 - version = "1.0.162" 2865 source = "registry+https://github.com/rust-lang/crates.io-index" 2866 - checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6" 2867 dependencies = [ "serde_derive",] 2868 2869 [[package]] ··· 2875 2876 [[package]] 2877 name = "serde_derive" 2878 - version = "1.0.162" 2879 source = "registry+https://github.com/rust-lang/crates.io-index" 2880 - checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6" 2881 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 2882 2883 [[package]] 2884 name = "serde_json" ··· 2889 2890 [[package]] 2891 name = "serde_spanned" 2892 - version = "0.6.1" 2893 source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 2895 dependencies = [ "serde",] 2896 2897 [[package]] ··· 2913 version = "0.10.5" 2914 source = "registry+https://github.com/rust-lang/crates.io-index" 2915 checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 2916 - dependencies = [ "cfg-if", "cpufeatures", "digest 0.10.6",] 2917 2918 [[package]] 2919 name = "sha2" 2920 version = "0.10.6" 2921 source = "registry+https://github.com/rust-lang/crates.io-index" 2922 checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 2923 - dependencies = [ "cfg-if", "cpufeatures", "digest 0.10.6",] 2924 2925 [[package]] 2926 name = "shannon" ··· 3003 3004 [[package]] 3005 name = "socket2" 3006 - version = "0.5.2" 3007 source = "registry+https://github.com/rust-lang/crates.io-index" 3008 - checksum = "6d283f86695ae989d1e18440a943880967156325ba025f05049946bff47bcc2b" 3009 dependencies = [ "libc", "windows-sys 0.48.0",] 3010 3011 [[package]] ··· 3055 3056 [[package]] 3057 name = "syn" 3058 - version = "2.0.15" 3059 source = "registry+https://github.com/rust-lang/crates.io-index" 3060 - checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 3061 dependencies = [ "proc-macro2", "quote", "unicode-ident",] 3062 3063 [[package]] ··· 3065 version = "6.1.0" 3066 source = "registry+https://github.com/rust-lang/crates.io-index" 3067 checksum = "e5fa6fb9ee296c0dc2df41a656ca7948546d061958115ddb0bcaae43ad0d17d2" 3068 - dependencies = [ "cfg-expr", "heck", "pkg-config", "toml 0.7.3", "version-compare",] 3069 3070 [[package]] 3071 name = "target-lexicon" ··· 3075 3076 [[package]] 3077 name = "tempfile" 3078 - version = "3.5.0" 3079 source = "registry+https://github.com/rust-lang/crates.io-index" 3080 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 3081 - dependencies = [ "cfg-if", "fastrand", "redox_syscall 0.3.5", "rustix", "windows-sys 0.45.0",] 3082 3083 [[package]] 3084 name = "termcolor" ··· 3099 version = "0.9.7" 3100 source = "registry+https://github.com/rust-lang/crates.io-index" 3101 checksum = "ca3e3e1275a1442b99772321d4a35e0622f7abc04f6af49bd801c7119645bc9e" 3102 - dependencies = [ "proc-macro-error", "proc-macro2", "quote", "regex", "syn 2.0.15",] 3103 3104 [[package]] 3105 name = "textwrap" ··· 3120 version = "1.0.40" 3121 source = "registry+https://github.com/rust-lang/crates.io-index" 3122 checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 3123 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 3124 3125 [[package]] 3126 name = "thread-id" 3127 - version = "4.0.0" 3128 source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 3130 dependencies = [ "libc", "redox_syscall 0.2.16", "winapi",] 3131 3132 [[package]] ··· 3185 3186 [[package]] 3187 name = "tokio" 3188 - version = "1.28.0" 3189 source = "registry+https://github.com/rust-lang/crates.io-index" 3190 - checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f" 3191 dependencies = [ "autocfg", "bytes", "libc", "mio", "num_cpus", "parking_lot", "pin-project-lite", "signal-hook-registry", "socket2 0.4.9", "tokio-macros", "windows-sys 0.48.0",] 3192 3193 [[package]] ··· 3195 version = "2.1.0" 3196 source = "registry+https://github.com/rust-lang/crates.io-index" 3197 checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 3198 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 3199 3200 [[package]] 3201 name = "tokio-native-tls" ··· 3234 3235 [[package]] 3236 name = "toml" 3237 - version = "0.7.3" 3238 source = "registry+https://github.com/rust-lang/crates.io-index" 3239 - checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 3240 dependencies = [ "serde", "serde_spanned", "toml_datetime", "toml_edit",] 3241 3242 [[package]] 3243 name = "toml_datetime" 3244 - version = "0.6.1" 3245 source = "registry+https://github.com/rust-lang/crates.io-index" 3246 - checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 3247 dependencies = [ "serde",] 3248 3249 [[package]] 3250 name = "toml_edit" 3251 - version = "0.19.8" 3252 source = "registry+https://github.com/rust-lang/crates.io-index" 3253 - checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 3254 dependencies = [ "indexmap", "serde", "serde_spanned", "toml_datetime", "winnow",] 3255 3256 [[package]] ··· 3284 version = "0.1.24" 3285 source = "registry+https://github.com/rust-lang/crates.io-index" 3286 checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" 3287 - dependencies = [ "proc-macro2", "quote", "syn 2.0.15",] 3288 3289 [[package]] 3290 name = "tracing-core" 3291 - version = "0.1.30" 3292 source = "registry+https://github.com/rust-lang/crates.io-index" 3293 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 3294 dependencies = [ "once_cell", "valuable",] 3295 3296 [[package]] ··· 3341 3342 [[package]] 3343 name = "unicode-ident" 3344 - version = "1.0.8" 3345 source = "registry+https://github.com/rust-lang/crates.io-index" 3346 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 3347 3348 [[package]] 3349 name = "unicode-linebreak" ··· 3373 3374 [[package]] 3375 name = "url" 3376 - version = "2.3.1" 3377 source = "registry+https://github.com/rust-lang/crates.io-index" 3378 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 3379 - dependencies = [ "form_urlencoded", "idna 0.3.0", "percent-encoding",] 3380 3381 [[package]] 3382 name = "urlencoding" ··· 3398 3399 [[package]] 3400 name = "uuid" 3401 - version = "1.3.2" 3402 source = "registry+https://github.com/rust-lang/crates.io-index" 3403 - checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" 3404 dependencies = [ "getrandom",] 3405 3406 [[package]] ··· 3487 3488 [[package]] 3489 name = "wasm-bindgen" 3490 - version = "0.2.84" 3491 source = "registry+https://github.com/rust-lang/crates.io-index" 3492 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 3493 dependencies = [ "cfg-if", "wasm-bindgen-macro",] 3494 3495 [[package]] 3496 name = "wasm-bindgen-backend" 3497 - version = "0.2.84" 3498 source = "registry+https://github.com/rust-lang/crates.io-index" 3499 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 3500 - dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", "syn 1.0.109", "wasm-bindgen-shared",] 3501 3502 [[package]] 3503 name = "wasm-bindgen-futures" 3504 - version = "0.4.34" 3505 source = "registry+https://github.com/rust-lang/crates.io-index" 3506 - checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 3507 dependencies = [ "cfg-if", "js-sys", "wasm-bindgen", "web-sys",] 3508 3509 [[package]] 3510 name = "wasm-bindgen-macro" 3511 - version = "0.2.84" 3512 source = "registry+https://github.com/rust-lang/crates.io-index" 3513 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 3514 dependencies = [ "quote", "wasm-bindgen-macro-support",] 3515 3516 [[package]] 3517 name = "wasm-bindgen-macro-support" 3518 - version = "0.2.84" 3519 source = "registry+https://github.com/rust-lang/crates.io-index" 3520 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 3521 - dependencies = [ "proc-macro2", "quote", "syn 1.0.109", "wasm-bindgen-backend", "wasm-bindgen-shared",] 3522 3523 [[package]] 3524 name = "wasm-bindgen-shared" 3525 - version = "0.2.84" 3526 source = "registry+https://github.com/rust-lang/crates.io-index" 3527 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 3528 3529 [[package]] 3530 name = "web-sys" 3531 - version = "0.3.61" 3532 source = "registry+https://github.com/rust-lang/crates.io-index" 3533 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 3534 dependencies = [ "js-sys", "wasm-bindgen",] 3535 3536 [[package]] ··· 3577 version = "0.48.0" 3578 source = "registry+https://github.com/rust-lang/crates.io-index" 3579 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3580 - dependencies = [ "windows-targets 0.48.0",] 3581 3582 [[package]] 3583 name = "windows-sys" ··· 3585 source = "registry+https://github.com/rust-lang/crates.io-index" 3586 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3587 dependencies = [ "windows_aarch64_gnullvm 0.42.2", "windows_aarch64_msvc 0.42.2", "windows_i686_gnu 0.42.2", "windows_i686_msvc 0.42.2", "windows_x86_64_gnu 0.42.2", "windows_x86_64_gnullvm 0.42.2", "windows_x86_64_msvc 0.42.2",] 3588 - 3589 - [[package]] 3590 - name = "windows-sys" 3591 - version = "0.45.0" 3592 - source = "registry+https://github.com/rust-lang/crates.io-index" 3593 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3594 - dependencies = [ "windows-targets 0.42.2",] 3595 3596 [[package]] 3597 name = "windows-sys" 3598 version = "0.48.0" 3599 source = "registry+https://github.com/rust-lang/crates.io-index" 3600 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3601 - dependencies = [ "windows-targets 0.48.0",] 3602 - 3603 - [[package]] 3604 - name = "windows-targets" 3605 - version = "0.42.2" 3606 - source = "registry+https://github.com/rust-lang/crates.io-index" 3607 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 3608 - dependencies = [ "windows_aarch64_gnullvm 0.42.2", "windows_aarch64_msvc 0.42.2", "windows_i686_gnu 0.42.2", "windows_i686_msvc 0.42.2", "windows_x86_64_gnu 0.42.2", "windows_x86_64_gnullvm 0.42.2", "windows_x86_64_msvc 0.42.2",] 3609 3610 [[package]] 3611 name = "windows-targets" ··· 3714 3715 [[package]] 3716 name = "xml-rs" 3717 - version = "0.8.8" 3718 source = "registry+https://github.com/rust-lang/crates.io-index" 3719 - checksum = "4f20f14e2bd1fef6ec891d50dbb37c7290a0568a6bbd9020bf62010d02b6f80e" 3720 3721 [[package]] 3722 name = "xmlparser"
··· 49 50 [[package]] 51 name = "aho-corasick" 52 + version = "1.0.2" 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 + checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 55 dependencies = [ "memchr",] 56 + 57 + [[package]] 58 + name = "android-tzdata" 59 + version = "0.1.1" 60 + source = "registry+https://github.com/rust-lang/crates.io-index" 61 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 62 63 [[package]] 64 name = "android_system_properties" ··· 129 130 [[package]] 131 name = "async-compression" 132 + version = "0.4.0" 133 source = "registry+https://github.com/rust-lang/crates.io-index" 134 + checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11" 135 dependencies = [ "flate2", "futures-core", "memchr", "pin-project-lite", "tokio",] 136 137 [[package]] ··· 139 version = "1.0.4" 140 source = "registry+https://github.com/rust-lang/crates.io-index" 141 checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" 142 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 143 144 [[package]] 145 name = "async-task" ··· 152 version = "0.1.68" 153 source = "registry+https://github.com/rust-lang/crates.io-index" 154 checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 155 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 156 157 [[package]] 158 name = "async-tungstenite" 159 + version = "0.22.2" 160 source = "registry+https://github.com/rust-lang/crates.io-index" 161 + checksum = "ce01ac37fdc85f10a43c43bc582cbd566720357011578a935761075f898baf58" 162 dependencies = [ "futures-io", "futures-util", "log", "native-tls", "pin-project-lite", "tokio", "tokio-native-tls", "tungstenite",] 163 164 [[package]] ··· 189 190 [[package]] 191 name = "aws-config" 192 + version = "0.55.3" 193 source = "registry+https://github.com/rust-lang/crates.io-index" 194 + checksum = "bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9" 195 dependencies = [ "aws-credential-types", "aws-http", "aws-sdk-sso", "aws-sdk-sts", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-types", "bytes", "fastrand", "hex", "http", "hyper", "ring", "time 0.3.20", "tokio", "tower", "tracing", "zeroize",] 196 197 [[package]] 198 name = "aws-credential-types" 199 + version = "0.55.3" 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 + checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae" 202 dependencies = [ "aws-smithy-async", "aws-smithy-types", "fastrand", "tokio", "tracing", "zeroize",] 203 204 [[package]] 205 name = "aws-endpoint" 206 + version = "0.55.3" 207 source = "registry+https://github.com/rust-lang/crates.io-index" 208 + checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04" 209 dependencies = [ "aws-smithy-http", "aws-smithy-types", "aws-types", "http", "regex", "tracing",] 210 211 [[package]] 212 name = "aws-http" 213 + version = "0.55.3" 214 source = "registry+https://github.com/rust-lang/crates.io-index" 215 + checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44" 216 dependencies = [ "aws-credential-types", "aws-smithy-http", "aws-smithy-types", "aws-types", "bytes", "http", "http-body", "lazy_static", "percent-encoding", "pin-project-lite", "tracing",] 217 218 [[package]] 219 name = "aws-sdk-s3" 220 + version = "0.28.0" 221 source = "registry+https://github.com/rust-lang/crates.io-index" 222 + checksum = "fba197193cbb4bcb6aad8d99796b2291f36fa89562ded5d4501363055b0de89f" 223 dependencies = [ "aws-credential-types", "aws-endpoint", "aws-http", "aws-sig-auth", "aws-sigv4", "aws-smithy-async", "aws-smithy-checksums", "aws-smithy-client", "aws-smithy-eventstream", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-smithy-xml", "aws-types", "bytes", "http", "http-body", "once_cell", "percent-encoding", "regex", "tokio-stream", "tower", "tracing", "url",] 224 225 [[package]] 226 name = "aws-sdk-sso" 227 + version = "0.28.0" 228 source = "registry+https://github.com/rust-lang/crates.io-index" 229 + checksum = "c8b812340d86d4a766b2ca73f740dfd47a97c2dff0c06c8517a16d88241957e4" 230 dependencies = [ "aws-credential-types", "aws-endpoint", "aws-http", "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-types", "bytes", "http", "regex", "tokio-stream", "tower", "tracing",] 231 232 [[package]] 233 name = "aws-sdk-sts" 234 + version = "0.28.0" 235 source = "registry+https://github.com/rust-lang/crates.io-index" 236 + checksum = "265fac131fbfc188e5c3d96652ea90ecc676a934e3174eaaee523c6cec040b3b" 237 dependencies = [ "aws-credential-types", "aws-endpoint", "aws-http", "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-query", "aws-smithy-types", "aws-smithy-xml", "aws-types", "bytes", "http", "regex", "tower", "tracing",] 238 239 [[package]] 240 name = "aws-sdk-transcribe" 241 + version = "0.28.0" 242 source = "registry+https://github.com/rust-lang/crates.io-index" 243 + checksum = "f6b561d56e7989062837c92f3cee6802f1b9cdb81b248bcc47790e38de1b96ab" 244 dependencies = [ "aws-credential-types", "aws-endpoint", "aws-http", "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-types", "aws-types", "bytes", "http", "regex", "tokio-stream", "tower", "tracing",] 245 246 [[package]] 247 name = "aws-sig-auth" 248 + version = "0.55.3" 249 source = "registry+https://github.com/rust-lang/crates.io-index" 250 + checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61" 251 dependencies = [ "aws-credential-types", "aws-sigv4", "aws-smithy-eventstream", "aws-smithy-http", "aws-types", "http", "tracing",] 252 253 [[package]] 254 name = "aws-sigv4" 255 + version = "0.55.3" 256 source = "registry+https://github.com/rust-lang/crates.io-index" 257 + checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c" 258 dependencies = [ "aws-smithy-eventstream", "aws-smithy-http", "bytes", "form_urlencoded", "hex", "hmac 0.12.1", "http", "once_cell", "percent-encoding", "regex", "sha2", "time 0.3.20", "tracing",] 259 260 [[package]] 261 name = "aws-smithy-async" 262 + version = "0.55.3" 263 source = "registry+https://github.com/rust-lang/crates.io-index" 264 + checksum = "13bda3996044c202d75b91afeb11a9afae9db9a721c6a7a427410018e286b880" 265 dependencies = [ "futures-util", "pin-project-lite", "tokio", "tokio-stream",] 266 267 [[package]] 268 name = "aws-smithy-checksums" 269 + version = "0.55.3" 270 source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "07ed8b96d95402f3f6b8b57eb4e0e45ee365f78b1a924faf20ff6e97abf1eae6" 272 dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", "crc32c", "crc32fast", "hex", "http", "http-body", "md-5", "pin-project-lite", "sha1", "sha2", "tracing",] 273 274 [[package]] 275 name = "aws-smithy-client" 276 + version = "0.55.3" 277 source = "registry+https://github.com/rust-lang/crates.io-index" 278 + checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd" 279 dependencies = [ "aws-smithy-async", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-types", "bytes", "fastrand", "http", "http-body", "hyper", "hyper-rustls", "lazy_static", "pin-project-lite", "rustls", "tokio", "tower", "tracing",] 280 281 [[package]] 282 name = "aws-smithy-eventstream" 283 + version = "0.55.3" 284 source = "registry+https://github.com/rust-lang/crates.io-index" 285 + checksum = "460c8da5110835e3d9a717c61f5556b20d03c32a1dec57f8fc559b360f733bb8" 286 dependencies = [ "aws-smithy-types", "bytes", "crc32fast",] 287 288 [[package]] 289 name = "aws-smithy-http" 290 + version = "0.55.3" 291 source = "registry+https://github.com/rust-lang/crates.io-index" 292 + checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28" 293 dependencies = [ "aws-smithy-eventstream", "aws-smithy-types", "bytes", "bytes-utils", "futures-core", "http", "http-body", "hyper", "once_cell", "percent-encoding", "pin-project-lite", "pin-utils", "tokio", "tokio-util", "tracing",] 294 295 [[package]] 296 name = "aws-smithy-http-tower" 297 + version = "0.55.3" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 + checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9" 300 dependencies = [ "aws-smithy-http", "aws-smithy-types", "bytes", "http", "http-body", "pin-project-lite", "tower", "tracing",] 301 302 [[package]] 303 name = "aws-smithy-json" 304 + version = "0.55.3" 305 source = "registry+https://github.com/rust-lang/crates.io-index" 306 + checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8" 307 dependencies = [ "aws-smithy-types",] 308 309 [[package]] 310 name = "aws-smithy-query" 311 + version = "0.55.3" 312 source = "registry+https://github.com/rust-lang/crates.io-index" 313 + checksum = "98819eb0b04020a1c791903533b638534ae6c12e2aceda3e6e6fba015608d51d" 314 dependencies = [ "aws-smithy-types", "urlencoding",] 315 316 [[package]] 317 name = "aws-smithy-types" 318 + version = "0.55.3" 319 source = "registry+https://github.com/rust-lang/crates.io-index" 320 + checksum = "16a3d0bf4f324f4ef9793b86a1701d9700fbcdbd12a846da45eed104c634c6e8" 321 dependencies = [ "base64-simd", "itoa", "num-integer", "ryu", "time 0.3.20",] 322 323 [[package]] 324 name = "aws-smithy-xml" 325 + version = "0.55.3" 326 source = "registry+https://github.com/rust-lang/crates.io-index" 327 + checksum = "b1b9d12875731bd07e767be7baad95700c3137b56730ec9ddeedb52a5e5ca63b" 328 dependencies = [ "xmlparser",] 329 330 [[package]] 331 name = "aws-types" 332 + version = "0.55.3" 333 source = "registry+https://github.com/rust-lang/crates.io-index" 334 + checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829" 335 dependencies = [ "aws-credential-types", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", "aws-smithy-types", "http", "rustc_version", "tracing",] 336 337 [[package]] ··· 362 363 [[package]] 364 name = "base64" 365 + version = "0.21.2" 366 source = "registry+https://github.com/rust-lang/crates.io-index" 367 + checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 368 369 [[package]] 370 name = "base64-simd" ··· 427 428 [[package]] 429 name = "bumpalo" 430 + version = "3.13.0" 431 source = "registry+https://github.com/rust-lang/crates.io-index" 432 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 433 434 [[package]] 435 name = "byte-slice-cast" ··· 464 465 [[package]] 466 name = "cairo-rs" 467 + version = "0.17.10" 468 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 469 dependencies = [ "bitflags", "cairo-sys-rs", "glib", "libc", "once_cell", "thiserror",] 470 471 [[package]] 472 name = "cairo-sys-rs" 473 + version = "0.17.10" 474 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 475 dependencies = [ "glib-sys", "libc", "system-deps",] 476 477 [[package]] ··· 503 504 [[package]] 505 name = "cfg-expr" 506 + version = "0.15.2" 507 source = "registry+https://github.com/rust-lang/crates.io-index" 508 + checksum = "e70d3ad08698a0568b0562f22710fe6bfc1f4a61a367c77d0398c562eadd453a" 509 dependencies = [ "smallvec", "target-lexicon",] 510 511 [[package]] ··· 516 517 [[package]] 518 name = "chrono" 519 + version = "0.4.26" 520 source = "registry+https://github.com/rust-lang/crates.io-index" 521 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 522 + dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "time 0.1.45", "wasm-bindgen", "winapi",] 523 524 [[package]] 525 name = "cipher" ··· 530 531 [[package]] 532 name = "clap" 533 + version = "4.3.2" 534 source = "registry+https://github.com/rust-lang/crates.io-index" 535 + checksum = "401a4694d2bf92537b6867d94de48c4842089645fdcdf6c71865b175d836e9c2" 536 dependencies = [ "clap_builder", "clap_derive", "once_cell",] 537 538 [[package]] 539 name = "clap_builder" 540 + version = "4.3.1" 541 source = "registry+https://github.com/rust-lang/crates.io-index" 542 + checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980" 543 dependencies = [ "anstream", "anstyle", "bitflags", "clap_lex", "strsim",] 544 545 [[package]] 546 name = "clap_derive" 547 + version = "4.3.2" 548 source = "registry+https://github.com/rust-lang/crates.io-index" 549 + checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" 550 + dependencies = [ "heck", "proc-macro2", "quote", "syn 2.0.18",] 551 552 [[package]] 553 name = "clap_lex" 554 + version = "0.5.0" 555 source = "registry+https://github.com/rust-lang/crates.io-index" 556 + checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 557 558 [[package]] 559 name = "claxon" 560 version = "0.4.3" 561 source = "registry+https://github.com/rust-lang/crates.io-index" 562 checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688" 563 564 [[package]] 565 name = "color-name" ··· 737 dependencies = [ "cipher",] 738 739 [[package]] 740 name = "dasp_frame" 741 version = "0.11.0" 742 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 751 752 [[package]] 753 name = "data-encoding" 754 + version = "2.4.0" 755 source = "registry+https://github.com/rust-lang/crates.io-index" 756 + checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" 757 758 [[package]] 759 name = "dav1d" ··· 784 785 [[package]] 786 name = "digest" 787 + version = "0.10.7" 788 source = "registry+https://github.com/rust-lang/crates.io-index" 789 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 790 dependencies = [ "block-buffer 0.10.4", "crypto-common", "subtle",] 791 792 [[package]] ··· 853 854 [[package]] 855 name = "exr" 856 + version = "1.6.4" 857 source = "registry+https://github.com/rust-lang/crates.io-index" 858 + checksum = "279d3efcc55e19917fff7ab3ddd6c14afb6a90881a0078465196fe2f99d08c56" 859 + dependencies = [ "bit_field", "flume", "half", "lebe", "miniz_oxide 0.7.1", "rayon-core", "smallvec", "zune-inflate",] 860 861 [[package]] 862 name = "fastrand" ··· 880 881 [[package]] 882 name = "field-offset" 883 + version = "0.3.6" 884 source = "registry+https://github.com/rust-lang/crates.io-index" 885 + checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 886 + dependencies = [ "memoffset 0.9.0", "rustc_version",] 887 888 [[package]] 889 name = "fixedbitset" ··· 932 933 [[package]] 934 name = "form_urlencoded" 935 + version = "1.2.0" 936 source = "registry+https://github.com/rust-lang/crates.io-index" 937 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 938 dependencies = [ "percent-encoding",] 939 940 [[package]] ··· 981 version = "0.3.28" 982 source = "registry+https://github.com/rust-lang/crates.io-index" 983 checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 984 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 985 986 [[package]] 987 name = "futures-sink" ··· 1004 1005 [[package]] 1006 name = "gdk-pixbuf" 1007 + version = "0.17.10" 1008 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1009 dependencies = [ "bitflags", "gdk-pixbuf-sys", "gio", "glib", "libc", "once_cell",] 1010 1011 [[package]] 1012 name = "gdk-pixbuf-sys" 1013 + version = "0.17.10" 1014 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1015 dependencies = [ "gio-sys", "glib-sys", "gobject-sys", "libc", "system-deps",] 1016 1017 [[package]] ··· 1066 1067 [[package]] 1068 name = "getrandom" 1069 + version = "0.2.10" 1070 source = "registry+https://github.com/rust-lang/crates.io-index" 1071 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1072 dependencies = [ "cfg-if", "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen",] 1073 1074 [[package]] ··· 1086 1087 [[package]] 1088 name = "gio" 1089 + version = "0.17.10" 1090 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1091 dependencies = [ "bitflags", "futures-channel", "futures-core", "futures-io", "futures-util", "gio-sys", "glib", "libc", "once_cell", "pin-project-lite", "smallvec", "thiserror",] 1092 1093 [[package]] 1094 name = "gio-sys" 1095 + version = "0.17.10" 1096 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1097 dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps", "winapi",] 1098 1099 [[package]] 1100 name = "glib" 1101 + version = "0.17.10" 1102 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1103 dependencies = [ "bitflags", "futures-channel", "futures-core", "futures-executor", "futures-task", "futures-util", "gio-sys", "glib-macros", "glib-sys", "gobject-sys", "libc", "memchr", "once_cell", "smallvec", "thiserror",] 1104 1105 [[package]] 1106 name = "glib-macros" 1107 + version = "0.17.10" 1108 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1109 dependencies = [ "anyhow", "heck", "proc-macro-crate", "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109",] 1110 1111 [[package]] 1112 name = "glib-sys" 1113 + version = "0.17.10" 1114 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1115 dependencies = [ "libc", "system-deps",] 1116 1117 [[package]] ··· 1122 1123 [[package]] 1124 name = "gobject-sys" 1125 + version = "0.17.10" 1126 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1127 dependencies = [ "glib-sys", "libc", "system-deps",] 1128 1129 [[package]] 1130 name = "graphene-rs" 1131 + version = "0.17.10" 1132 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1133 dependencies = [ "glib", "graphene-sys", "libc",] 1134 1135 [[package]] 1136 name = "graphene-sys" 1137 + version = "0.17.10" 1138 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 1139 dependencies = [ "glib-sys", "libc", "pkg-config", "system-deps",] 1140 1141 [[package]] ··· 1152 1153 [[package]] 1154 name = "gst-plugin-audiofx" 1155 + version = "0.10.8" 1156 dependencies = [ "anyhow", "atomic_refcell", "byte-slice-cast", "ebur128", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "hrtf", "nnnoiseless", "num-traits", "once_cell", "rayon", "smallvec",] 1157 1158 [[package]] 1159 name = "gst-plugin-aws" 1160 + version = "0.10.8" 1161 dependencies = [ "async-tungstenite", "atomic_refcell", "aws-config", "aws-credential-types", "aws-sdk-s3", "aws-sdk-transcribe", "aws-sig-auth", "aws-smithy-http", "aws-smithy-types", "aws-types", "backoff", "base32", "byteorder", "bytes", "chrono", "crc 3.0.1", "env_logger 0.10.0", "futures", "gio", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "http", "nom", "once_cell", "percent-encoding", "rand", "serde", "serde_derive", "serde_json", "test-with", "tokio", "url",] 1162 1163 [[package]] 1164 name = "gst-plugin-cdg" 1165 + version = "0.10.8" 1166 dependencies = [ "cdg", "cdg_renderer", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-base", "gstreamer-video", "image", "muldiv", "once_cell",] 1167 1168 [[package]] 1169 name = "gst-plugin-claxon" 1170 + version = "0.10.8" 1171 dependencies = [ "atomic_refcell", "byte-slice-cast", "claxon", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-check", "once_cell",] 1172 1173 [[package]] 1174 name = "gst-plugin-closedcaption" 1175 + version = "0.10.8" 1176 dependencies = [ "anyhow", "atomic_refcell", "byteorder", "cairo-rs", "cc", "chrono", "either", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-check", "gstreamer-video", "nom", "once_cell", "pango", "pangocairo", "pretty_assertions", "rand", "serde", "serde_json", "uuid",] 1177 1178 [[package]] 1179 name = "gst-plugin-csound" 1180 + version = "0.10.8" 1181 dependencies = [ "byte-slice-cast", "csound", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "once_cell",] 1182 1183 [[package]] 1184 name = "gst-plugin-dav1d" 1185 + version = "0.10.8" 1186 dependencies = [ "dav1d", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-video", "num_cpus", "once_cell",] 1187 1188 [[package]] 1189 name = "gst-plugin-fallbackswitch" 1190 + version = "0.10.8" 1191 dependencies = [ "gio", "gst-plugin-gtk4", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "gstreamer-video", "gtk4", "once_cell", "parking_lot",] 1192 1193 [[package]] 1194 name = "gst-plugin-ffv1" 1195 + version = "0.10.8" 1196 dependencies = [ "byte-slice-cast", "ffv1", "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "once_cell",] 1197 1198 [[package]] 1199 name = "gst-plugin-file" 1200 + version = "0.10.8" 1201 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "once_cell", "url",] 1202 1203 [[package]] 1204 name = "gst-plugin-flavors" 1205 + version = "0.10.8" 1206 dependencies = [ "byteorder", "flavors", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "muldiv", "nom", "num-rational", "once_cell", "smallvec",] 1207 1208 [[package]] 1209 name = "gst-plugin-fmp4" 1210 + version = "0.10.8" 1211 dependencies = [ "anyhow", "chrono", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "gstreamer-pbutils", "gstreamer-video", "m3u8-rs", "once_cell",] 1212 1213 [[package]] 1214 name = "gst-plugin-gif" 1215 + version = "0.10.8" 1216 dependencies = [ "atomic_refcell", "gif", "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "once_cell",] 1217 1218 [[package]] 1219 name = "gst-plugin-gtk4" 1220 + version = "0.10.8" 1221 dependencies = [ "gdk4-wayland", "gdk4-x11", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-gl", "gstreamer-gl-egl", "gstreamer-gl-wayland", "gstreamer-gl-x11", "gstreamer-video", "gtk4", "once_cell",] 1222 1223 [[package]] 1224 name = "gst-plugin-hlssink3" 1225 + version = "0.10.8" 1226 dependencies = [ "gio", "glib", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "m3u8-rs", "once_cell", "regex",] 1227 1228 [[package]] 1229 name = "gst-plugin-hsv" 1230 + version = "0.10.8" 1231 dependencies = [ "byte-slice-cast", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-check", "gstreamer-video", "num-traits", "once_cell",] 1232 1233 [[package]] 1234 name = "gst-plugin-json" 1235 + version = "0.10.8" 1236 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "once_cell", "serde", "serde_json",] 1237 1238 [[package]] 1239 name = "gst-plugin-lewton" 1240 + version = "0.10.8" 1241 dependencies = [ "atomic_refcell", "byte-slice-cast", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-check", "lewton", "once_cell",] 1242 1243 [[package]] 1244 name = "gst-plugin-livesync" 1245 + version = "0.10.8" 1246 dependencies = [ "gio", "gst-plugin-gtk4", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-check", "gtk4", "muldiv", "num-rational", "once_cell", "parking_lot",] 1247 1248 [[package]] 1249 name = "gst-plugin-mp4" 1250 + version = "0.10.8" 1251 dependencies = [ "anyhow", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-pbutils", "gstreamer-video", "once_cell", "tempfile", "url",] 1252 1253 [[package]] 1254 name = "gst-plugin-ndi" 1255 + version = "0.10.8" 1256 dependencies = [ "atomic_refcell", "byte-slice-cast", "byteorder", "glib", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-video", "libloading", "once_cell",] 1257 1258 [[package]] 1259 name = "gst-plugin-onvif" 1260 + version = "0.10.8" 1261 dependencies = [ "cairo-rs", "chrono", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-rtp", "gstreamer-video", "once_cell", "pango", "pangocairo", "xmlparser", "xmltree",] 1262 1263 [[package]] 1264 name = "gst-plugin-png" 1265 + version = "0.10.8" 1266 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "once_cell", "parking_lot", "png",] 1267 1268 [[package]] 1269 name = "gst-plugin-raptorq" 1270 + version = "0.10.8" 1271 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-check", "gstreamer-rtp", "once_cell", "rand", "raptorq",] 1272 1273 [[package]] 1274 name = "gst-plugin-rav1e" 1275 + version = "0.10.8" 1276 dependencies = [ "atomic_refcell", "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "once_cell", "rav1e",] 1277 1278 [[package]] 1279 name = "gst-plugin-regex" 1280 + version = "0.10.8" 1281 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "once_cell", "regex",] 1282 1283 [[package]] 1284 name = "gst-plugin-reqwest" 1285 + version = "0.10.8" 1286 dependencies = [ "futures", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "headers", "hyper", "mime", "once_cell", "reqwest", "tokio", "url",] 1287 1288 [[package]] 1289 name = "gst-plugin-rtp" 1290 + version = "0.10.8" 1291 dependencies = [ "bitstream-io", "chrono", "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-rtp", "once_cell",] 1292 1293 [[package]] 1294 name = "gst-plugin-sodium" 1295 + version = "0.10.8" 1296 dependencies = [ "clap", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-base", "gstreamer-check", "hex", "once_cell", "pretty_assertions", "rand", "serde", "serde_json", "smallvec", "sodiumoxide",] 1297 1298 [[package]] 1299 name = "gst-plugin-spotify" 1300 + version = "0.10.8" 1301 dependencies = [ "anyhow", "futures", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "librespot", "once_cell", "tokio", "url",] 1302 1303 [[package]] 1304 name = "gst-plugin-textahead" 1305 + version = "0.10.8" 1306 dependencies = [ "gst-plugin-version-helper", "gstreamer", "once_cell",] 1307 1308 [[package]] 1309 name = "gst-plugin-textwrap" 1310 + version = "0.10.8" 1311 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "hyphenation", "once_cell", "textwrap",] 1312 1313 [[package]] 1314 name = "gst-plugin-threadshare" 1315 + version = "0.10.8" 1316 + dependencies = [ "async-task", "cc", "clap", "concurrent-queue", "flume", "futures", "gio", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "gstreamer-audio", "gstreamer-check", "gstreamer-net", "gstreamer-rtp", "libc", "once_cell", "pin-project-lite", "pkg-config", "polling", "rand", "slab", "socket2 0.5.3", "waker-fn", "winapi",] 1317 1318 [[package]] 1319 name = "gst-plugin-togglerecord" 1320 + version = "0.10.8" 1321 dependencies = [ "either", "gio", "gst-plugin-gtk4", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-video", "gtk4", "once_cell", "parking_lot",] 1322 1323 [[package]] 1324 name = "gst-plugin-tracers" 1325 + version = "0.10.8" 1326 dependencies = [ "anyhow", "gst-plugin-version-helper", "gstreamer", "once_cell", "regex", "signal-hook",] 1327 1328 [[package]] 1329 name = "gst-plugin-tutorial" 1330 + version = "0.10.8" 1331 dependencies = [ "byte-slice-cast", "gst-plugin-version-helper", "gstreamer", "gstreamer-audio", "gstreamer-base", "gstreamer-video", "num-traits", "once_cell",] 1332 1333 [[package]] 1334 name = "gst-plugin-uriplaylistbin" 1335 + version = "0.10.8" 1336 + dependencies = [ "anyhow", "clap", "gst-plugin-version-helper", "gstreamer", "gstreamer-app", "more-asserts", "once_cell", "thiserror", "url",] 1337 1338 [[package]] 1339 name = "gst-plugin-version-helper" ··· 1342 1343 [[package]] 1344 name = "gst-plugin-videofx" 1345 + version = "0.10.8" 1346 dependencies = [ "atomic_refcell", "cairo-rs", "color-name", "color-thief", "dssim-core", "gst-plugin-version-helper", "gstreamer", "gstreamer-base", "gstreamer-check", "gstreamer-video", "image", "image_hasher", "once_cell", "rgb",] 1347 1348 [[package]] 1349 name = "gst-plugin-webp" 1350 + version = "0.10.8" 1351 dependencies = [ "gst-plugin-version-helper", "gstreamer", "gstreamer-check", "gstreamer-video", "libwebp-sys2", "once_cell", "pretty_assertions",] 1352 1353 [[package]] 1354 name = "gst-plugin-webrtc" 1355 + version = "0.10.8" 1356 dependencies = [ "anyhow", "async-tungstenite", "clap", "fastrand", "futures", "gst-plugin-version-helper", "gst-plugin-webrtc-signalling-protocol", "gstreamer", "gstreamer-app", "gstreamer-base", "gstreamer-rtp", "gstreamer-sdp", "gstreamer-utils", "gstreamer-video", "gstreamer-webrtc", "human_bytes", "once_cell", "serde", "serde_json", "thiserror", "tokio", "tokio-native-tls", "tokio-stream", "tracing", "tracing-log", "tracing-subscriber", "url", "uuid",] 1357 1358 [[package]] 1359 name = "gst-plugin-webrtc-signalling" 1360 + version = "0.10.8" 1361 dependencies = [ "anyhow", "async-tungstenite", "clap", "futures", "gst-plugin-webrtc-signalling-protocol", "once_cell", "pin-project-lite", "serde", "serde_json", "test-log", "thiserror", "tokio", "tokio-native-tls", "tracing", "tracing-log", "tracing-subscriber", "uuid",] 1362 1363 [[package]] 1364 name = "gst-plugin-webrtc-signalling-protocol" 1365 + version = "0.10.8" 1366 dependencies = [ "serde", "serde_json",] 1367 1368 [[package]] 1369 name = "gst-plugin-webrtchttp" 1370 + version = "0.10.8" 1371 dependencies = [ "async-recursion", "bytes", "futures", "gst-plugin-version-helper", "gstreamer", "gstreamer-sdp", "gstreamer-webrtc", "once_cell", "parse_link_header", "reqwest", "tokio",] 1372 1373 [[package]] 1374 name = "gstreamer" 1375 + version = "0.20.6" 1376 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1377 dependencies = [ "bitflags", "cfg-if", "futures-channel", "futures-core", "futures-util", "glib", "gstreamer-sys", "libc", "muldiv", "num-integer", "num-rational", "once_cell", "option-operations", "paste", "pretty-hex", "serde", "serde_bytes", "smallvec", "thiserror",] 1378 1379 [[package]] 1380 name = "gstreamer-app" 1381 + version = "0.20.6" 1382 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1383 dependencies = [ "bitflags", "futures-core", "futures-sink", "glib", "gstreamer", "gstreamer-app-sys", "gstreamer-base", "libc", "once_cell",] 1384 1385 [[package]] 1386 name = "gstreamer-app-sys" 1387 + version = "0.20.6" 1388 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1389 dependencies = [ "glib-sys", "gstreamer-base-sys", "gstreamer-sys", "libc", "system-deps",] 1390 1391 [[package]] 1392 name = "gstreamer-audio" 1393 + version = "0.20.6" 1394 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1395 dependencies = [ "bitflags", "cfg-if", "glib", "gstreamer", "gstreamer-audio-sys", "gstreamer-base", "libc", "once_cell",] 1396 1397 [[package]] 1398 name = "gstreamer-audio-sys" 1399 + version = "0.20.6" 1400 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1401 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-base-sys", "gstreamer-sys", "libc", "system-deps",] 1402 1403 [[package]] 1404 name = "gstreamer-base" 1405 + version = "0.20.6" 1406 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1407 dependencies = [ "atomic_refcell", "bitflags", "cfg-if", "glib", "gstreamer", "gstreamer-base-sys", "libc",] 1408 1409 [[package]] 1410 name = "gstreamer-base-sys" 1411 + version = "0.20.6" 1412 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1413 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-sys", "libc", "system-deps",] 1414 1415 [[package]] 1416 name = "gstreamer-check" 1417 + version = "0.20.6" 1418 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1419 dependencies = [ "bitflags", "glib", "gstreamer", "gstreamer-check-sys",] 1420 1421 [[package]] 1422 name = "gstreamer-check-sys" 1423 + version = "0.20.6" 1424 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1425 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-sys", "libc", "system-deps",] 1426 1427 [[package]] 1428 name = "gstreamer-gl" 1429 + version = "0.20.6" 1430 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1431 dependencies = [ "bitflags", "glib", "gstreamer", "gstreamer-base", "gstreamer-gl-sys", "gstreamer-video", "libc", "once_cell",] 1432 1433 [[package]] 1434 name = "gstreamer-gl-egl" 1435 + version = "0.20.6" 1436 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1437 dependencies = [ "glib", "gstreamer", "gstreamer-gl", "gstreamer-gl-egl-sys", "libc",] 1438 1439 [[package]] 1440 name = "gstreamer-gl-egl-sys" 1441 + version = "0.20.6" 1442 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1443 dependencies = [ "glib-sys", "gstreamer-gl-sys", "libc", "system-deps",] 1444 1445 [[package]] 1446 name = "gstreamer-gl-sys" 1447 + version = "0.20.6" 1448 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1449 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-base-sys", "gstreamer-sys", "gstreamer-video-sys", "libc", "system-deps",] 1450 1451 [[package]] 1452 name = "gstreamer-gl-wayland" 1453 + version = "0.20.6" 1454 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1455 dependencies = [ "glib", "gstreamer", "gstreamer-gl", "gstreamer-gl-wayland-sys", "libc",] 1456 1457 [[package]] 1458 name = "gstreamer-gl-wayland-sys" 1459 + version = "0.20.6" 1460 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1461 dependencies = [ "glib-sys", "gstreamer-gl-sys", "libc", "system-deps",] 1462 1463 [[package]] 1464 name = "gstreamer-gl-x11" 1465 + version = "0.20.6" 1466 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1467 dependencies = [ "glib", "gstreamer", "gstreamer-gl", "gstreamer-gl-x11-sys", "libc",] 1468 1469 [[package]] 1470 name = "gstreamer-gl-x11-sys" 1471 + version = "0.20.6" 1472 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1473 dependencies = [ "glib-sys", "gstreamer-gl-sys", "libc", "system-deps",] 1474 1475 [[package]] 1476 name = "gstreamer-net" 1477 + version = "0.20.6" 1478 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1479 dependencies = [ "gio", "glib", "gstreamer", "gstreamer-net-sys",] 1480 1481 [[package]] 1482 name = "gstreamer-net-sys" 1483 + version = "0.20.6" 1484 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1485 dependencies = [ "gio-sys", "glib-sys", "gstreamer-sys", "libc", "system-deps",] 1486 1487 [[package]] 1488 name = "gstreamer-pbutils" 1489 + version = "0.20.6" 1490 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1491 dependencies = [ "bitflags", "glib", "gstreamer", "gstreamer-audio", "gstreamer-pbutils-sys", "gstreamer-video", "libc", "thiserror",] 1492 1493 [[package]] 1494 name = "gstreamer-pbutils-sys" 1495 + version = "0.20.6" 1496 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1497 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-audio-sys", "gstreamer-sys", "gstreamer-video-sys", "libc", "system-deps",] 1498 1499 [[package]] 1500 name = "gstreamer-rtp" 1501 + version = "0.20.6" 1502 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1503 dependencies = [ "bitflags", "glib", "gstreamer", "gstreamer-rtp-sys", "libc", "once_cell",] 1504 1505 [[package]] 1506 name = "gstreamer-rtp-sys" 1507 + version = "0.20.6" 1508 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1509 dependencies = [ "glib-sys", "gstreamer-base-sys", "gstreamer-sys", "libc", "system-deps",] 1510 1511 [[package]] 1512 name = "gstreamer-sdp" 1513 + version = "0.20.6" 1514 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1515 dependencies = [ "glib", "gstreamer", "gstreamer-sdp-sys",] 1516 1517 [[package]] 1518 name = "gstreamer-sdp-sys" 1519 + version = "0.20.6" 1520 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1521 dependencies = [ "glib-sys", "gstreamer-sys", "libc", "system-deps",] 1522 1523 [[package]] 1524 name = "gstreamer-sys" 1525 + version = "0.20.6" 1526 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1527 dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps",] 1528 1529 [[package]] 1530 name = "gstreamer-utils" 1531 + version = "0.20.6" 1532 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1533 dependencies = [ "gstreamer", "gstreamer-app", "gstreamer-video", "once_cell", "thiserror",] 1534 1535 [[package]] 1536 name = "gstreamer-video" 1537 + version = "0.20.6" 1538 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1539 dependencies = [ "bitflags", "cfg-if", "futures-channel", "glib", "gstreamer", "gstreamer-base", "gstreamer-video-sys", "libc", "once_cell", "serde",] 1540 1541 [[package]] 1542 name = "gstreamer-video-sys" 1543 + version = "0.20.6" 1544 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1545 dependencies = [ "glib-sys", "gobject-sys", "gstreamer-base-sys", "gstreamer-sys", "libc", "system-deps",] 1546 1547 [[package]] 1548 name = "gstreamer-webrtc" 1549 + version = "0.20.6" 1550 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1551 dependencies = [ "glib", "gstreamer", "gstreamer-sdp", "gstreamer-webrtc-sys", "libc",] 1552 1553 [[package]] 1554 name = "gstreamer-webrtc-sys" 1555 + version = "0.20.6" 1556 + source = "git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20#f17ef98d4a73df014ae0eed2fe1fbc56ddd3facc" 1557 dependencies = [ "glib-sys", "gstreamer-sdp-sys", "gstreamer-sys", "libc", "system-deps",] 1558 1559 [[package]] ··· 1576 1577 [[package]] 1578 name = "h2" 1579 + version = "0.3.19" 1580 source = "registry+https://github.com/rust-lang/crates.io-index" 1581 + checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 1582 dependencies = [ "bytes", "fnv", "futures-core", "futures-sink", "futures-util", "http", "indexmap", "slab", "tokio", "tokio-util", "tracing",] 1583 1584 [[package]] ··· 1653 version = "0.12.1" 1654 source = "registry+https://github.com/rust-lang/crates.io-index" 1655 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1656 + dependencies = [ "digest 0.10.7",] 1657 1658 [[package]] 1659 name = "hostname" ··· 1758 1759 [[package]] 1760 name = "iana-time-zone-haiku" 1761 + version = "0.1.2" 1762 source = "registry+https://github.com/rust-lang/crates.io-index" 1763 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1764 + dependencies = [ "cc",] 1765 1766 [[package]] 1767 name = "idna" ··· 1778 dependencies = [ "unicode-bidi", "unicode-normalization",] 1779 1780 [[package]] 1781 + name = "idna" 1782 + version = "0.4.0" 1783 + source = "registry+https://github.com/rust-lang/crates.io-index" 1784 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1785 + dependencies = [ "unicode-bidi", "unicode-normalization",] 1786 + 1787 + [[package]] 1788 name = "if-addrs" 1789 version = "0.7.0" 1790 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1800 1801 [[package]] 1802 name = "image_hasher" 1803 + version = "1.2.0" 1804 source = "registry+https://github.com/rust-lang/crates.io-index" 1805 + checksum = "8f9e64a8c472ea9f81ac448e3b488fd82dcdfce6434cf880882bf36bfb5c268a" 1806 + dependencies = [ "base64 0.21.2", "image", "rustdct", "serde", "transpose",] 1807 1808 [[package]] 1809 name = "imgref" ··· 1834 1835 [[package]] 1836 name = "io-lifetimes" 1837 + version = "1.0.11" 1838 source = "registry+https://github.com/rust-lang/crates.io-index" 1839 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1840 dependencies = [ "hermit-abi 0.3.1", "libc", "windows-sys 0.48.0",] 1841 1842 [[package]] ··· 1881 1882 [[package]] 1883 name = "js-sys" 1884 + version = "0.3.63" 1885 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 + checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 1887 dependencies = [ "wasm-bindgen",] 1888 1889 [[package]] ··· 1907 1908 [[package]] 1909 name = "libc" 1910 + version = "0.2.146" 1911 source = "registry+https://github.com/rust-lang/crates.io-index" 1912 + checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 1913 1914 [[package]] 1915 name = "libfuzzer-sys" ··· 1927 1928 [[package]] 1929 name = "libm" 1930 + version = "0.2.7" 1931 source = "registry+https://github.com/rust-lang/crates.io-index" 1932 + checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 1933 1934 [[package]] 1935 name = "libmdns" ··· 2009 dependencies = [ "cc", "cfg-if", "libc", "pkg-config", "vcpkg",] 2010 2011 [[package]] 2012 name = "linux-raw-sys" 2013 + version = "0.3.8" 2014 source = "registry+https://github.com/rust-lang/crates.io-index" 2015 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2016 2017 [[package]] 2018 name = "lock_api" 2019 + version = "0.4.10" 2020 source = "registry+https://github.com/rust-lang/crates.io-index" 2021 + checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 2022 dependencies = [ "autocfg", "scopeguard",] 2023 2024 [[package]] 2025 name = "log" 2026 + version = "0.4.18" 2027 source = "registry+https://github.com/rust-lang/crates.io-index" 2028 + checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 2029 2030 [[package]] 2031 name = "m3u8-rs" ··· 2065 version = "0.10.5" 2066 source = "registry+https://github.com/rust-lang/crates.io-index" 2067 checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" 2068 + dependencies = [ "digest 0.10.7",] 2069 2070 [[package]] 2071 name = "memchr" ··· 2088 dependencies = [ "autocfg",] 2089 2090 [[package]] 2091 + name = "memoffset" 2092 + version = "0.9.0" 2093 + source = "registry+https://github.com/rust-lang/crates.io-index" 2094 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2095 + dependencies = [ "autocfg",] 2096 + 2097 + [[package]] 2098 name = "mime" 2099 version = "0.3.17" 2100 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2122 2123 [[package]] 2124 name = "mio" 2125 + version = "0.8.8" 2126 source = "registry+https://github.com/rust-lang/crates.io-index" 2127 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 2128 + dependencies = [ "libc", "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.48.0",] 2129 2130 [[package]] 2131 name = "more-asserts" ··· 2258 2259 [[package]] 2260 name = "object" 2261 + version = "0.30.4" 2262 source = "registry+https://github.com/rust-lang/crates.io-index" 2263 + checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" 2264 dependencies = [ "memchr",] 2265 2266 [[package]] ··· 2272 2273 [[package]] 2274 name = "once_cell" 2275 + version = "1.18.0" 2276 source = "registry+https://github.com/rust-lang/crates.io-index" 2277 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 2278 2279 [[package]] 2280 name = "opaque-debug" ··· 2284 2285 [[package]] 2286 name = "openssl" 2287 + version = "0.10.54" 2288 source = "registry+https://github.com/rust-lang/crates.io-index" 2289 + checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" 2290 dependencies = [ "bitflags", "cfg-if", "foreign-types", "libc", "once_cell", "openssl-macros", "openssl-sys",] 2291 2292 [[package]] ··· 2294 version = "0.1.1" 2295 source = "registry+https://github.com/rust-lang/crates.io-index" 2296 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2297 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 2298 2299 [[package]] 2300 name = "openssl-probe" ··· 2304 2305 [[package]] 2306 name = "openssl-sys" 2307 + version = "0.9.88" 2308 source = "registry+https://github.com/rust-lang/crates.io-index" 2309 + checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" 2310 dependencies = [ "cc", "libc", "pkg-config", "vcpkg",] 2311 2312 [[package]] ··· 2337 2338 [[package]] 2339 name = "pango" 2340 + version = "0.17.10" 2341 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 2342 dependencies = [ "bitflags", "gio", "glib", "libc", "once_cell", "pango-sys",] 2343 2344 [[package]] 2345 name = "pango-sys" 2346 + version = "0.17.10" 2347 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 2348 dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps",] 2349 2350 [[package]] 2351 name = "pangocairo" 2352 + version = "0.17.10" 2353 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 2354 dependencies = [ "bitflags", "cairo-rs", "glib", "libc", "pango", "pangocairo-sys",] 2355 2356 [[package]] 2357 name = "pangocairo-sys" 2358 + version = "0.17.10" 2359 + source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17#6b109fb807237b5d07aff9a541ca68e9c2191abd" 2360 dependencies = [ "cairo-sys-rs", "glib-sys", "libc", "pango-sys", "system-deps",] 2361 2362 [[package]] ··· 2368 2369 [[package]] 2370 name = "parking_lot_core" 2371 + version = "0.9.8" 2372 source = "registry+https://github.com/rust-lang/crates.io-index" 2373 + checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 2374 + dependencies = [ "backtrace", "cfg-if", "libc", "petgraph", "redox_syscall 0.3.5", "smallvec", "thread-id", "windows-targets",] 2375 2376 [[package]] 2377 name = "parse_link_header" ··· 2395 2396 [[package]] 2397 name = "percent-encoding" 2398 + version = "2.3.0" 2399 source = "registry+https://github.com/rust-lang/crates.io-index" 2400 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 2401 2402 [[package]] 2403 name = "petgraph" ··· 2408 2409 [[package]] 2410 name = "pin-project" 2411 + version = "1.1.0" 2412 source = "registry+https://github.com/rust-lang/crates.io-index" 2413 + checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" 2414 dependencies = [ "pin-project-internal",] 2415 2416 [[package]] 2417 name = "pin-project-internal" 2418 + version = "1.1.0" 2419 source = "registry+https://github.com/rust-lang/crates.io-index" 2420 + checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" 2421 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 2422 2423 [[package]] 2424 name = "pin-project-lite" ··· 2514 2515 [[package]] 2516 name = "proc-macro2" 2517 + version = "1.0.59" 2518 source = "registry+https://github.com/rust-lang/crates.io-index" 2519 + checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" 2520 dependencies = [ "unicode-ident",] 2521 2522 [[package]] ··· 2561 2562 [[package]] 2563 name = "quote" 2564 + version = "1.0.28" 2565 source = "registry+https://github.com/rust-lang/crates.io-index" 2566 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 2567 dependencies = [ "proc-macro2",] 2568 2569 [[package]] ··· 2602 2603 [[package]] 2604 name = "rav1e" 2605 + version = "0.6.6" 2606 source = "registry+https://github.com/rust-lang/crates.io-index" 2607 + checksum = "16c383692a5e7abd9f6d1eddb1a5e0269f859392387883361bb09e5555852ec1" 2608 dependencies = [ "arbitrary", "arg_enum_proc_macro", "arrayvec", "av1-grain", "bitstream-io", "built", "cc", "cfg-if", "interpolate_name", "itertools", "libc", "libfuzzer-sys", "log", "maybe-rayon", "nasm-rs", "new_debug_unreachable", "noop_proc_macro", "num-derive", "num-traits", "once_cell", "paste", "rand", "rand_chacha", "rust_hawktracer", "rustc_version", "simd_helpers", "system-deps", "thiserror", "v_frame",] 2609 2610 [[package]] ··· 2644 2645 [[package]] 2646 name = "regex" 2647 + version = "1.8.4" 2648 source = "registry+https://github.com/rust-lang/crates.io-index" 2649 + checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 2650 + dependencies = [ "aho-corasick", "memchr", "regex-syntax 0.7.2",] 2651 2652 [[package]] 2653 name = "regex-automata" ··· 2664 2665 [[package]] 2666 name = "regex-syntax" 2667 + version = "0.7.2" 2668 source = "registry+https://github.com/rust-lang/crates.io-index" 2669 + checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 2670 2671 [[package]] 2672 name = "reqwest" 2673 + version = "0.11.18" 2674 source = "registry+https://github.com/rust-lang/crates.io-index" 2675 + checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 2676 + dependencies = [ "async-compression", "base64 0.21.2", "bytes", "cookie", "cookie_store", "encoding_rs", "futures-core", "futures-util", "h2", "http", "http-body", "hyper", "hyper-tls", "ipnet", "js-sys", "log", "mime", "native-tls", "once_cell", "percent-encoding", "pin-project-lite", "serde", "serde_json", "serde_urlencoded", "tokio", "tokio-native-tls", "tokio-util", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", "winreg",] 2677 2678 [[package]] 2679 name = "rgb" ··· 2775 version = "1.0.2" 2776 source = "registry+https://github.com/rust-lang/crates.io-index" 2777 checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 2778 + dependencies = [ "base64 0.21.2",] 2779 2780 [[package]] 2781 name = "ryu" ··· 2804 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2805 2806 [[package]] 2807 name = "sct" 2808 version = "0.7.0" 2809 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2812 2813 [[package]] 2814 name = "security-framework" 2815 + version = "2.9.1" 2816 source = "registry+https://github.com/rust-lang/crates.io-index" 2817 + checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" 2818 dependencies = [ "bitflags", "core-foundation", "core-foundation-sys", "libc", "security-framework-sys",] 2819 2820 [[package]] 2821 name = "security-framework-sys" 2822 + version = "2.9.0" 2823 source = "registry+https://github.com/rust-lang/crates.io-index" 2824 + checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 2825 dependencies = [ "core-foundation-sys", "libc",] 2826 2827 [[package]] ··· 2833 2834 [[package]] 2835 name = "serde" 2836 + version = "1.0.163" 2837 source = "registry+https://github.com/rust-lang/crates.io-index" 2838 + checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 2839 dependencies = [ "serde_derive",] 2840 2841 [[package]] ··· 2847 2848 [[package]] 2849 name = "serde_derive" 2850 + version = "1.0.163" 2851 source = "registry+https://github.com/rust-lang/crates.io-index" 2852 + checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 2853 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 2854 2855 [[package]] 2856 name = "serde_json" ··· 2861 2862 [[package]] 2863 name = "serde_spanned" 2864 + version = "0.6.2" 2865 source = "registry+https://github.com/rust-lang/crates.io-index" 2866 + checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" 2867 dependencies = [ "serde",] 2868 2869 [[package]] ··· 2885 version = "0.10.5" 2886 source = "registry+https://github.com/rust-lang/crates.io-index" 2887 checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 2888 + dependencies = [ "cfg-if", "cpufeatures", "digest 0.10.7",] 2889 2890 [[package]] 2891 name = "sha2" 2892 version = "0.10.6" 2893 source = "registry+https://github.com/rust-lang/crates.io-index" 2894 checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 2895 + dependencies = [ "cfg-if", "cpufeatures", "digest 0.10.7",] 2896 2897 [[package]] 2898 name = "shannon" ··· 2975 2976 [[package]] 2977 name = "socket2" 2978 + version = "0.5.3" 2979 source = "registry+https://github.com/rust-lang/crates.io-index" 2980 + checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 2981 dependencies = [ "libc", "windows-sys 0.48.0",] 2982 2983 [[package]] ··· 3027 3028 [[package]] 3029 name = "syn" 3030 + version = "2.0.18" 3031 source = "registry+https://github.com/rust-lang/crates.io-index" 3032 + checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 3033 dependencies = [ "proc-macro2", "quote", "unicode-ident",] 3034 3035 [[package]] ··· 3037 version = "6.1.0" 3038 source = "registry+https://github.com/rust-lang/crates.io-index" 3039 checksum = "e5fa6fb9ee296c0dc2df41a656ca7948546d061958115ddb0bcaae43ad0d17d2" 3040 + dependencies = [ "cfg-expr", "heck", "pkg-config", "toml 0.7.4", "version-compare",] 3041 3042 [[package]] 3043 name = "target-lexicon" ··· 3047 3048 [[package]] 3049 name = "tempfile" 3050 + version = "3.6.0" 3051 source = "registry+https://github.com/rust-lang/crates.io-index" 3052 + checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 3053 + dependencies = [ "autocfg", "cfg-if", "fastrand", "redox_syscall 0.3.5", "rustix", "windows-sys 0.48.0",] 3054 3055 [[package]] 3056 name = "termcolor" ··· 3071 version = "0.9.7" 3072 source = "registry+https://github.com/rust-lang/crates.io-index" 3073 checksum = "ca3e3e1275a1442b99772321d4a35e0622f7abc04f6af49bd801c7119645bc9e" 3074 + dependencies = [ "proc-macro-error", "proc-macro2", "quote", "regex", "syn 2.0.18",] 3075 3076 [[package]] 3077 name = "textwrap" ··· 3092 version = "1.0.40" 3093 source = "registry+https://github.com/rust-lang/crates.io-index" 3094 checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 3095 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 3096 3097 [[package]] 3098 name = "thread-id" 3099 + version = "4.1.0" 3100 source = "registry+https://github.com/rust-lang/crates.io-index" 3101 + checksum = "3ee93aa2b8331c0fec9091548843f2c90019571814057da3b783f9de09349d73" 3102 dependencies = [ "libc", "redox_syscall 0.2.16", "winapi",] 3103 3104 [[package]] ··· 3157 3158 [[package]] 3159 name = "tokio" 3160 + version = "1.28.2" 3161 source = "registry+https://github.com/rust-lang/crates.io-index" 3162 + checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" 3163 dependencies = [ "autocfg", "bytes", "libc", "mio", "num_cpus", "parking_lot", "pin-project-lite", "signal-hook-registry", "socket2 0.4.9", "tokio-macros", "windows-sys 0.48.0",] 3164 3165 [[package]] ··· 3167 version = "2.1.0" 3168 source = "registry+https://github.com/rust-lang/crates.io-index" 3169 checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 3170 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 3171 3172 [[package]] 3173 name = "tokio-native-tls" ··· 3206 3207 [[package]] 3208 name = "toml" 3209 + version = "0.7.4" 3210 source = "registry+https://github.com/rust-lang/crates.io-index" 3211 + checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" 3212 dependencies = [ "serde", "serde_spanned", "toml_datetime", "toml_edit",] 3213 3214 [[package]] 3215 name = "toml_datetime" 3216 + version = "0.6.2" 3217 source = "registry+https://github.com/rust-lang/crates.io-index" 3218 + checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" 3219 dependencies = [ "serde",] 3220 3221 [[package]] 3222 name = "toml_edit" 3223 + version = "0.19.10" 3224 source = "registry+https://github.com/rust-lang/crates.io-index" 3225 + checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" 3226 dependencies = [ "indexmap", "serde", "serde_spanned", "toml_datetime", "winnow",] 3227 3228 [[package]] ··· 3256 version = "0.1.24" 3257 source = "registry+https://github.com/rust-lang/crates.io-index" 3258 checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" 3259 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18",] 3260 3261 [[package]] 3262 name = "tracing-core" 3263 + version = "0.1.31" 3264 source = "registry+https://github.com/rust-lang/crates.io-index" 3265 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 3266 dependencies = [ "once_cell", "valuable",] 3267 3268 [[package]] ··· 3313 3314 [[package]] 3315 name = "unicode-ident" 3316 + version = "1.0.9" 3317 source = "registry+https://github.com/rust-lang/crates.io-index" 3318 + checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 3319 3320 [[package]] 3321 name = "unicode-linebreak" ··· 3345 3346 [[package]] 3347 name = "url" 3348 + version = "2.4.0" 3349 source = "registry+https://github.com/rust-lang/crates.io-index" 3350 + checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 3351 + dependencies = [ "form_urlencoded", "idna 0.4.0", "percent-encoding",] 3352 3353 [[package]] 3354 name = "urlencoding" ··· 3370 3371 [[package]] 3372 name = "uuid" 3373 + version = "1.3.3" 3374 source = "registry+https://github.com/rust-lang/crates.io-index" 3375 + checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2" 3376 dependencies = [ "getrandom",] 3377 3378 [[package]] ··· 3459 3460 [[package]] 3461 name = "wasm-bindgen" 3462 + version = "0.2.86" 3463 source = "registry+https://github.com/rust-lang/crates.io-index" 3464 + checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 3465 dependencies = [ "cfg-if", "wasm-bindgen-macro",] 3466 3467 [[package]] 3468 name = "wasm-bindgen-backend" 3469 + version = "0.2.86" 3470 source = "registry+https://github.com/rust-lang/crates.io-index" 3471 + checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 3472 + dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", "syn 2.0.18", "wasm-bindgen-shared",] 3473 3474 [[package]] 3475 name = "wasm-bindgen-futures" 3476 + version = "0.4.36" 3477 source = "registry+https://github.com/rust-lang/crates.io-index" 3478 + checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e" 3479 dependencies = [ "cfg-if", "js-sys", "wasm-bindgen", "web-sys",] 3480 3481 [[package]] 3482 name = "wasm-bindgen-macro" 3483 + version = "0.2.86" 3484 source = "registry+https://github.com/rust-lang/crates.io-index" 3485 + checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 3486 dependencies = [ "quote", "wasm-bindgen-macro-support",] 3487 3488 [[package]] 3489 name = "wasm-bindgen-macro-support" 3490 + version = "0.2.86" 3491 source = "registry+https://github.com/rust-lang/crates.io-index" 3492 + checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 3493 + dependencies = [ "proc-macro2", "quote", "syn 2.0.18", "wasm-bindgen-backend", "wasm-bindgen-shared",] 3494 3495 [[package]] 3496 name = "wasm-bindgen-shared" 3497 + version = "0.2.86" 3498 source = "registry+https://github.com/rust-lang/crates.io-index" 3499 + checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 3500 3501 [[package]] 3502 name = "web-sys" 3503 + version = "0.3.63" 3504 source = "registry+https://github.com/rust-lang/crates.io-index" 3505 + checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 3506 dependencies = [ "js-sys", "wasm-bindgen",] 3507 3508 [[package]] ··· 3549 version = "0.48.0" 3550 source = "registry+https://github.com/rust-lang/crates.io-index" 3551 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3552 + dependencies = [ "windows-targets",] 3553 3554 [[package]] 3555 name = "windows-sys" ··· 3557 source = "registry+https://github.com/rust-lang/crates.io-index" 3558 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3559 dependencies = [ "windows_aarch64_gnullvm 0.42.2", "windows_aarch64_msvc 0.42.2", "windows_i686_gnu 0.42.2", "windows_i686_msvc 0.42.2", "windows_x86_64_gnu 0.42.2", "windows_x86_64_gnullvm 0.42.2", "windows_x86_64_msvc 0.42.2",] 3560 3561 [[package]] 3562 name = "windows-sys" 3563 version = "0.48.0" 3564 source = "registry+https://github.com/rust-lang/crates.io-index" 3565 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3566 + dependencies = [ "windows-targets",] 3567 3568 [[package]] 3569 name = "windows-targets" ··· 3672 3673 [[package]] 3674 name = "xml-rs" 3675 + version = "0.8.14" 3676 source = "registry+https://github.com/rust-lang/crates.io-index" 3677 + checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c" 3678 3679 [[package]] 3680 name = "xmlparser"
+8 -4
pkgs/development/libraries/gstreamer/rs/default.nix
··· 118 119 stdenv.mkDerivation rec { 120 pname = "gst-plugins-rs"; 121 - version = "0.10.7"; 122 123 outputs = [ "out" "dev" ]; 124 ··· 127 owner = "gstreamer"; 128 repo = "gst-plugins-rs"; 129 rev = version; 130 - hash = "sha256-b+j7nAMK66+msRnIaj1S1DSvES5Gid3QazXgqO1II/Q="; 131 # TODO: temporary workaround for case-insensitivity problems with color-name crate - https://github.com/annymosse/color-name/pull/2 132 nativeBuildInputs = [ yq moreutils ]; 133 postFetch = '' ··· 138 ''; 139 }; 140 141 cargoDeps = rustPlatform.importCargoLock { 142 lockFile = ./Cargo.lock; 143 outputHashes = { 144 - "cairo-rs-0.17.9" = "sha256-LiIb6y/Ks/o+rZhU8RpXN7jSo7JzBGmcNumxyx/lZs0="; 145 "color-name-1.1.0" = "sha256-RfMStbe2wX5qjPARHIFHlSDKjzx8DwJ+RjzyltM5K7A="; 146 "ffv1-0.0.0" = "sha256-af2VD00tMf/hkfvrtGrHTjVJqbl+VVpLaR0Ry+2niJE="; 147 "flavors-0.2.0" = "sha256-zBa0X75lXnASDBam9Kk6w7K7xuH9fP6rmjWZBUB5hxk="; 148 "gdk4-0.6.6" = "sha256-TI4F9MjIpxFEZItoewP/Zem1vM4MsKNJTzfgah1vjmI="; 149 - "gstreamer-0.20.5" = "sha256-IQ56Upe73egId1IJRfzvqrJIzTc1x5FgAEbva9kuqPE="; 150 }; 151 }; 152
··· 118 119 stdenv.mkDerivation rec { 120 pname = "gst-plugins-rs"; 121 + version = "0.10.8"; 122 123 outputs = [ "out" "dev" ]; 124 ··· 127 owner = "gstreamer"; 128 repo = "gst-plugins-rs"; 129 rev = version; 130 + hash = "sha256-UxmfyqbQwkQjwHiARRpFJiGsrsNjv6V129lIHPk7gRk="; 131 # TODO: temporary workaround for case-insensitivity problems with color-name crate - https://github.com/annymosse/color-name/pull/2 132 nativeBuildInputs = [ yq moreutils ]; 133 postFetch = '' ··· 138 ''; 139 }; 140 141 + postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 '' 142 + rm net/raptorq/tests/raptorq.rs 143 + ''; 144 + 145 cargoDeps = rustPlatform.importCargoLock { 146 lockFile = ./Cargo.lock; 147 outputHashes = { 148 + "cairo-rs-0.17.10" = "sha256-5lWlDHlMco380tRaxyApdNv5DDKJL9QrKI2DvHM3868="; 149 "color-name-1.1.0" = "sha256-RfMStbe2wX5qjPARHIFHlSDKjzx8DwJ+RjzyltM5K7A="; 150 "ffv1-0.0.0" = "sha256-af2VD00tMf/hkfvrtGrHTjVJqbl+VVpLaR0Ry+2niJE="; 151 "flavors-0.2.0" = "sha256-zBa0X75lXnASDBam9Kk6w7K7xuH9fP6rmjWZBUB5hxk="; 152 "gdk4-0.6.6" = "sha256-TI4F9MjIpxFEZItoewP/Zem1vM4MsKNJTzfgah1vjmI="; 153 + "gstreamer-0.20.6" = "sha256-IyzqCQ5oQt5QgFp6liGyDaFhteCceR1KPzJCE4R6zus="; 154 }; 155 }; 156
+14 -4
pkgs/development/libraries/libsidplayfp/default.nix
··· 1 { stdenv 2 , lib 3 , fetchFromGitHub 4 , nix-update-script 5 , autoreconfHook 6 , pkg-config ··· 16 17 stdenv.mkDerivation rec { 18 pname = "libsidplayfp"; 19 - version = "2.4.2"; 20 21 src = fetchFromGitHub { 22 owner = "libsidplayfp"; 23 repo = "libsidplayfp"; 24 rev = "v${version}"; 25 fetchSubmodules = true; 26 - sha256 = "sha256-e+blEdO2KA/noW9pq56qZ0/vvtqQwiDbBJoQR0cQeds="; 27 }; 28 29 postPatch = '' 30 patchShebangs . 31 ''; 32 33 nativeBuildInputs = [ autoreconfHook pkg-config perl xa ] 34 ++ lib.optionals docSupport [ doxygen graphviz ]; 35 36 buildInputs = [ libgcrypt libexsid ]; 37 38 - doCheck = true; 39 40 - nativeCheckInputs = [ unittest-cpp ]; 41 42 enableParallelBuilding = true; 43 ··· 53 "--with-exsid" 54 ] 55 ++ lib.optional doCheck "--enable-tests"; 56 57 postInstall = lib.optionalString docSupport '' 58 mkdir -p $doc/share/doc/libsidplayfp
··· 1 { stdenv 2 , lib 3 , fetchFromGitHub 4 + , makeFontsConf 5 , nix-update-script 6 , autoreconfHook 7 , pkg-config ··· 17 18 stdenv.mkDerivation rec { 19 pname = "libsidplayfp"; 20 + version = "2.5.0"; 21 22 src = fetchFromGitHub { 23 owner = "libsidplayfp"; 24 repo = "libsidplayfp"; 25 rev = "v${version}"; 26 fetchSubmodules = true; 27 + sha256 = "sha256-KCp/8UjVl8e3+4s1FD4GvHP7AUAS+eIB7RWhmgm5GIA="; 28 }; 29 30 postPatch = '' 31 patchShebangs . 32 ''; 33 34 + strictDeps = true; 35 + 36 nativeBuildInputs = [ autoreconfHook pkg-config perl xa ] 37 ++ lib.optionals docSupport [ doxygen graphviz ]; 38 39 buildInputs = [ libgcrypt libexsid ]; 40 41 + doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; 42 43 + checkInputs = [ unittest-cpp ]; 44 45 enableParallelBuilding = true; 46 ··· 56 "--with-exsid" 57 ] 58 ++ lib.optional doCheck "--enable-tests"; 59 + 60 + FONTCONFIG_FILE = lib.optionalString docSupport (makeFontsConf { fontDirectories = [ ]; }); 61 + 62 + preBuild = '' 63 + # Reduce noise from fontconfig during doc building 64 + export XDG_CACHE_HOME=$TMPDIR 65 + ''; 66 67 postInstall = lib.optionalString docSupport '' 68 mkdir -p $doc/share/doc/libsidplayfp
+8 -7
pkgs/development/libraries/science/math/lrs/default.nix
··· 1 - {lib, stdenv, fetchurl, gmp}: 2 3 - stdenv.mkDerivation rec { 4 pname = "lrs"; 5 version = "7.2"; 6 ··· 11 12 buildInputs = [ gmp ]; 13 14 - preBuild = '' 15 - export makeFlags="$makeFlags prefix=$out"; 16 - ''; 17 18 meta = { 19 description = "Implementation of the reverse search algorithm for vertex enumeration/convex hull problems"; 20 - license = lib.licenses.gpl2 ; 21 - maintainers = [lib.maintainers.raskin]; 22 platforms = lib.platforms.linux; 23 homepage = "http://cgm.cs.mcgill.ca/~avis/C/lrs.html"; 24 };
··· 1 + { lib, stdenv, fetchurl, gmp }: 2 3 + stdenv.mkDerivation { 4 pname = "lrs"; 5 version = "7.2"; 6 ··· 11 12 buildInputs = [ gmp ]; 13 14 + makeFlags = [ 15 + "prefix=${placeholder "out"}" 16 + "CC:=$(CC)" 17 + ]; 18 19 meta = { 20 description = "Implementation of the reverse search algorithm for vertex enumeration/convex hull problems"; 21 + license = lib.licenses.gpl2; 22 + maintainers = [ lib.maintainers.raskin ]; 23 platforms = lib.platforms.linux; 24 homepage = "http://cgm.cs.mcgill.ca/~avis/C/lrs.html"; 25 };
+38
pkgs/development/python-modules/django-admin-datta/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , django 4 + , fetchPypi 5 + , pythonOlder 6 + }: 7 + 8 + buildPythonPackage rec { 9 + pname = "django-admin-datta"; 10 + version = "1.0.7"; 11 + format = "setuptools"; 12 + 13 + disabled = pythonOlder "3.7"; 14 + 15 + src = fetchPypi { 16 + inherit pname version; 17 + hash = "sha256-Onk9T+QKsl8y68eJ2ikrUEeMc9ljzzvSw7cjjP4D3sE="; 18 + }; 19 + 20 + propagatedBuildInputs = [ 21 + django 22 + ]; 23 + 24 + # no tests 25 + doCheck = false; 26 + 27 + pythonImportCheck = [ 28 + "admin-datta" 29 + ]; 30 + 31 + meta = with lib; { 32 + description = "Modern template for Django that covers Admin Section"; 33 + homepage = "https://appseed.us/product/datta-able/django"; 34 + changelog = "https://github.com/app-generator/django-admin-datta/releases/tag/v${version}"; 35 + license = licenses.mit; 36 + maintainers = with maintainers; [ derdennisop ]; 37 + }; 38 + }
+45
pkgs/development/python-modules/django-rosetta/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , django 4 + , fetchFromGitHub 5 + , polib 6 + , pythonOlder 7 + , requests 8 + }: 9 + 10 + buildPythonPackage rec { 11 + pname = "django-rosetta"; 12 + version = "0.9.8"; 13 + format = "setuptools"; 14 + 15 + disabled = pythonOlder "3.7"; 16 + 17 + src = fetchFromGitHub { 18 + owner = "mbi"; 19 + repo = "django-rosetta"; 20 + rev = "refs/tags/v${version}"; 21 + hash = "sha256-3AXwRxNWVkqW65xdqUwjHM1W5qhHXTjapqaM0Wmsebw="; 22 + }; 23 + 24 + propagatedBuildInputs = [ 25 + django 26 + polib 27 + requests 28 + ]; 29 + 30 + # require internet connection 31 + doCheck = false; 32 + 33 + pythonImportsCheck = [ 34 + "rosetta" 35 + ]; 36 + 37 + meta = with lib; { 38 + description = "Rosetta is a Django application that facilitates the translation process of your Django projects"; 39 + homepage = "https://github.com/mbi/django-rosetta"; 40 + changelog = "https://github.com/jazzband/django-rosetta/releases/tag/v${version}"; 41 + license = licenses.mit; 42 + maintainers = with maintainers; [ derdennisop ]; 43 + }; 44 + } 45 +
+2 -2
pkgs/development/python-modules/schemdraw/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "schemdraw"; 16 - version = "0.16"; 17 format = "pyproject"; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "cdelker"; 23 repo = pname; 24 rev = version; 25 - hash = "sha256-W9sXtYI8gEwQPRo50taEGT6AQG1tdAbeCtX49eHVvFQ="; 26 }; 27 28 propagatedBuildInputs = [
··· 13 14 buildPythonPackage rec { 15 pname = "schemdraw"; 16 + version = "0.17"; 17 format = "pyproject"; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "cdelker"; 23 repo = pname; 24 rev = version; 25 + hash = "sha256-wa/IeNGZynU/xKwyFwebXcFaruhBFqGWsrZYaIEVa8Q="; 26 }; 27 28 propagatedBuildInputs = [
+10 -2
pkgs/development/python-modules/ziamath/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "ziamath"; 13 - version = "0.7"; 14 15 disabled = pythonOlder "3.8"; 16 ··· 18 owner = "cdelker"; 19 repo = pname; 20 rev = version; 21 - hash = "sha256-JuuCDww0EZEHZLxB5oQrWEJpv0szjwe4iXCRGl7OYTA="; 22 }; 23 24 propagatedBuildInputs = [ ··· 32 ]; 33 34 pytestFlagsArray = [ "--nbval-lax" ]; 35 36 pythonImportsCheck = [ "ziamath" ]; 37
··· 10 11 buildPythonPackage rec { 12 pname = "ziamath"; 13 + version = "0.8.1"; 14 + format = "pyproject"; 15 16 disabled = pythonOlder "3.8"; 17 ··· 19 owner = "cdelker"; 20 repo = pname; 21 rev = version; 22 + hash = "sha256-Bbwq4Ods3P/724KO94jSmMLD1ubfaMHP/gTlOL/2pnE="; 23 }; 24 25 propagatedBuildInputs = [ ··· 33 ]; 34 35 pytestFlagsArray = [ "--nbval-lax" ]; 36 + 37 + # Prevent the test suite from attempting to download fonts 38 + postPatch = '' 39 + substituteInPlace test/styles.ipynb \ 40 + --replace '"def testfont(exprs, fonturl):\n",' '"def testfont(exprs, fonturl):\n", " return\n",' \ 41 + --replace "mathfont='FiraMath-Regular.otf', " "" 42 + ''; 43 44 pythonImportsCheck = [ "ziamath" ]; 45
+8 -3
pkgs/development/ruby-modules/gem-config/default.nix
··· 573 }; 574 575 pg = attrs: { 576 - buildFlags = [ 577 - "--with-pg-config=${postgresql}/bin/pg_config" 578 - ]; 579 }; 580 581 psych = attrs: {
··· 573 }; 574 575 pg = attrs: { 576 + # Force pkg-config lookup for libpq. 577 + # See https://github.com/ged/ruby-pg/blob/6629dec6656f7ca27619e4675b45225d9e422112/ext/extconf.rb#L34-L55 578 + # 579 + # Note that setting --with-pg-config=${postgresql}/bin/pg_config would add 580 + # an unnecessary reference to the entire postgresql package. 581 + buildFlags = [ "--with-pg-config=ignore" ]; 582 + nativeBuildInputs = [ pkg-config ]; 583 + buildInputs = [ postgresql ]; 584 }; 585 586 psych = attrs: {
+4 -4
pkgs/development/tools/analysis/tflint/default.nix
··· 10 11 buildGoModule rec { 12 pname = "tflint"; 13 - version = "0.46.1"; 14 15 src = fetchFromGitHub { 16 owner = "terraform-linters"; 17 repo = pname; 18 rev = "v${version}"; 19 - hash = "sha256-oMf1uUD+7z42Z6bfMxNCWNFu/WwdEqBocVbbfe2OPbo="; 20 }; 21 22 - vendorHash = "sha256-1S3my0/77LiiGZDemVrYzN1jMcZdTyd404y67euraeI="; 23 24 doCheck = false; 25 ··· 46 meta = with lib; { 47 description = "Terraform linter focused on possible errors, best practices, and so on"; 48 homepage = "https://github.com/terraform-linters/tflint"; 49 - changelog = "https://github.com/terraform-linters/tflint/raw/v${version}/CHANGELOG.md"; 50 license = licenses.mpl20; 51 maintainers = [ maintainers.marsam ]; 52 };
··· 10 11 buildGoModule rec { 12 pname = "tflint"; 13 + version = "0.47.0"; 14 15 src = fetchFromGitHub { 16 owner = "terraform-linters"; 17 repo = pname; 18 rev = "v${version}"; 19 + hash = "sha256-YKsX+dAnVRiD48CRHaXzUzfqsqpi/bWHNH9lqzC/TZQ="; 20 }; 21 22 + vendorHash = "sha256-dgK7o2DJUwAynfekrn6mN8IVxCpJa9b+kiYMQSo0RIg="; 23 24 doCheck = false; 25 ··· 46 meta = with lib; { 47 description = "Terraform linter focused on possible errors, best practices, and so on"; 48 homepage = "https://github.com/terraform-linters/tflint"; 49 + changelog = "https://github.com/terraform-linters/tflint/blob/v${version}/CHANGELOG.md"; 50 license = licenses.mpl20; 51 maintainers = [ maintainers.marsam ]; 52 };
+3 -3
pkgs/development/tools/build-managers/moon/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "moon"; 12 - version = "v1.5.1"; 13 14 src = fetchFromGitHub { 15 owner = "moonrepo"; 16 repo = pname; 17 - rev = version; 18 hash = "sha256-TA27e0W0XSOC326lnO/mSlJNLGn6roJhd1CrQadWb/U="; 19 }; 20 21 - cargoHash = "sha256-Q044nxI6VGGal9I31VuZeGLho4KIz/Rzg4Lrn1prj4Y="; 22 23 env = { 24 RUSTFLAGS = "-C strip=symbols";
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "moon"; 12 + version = "1.5.1"; 13 14 src = fetchFromGitHub { 15 owner = "moonrepo"; 16 repo = pname; 17 + rev = "v${version}"; 18 hash = "sha256-TA27e0W0XSOC326lnO/mSlJNLGn6roJhd1CrQadWb/U="; 19 }; 20 21 + cargoHash = "sha256-HbZsCP54uuiWQsUf0ChoVA4HOQbr7rZ63ThNro7QyLA="; 22 23 env = { 24 RUSTFLAGS = "-C strip=symbols";
+2 -2
pkgs/servers/onlyoffice-documentserver/default.nix
··· 15 # var/www/onlyoffice/documentserver/server/DocService/docservice 16 onlyoffice-documentserver = stdenv.mkDerivation rec { 17 pname = "onlyoffice-documentserver"; 18 - version = "7.3.3"; 19 20 src = fetchurl { 21 url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v${lib.concatStringsSep "." (lib.take 3 (lib.splitVersion version))}/onlyoffice-documentserver_amd64.deb"; 22 - sha256 = "sha256-WeDXIDrjICGDVnpkdGLyA9plW50Kz3bHXU48DdHReHM="; 23 }; 24 25 preferLocalBuild = true;
··· 15 # var/www/onlyoffice/documentserver/server/DocService/docservice 16 onlyoffice-documentserver = stdenv.mkDerivation rec { 17 pname = "onlyoffice-documentserver"; 18 + version = "7.4.0"; 19 20 src = fetchurl { 21 url = "https://github.com/ONLYOFFICE/DocumentServer/releases/download/v${lib.concatStringsSep "." (lib.take 3 (lib.splitVersion version))}/onlyoffice-documentserver_amd64.deb"; 22 + sha256 = "sha256-FL09EXxQlUZuJMMHYu9tSOH8ARPgzoqAKmQYV6225PU="; 23 }; 24 25 preferLocalBuild = true;
+14
pkgs/tools/misc/graylog/plugins.nix
··· 216 description = "Can notify Slack or Mattermost channels about triggered alerts in Graylog (Alarm Callback)"; 217 }; 218 }; 219 snmp = glPlugin rec { 220 name = "graylog-snmp-${version}"; 221 pluginName = "graylog-plugin-snmp";
··· 216 description = "Can notify Slack or Mattermost channels about triggered alerts in Graylog (Alarm Callback)"; 217 }; 218 }; 219 + smseagle = glPlugin rec { 220 + name = "graylog-smseagle-${version}"; 221 + pluginName = "graylog-plugin-smseagle"; 222 + version = "1.0.1"; 223 + src = fetchurl { 224 + url = "https://bitbucket.org/proximus/smseagle-graylog/raw/b99cfc349aafc7c94d4c2503f7c3c0bde67684d1/jar/graylog-plugin-smseagle-1.0.1.jar"; 225 + sha256 = "sha256-rvvftzPskXRGs1Z9dvd/wFbQoIoNtEQIFxMIpSuuvf0="; 226 + }; 227 + meta = { 228 + homepage = "https://bitbucket.org/proximus/smseagle-graylog/"; 229 + description = "Alert/notification callback plugin for integrating the SMSEagle into Graylog."; 230 + license = lib.licenses.gpl3Only; 231 + }; 232 + }; 233 snmp = glPlugin rec { 234 name = "graylog-snmp-${version}"; 235 pluginName = "graylog-plugin-snmp";
+2
pkgs/tools/networking/udp2raw/default.nix
··· 29 30 postPatch = '' 31 echo 'const char *gitversion = "${version}";' > git_version.h 32 ''; 33 34 nativeBuildInputs = [
··· 29 30 postPatch = '' 31 echo 'const char *gitversion = "${version}";' > git_version.h 32 + # Adress sanitization crashes the application, reported upstream at https://github.com/wangyu-/udp2raw/issues/474 33 + substituteInPlace CMakeLists.txt --replace "sanitize=address," "sanitize=" 34 ''; 35 36 nativeBuildInputs = [
+3 -3
pkgs/tools/text/shfmt/default.nix
··· 2 3 buildGoModule rec { 4 pname = "shfmt"; 5 - version = "3.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "mvdan"; 9 repo = "sh"; 10 rev = "v${version}"; 11 - sha256 = "sha256-hu08TouICK9tg8+QrAUWpzEAkJ1hHJEIz/UXL+jexrQ="; 12 }; 13 14 - vendorSha256 = "sha256-De/8PLio63xn2byfVzGVCdzRwFxzFMy0ftjB+VEBLrQ="; 15 16 subPackages = [ "cmd/shfmt" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "shfmt"; 5 + version = "3.7.0"; 6 7 src = fetchFromGitHub { 8 owner = "mvdan"; 9 repo = "sh"; 10 rev = "v${version}"; 11 + sha256 = "sha256-5/WGYsmZAFFdONpViRaqjL/KXyOu618A8S/SqcgZoEU="; 12 }; 13 14 + vendorSha256 = "sha256-V/6wiC0oanytzMGW/lP+t+uz6cMgXRuviDEj7ErQh5k="; 15 16 subPackages = [ "cmd/shfmt" ]; 17
+4
pkgs/top-level/python-packages.nix
··· 2645 # Current latest 2646 django_4 = callPackage ../development/python-modules/django/4.nix { }; 2647 2648 django-admin-sortable2 = callPackage ../development/python-modules/django-admin-sortable2 { }; 2649 2650 django-allauth = callPackage ../development/python-modules/django-allauth { }; ··· 2824 django-rest-polymorphic = callPackage ../development/python-modules/django-rest-polymorphic { }; 2825 2826 django-rest-registration = callPackage ../development/python-modules/django-rest-registration { }; 2827 2828 django-rq = callPackage ../development/python-modules/django-rq { }; 2829
··· 2645 # Current latest 2646 django_4 = callPackage ../development/python-modules/django/4.nix { }; 2647 2648 + django-admin-datta = callPackage ../development/python-modules/django-admin-datta { }; 2649 + 2650 django-admin-sortable2 = callPackage ../development/python-modules/django-admin-sortable2 { }; 2651 2652 django-allauth = callPackage ../development/python-modules/django-allauth { }; ··· 2826 django-rest-polymorphic = callPackage ../development/python-modules/django-rest-polymorphic { }; 2827 2828 django-rest-registration = callPackage ../development/python-modules/django-rest-registration { }; 2829 + 2830 + django-rosetta = callPackage ../development/python-modules/django-rosetta { }; 2831 2832 django-rq = callPackage ../development/python-modules/django-rq { }; 2833