-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
59 lines (53 loc) · 1.83 KB
/
Project.toml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name = "CodeDiffs"
uuid = "0d84036a-ccd8-408b-b2b2-9a2d9429e273"
authors = ["Luc Briand <34173752+Keluaa@users.noreply.github.com> and contributors"]
version = "1.0.0-DEV"
[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
StringDistances = "88034a9c-02f8-509d-84a9-84ec65e18404"
WidthLimitedIO = "b8c1c048-cf81-46c6-9da0-18c1d99e41f2"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
[extensions]
CodeDiffsAMDGPU = "AMDGPU"
CodeDiffsCUDA = "CUDA"
CodeDiffsKernelAbstractions = "KernelAbstractions"
CodeDiffsMetal = "Metal"
CodeDiffsOneAPI = "oneAPI"
[compat]
AMDGPU = "0.9"
Aqua = "0.7"
CUDA = "4, 5"
CodeTracking = "1"
DeepDiffs = "1"
InteractiveUtils = "1"
KernelAbstractions = "0.9"
MacroTools = "0.5"
Markdown = "1"
Metal = "1"
ReferenceTests = "0.10"
StringDistances = "0.11"
Test = "1"
WidthLimitedIO = "1"
julia = "1.9"
oneAPI = "1.5"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "CUDA", "InteractiveUtils", "KernelAbstractions", "OhMyREPL", "ReferenceTests", "Revise", "Test"]