manned/indexer/Cargo.toml
Yorhel c48feedc85 indexer: Switch to ureq + debloat stuff a bit
And stop using the "url" crate directly, its API is too unstable for it
to be worth using.

...that applies to several other crates as well, but meh.
2021-12-11 12:26:57 +01:00

20 lines
457 B
TOML

[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.16.20"
postgres = "0.17.5"
clap = "2.31.2"
ureq = "2.3.1"
percent-encoding = "2.0"
chrono = "0.4.0"
quick-xml = "0.14.0"