-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (30 loc) · 964 Bytes
/
Project.toml
File metadata and controls
36 lines (30 loc) · 964 Bytes
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
name = "TypeUtils"
uuid = "c3b1956e-8857-4d84-9b79-890df85b1e67"
version = "1.14.0"
authors = ["Éric Thiébaut <eric.thiebaut@univ-lyon1.fr> and contributors"]
[deps]
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[weakdeps]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
TypeUtilsOffsetArraysExt = "OffsetArrays"
TypeUtilsUnitfulExt = "Unitful"
[compat]
Aqua = "0.8"
InverseFunctions = "0.1.17"
LinearAlgebra = "<0.0.1, 1"
OffsetArrays = "1"
Requires = "1"
Test = "<0.0.1, 1"
Unitful = "≥ 1"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[targets]
test = ["Aqua", "Test", "OffsetArrays", "Unitful"]