[package] name = "indexer" version = "0.1.0" authors = ["Yorhel "] [dependencies] regex = "0.2.1" log = "0.3.6" env_logger = "0.4.0" lazy_static = "0.2.1" libc = "0.2.17" libarchive3-sys = "0.1.2" encoding = { git = "https://github.com/lifthrasiir/rust-encoding", features = ["no-optimized-legacy-encoding"] } ring = "0.6.2" postgres = "0.13.5" clap = "2.20.0" hyper = { version = "0.10.0", default-features = false } url = "1.2.3" chrono = "0.2.25" quick-xml = "0.5.0"