-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (35 loc) · 1.14 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
36
37
38
39
name = "NATS"
uuid = "55e73f9c-eeeb-467f-b4cc-a633fde63d2a"
authors = ["Jakub Wronowski <[email protected]>"]
version = "0.1.0"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"
CodecBase = "6c391c72-fb7b-5838-ba82-7cfb1bcfecbf"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
NanoDates = "46f1a544-deae-4307-8689-c12aa3c955c6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Sodium = "4f5b5e99-b0ad-42cd-b47a-334e172ec8bd"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
[compat]
BufferedStreams = "1.2.2"
CodecBase = "0.3.4"
DocStringExtensions = "0.9.3"
JSON3 = "1.14.0"
MbedTLS = "1.1.9"
NanoDates = "1.0.3"
ScopedValues = "1.2.1"
Sodium = "1.1.2"
StructTypes = "1.11.0"
URIs = "1.5.1"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]