-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
38 lines (31 loc) · 1006 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
37
38
name = "NestedGraphs"
uuid = "03c36417-ddab-428a-818d-5359aee292ef"
authors = ["fchrstou <filippos.christou@ikr.uni-stuttgart.de> and contributors"]
version = "0.2.3"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
[weakdeps]
AttributeGraphs = "d091dd56-f8c5-469d-b7f7-ff847498145f"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
[extensions]
NestedGraphsAttributeGraphsExt = "AttributeGraphs"
NestedGraphsMetaGraphsExt = "MetaGraphs"
NestedGraphsMetaGraphsNextExt = "MetaGraphsNext"
[compat]
AbstractTrees = "0.4"
AttributeGraphs = "0.3"
DocStringExtensions = "0.9"
Graphs = "1"
MetaGraphs = "0.7, 0.8"
MetaGraphsNext = "0.5, 0.6"
SimpleTraits = "0.9"
Test = "1.0"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]