FinanceRoutines.jl

Financial data routines for Julia
Log | Files | Refs | README | LICENSE

Manifest.toml (4193B)


      1 # This file is machine-generated - editing it directly is not advised
      2 
      3 julia_version = "1.11.3"
      4 manifest_format = "2.0"
      5 project_hash = "9e75aacd06caeddd7afe64a37fcffbbb48264c79"
      6 
      7 [[deps.ANSIColoredPrinters]]
      8 git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
      9 uuid = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
     10 version = "0.0.1"
     11 
     12 [[deps.Artifacts]]
     13 uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
     14 version = "1.11.0"
     15 
     16 [[deps.Base64]]
     17 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
     18 version = "1.11.0"
     19 
     20 [[deps.Dates]]
     21 deps = ["Printf"]
     22 uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
     23 version = "1.11.0"
     24 
     25 [[deps.DocStringExtensions]]
     26 deps = ["LibGit2"]
     27 git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d"
     28 uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
     29 version = "0.9.3"
     30 
     31 [[deps.Documenter]]
     32 deps = ["ANSIColoredPrinters", "Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
     33 git-tree-sha1 = "39fd748a73dce4c05a9655475e437170d8fb1b67"
     34 uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
     35 version = "0.27.25"
     36 
     37 [[deps.IOCapture]]
     38 deps = ["Logging", "Random"]
     39 git-tree-sha1 = "b6d6bfdd7ce25b0f9b2f6b3dd56b2673a66c8770"
     40 uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
     41 version = "0.2.5"
     42 
     43 [[deps.InteractiveUtils]]
     44 deps = ["Markdown"]
     45 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
     46 version = "1.11.0"
     47 
     48 [[deps.JSON]]
     49 deps = ["Dates", "Mmap", "Parsers", "Unicode"]
     50 git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
     51 uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
     52 version = "0.21.4"
     53 
     54 [[deps.LibGit2]]
     55 deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
     56 uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
     57 version = "1.11.0"
     58 
     59 [[deps.LibGit2_jll]]
     60 deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
     61 uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
     62 version = "1.7.2+0"
     63 
     64 [[deps.LibSSH2_jll]]
     65 deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
     66 uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
     67 version = "1.11.0+1"
     68 
     69 [[deps.Libdl]]
     70 uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
     71 version = "1.11.0"
     72 
     73 [[deps.Logging]]
     74 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
     75 version = "1.11.0"
     76 
     77 [[deps.Markdown]]
     78 deps = ["Base64"]
     79 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
     80 version = "1.11.0"
     81 
     82 [[deps.MbedTLS_jll]]
     83 deps = ["Artifacts", "Libdl"]
     84 uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
     85 version = "2.28.6+0"
     86 
     87 [[deps.Mmap]]
     88 uuid = "a63ad114-7e13-5084-954f-fe012c677804"
     89 version = "1.11.0"
     90 
     91 [[deps.NetworkOptions]]
     92 uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
     93 version = "1.2.0"
     94 
     95 [[deps.Parsers]]
     96 deps = ["Dates", "PrecompileTools", "UUIDs"]
     97 git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
     98 uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
     99 version = "2.8.1"
    100 
    101 [[deps.PrecompileTools]]
    102 deps = ["Preferences"]
    103 git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
    104 uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
    105 version = "1.2.1"
    106 
    107 [[deps.Preferences]]
    108 deps = ["TOML"]
    109 git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
    110 uuid = "21216c6a-2e73-6563-6e65-726566657250"
    111 version = "1.4.3"
    112 
    113 [[deps.Printf]]
    114 deps = ["Unicode"]
    115 uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
    116 version = "1.11.0"
    117 
    118 [[deps.REPL]]
    119 deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
    120 uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
    121 version = "1.11.0"
    122 
    123 [[deps.Random]]
    124 deps = ["SHA"]
    125 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
    126 version = "1.11.0"
    127 
    128 [[deps.SHA]]
    129 uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
    130 version = "0.7.0"
    131 
    132 [[deps.Serialization]]
    133 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
    134 version = "1.11.0"
    135 
    136 [[deps.Sockets]]
    137 uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
    138 version = "1.11.0"
    139 
    140 [[deps.StyledStrings]]
    141 uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
    142 version = "1.11.0"
    143 
    144 [[deps.TOML]]
    145 deps = ["Dates"]
    146 uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
    147 version = "1.0.3"
    148 
    149 [[deps.Test]]
    150 deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
    151 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
    152 version = "1.11.0"
    153 
    154 [[deps.UUIDs]]
    155 deps = ["Random", "SHA"]
    156 uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
    157 version = "1.11.0"
    158 
    159 [[deps.Unicode]]
    160 uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
    161 version = "1.11.0"