forked from nickrobinson251/ChunkedCSV.jl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
36 lines (32 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
name = "ChunkedCSV"
uuid = "c0d0730e-6432-44b2-a51e-6ec55e1c8b99"
authors = ["Tomáš Drvoštěp <[email protected]>"]
version = "0.2.0"
[deps]
ChunkedBase = "a380dd43-0ebf-4429-88d6-6f06ea920732"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FixedPointDecimals = "fb4d412d-6eee-574d-9565-ede6634db7b0"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
SentinelArrays = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
[compat]
BenchmarkTools = "1.6"
ChunkedBase = "0.3"
Dates = "1"
FixedPointDecimals = "0.4.3, 0.5, 0.6"
Parsers = "2.7"
SentinelArrays = "1"
SnoopPrecompile = "1"
TimeZones = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CodecZlibNG = "642d12eb-acb5-4437-bcfc-a25e07ad685c"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[targets]
test = ["Aqua", "BenchmarkTools", "CodecZlibNG", "JET", "Logging", "Test", "UUIDs"]