-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
30 lines (26 loc) · 996 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
name = "FGenerators"
uuid = "4fd0377b-cfdc-4941-97f4-8d7ddbb8981e"
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
version = "0.1.5-DEV"
[deps]
AbstractYieldMacros = "71802903-5811-4e1f-b8e7-37bd234b68eb"
ContextualMacros = "18b01625-79e3-4c41-8668-c88bdfdd3c6f"
FLoopsBase = "b9860ae5-e623-471e-878b-f6a53c775ea6"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
[compat]
AbstractYieldMacros = "0.1"
ContextualMacros = "0.1"
FLoopsBase = "0.1"
MacroTools = "0.5"
Transducers = "0.4.47"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
SplittablesBase = "171d559e-b47b-412a-8079-5efa626c420e"
SplittablesTesting = "3bda5eb5-c32a-4f64-8618-df3be8968470"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "FLoops", "SplittablesBase", "SplittablesTesting", "Test"]