forked from JuliaWeb/OpenSSL.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (22 loc) · 766 Bytes
/
Copy pathProject.toml
File metadata and controls
26 lines (22 loc) · 766 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
name = "OpenSSL"
uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c"
version = "1.6.1"
authors = ["Greg Lapinski <grzegorz.lapinski@live.com>", "Jacob Quinn <quinn.jacobd@gmail.com>"]
[deps]
BitFlags = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
MozillaCACerts_jll = "14a3606d-f60d-562e-9121-12d972cd8159"
NetworkOptions = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
OpenSSL_jll = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
[compat]
BitFlags = "0.1"
MozillaCACerts_jll = ">= 2020"
OpenSSL_jll = "1.1, 3.0"
TimeZones = "1.22.1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
[targets]
test = ["Test", "TimeZones"]