/ ExchangeTypes / Manifest.toml
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 = "68459de481bc87be89e0990ed08eb5fa3c4b5e62"
  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.Ccxt]]
 20  deps = ["Misc", "PrecompileTools", "Python"]
 21  path = "../Ccxt"
 22  uuid = "a58c4053-12c5-4e22-b66a-82c3bd74bf8a"
 23  version = "0.1.0"
 24  
 25  [[deps.ConcurrentCollections]]
 26  git-tree-sha1 = "875d52bb9900dcf9e4e6bbd02da0e590eb200dc8"
 27  uuid = "5060bff5-0b44-40c5-b522-fcd3ca5cecdd"
 28  version = "0.1.1"
 29  
 30  [[deps.CondaPkg]]
 31  deps = ["JSON3", "Markdown", "MicroMamba", "Pidfile", "Pkg", "Preferences", "Scratch", "TOML", "pixi_jll"]
 32  git-tree-sha1 = "bd491d55b97a036caae1d78729bdb70bf7dababc"
 33  uuid = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
 34  version = "0.2.33"
 35  
 36  [[deps.DataAPI]]
 37  git-tree-sha1 = "abe83f3a2f1b857aac70ef8b269080af17764bbe"
 38  uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
 39  version = "1.16.0"
 40  
 41  [[deps.DataValueInterfaces]]
 42  git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6"
 43  uuid = "e2d170a0-9d28-54be-80f0-106bbe20a464"
 44  version = "1.0.0"
 45  
 46  [[deps.Dates]]
 47  deps = ["Printf"]
 48  uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
 49  version = "1.11.0"
 50  
 51  [[deps.Distributed]]
 52  deps = ["Random", "Serialization", "Sockets"]
 53  uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
 54  version = "1.11.0"
 55  
 56  [[deps.DocStringExtensions]]
 57  git-tree-sha1 = "7442a5dfe1ebb773c29cc2962a8980f47221d76c"
 58  uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
 59  version = "0.9.5"
 60  
 61  [[deps.Downloads]]
 62  deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
 63  uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
 64  version = "1.6.0"
 65  
 66  [[deps.ExchangeTypes]]
 67  deps = ["Ccxt", "FunctionalCollections", "OrderedCollections", "Serialization"]
 68  path = "."
 69  uuid = "16e96388-e60e-4b60-892f-986722d15ae4"
 70  version = "0.1.0"
 71  
 72  [[deps.FileWatching]]
 73  uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
 74  version = "1.11.0"
 75  
 76  [[deps.FunctionalCollections]]
 77  deps = ["Test"]
 78  git-tree-sha1 = "04cb9cfaa6ba5311973994fe3496ddec19b6292a"
 79  uuid = "de31a74c-ac4f-5751-b3fd-e18cd04993ca"
 80  version = "0.5.0"
 81  
 82  [[deps.InteractiveUtils]]
 83  deps = ["Markdown"]
 84  uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
 85  version = "1.11.0"
 86  
 87  [[deps.IteratorInterfaceExtensions]]
 88  git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856"
 89  uuid = "82899510-4779-5014-852e-03e436cf321d"
 90  version = "1.0.0"
 91  
 92  [[deps.JLLWrappers]]
 93  deps = ["Artifacts", "Preferences"]
 94  git-tree-sha1 = "0533e564aae234aff59ab625543145446d8b6ec2"
 95  uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
 96  version = "1.7.1"
 97  
 98  [[deps.JSON]]
 99  deps = ["Dates", "Logging", "Parsers", "PrecompileTools", "StructUtils", "UUIDs", "Unicode"]
