-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (34 loc) · 1.12 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
name = "FlexiGroups"
uuid = "1e56b746-2900-429a-8028-5ec1f00612ec"
authors = ["Alexander Plavin <alexander@plav.in>"]
version = "0.1.27"
[deps]
AccessorsExtra = "33016aad-b69d-45be-9359-82a41f556fd4"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
FlexiMaps = "6394faf6-06db-4fa8-b750-35ccc60383f7"
[weakdeps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[extensions]
AxisKeysExt = "AxisKeys"
CategoricalArraysExt = "CategoricalArrays"
OffsetArraysExt = "OffsetArrays"
StructArraysExt = "StructArrays"
[compat]
AccessorsExtra = "0.1.67"
AxisKeys = "0.2.12"
CategoricalArrays = "0.10"
Combinatorics = "1.0.2"
DataPipes = "0.3.0"
Dictionaries = "0.3.24, 0.4"
FlexiMaps = "0.1.23"
OffsetArrays = "1.12.7"
StructArrays = "0.6"
julia = "1.6"
[extras]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"