2020-12-07 23:45:37 +00:00
|
|
|
[package]
|
2020-12-07 23:49:34 +00:00
|
|
|
name = "fuzzysearch-ingest-furaffinity"
|
2020-12-07 23:45:37 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Syfaro <syfaro@huefox.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-21 02:16:58 +00:00
|
|
|
reqwest = "0.11"
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
2021-08-11 01:28:32 +00:00
|
|
|
tokio-postgres = { version = "0.7.0", features = ["with-chrono-0_4"] }
|
2020-12-07 23:45:37 +00:00
|
|
|
chrono = "0.4"
|
2021-02-21 06:26:29 +00:00
|
|
|
hyper = { version = "0.14", features = ["server"] }
|
2021-12-09 04:45:17 +00:00
|
|
|
prometheus = { version = "0.13", features = ["process"] }
|
2020-12-07 23:45:37 +00:00
|
|
|
lazy_static = "1"
|
2021-02-28 03:26:53 +00:00
|
|
|
futures-retry = "0.6"
|
|
|
|
tracing = "0.1"
|
|
|
|
tracing-unwrap = "0.9"
|
2021-04-21 20:58:32 +00:00
|
|
|
faktory = "0.11"
|
|
|
|
anyhow = "1"
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
|
|
|
fuzzysearch-common = { path = "../fuzzysearch-common", features = ["queue"] }
|
2021-08-22 05:48:05 +00:00
|
|
|
furaffinity-rs = { git = "https://github.com/Syfaro/furaffinity-rs" }
|