-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (34 loc) · 1.58 KB
/
Project.toml
File metadata and controls
39 lines (34 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name = "JuliaInterpreter"
uuid = "87c368a4-672f-5de1-91ff-3cc7fc652fab"
version = "0.10.8"
authors = ["Tim Holy <tim.holy@gmail.com>, Kristoffer Carlsson <kcarlsson89@gmail.com>, Shuhei Kadowaki <aviatesk@gmail.com> and contributors"]
[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
CodeTracking = "29b28462-3302-58bb-873a-3f58224955cc"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
CassetteOverlay = "d78b62d4-37fa-4a6f-acd8-2f19986eb9ee"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
[compat]
julia = "1.10"
CodeTracking = "2, 3"
[targets]
test = ["CassetteOverlay", "DataFrames", "Dates", "DeepDiffs", "Distributed", "FunctionWrappers", "HTTP", "LinearAlgebra", "Logging", "LoopVectorization", "Mmap", "PyCall", "SHA", "SparseArrays", "Test"]
[sources.CodeTracking]
subdir = "vendor/CodeTracking"
rev = "releases/2025-11-28"
url = "https://github.com/aviatesk/JETLS.jl"