-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
34 lines (29 loc) · 1.17 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
name = "NetworkInterfaceControllers"
uuid = "6f74fd91-2978-43ad-8164-3af8c0ec0142"
authors = ["Johannes Blaschke <[email protected]>"]
version = "0.2.0"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
[weakdeps]
# here for compatibility with older versions of Julia (that don't have extensions):
# https://pkgdocs.julialang.org/v1/creating-packages/#Transition-from-normal-dependency-to-extension
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
[extensions]
# Conditional dependencies: https://pkgdocs.julialang.org/v1/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions)
# Note: use a list for multiple extension dependencies
HwlocSelector = ["Hwloc", "AbstractTrees"]
[compat]
AbstractTrees = ">=0.4"
CEnum = ">=0.4"
Hwloc = ">=3.3"
Libdl = ">=1.7"
Serialization = ">=1.7"
julia = ">=1.7"
[extras]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"