-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 1.03 KB
/
Copy pathProject.toml
File metadata and controls
33 lines (29 loc) · 1.03 KB
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
name = "FastLink"
uuid = "11f39cfd-5548-489f-be9a-f4ad0ff6eadc"
version = "0.0.8"
authors = ["Jack R. Williams <contact@jackryanwilliams.com>"]
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
StaticStrings = "4db0a0c5-418a-4e1d-8806-cb305fe13294"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StringDistances = "88034a9c-02f8-509d-84a9-84ec65e18404"
[compat]
DataFrames = "1.6 - 1.8.1, 1"
DataStructures = "0.18.1 - 0.19.3, 0.19"
Distributions = "0.25.102 - 0.25.122, 0.25"
JSON = "1"
PooledArrays = "1.4.3"
StaticStrings = "0.2.6"
StatsBase = "0.34"
StringDistances = "0.11.3, 1"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CSV", "Pkg"]