CPUs can make a little heat, as a treat
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 52241ec4ec49b3d48b59d6787bc680cc8586d19d 331 lines 9.1 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "anstream" 7version = "0.6.21" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 10dependencies = [ 11 "anstyle", 12 "anstyle-parse", 13 "anstyle-query", 14 "anstyle-wincon", 15 "colorchoice", 16 "is_terminal_polyfill", 17 "utf8parse", 18] 19 20[[package]] 21name = "anstyle" 22version = "1.0.13" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 25 26[[package]] 27name = "anstyle-parse" 28version = "0.2.7" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 31dependencies = [ 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle-query" 37version = "1.1.4" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 40dependencies = [ 41 "windows-sys 0.60.2", 42] 43 44[[package]] 45name = "anstyle-wincon" 46version = "3.0.10" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 49dependencies = [ 50 "anstyle", 51 "once_cell_polyfill", 52 "windows-sys 0.60.2", 53] 54 55[[package]] 56name = "bitflags" 57version = "2.9.4" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 60 61[[package]] 62name = "cfg-if" 63version = "1.0.3" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 66 67[[package]] 68name = "cfg_aliases" 69version = "0.2.1" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 72 73[[package]] 74name = "clap" 75version = "4.5.48" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 78dependencies = [ 79 "clap_builder", 80 "clap_derive", 81] 82 83[[package]] 84name = "clap_builder" 85version = "4.5.48" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 88dependencies = [ 89 "anstream", 90 "anstyle", 91 "clap_lex", 92 "strsim", 93] 94 95[[package]] 96name = "clap_derive" 97version = "4.5.47" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 100dependencies = [ 101 "heck", 102 "proc-macro2", 103 "quote", 104 "syn", 105] 106 107[[package]] 108name = "clap_lex" 109version = "0.7.5" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 112 113[[package]] 114name = "colorchoice" 115version = "1.0.4" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 118 119[[package]] 120name = "ctrlc" 121version = "3.5.0" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3" 124dependencies = [ 125 "dispatch", 126 "nix", 127 "windows-sys 0.61.2", 128] 129 130[[package]] 131name = "dispatch" 132version = "0.2.0" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 135 136[[package]] 137name = "heater" 138version = "0.1.0" 139dependencies = [ 140 "clap", 141 "ctrlc", 142 "num_cpus", 143] 144 145[[package]] 146name = "heck" 147version = "0.5.0" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 150 151[[package]] 152name = "hermit-abi" 153version = "0.5.2" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 156 157[[package]] 158name = "is_terminal_polyfill" 159version = "1.70.1" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 162 163[[package]] 164name = "libc" 165version = "0.2.177" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 168 169[[package]] 170name = "nix" 171version = "0.30.1" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 174dependencies = [ 175 "bitflags", 176 "cfg-if", 177 "cfg_aliases", 178 "libc", 179] 180 181[[package]] 182name = "num_cpus" 183version = "1.17.0" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 186dependencies = [ 187 "hermit-abi", 188 "libc", 189] 190 191[[package]] 192name = "once_cell_polyfill" 193version = "1.70.1" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 196 197[[package]] 198name = "proc-macro2" 199version = "1.0.101" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 202dependencies = [ 203 "unicode-ident", 204] 205 206[[package]] 207name = "quote" 208version = "1.0.41" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 211dependencies = [ 212 "proc-macro2", 213] 214 215[[package]] 216name = "strsim" 217version = "0.11.1" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 220 221[[package]] 222name = "syn" 223version = "2.0.106" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 226dependencies = [ 227 "proc-macro2", 228 "quote", 229 "unicode-ident", 230] 231 232[[package]] 233name = "unicode-ident" 234version = "1.0.19" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 237 238[[package]] 239name = "utf8parse" 240version = "0.2.2" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 243 244[[package]] 245name = "windows-link" 246version = "0.2.1" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 249 250[[package]] 251name = "windows-sys" 252version = "0.60.2" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 255dependencies = [ 256 "windows-targets", 257] 258 259[[package]] 260name = "windows-sys" 261version = "0.61.2" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 264dependencies = [ 265 "windows-link", 266] 267 268[[package]] 269name = "windows-targets" 270version = "0.53.5" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 273dependencies = [ 274 "windows-link", 275 "windows_aarch64_gnullvm", 276 "windows_aarch64_msvc", 277 "windows_i686_gnu", 278 "windows_i686_gnullvm", 279 "windows_i686_msvc", 280 "windows_x86_64_gnu", 281 "windows_x86_64_gnullvm", 282 "windows_x86_64_msvc", 283] 284 285[[package]] 286name = "windows_aarch64_gnullvm" 287version = "0.53.1" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 290 291[[package]] 292name = "windows_aarch64_msvc" 293version = "0.53.1" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 296 297[[package]] 298name = "windows_i686_gnu" 299version = "0.53.1" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 302 303[[package]] 304name = "windows_i686_gnullvm" 305version = "0.53.1" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 308 309[[package]] 310name = "windows_i686_msvc" 311version = "0.53.1" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 314 315[[package]] 316name = "windows_x86_64_gnu" 317version = "0.53.1" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 320 321[[package]] 322name = "windows_x86_64_gnullvm" 323version = "0.53.1" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 326 327[[package]] 328name = "windows_x86_64_msvc" 329version = "0.53.1" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"