Advent of Code for 2025!
at main 333 lines 8.6 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 = "anyhow" 7version = "1.0.100" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 10 11[[package]] 12name = "aoc2025" 13version = "0.1.0" 14dependencies = [ 15 "anyhow", 16 "proptest", 17] 18 19[[package]] 20name = "autocfg" 21version = "1.5.0" 22source = "registry+https://github.com/rust-lang/crates.io-index" 23checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 24 25[[package]] 26name = "bit-set" 27version = "0.8.0" 28source = "registry+https://github.com/rust-lang/crates.io-index" 29checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 30dependencies = [ 31 "bit-vec", 32] 33 34[[package]] 35name = "bit-vec" 36version = "0.8.0" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 39 40[[package]] 41name = "bitflags" 42version = "2.10.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 45 46[[package]] 47name = "cfg-if" 48version = "1.0.4" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 51 52[[package]] 53name = "errno" 54version = "0.3.14" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 57dependencies = [ 58 "libc", 59 "windows-sys", 60] 61 62[[package]] 63name = "fastrand" 64version = "2.3.0" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 67 68[[package]] 69name = "fnv" 70version = "1.0.7" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 73 74[[package]] 75name = "getrandom" 76version = "0.3.4" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 79dependencies = [ 80 "cfg-if", 81 "libc", 82 "r-efi", 83 "wasip2", 84] 85 86[[package]] 87name = "libc" 88version = "0.2.177" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 91 92[[package]] 93name = "linux-raw-sys" 94version = "0.11.0" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 97 98[[package]] 99name = "num-traits" 100version = "0.2.19" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 103dependencies = [ 104 "autocfg", 105] 106 107[[package]] 108name = "once_cell" 109version = "1.21.3" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 112 113[[package]] 114name = "ppv-lite86" 115version = "0.2.21" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 118dependencies = [ 119 "zerocopy", 120] 121 122[[package]] 123name = "proc-macro2" 124version = "1.0.103" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 127dependencies = [ 128 "unicode-ident", 129] 130 131[[package]] 132name = "proptest" 133version = "1.9.0" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" 136dependencies = [ 137 "bit-set", 138 "bit-vec", 139 "bitflags", 140 "num-traits", 141 "rand", 142 "rand_chacha", 143 "rand_xorshift", 144 "regex-syntax", 145 "rusty-fork", 146 "tempfile", 147 "unarray", 148] 149 150[[package]] 151name = "quick-error" 152version = "1.2.3" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 155 156[[package]] 157name = "quote" 158version = "1.0.42" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 161dependencies = [ 162 "proc-macro2", 163] 164 165[[package]] 166name = "r-efi" 167version = "5.3.0" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 170 171[[package]] 172name = "rand" 173version = "0.9.2" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 176dependencies = [ 177 "rand_chacha", 178 "rand_core", 179] 180 181[[package]] 182name = "rand_chacha" 183version = "0.9.0" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 186dependencies = [ 187 "ppv-lite86", 188 "rand_core", 189] 190 191[[package]] 192name = "rand_core" 193version = "0.9.3" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 196dependencies = [ 197 "getrandom", 198] 199 200[[package]] 201name = "rand_xorshift" 202version = "0.4.0" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" 205dependencies = [ 206 "rand_core", 207] 208 209[[package]] 210name = "regex-syntax" 211version = "0.8.8" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 214 215[[package]] 216name = "rustix" 217version = "1.1.2" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 220dependencies = [ 221 "bitflags", 222 "errno", 223 "libc", 224 "linux-raw-sys", 225 "windows-sys", 226] 227 228[[package]] 229name = "rusty-fork" 230version = "0.3.1" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" 233dependencies = [ 234 "fnv", 235 "quick-error", 236 "tempfile", 237 "wait-timeout", 238] 239 240[[package]] 241name = "syn" 242version = "2.0.111" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 245dependencies = [ 246 "proc-macro2", 247 "quote", 248 "unicode-ident", 249] 250 251[[package]] 252name = "tempfile" 253version = "3.23.0" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 256dependencies = [ 257 "fastrand", 258 "getrandom", 259 "once_cell", 260 "rustix", 261 "windows-sys", 262] 263 264[[package]] 265name = "unarray" 266version = "0.1.4" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 269 270[[package]] 271name = "unicode-ident" 272version = "1.0.22" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 275 276[[package]] 277name = "wait-timeout" 278version = "0.2.1" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" 281dependencies = [ 282 "libc", 283] 284 285[[package]] 286name = "wasip2" 287version = "1.0.1+wasi-0.2.4" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 290dependencies = [ 291 "wit-bindgen", 292] 293 294[[package]] 295name = "windows-link" 296version = "0.2.1" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 299 300[[package]] 301name = "windows-sys" 302version = "0.61.2" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 305dependencies = [ 306 "windows-link", 307] 308 309[[package]] 310name = "wit-bindgen" 311version = "0.46.0" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 314 315[[package]] 316name = "zerocopy" 317version = "0.8.31" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 320dependencies = [ 321 "zerocopy-derive", 322] 323 324[[package]] 325name = "zerocopy-derive" 326version = "0.8.31" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 329dependencies = [ 330 "proc-macro2", 331 "quote", 332 "syn", 333]