forked from ronisbr/PrettyTables.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 889 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
name = "PrettyTables"
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
license = "MIT"
desc = "Print data in formatted tables"
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "2.2.6"
[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StringManipulation = "892a3eda-7b42-436c-8928-eab12a02cf0e"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
Crayons = "4.0"
Formatting = "0.4"
LaTeXStrings = "1"
OffsetArrays = "1"
Reexport = "0.2, 1"
StringManipulation = "0.3"
Tables = "0.2, 1"
julia = "1.6"
[extras]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["OffsetArrays", "Test"]