Code for the Advent of Code event
aoc advent-of-code
at rust 301 lines 8.2 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", 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", 53] 54 55[[package]] 56name = "aoc" 57version = "0.0.0" 58dependencies = [ 59 "aoc_macros", 60 "clap", 61 "ctor", 62 "once_cell", 63] 64 65[[package]] 66name = "aoc_macros" 67version = "0.0.0" 68dependencies = [ 69 "ctor", 70 "proc-macro2", 71 "quote", 72 "syn", 73] 74 75[[package]] 76name = "clap" 77version = "4.5.48" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 80dependencies = [ 81 "clap_builder", 82 "clap_derive", 83] 84 85[[package]] 86name = "clap_builder" 87version = "4.5.48" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 90dependencies = [ 91 "anstream", 92 "anstyle", 93 "clap_lex", 94 "strsim", 95] 96 97[[package]] 98name = "clap_derive" 99version = "4.5.47" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 102dependencies = [ 103 "heck", 104 "proc-macro2", 105 "quote", 106 "syn", 107] 108 109[[package]] 110name = "clap_lex" 111version = "0.7.5" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 114 115[[package]] 116name = "colorchoice" 117version = "1.0.4" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 120 121[[package]] 122name = "ctor" 123version = "0.6.0" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "59c9b8bdf64ee849747c1b12eb861d21aa47fa161564f48332f1afe2373bf899" 126dependencies = [ 127 "ctor-proc-macro", 128 "dtor", 129] 130 131[[package]] 132name = "ctor-proc-macro" 133version = "0.0.7" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1" 136 137[[package]] 138name = "dtor" 139version = "0.1.0" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "e58a0764cddb55ab28955347b45be00ade43d4d6f3ba4bf3dc354e4ec9432934" 142dependencies = [ 143 "dtor-proc-macro", 144] 145 146[[package]] 147name = "dtor-proc-macro" 148version = "0.0.6" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5" 151 152[[package]] 153name = "heck" 154version = "0.5.0" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 157 158[[package]] 159name = "is_terminal_polyfill" 160version = "1.70.1" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 163 164[[package]] 165name = "once_cell" 166version = "1.21.3" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 169 170[[package]] 171name = "once_cell_polyfill" 172version = "1.70.1" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 175 176[[package]] 177name = "proc-macro2" 178version = "1.0.101" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 181dependencies = [ 182 "unicode-ident", 183] 184 185[[package]] 186name = "quote" 187version = "1.0.41" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 190dependencies = [ 191 "proc-macro2", 192] 193 194[[package]] 195name = "strsim" 196version = "0.11.1" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 199 200[[package]] 201name = "syn" 202version = "2.0.106" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 205dependencies = [ 206 "proc-macro2", 207 "quote", 208 "unicode-ident", 209] 210 211[[package]] 212name = "unicode-ident" 213version = "1.0.19" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 216 217[[package]] 218name = "utf8parse" 219version = "0.2.2" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 222 223[[package]] 224name = "windows-link" 225version = "0.2.1" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 228 229[[package]] 230name = "windows-sys" 231version = "0.60.2" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 234dependencies = [ 235 "windows-targets", 236] 237 238[[package]] 239name = "windows-targets" 240version = "0.53.5" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 243dependencies = [ 244 "windows-link", 245 "windows_aarch64_gnullvm", 246 "windows_aarch64_msvc", 247 "windows_i686_gnu", 248 "windows_i686_gnullvm", 249 "windows_i686_msvc", 250 "windows_x86_64_gnu", 251 "windows_x86_64_gnullvm", 252 "windows_x86_64_msvc", 253] 254 255[[package]] 256name = "windows_aarch64_gnullvm" 257version = "0.53.1" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 260 261[[package]] 262name = "windows_aarch64_msvc" 263version = "0.53.1" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 266 267[[package]] 268name = "windows_i686_gnu" 269version = "0.53.1" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 272 273[[package]] 274name = "windows_i686_gnullvm" 275version = "0.53.1" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 278 279[[package]] 280name = "windows_i686_msvc" 281version = "0.53.1" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 284 285[[package]] 286name = "windows_x86_64_gnu" 287version = "0.53.1" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 290 291[[package]] 292name = "windows_x86_64_gnullvm" 293version = "0.53.1" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 296 297[[package]] 298name = "windows_x86_64_msvc" 299version = "0.53.1" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"