100  git-tree-sha1 = "5b6bb73f555bc753a6153deec3717b8904f5551c"
101  uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
102  version = "1.3.0"
103  
104      [deps.JSON.extensions]
105      JSONArrowExt = ["ArrowTypes"]
106  
107      [deps.JSON.weakdeps]
108      ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
109  
110  [[deps.JSON3]]
111  deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
112  git-tree-sha1 = "411eccfe8aba0814ffa0fdf4860913ed09c34975"
113  uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
114  version = "1.14.3"
115  
116      [deps.JSON3.extensions]
117      JSON3ArrowExt = ["ArrowTypes"]
118  
119      [deps.JSON3.weakdeps]
120      ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
121  
122  [[deps.JuliaSyntaxHighlighting]]
123  deps = ["StyledStrings"]
124  uuid = "ac6e5ff7-fb65-4e79-a425-ec3bc9c03011"
125  version = "1.12.0"
126  
127  [[deps.Lang]]
128  deps = ["Distributed", "DocStringExtensions", "Logging", "PrecompileTools", "Preferences"]
129  path = "../Lang"
130  uuid = "29573954-25fe-4a2f-9b4b-dcb25d092053"
131  version = "0.1.0"
132  
133  [[deps.LazyArtifacts]]
134  deps = ["Artifacts", "Pkg"]
135  uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
136  version = "1.11.0"
137  
138  [[deps.LibCURL]]
139  deps = ["LibCURL_jll", "MozillaCACerts_jll"]
140  uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
141  version = "0.6.4"
142  
143  [[deps.LibCURL_jll]]
144  deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll", "Zlib_jll", "nghttp2_jll"]
145  uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
146  version = "8.11.1+1"
147  
148  [[deps.LibGit2]]
149  deps = ["LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
150  uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
151  version = "1.11.0"
152  
153  [[deps.LibGit2_jll]]
154  deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll"]
155  uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
156  version = "1.9.0+0"
157  
158  [[deps.LibSSH2_jll]]
159  deps = ["Artifacts", "Libdl", "OpenSSL_jll"]
160  uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
161  version = "1.11.3+1"
162  
163  [[deps.Libdl]]
164  uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
165  version = "1.11.0"
166  
167  [[deps.Logging]]
168  uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
169  version = "1.11.0"
170  
171  [[deps.LoggingExtras]]
172  deps = ["Dates", "Logging"]
173  git-tree-sha1 = "f00544d95982ea270145636c181ceda21c4e2575"
174  uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
175  version = "1.2.0"
176  
177  [[deps.MacroTools]]
178  git-tree-sha1 = "1e0228a030642014fe5cfe68c2c0a818f9e3f522"
179  uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
180  version = "0.5.16"
181  
182  [[deps.Markdown]]
183  deps = ["Base64", "JuliaSyntaxHighlighting", "StyledStrings"]
184  uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
185  version = "1.11.0"
186  
187  [[deps.MicroMamba]]
188  deps = ["Pkg", "Scratch", "micromamba_jll"]
189  git-tree-sha1 = "011cab361eae7bcd7d278f0a7a00ff9c69000c51"
190  uuid = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
191  version = "0.1.14"
192  
193  [[deps.Misc]]
194  deps = ["ConcurrentCollections", "Dates", "Distributed", "DocStringExtensions", "FunctionalCollections", "JSON", "Logging", "LoggingExtras", "OrderedCollections", "Pkg", "PrecompileTools", "Reexport", "Serialization", "TOML", "TimeTicks"]
195  path = "../Misc"
196  uuid = "ff97321b-aa60-4104-8cd6-2e42973349ab"
197  version = "0.1.0"
198  
199  [[deps.Mmap]]
200  uuid = "a63ad114-7e13-5084-954f-fe012c677804"
201  version = "1.11.0"
202  
203  [[deps.MozillaCACerts_jll]]
204  uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
205  version = "2025.5.20"
206  
207  [[deps.NetworkOptions]]
208  uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
209  version = "1.3.0"
210  
211  [[deps.OpenSSL_jll]]
212  deps = ["Artifacts", "Libdl"]
213  uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
214  version = "3.5.1+0"
215  
216  [[deps.OrderedCollections]]
217  git-tree-sha1 = "05868e21324cede2207c6f0f466b4bfef6d5e7ee"
218  uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
219  version = "1.8.1"
220  
221  [[deps.Parsers]]
222  deps = ["Dates", "PrecompileTools", "UUIDs"]
223  git-tree-sha1 = "7d2f8f21da5db6a806faf7b9b292296da42b2810"
224  uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
225  version = "2.8.3"
226  
227  [[deps.Pidfile]]
228  deps = ["FileWatching", "Test"]
229  git-tree-sha1 = "2d8aaf8ee10df53d0dfb9b8ee44ae7c04ced2b03"
230  uuid = "fa939f87-e72e-5be4-a000-7fc836dbe307"
231  version = "1.3.0"
232  
233  [[deps.Pkg]]
234  deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
235  uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
236  version = "1.12.0"
237  
238      [deps.Pkg.extensions]
239      REPLExt = "REPL"
240  
241      [deps.Pkg.weakdeps]
242      REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
243  
244  [[deps.PrecompileTools]]
245  deps = ["Preferences"]
246  git-tree-sha1 = "07a921781cab75691315adc645096ed5e370cb77"
247  uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
248  version = "1.3.3"
249  
250  [[deps.Preferences]]
251  deps = ["TOML"]
252  git-tree-sha1 = "0f27480397253da18fe2c12a4ba4eb9eb208bf3d"
253  uuid = "21216c6a-2e73-6563-6e65-726566657250"
254  version = "1.5.0"
255  
256  [[deps.Printf]]
257  deps = ["Unicode"]
258  uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
259  version = "1.11.0"
260  
261  [[deps.Python]]
262  deps = ["Dates", "DocStringExtensions", "Lang", "OpenSSL_jll", "Pkg", "PrecompileTools", "PythonCall", "Reexport"]
263  path = "../Python"
264  uuid = "e8cdc95d-7257-4c38-ab0e-cc8a28c19776"
265  version = "0.1.0"
266  
267  [[deps.PythonCall]]
268  deps = ["CondaPkg", "Dates", "Libdl", "MacroTools", "Markdown", "Pkg", "Serialization", "Tables", "UnsafePointers"]
269  git-tree-sha1 = "c576260774cc832998c2a9d1b2efc9452c172d35"
270  uuid = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
271  version = "0.9.30"
272  
273      [deps.PythonCall.extensions]
274      CategoricalArraysExt = "CategoricalArrays"
275      PyCallExt = "PyCall"
276  
277      [deps.PythonCall.weakdeps]
278      CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
279      PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
280  
281  [[deps.Random]]
282  deps = ["SHA"]
283  uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
284  version = "1.11.0"
285  
286  [[deps.Reexport]]
287  git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
288  uuid = "189a3867-3050-52da-a836-e630ba90ab69"
289  version = "1.2.2"
290  
291  [[deps.SHA]]
292  uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
293  version = "0.7.0"
294  
295  [[deps.Scratch]]
296  deps = ["Dates"]
297  git-tree-sha1 = "9b81b8393e50b7d4e6d0a9f14e192294d3b7c109"
298  uuid = "6c6a2e73-6563-6170-7368-637461726353"
299  version = "1.3.0"
300  
301  [[deps.Serialization]]
302  uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
303  version = "1.11.0"
304  
305  [[deps.Sockets]]
306  uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
307  version = "1.11.0"
308  
309  [[deps.StructTypes]]
310  deps = ["Dates", "UUIDs"]
311  git-tree-sha1 = "159331b30e94d7b11379037feeb9b690950cace8"
312  uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
313  version = "1.11.0"
314  
315  [[deps.StructUtils]]
316  deps = ["Dates", "UUIDs"]
317  git-tree-sha1 = "79529b493a44927dd5b13dde1c7ce957c2d049e4"
318  uuid = "ec057cc2-7a8d-4b58-b3b3-92acb9f63b42"
319  version = "2.6.0"
320  
321      [deps.StructUtils.extensions]
322      StructUtilsMeasurementsExt = ["Measurements"]
323      StructUtilsTablesExt = ["Tables"]
324  
325      [deps.StructUtils.weakdeps]
326      Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
327      Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
328  
329  [[deps.StyledStrings]]
330  uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
331  version = "1.11.0"
332  
333  [[deps.TOML]]
334  deps = ["Dates"]
335  uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
336  version = "1.0.3"
337  
338  [[deps.TableTraits]]
339  deps = ["IteratorInterfaceExtensions"]
340  git-tree-sha1 = "c06b2f539df1c6efa794486abfb6ed2022561a39"
341  uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
342  version = "1.0.1"
343  
344  [[deps.Tables]]
345  deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "OrderedCollections", "TableTraits"]
346  git-tree-sha1 = "f2c1efbc8f3a609aadf318094f8fc5204bdaf344"
347  uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
348  version = "1.12.1"
349  
350  [[deps.Tar]]
351  deps = ["ArgTools", "SHA"]
352  uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
353  version = "1.10.0"
354  
355  [[deps.Test]]
356  deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
357  uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
358  version = "1.11.0"
359  
360  [[deps.TimeFrames]]
361  deps = ["Dates", "Test"]
362  git-tree-sha1 = "168631df303a1b26c7d33db6a463f8a9da3a3fdf"
363  uuid = "51948d2b-02eb-5b28-9840-c902cc6821c9"
364  version = "0.2.0"
365  
366  [[deps.TimeTicks]]
367  deps = ["Dates", "Lang", "Reexport", "Serialization", "TimeFrames"]
368  path = "../TimeTicks"
369  uuid = "1ce46816-3f51-4f52-9fcf-6d091670788d"
370  version = "0.1.0"
371  
372  [[deps.UUIDs]]
373  deps = ["Random", "SHA"]
374  uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
375  version = "1.11.0"
376  
377  [[deps.Unicode]]
378  uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
379  version = "1.11.0"
380  
381  [[deps.UnsafePointers]]
382  git-tree-sha1 = "c81331b3b2e60a982be57c046ec91f599ede674a"
383  uuid = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
384  version = "1.0.0"
385  
386  [[deps.Zlib_jll]]
387  deps = ["Libdl"]
388  uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
389  version = "1.3.1+2"
390  
391  [[deps.micromamba_jll]]
392  deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl"]
393  git-tree-sha1 = "2ca2ac0b23a8e6b76752453e08428b3b4de28095"
394  uuid = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
395  version = "1.5.12+0"
396  
397  [[deps.nghttp2_jll]]
398  deps = ["Artifacts", "Libdl"]
399  uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
400  version = "1.64.0+1"
401  
402  [[deps.p7zip_jll]]
403  deps = ["Artifacts", "Libdl"]
404  uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
405  version = "17.5.0+2"
406  
407  [[deps.pixi_jll]]
408  deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl"]
409  git-tree-sha1 = "f349584316617063160a947a82638f7611a8ef0f"
410  uuid = "4d7b5844-a134-5dcd-ac86-c8f19cd51bed"
411  version = "0.41.3+0"