-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
36 lines (30 loc) · 896 Bytes
/
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
name = "AbstractMetaArrays"
uuid = "f931004c-b40c-4d45-87f0-83a9870f361d"
authors = ["uriele <[email protected]> and contributors"]
version = "0.1.0"
[deps]
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[weakdeps]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[extensions]
StaticArraysExt = "StaticArrays"
StructArraysExt = ["StructArrays", "Tables"]
[compat]
Aqua = "0.8"
DataAPI = "1.16.0"
Lazy = "0.15"
Reexport = "1.2.2"
StaticArrays = "1.9"
StructArrays = "0.6"
Tables = "1.12"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test","StructArrays","StaticArrays"]