Manifest.toml
1 # This file is machine-generated - editing it directly is not advised 2 3 julia_version = "1.12.1" 4 manifest_format = "2.0" 5 project_hash = "aa06ca6033698236030a0aa13de2e3bd37f58dc8" 6 7 [[deps.ArgTools]] 8 uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" 9 version = "1.1.2" 10 11 [[deps.Artifacts]] 12 uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" 13 version = "1.11.0" 14 15 [[deps.Base64]] 16 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" 17 version = "1.11.0" 18 19 [[deps.BitFlags]] 20 git-tree-sha1 = "0691e34b3bb8be9307330f88d1a3c3f25466c24d" 21 uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35" 22 version = "0.1.9" 23 24 [[deps.CodecZlib]] 25 deps = ["TranscodingStreams", "Zlib_jll"] 26 git-tree-sha1 = "962834c22b66e32aa10f7611c08c8ca4e20749a9" 27 uuid = "944b1d66-785c-5afd-91f1-9de20f533193" 28 version = "0.7.8" 29 30 [[deps.ConcurrentUtilities]] 31 deps = ["Serialization", "Sockets"] 32 git-tree-sha1 = "d9d26935a0bcffc87d2613ce14c527c99fc543fd" 33 uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb" 34 version = "2.5.0" 35 36 [[deps.Dates]] 37 deps = ["Printf"] 38 uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" 39 version = "1.11.0" 40 41 [[deps.Downloads]] 42 deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"] 43 uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6" 44 version = "1.6.0" 45 46 [[deps.ExceptionUnwrapping]] 47 deps = ["Test"] 48 git-tree-sha1 = "d36f682e590a83d63d1c7dbd287573764682d12a" 49 uuid = "460bff9d-24e4-43bc-9d9f-a8973cb893f4" 50 version = "0.1.11" 51 52 [[deps.FileWatching]] 53 uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" 54 version = "1.11.0" 55 56 [[deps.HTTP]] 57 deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "PrecompileTools", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"] 58 git-tree-sha1 = "5e6fe50ae7f23d171f44e311c2960294aaa0beb5" 59 uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" 60 version = "1.10.19" 61 62 [[deps.InteractiveUtils]] 63 deps = ["Markdown"] 64 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" 65 version = "1.11.0" 66 67 [[deps.JLLWrappers]] 68 deps = ["Artifacts", "Preferences"] 69 git-tree-sha1 = "0533e564aae234aff59ab625543145446d8b6ec2" 70 uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210" 71 version = "1.7.1" 72 73 [[deps.JSON3]] 74 deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"] 75 git-tree-sha1 = "411eccfe8aba0814ffa0fdf4860913ed09c34975" 76 uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" 77 version = "1.14.3" 78 79 [deps.JSON3.extensions] 80 JSON3ArrowExt = ["ArrowTypes"] 81 82 [deps.JSON3.weakdeps] 83 ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd" 84 85 [[deps.JuliaSyntaxHighlighting]] 86 deps = ["StyledStrings"] 87 uuid = "ac6e5ff7-fb65-4e79-a425-ec3bc9c03011" 88 version = "1.12.0" 89 90 [[deps.LibCURL]] 91 deps = ["LibCURL_jll", "MozillaCACerts_jll"] 92 uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" 93 version = "0.6.4" 94 95 [[deps.LibCURL_jll]] 96 deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll", "Zlib_jll", "nghttp2_jll"] 97 uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" 98 version = "8.11.1+1" 99 100 [[deps.LibGit2]] 101 deps = ["LibGit2_jll", "NetworkOptions", "Printf", "SHA"] 102 uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" 103 version = "1.11.0" 104 105 [[deps.LibGit2_jll]] 106 deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll"] 107 uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" 108 version = "1.9.0+0" 109 110 [[deps.LibSSH2_jll]] 111 deps = ["Artifacts", "Libdl", "OpenSSL_jll"] 112 uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8" 113 version = "1.11.3+1" 114 115 [[deps.Libdl]] 116 uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" 117 version = "1.11.0" 118 119 [[deps.Libiconv_jll]] 120 deps = ["Artifacts", "JLLWrappers", "Libdl"] 121 git-tree-sha1 = "be484f5c92fad0bd8acfef35fe017900b0b73809" 122 uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531" 123 version = "1.18.0+0" 124 125 [[deps.Logging]] 126 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" 127 version = "1.11.0" 128 129 [[deps.LoggingExtras]] 130 deps = ["Dates", "Logging"] 131 git-tree-sha1 = "f00544d95982ea270145636c181ceda21c4e2575" 132 uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36" 133 version = "1.2.0" 134 135 [[deps.Markdown]] 136 deps = ["Base64", "JuliaSyntaxHighlighting", "StyledStrings"] 137 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" 138 version = "1.11.0" 139 140 [[deps.MbedTLS]] 141 deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "NetworkOptions", "Random", "Sockets"] 142 git-tree-sha1 = "c067a280ddc25f196b5e7df3877c6b226d390aaf" 143 uuid = "739be429-bea8-5141-9913-cc70e7f3736d" 144 version = "1.1.9" 145 146 [[deps.MbedTLS_jll]] 147 deps = ["Artifacts", "JLLWrappers", "Libdl"] 148 git-tree-sha1 = "3cce3511ca2c6f87b19c34ffc623417ed2798cbd" 149 uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" 150 version = "2.28.10+0" 151 152 [[deps.Mmap]] 153 uuid = "a63ad114-7e13-5084-954f-fe012c677804" 154 version = "1.11.0" 155 156 [[deps.MozillaCACerts_jll]] 157 uuid = "14a3606d-f60d-562e-9121-12d972cd8159" 158 version = "2025.5.20" 159 160 [[deps.NetworkOptions]] 161 uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" 162 version = "1.3.0" 163 164 [[deps.OpenSSL]] 165 deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"] 166 git-tree-sha1 = "f1a7e086c677df53e064e0fdd2c9d0b0833e3f6e" 167 uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c" 168 version = "1.5.0" 169 170 [[deps.OpenSSL_jll]] 171 deps = ["Artifacts", "Libdl"] 172 uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" 173 version = "3.5.1+0" 174 175 [[deps.Parsers]] 176 deps = ["Dates", "PrecompileTools", "UUIDs"] 177 git-tree-sha1 = "7d2f8f21da5db6a806faf7b9b292296da42b2810" 178 uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" 179 version = "2.8.3" 180 181 [[deps.Pkg]] 182 deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"] 183 uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" 184 version = "1.12.0" 185 186 [deps.Pkg.extensions] 187 REPLExt = "REPL" 188 189 [deps.Pkg.weakdeps] 190 REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" 191 192 [[deps.PrecompileTools]] 193 deps = ["Preferences"] 194 git-tree-sha1 = "07a921781cab75691315adc645096ed5e370cb77" 195 uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a" 196 version = "1.3.3" 197 198 [[deps.Preferences]] 199 deps = ["TOML"] 200 git-tree-sha1 = "0f27480397253da18fe2c12a4ba4eb9eb208bf3d" 201 uuid = "21216c6a-2e73-6563-6e65-726566657250" 202 version = "1.5.0" 203 204 [[deps.Printf]] 205 deps = ["Unicode"] 206 uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" 207 version = "1.11.0" 208 209 [[deps.Random]] 210 deps = ["SHA"] 211 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" 212 version = "1.11.0" 213 214 [[deps.SHA]] 215 uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" 216 version = "0.7.0" 217 218 [[deps.Serialization]] 219 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" 220 version = "1.11.0" 221 222 [[deps.SimpleBufferStream]] 223 git-tree-sha1 = "f305871d2f381d21527c770d4788c06c097c9bc1" 224 uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7" 225 version = "1.2.0" 226 227 [[deps.Sockets]] 228 uuid = "6462fe0b-24de-5631-8697-dd941f90decc" 229 version = "1.11.0" 230 231 [[deps.StringEncodings]] 232 deps = ["Libiconv_jll"] 233 git-tree-sha1 = "b765e46ba27ecf6b44faf70df40c57aa3a547dcb" 234 uuid = "69024149-9ee7-55f6-a4c4-859efe599b68" 235 version = "0.3.7" 236 237 [[deps.StructTypes]] 238 deps = ["Dates", "UUIDs"] 239 git-tree-sha1 = "159331b30e94d7b11379037feeb9b690950cace8" 240 uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" 241 version = "1.11.0" 242 243 [[deps.StyledStrings]] 244 uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b" 245 version = "1.11.0" 246 247 [[deps.Suppressor]] 248 deps = ["Logging"] 249 git-tree-sha1 = "6dbb5b635c5437c68c28c2ac9e39b87138f37c0a" 250 uuid = "fd094767-a336-5f1f-9728-57cf17d0bbfb" 251 version = "0.2.8" 252 253 [[deps.TOML]] 254 deps = ["Dates"] 255 uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" 256 version = "1.0.3" 257 258 [[deps.Tar]] 259 deps = ["ArgTools", "SHA"] 260 uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" 261 version = "1.10.0" 262 263 [[deps.Test]] 264 deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] 265 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" 266 version = "1.11.0" 267 268 [[deps.TranscodingStreams]] 269 git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742" 270 uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" 271 version = "0.11.3" 272 273 [[deps.URIs]] 274 git-tree-sha1 = "bef26fb046d031353ef97a82e3fdb6afe7f21b1a" 275 uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" 276 version = "1.6.1" 277 278 [[deps.UUIDs]] 279 deps = ["Random", "SHA"] 280 uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" 281 version = "1.11.0" 282 283 [[deps.Unicode]] 284 uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" 285 version = "1.11.0" 286 287 [[deps.YAML]] 288 deps = ["Base64", "Dates", "Printf", "StringEncodings"] 289 git-tree-sha1 = "2f58ac39f64b41fb812340347525be3b590cce3b" 290 uuid = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" 291 version = "0.4.14" 292 293 [[deps.Zlib_jll]] 294 deps = ["Libdl"] 295 uuid = "83775a58-1f1d-513f-b197-d71354ab007a" 296 version = "1.3.1+2" 297 298 [[deps.nghttp2_jll]] 299 deps = ["Artifacts", "Libdl"] 300 uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" 301 version = "1.64.0+1" 302 303 [[deps.p7zip_jll]] 304 deps = ["Artifacts", "Libdl"] 305 uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" 306 version = "17.5.0+2"