summaryrefslogtreecommitdiff
path: root/support/pkgcheck/Cargo.toml
blob: 790803612523d5a868bd84c05333577a7780f46d (plain)
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
[package]
name = "pkgcheck"
version = "1.9.0"
authors = ["Manfred Lotz <manfred@ctan.org>"]
description = "Command-line tool to check packages uploaded to CTAN."
license = "MIT/Apache-2.0"
edition = "2018"

[dependencies]
structopt = "0.3"
walkdir = "2.2"
scoped_threadpool = "0.1"
num_cpus = "1"
blake2 = "0.8"
fnv = "1.0.6"
unbytify = "0.2"
regex = "1"
glob = "0.3"
colored = "1"
linkify = "0.4"
reqwest = "0.9"
lazy_static = "1"
tempdir = "0.3"
assert_cmd = "0.11"
predicates = "1.0"
openssl-probe = "0.1.2"
pest = "^2.1"
pest_derive = "2.1"
escargot = "0.5"

threadpool = "1.7.1"
unicode-bom = "1"

url = "2.1"