2020-12-08 00:07:57 +00:00
|
|
|
[package]
|
2021-02-21 06:26:29 +00:00
|
|
|
name = "fuzzysearch-ingest-weasyl"
|
2020-12-08 00:07:57 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Syfaro <syfaro@huefox.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1"
|
|
|
|
|
2021-04-21 23:26:15 +00:00
|
|
|
tracing = "0.1"
|
2021-04-22 01:46:10 +00:00
|
|
|
tracing-unwrap = "0.9"
|
2021-04-21 23:26:15 +00:00
|
|
|
|
2021-12-09 04:45:17 +00:00
|
|
|
prometheus = "0.13"
|
2021-08-22 04:09:44 +00:00
|
|
|
lazy_static = "1"
|
|
|
|
|
2021-02-21 02:16:58 +00:00
|
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
2020-12-08 00:07:57 +00:00
|
|
|
|
|
|
|
serde = "1"
|
|
|
|
serde_json = "1"
|
|
|
|
|
|
|
|
image = "0.23"
|
|
|
|
img_hash = "3"
|
|
|
|
|
2021-12-09 04:45:17 +00:00
|
|
|
sha2 = "0.10"
|
2020-12-08 00:07:57 +00:00
|
|
|
|
2021-04-21 20:58:32 +00:00
|
|
|
fuzzysearch-common = { path = "../fuzzysearch-common", features = ["queue"] }
|
2020-12-08 00:17:38 +00:00
|
|
|
|
2020-12-08 00:07:57 +00:00
|
|
|
[dependencies.sqlx]
|
2021-02-21 02:16:58 +00:00
|
|
|
version = "0.5"
|
2020-12-08 00:07:57 +00:00
|
|
|
default-features = false
|
2021-02-21 02:16:58 +00:00
|
|
|
features = ["runtime-tokio-native-tls", "macros", "postgres", "json", "offline"]
|