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 = "b9ac5c5d61f5a482752ebc8b21af14d4232eb685" 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.ConcurrentCollections]] 20 git-tree-sha1 = "875d52bb9900dcf9e4e6bbd02da0e590eb200dc8" 21 uuid = "5060bff5-0b44-40c5-b522-fcd3ca5cecdd" 22 version = "0.1.1" 23 24 [[deps.Dates]] 25 deps = ["Printf"] 26 uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" 27 version = "1.11.0" 28 29 [[deps.Distributed]] 30 deps = ["Random", "Serialization", "Sockets"] 31 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" 32 version = "1.11.0" 33 34 [[deps.DocStringExtensions]] 35 git-tree-sha1 = "7442a5dfe1ebb773c29cc2962a8980f47221d76c" 36 uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" 37 version = "0.9.5" 38 39 [[deps.Downloads]] 40 deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"] 41 uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6" 42 version = "1.6.0" 43 44 [[deps.FileWatching]] 45 uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" 46 version = "1.11.0" 47 48 [[deps.FunctionalCollections]] 49 deps = ["Test"] 50 git-tree-sha1 = "04cb9cfaa6ba5311973994fe3496ddec19b6292a" 51 uuid = "de31a74c-ac4f-5751-b3fd-e18cd04993ca" 52 version = "0.5.0" 53 54 [[deps.InteractiveUtils]] 55 deps = ["Markdown"] 56 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" 57 version = "1.11.0" 58 59 [[deps.JSON]] 60 deps = ["Dates", "Logging", "Parsers", "PrecompileTools", "StructUtils", "UUIDs", "Unicode"] 61 git-tree-sha1 = "5b6bb73f555bc753a6153deec3717b8904f5551c" 62 uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" 63 version = "1.3.0" 64 65 [deps.JSON.extensions] 66 JSONArrowExt = ["ArrowTypes"] 67 68 [deps.JSON.weakdeps] 69 ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd" 70 71 [[deps.JuliaSyntaxHighlighting]] 72 deps = ["StyledStrings"] 73 uuid = "ac6e5ff7-fb65-4e79-a425-ec3bc9c03011" 74 version = "1.12.0" 75 76 [[deps.Lang]] 77 deps = ["Distributed", "DocStringExtensions", "Logging", "PrecompileTools", "Preferences"] 78 path = "../Lang" 79 uuid = "29573954-25fe-4a2f-9b4b-dcb25d092053" 80 version = "0.1.0" 81 82 [[deps.LibCURL]] 83 deps = ["LibCURL_jll", "MozillaCACerts_jll"] 84 uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" 85 version = "0.6.4" 86 87 [[deps.LibCURL_jll]] 88 deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll", "Zlib_jll", "nghttp2_jll"] 89 uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" 90 version = "8.11.1+1" 91 92 [[deps.LibGit2]] 93 deps = ["LibGit2_jll", "NetworkOptions", "Printf", "SHA"] 94 uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" 95 version = "1.11.0" 96 97 [[deps.LibGit2_jll]] 98 deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll"] 99 uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" 100 version = "1.9.0+0" 101 102 [[deps.LibSSH2_jll]] 103 deps = ["Artifacts", "Libdl", "OpenSSL_jll"] 104 uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8" 105 version = "1.11.3+1" 106 107 [[deps.Libdl]] 108 uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" 109 version = "1.11.0" 110 111 [[deps.Logging]] 112 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" 113 version = "1.11.0" 114 115 [[deps.LoggingExtras]] 116 deps = ["Dates", "Logging"] 117 git-tree-sha1 = "f00544d95982ea270145636c181ceda21c4e2575" 118 uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36" 119 version = "1.2.0" 120 121 [[deps.Markdown]] 122 deps = ["Base64", "JuliaSyntaxHighlighting", "StyledStrings"] 123 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" 124 version = "1.11.0" 125 126 [[deps.Misc]] 127 deps = ["ConcurrentCollections", "Dates", "Distributed", "DocStringExtensions", "FunctionalCollections", "JSON", "Logging", "LoggingExtras", "OrderedCollections", "Pkg", "PrecompileTools", "Reexport", "Serialization", "TOML", "TimeTicks"] 128 path = "." 129 uuid = "ff97321b-aa60-4104-8cd6-2e42973349ab" 130 version = "0.1.0" 131 132 [[deps.MozillaCACerts_jll]] 133 uuid = "14a3606d-f60d-562e-9121-12d972cd8159" 134 version = "2025.5.20" 135 136 [[deps.NetworkOptions]] 137 uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" 138 version = "1.3.0" 139 140 [[deps.OpenSSL_jll]] 141 deps = ["Artifacts", "Libdl"] 142 uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" 143 version = "3.5.1+0" 144 145 [[deps.OrderedCollections]] 146 git-tree-sha1 = "05868e21324cede2207c6f0f466b4bfef6d5e7ee" 147 uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" 148 version = "1.8.1" 149 150 [[deps.Parsers]] 151 deps = ["Dates", "PrecompileTools", "UUIDs"] 152 git-tree-sha1 = "7d2f8f21da5db6a806faf7b9b292296da42b2810" 153 uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" 154 version = "2.8.3" 155 156 [[deps.Pkg]] 157 deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"] 158 uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" 159 version = "1.12.0" 160 161 [deps.Pkg.extensions] 162 REPLExt = "REPL" 163 164 [deps.Pkg.weakdeps] 165 REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" 166 167 [[deps.PrecompileTools]] 168 deps = ["Preferences"] 169 git-tree-sha1 = "07a921781cab75691315adc645096ed5e370cb77" 170 uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a" 171 version = "1.3.3" 172 173 [[deps.Preferences]] 174 deps = ["TOML"] 175 git-tree-sha1 = "0f27480397253da18fe2c12a4ba4eb9eb208bf3d" 176 uuid = "21216c6a-2e73-6563-6e65-726566657250" 177 version = "1.5.0" 178 179 [[deps.Printf]] 180 deps = ["Unicode"] 181 uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" 182 version = "1.11.0" 183 184 [[deps.Random]] 185 deps = ["SHA"] 186 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" 187 version = "1.11.0" 188 189 [[deps.Reexport]] 190 git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b" 191 uuid = "189a3867-3050-52da-a836-e630ba90ab69" 192 version = "1.2.2" 193 194 [[deps.SHA]] 195 uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" 196 version = "0.7.0" 197 198 [[deps.Serialization]] 199 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" 200 version = "1.11.0" 201 202 [[deps.Sockets]] 203 uuid = "6462fe0b-24de-5631-8697-dd941f90decc" 204 version = "1.11.0" 205 206 [[deps.StructUtils]] 207 deps = ["Dates", "UUIDs"] 208 git-tree-sha1 = "79529b493a44927dd5b13dde1c7ce957c2d049e4" 209 uuid = "ec057cc2-7a8d-4b58-b3b3-92acb9f63b42" 210 version = "2.6.0" 211 212 [deps.StructUtils.extensions] 213 StructUtilsMeasurementsExt = ["Measurements"] 214 StructUtilsTablesExt = ["Tables"] 215 216 [deps.StructUtils.weakdeps] 217 Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7" 218 Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" 219 220 [[deps.StyledStrings]] 221 uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b" 222 version = "1.11.0" 223 224 [[deps.TOML]] 225 deps = ["Dates"] 226 uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" 227 version = "1.0.3" 228 229 [[deps.Tar]] 230 deps = ["ArgTools", "SHA"] 231 uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" 232 version = "1.10.0" 233 234 [[deps.Test]] 235 deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] 236 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" 237 version = "1.11.0" 238 239 [[deps.TimeFrames]] 240 deps = ["Dates", "Test"] 241 git-tree-sha1 = "168631df303a1b26c7d33db6a463f8a9da3a3fdf" 242 uuid = "51948d2b-02eb-5b28-9840-c902cc6821c9" 243 version = "0.2.0" 244 245 [[deps.TimeTicks]] 246 deps = ["Dates", "Lang", "Reexport", "Serialization", "TimeFrames"] 247 path = "../TimeTicks" 248 uuid = "1ce46816-3f51-4f52-9fcf-6d091670788d" 249 version = "0.1.0" 250 251 [[deps.UUIDs]] 252 deps = ["Random", "SHA"] 253 uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" 254 version = "1.11.0" 255 256 [[deps.Unicode]] 257 uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" 258 version = "1.11.0" 259 260 [[deps.Zlib_jll]] 261 deps = ["Libdl"] 262 uuid = "83775a58-1f1d-513f-b197-d71354ab007a" 263 version = "1.3.1+2" 264 265 [[deps.nghttp2_jll]] 266 deps = ["Artifacts", "Libdl"] 267 uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" 268 version = "1.64.0+1" 269 270 [[deps.p7zip_jll]] 271 deps = ["Artifacts", "Libdl"] 272 uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" 273 version = "17.5.0+2"