manned/indexer/Cargo.toml

21 lines
474 B
TOML

[package]
name = "indexer"
version = "0.1.0"
authors = ["Yorhel <git@yorhel.nl>"]
edition = "2018"
[dependencies]
regex = "1.1.0"
log = "0.4.1"
env_logger = "0.9.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.16.20"
postgres = "0.19.0"
clap = "2.31.2"
ureq = "2.3.1"
percent-encoding = "2.0"
chrono = "0.4.0"
quick-xml = "0.22.0"