-
Notifications
You must be signed in to change notification settings - Fork 5
/
Project.toml
39 lines (35 loc) · 1.09 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 = "FHIRClient"
uuid = "b44d2ca2-8176-4fa9-8684-826e17b2a2da"
authors = ["Dilum Aluthge", "Rhode Island Quality Institute", "contributors"]
version = "3.0.0-dev"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
SaferIntegers = "88634af6-177f-5301-88b8-7819386cfa38"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
Base64 = "<0.0.1, 1"
Dates = "<0.0.1, 1"
HTTP = "0.9.8, 1"
JSON3 = "1.5.1"
Logging = "<0.0.1, 1"
Mmap = "<0.0.1, 1"
SaferIntegers = "2.5.1, 3"
StructTypes = "1.2.3"
Test = "<0.0.1, 1"
TimeZones = "1.5.2"
URIs = "1.3"
UUIDs = "<0.0.1, 1"
julia = "1.4"
[extras]
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Suppressor", "Test"]