-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (25 loc) · 745 Bytes
/
Project.toml
File metadata and controls
30 lines (25 loc) · 745 Bytes
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 = "XLSXDecrypt"
uuid = "e3fae58b-f948-45ca-982d-29fa61c37f2f"
license = "MIT"
version = "0.1.0"
authors = ["Tim Gebbels <timgbbels@gmail.com>"]
repo = "https://github.com/TimG1964/XLSXDecrypt.jl.git"
description = "Access password protected .xlsx files"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Nettle = "49dea1ee-f6fa-5aa6-9a11-8816cee7d4b9"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
[compat]
Base64 = "1"
Nettle = "1"
SHA = "0.7"
XML = "0.3"
XLSX = "0.10 - 0.11"
julia = "1.9 - 1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
[targets]
test = ["XLSX", "Dates", "Test"]