-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathProject.toml
More file actions
66 lines (60 loc) 路 1.96 KB
/
Copy pathProject.toml
File metadata and controls
66 lines (60 loc) 路 1.96 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name = "Oxygen"
uuid = "df9a0d86-3283-4920-82dc-4555fc0d1d8b"
authors = ["Nathan Ortega <nate.ortega95@gmail.com>"]
repo = "https://github.com/OxygenFramework/Oxygen.jl.git"
version = "1.7.3"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
MIMEs = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
[weakdeps]
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
OteraEngine = "b2d7f28f-acd6-4007-8b26-bc27716e5513"
ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
[extensions]
BonitoExt = "Bonito"
CairoMakieExt = "CairoMakie"
MustacheExt = "Mustache"
OteraEngineExt = "OteraEngine"
ProtoBufExt = "ProtoBuf"
TimeZonesExt = "TimeZones"
WGLMakieExt = ["WGLMakie", "Bonito"]
[compat]
Bonito = "^4"
CairoMakie = "^0.13, 0.15"
DataStructures = "^0.18.15"
Dates = "^1"
HTTP = "^1.8"
JSON3 = "^1.9"
MIMEs = "^1"
Mustache = "^1"
OteraEngine = "^1"
Pkg = "^1"
ProtoBuf = "^1"
Reexport = "^1"
RelocatableFolders = "^1"
Sockets = "^1"
Statistics = "^1"
StructTypes = "^1"
Suppressor = "^0.2.6"
TimeZones = "^1.20.0"
WGLMakie = "^0.11"
julia = "^1.10"
[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Bonito", "CairoMakie", "Mustache", "OteraEngine", "ProtoBuf", "Pkg", "StructTypes", "Suppressor", "Test", "TimeZones", "WGLMakie"]