-
Notifications
You must be signed in to change notification settings - Fork 5
/
Project.toml
35 lines (31 loc) · 1 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
name = "AlgebraicRewriting"
uuid = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
license = "MIT"
authors = ["Kris Brown <kris@topos.institute>"]
version = "0.4.2"
[deps]
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
CompTime = "0fb5dd42-039a-4ca4-a1d7-89a96eae6d39"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[weakdeps]
DataMigrations = "0c4ad18d-0c49-4bc2-90d5-5bca8f00d6ae"
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
[extensions]
AlgebraicRewritingDataMigrationsExt = "DataMigrations"
AlgebraicRewritingLuxorExt = "Luxor"
[compat]
ACSets = "0.2.20"
Catlab = "0.16.16"
CompTime = "0.1"
DataMigrations = "0.0.3,0.1"
DataStructures = "0.17, 0.18"
MLStyle = "0.4"
Reexport = "^1"
StructEquality = "2.1"
julia = "1.9"