fuzzysearch/Cargo.toml

22 lines
551 B
TOML
Raw Normal View History

2019-04-11 22:28:15 +00:00
[package]
name = "fa-watcher"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
2020-03-02 01:39:05 +00:00
reqwest = "0.10"
2020-01-13 00:23:47 +00:00
postgres = { version = "0.17.0", features = ["with-chrono-0_4"] }
2020-03-02 01:39:05 +00:00
tokio = { version = "0.2", features = ["full"] }
2020-01-13 00:23:47 +00:00
tokio-postgres = { version = "0.5.0" }
r2d2_postgres = " 0.16.0"
2019-12-13 09:22:37 +00:00
r2d2 = "0.8"
chrono = "0.4"
2020-09-06 17:40:00 +00:00
hyper = "0.13"
prometheus = { version = "0.10", features = ["process"] }
lazy_static = "1"
2019-04-11 22:28:15 +00:00
[dependencies.furaffinity-rs]
2020-07-17 19:01:58 +00:00
git = "https://github.com/Syfaro/furaffinity-rs"
2020-03-02 01:39:05 +00:00
features = ["cloudflare-bypass"]