summaryrefslogtreecommitdiff
path: root/indexer/Cargo.toml
blob: 6d952cb83332db66ec843e2b2816bcecaf582df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "indexer"
version = "0.1.0"
authors = ["Yorhel <git@yorhel.nl>"]

[dependencies]
regex = "1.1.0"
log = "0.4.1"
env_logger = "0.6.0"
lazy_static = "1.0.0"
libc = "0.2.39"
libarchive3-sys = "0.1.2"
encoding = { git = "https://github.com/lifthrasiir/rust-encoding", features = ["no-optimized-legacy-encoding"] }
ring = "0.14.6"
postgres = "0.15.2"
clap = "2.31.2"
reqwest = "0.9.17"
url = "1.7.0"
chrono = "0.4.0"
quick-xml = "0.14.0"