Small library for generating claude-code like unicde block mascots, and providing animations when they do stuff
0
fork

Configure Feed

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

at main 544 lines 14 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 = "1.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 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.14" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 25 26[[package]] 27name = "anstyle-parse" 28version = "1.0.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 31dependencies = [ 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle-query" 37version = "1.1.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 40dependencies = [ 41 "windows-sys 0.61.2", 42] 43 44[[package]] 45name = "anstyle-wincon" 46version = "3.0.11" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 49dependencies = [ 50 "anstyle", 51 "once_cell_polyfill", 52 "windows-sys 0.61.2", 53] 54 55[[package]] 56name = "bitflags" 57version = "2.11.0" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 60 61[[package]] 62name = "block2" 63version = "0.6.2" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 66dependencies = [ 67 "objc2", 68] 69 70[[package]] 71name = "cfg-if" 72version = "1.0.4" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 75 76[[package]] 77name = "cfg_aliases" 78version = "0.2.1" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 81 82[[package]] 83name = "clap" 84version = "4.6.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" 87dependencies = [ 88 "clap_builder", 89 "clap_derive", 90] 91 92[[package]] 93name = "clap_builder" 94version = "4.6.0" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 97dependencies = [ 98 "anstream", 99 "anstyle", 100 "clap_lex", 101 "strsim", 102] 103 104[[package]] 105name = "clap_derive" 106version = "4.6.0" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" 109dependencies = [ 110 "heck", 111 "proc-macro2", 112 "quote", 113 "syn", 114] 115 116[[package]] 117name = "clap_lex" 118version = "1.1.0" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 121 122[[package]] 123name = "clood" 124version = "0.1.0" 125dependencies = [ 126 "clap", 127 "ctrlc", 128 "dirs", 129 "rand", 130 "serde", 131 "serde_json", 132] 133 134[[package]] 135name = "colorchoice" 136version = "1.0.5" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 139 140[[package]] 141name = "ctrlc" 142version = "3.5.2" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162" 145dependencies = [ 146 "dispatch2", 147 "nix", 148 "windows-sys 0.61.2", 149] 150 151[[package]] 152name = "dirs" 153version = "5.0.1" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 156dependencies = [ 157 "dirs-sys", 158] 159 160[[package]] 161name = "dirs-sys" 162version = "0.4.1" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 165dependencies = [ 166 "libc", 167 "option-ext", 168 "redox_users", 169 "windows-sys 0.48.0", 170] 171 172[[package]] 173name = "dispatch2" 174version = "0.3.1" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" 177dependencies = [ 178 "bitflags", 179 "block2", 180 "libc", 181 "objc2", 182] 183 184[[package]] 185name = "getrandom" 186version = "0.2.17" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 189dependencies = [ 190 "cfg-if", 191 "libc", 192 "wasi", 193] 194 195[[package]] 196name = "heck" 197version = "0.5.0" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 200 201[[package]] 202name = "is_terminal_polyfill" 203version = "1.70.2" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 206 207[[package]] 208name = "itoa" 209version = "1.0.18" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 212 213[[package]] 214name = "libc" 215version = "0.2.183" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" 218 219[[package]] 220name = "libredox" 221version = "0.1.14" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 224dependencies = [ 225 "libc", 226] 227 228[[package]] 229name = "memchr" 230version = "2.8.0" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 233 234[[package]] 235name = "nix" 236version = "0.31.2" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" 239dependencies = [ 240 "bitflags", 241 "cfg-if", 242 "cfg_aliases", 243 "libc", 244] 245 246[[package]] 247name = "objc2" 248version = "0.6.4" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" 251dependencies = [ 252 "objc2-encode", 253] 254 255[[package]] 256name = "objc2-encode" 257version = "4.1.0" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 260 261[[package]] 262name = "once_cell_polyfill" 263version = "1.70.2" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 266 267[[package]] 268name = "option-ext" 269version = "0.2.0" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 272 273[[package]] 274name = "ppv-lite86" 275version = "0.2.21" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 278dependencies = [ 279 "zerocopy", 280] 281 282[[package]] 283name = "proc-macro2" 284version = "1.0.106" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 287dependencies = [ 288 "unicode-ident", 289] 290 291[[package]] 292name = "quote" 293version = "1.0.45" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 296dependencies = [ 297 "proc-macro2", 298] 299 300[[package]] 301name = "rand" 302version = "0.8.5" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 305dependencies = [ 306 "libc", 307 "rand_chacha", 308 "rand_core", 309] 310 311[[package]] 312name = "rand_chacha" 313version = "0.3.1" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 316dependencies = [ 317 "ppv-lite86", 318 "rand_core", 319] 320 321[[package]] 322name = "rand_core" 323version = "0.6.4" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 326dependencies = [ 327 "getrandom", 328] 329 330[[package]] 331name = "redox_users" 332version = "0.4.6" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 335dependencies = [ 336 "getrandom", 337 "libredox", 338 "thiserror", 339] 340 341[[package]] 342name = "serde" 343version = "1.0.228" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 346dependencies = [ 347 "serde_core", 348 "serde_derive", 349] 350 351[[package]] 352name = "serde_core" 353version = "1.0.228" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 356dependencies = [ 357 "serde_derive", 358] 359 360[[package]] 361name = "serde_derive" 362version = "1.0.228" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 365dependencies = [ 366 "proc-macro2", 367 "quote", 368 "syn", 369] 370 371[[package]] 372name = "serde_json" 373version = "1.0.149" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 376dependencies = [ 377 "itoa", 378 "memchr", 379 "serde", 380 "serde_core", 381 "zmij", 382] 383 384[[package]] 385name = "strsim" 386version = "0.11.1" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 389 390[[package]] 391name = "syn" 392version = "2.0.117" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 395dependencies = [ 396 "proc-macro2", 397 "quote", 398 "unicode-ident", 399] 400 401[[package]] 402name = "thiserror" 403version = "1.0.69" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 406dependencies = [ 407 "thiserror-impl", 408] 409 410[[package]] 411name = "thiserror-impl" 412version = "1.0.69" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 415dependencies = [ 416 "proc-macro2", 417 "quote", 418 "syn", 419] 420 421[[package]] 422name = "unicode-ident" 423version = "1.0.24" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 426 427[[package]] 428name = "utf8parse" 429version = "0.2.2" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 432 433[[package]] 434name = "wasi" 435version = "0.11.1+wasi-snapshot-preview1" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 438 439[[package]] 440name = "windows-link" 441version = "0.2.1" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 444 445[[package]] 446name = "windows-sys" 447version = "0.48.0" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 450dependencies = [ 451 "windows-targets", 452] 453 454[[package]] 455name = "windows-sys" 456version = "0.61.2" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 459dependencies = [ 460 "windows-link", 461] 462 463[[package]] 464name = "windows-targets" 465version = "0.48.5" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 468dependencies = [ 469 "windows_aarch64_gnullvm", 470 "windows_aarch64_msvc", 471 "windows_i686_gnu", 472 "windows_i686_msvc", 473 "windows_x86_64_gnu", 474 "windows_x86_64_gnullvm", 475 "windows_x86_64_msvc", 476] 477 478[[package]] 479name = "windows_aarch64_gnullvm" 480version = "0.48.5" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 483 484[[package]] 485name = "windows_aarch64_msvc" 486version = "0.48.5" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 489 490[[package]] 491name = "windows_i686_gnu" 492version = "0.48.5" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 495 496[[package]] 497name = "windows_i686_msvc" 498version = "0.48.5" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 501 502[[package]] 503name = "windows_x86_64_gnu" 504version = "0.48.5" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 507 508[[package]] 509name = "windows_x86_64_gnullvm" 510version = "0.48.5" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 513 514[[package]] 515name = "windows_x86_64_msvc" 516version = "0.48.5" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 519 520[[package]] 521name = "zerocopy" 522version = "0.8.47" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87" 525dependencies = [ 526 "zerocopy-derive", 527] 528 529[[package]] 530name = "zerocopy-derive" 531version = "0.8.47" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89" 534dependencies = [ 535 "proc-macro2", 536 "quote", 537 "syn", 538] 539 540[[package]] 541name = "zmij" 542version = "1.0.21" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"