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"
|
|
|
|
postgres = { version = "0.19", features = ["with-chrono-0_4"] }
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
tokio-postgres = { version = "0.7.0" }
|
|
|
|
r2d2_postgres = " 0.18.0"
|
2020-12-07 23:45:37 +00:00
|
|
|
r2d2 = "0.8"
|
|
|
|
chrono = "0.4"
|
2021-02-21 06:26:29 +00:00
|
|
|
hyper = { version = "0.14", features = ["server"] }
|
2021-03-20 06:25:01 +00:00
|
|
|
prometheus = { version = "0.12", 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-subscriber = "0.2"
|
|
|
|
tracing-unwrap = "0.9"
|
2020-12-07 23:45:37 +00:00
|
|
|
|
|
|
|
[dependencies.furaffinity-rs]
|
|
|
|
git = "https://github.com/Syfaro/furaffinity-rs"
|
|
|
|
features = ["cloudflare-bypass"]
|