-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 836 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 836 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
name = "Static"
uuid = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
version = "1.4.0"
authors = ["chriselrod", "ChrisRackauckas", "Tokazama"]
[deps]
CommonWorldInvalidations = "f70d9fcc-98c5-4d4a-abd7-e4cdeebd8ca8"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SciMLPublic = "431bcebd-1456-4ced-9d72-93c2757fff0b"
[compat]
AllocCheck = "0.1, 0.2"
Aqua = "0.8.4"
CommonWorldInvalidations = "1"
ExplicitImports = "1.9"
IfElse = "0.1"
PrecompileTools = "1"
SciMLPublic = "1.0.0"
Test = "1"
julia = "1.10"
[extras]
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AllocCheck", "Aqua", "ExplicitImports", "Test"]