-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 896 Bytes
/
Project.toml
File metadata and controls
33 lines (29 loc) · 896 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
name = "STAC"
uuid = "08e62803-e111-4f53-be9b-274ff296e9da"
authors = ["Alexander Barth <barth.alexander@gmail.com> and contributors"]
version = "0.1.6"
[deps]
CFTime = "179af706-886a-5703-950a-314cd64e0468"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
[compat]
CFTime = "0.1, 0.2"
DataStructures = "0.18, 0.19"
GeoJSON = "0.8"
HTTP = "0.9, 1"
JSON3 = "1"
LRUCache = "1"
Preferences = "1"
URIs = "1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]