-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
48 lines (42 loc) · 1.29 KB
/
Copy pathProject.toml
File metadata and controls
48 lines (42 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
name = "Skein"
uuid = "e8a1f3d0-7c42-4e9a-b5d1-3a7f8c2e1d0b"
license = "MPL-2.0"
version = "0.3.1"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
[deps]
AcceleratorGate = "59f742c7-270d-4a76-95d4-a853ae16cc71"
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
KnotTheory = "215268c9-7579-426e-8b7c-a3dc27acd339"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[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"
[extensions]
KnotTheoryExt = "KnotTheory"
SkeinCUDAExt = ["CUDA", "KernelAbstractions"]
SkeinMetalExt = ["Metal", "KernelAbstractions"]
SkeinROCmExt = ["AMDGPU", "KernelAbstractions"]
[compat]
AMDGPU = "1"
AcceleratorGate = "0.1"
CUDA = "5"
DBInterface = "2"
Dates = "1"
KernelAbstractions = "0.9"
KnotTheory = "1"
Metal = "1"
SHA = "0.7, 1"
SQLite = "1"
UUIDs = "1"
julia = "1.10"
[extras]
KnotTheory = "215268c9-7579-426e-8b7c-a3dc27acd339"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "KnotTheory"]