-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
41 lines (37 loc) · 1.34 KB
/
Project.toml
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
name = "Kerchunk"
uuid = "12c09fd5-fe6a-4e79-8f42-b31f49215243"
authors = ["Anshul Singhvi <[email protected]> and contributors"]
version = "0.1.1"
[deps]
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
[compat]
AWSS3 = "0.10, 0.11"
CodecZstd = "0.8"
FilePathsBase = "0.9"
HTTP = "1.10"
JSON3 = "1"
Mustache = "1"
URIs = "1.5"
Zarr = "0.9"
julia = "1.10"
[extras]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c"
[targets]
test = ["ArchGDAL", "AWS", "AWSS3", "CondaPkg", "PythonCall", "Dates", "JSON3", "Rasters", "YAXArrays", "Test"]