fuzzysearch/fuzzysearch-ingest-weasyl/Cargo.toml

27 lines
547 B
TOML
Raw Normal View History

[package]
2021-02-21 06:26:29 +00:00
name = "fuzzysearch-ingest-weasyl"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
anyhow = "1"
2021-02-21 02:16:58 +00:00
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = "1"
serde_json = "1"
image = "0.23"
img_hash = "3"
sha2 = "0.9"
fuzzysearch-common = { path = "../fuzzysearch-common", features = ["queue"] }
2020-12-08 00:17:38 +00:00
[dependencies.sqlx]
2021-02-21 02:16:58 +00:00
version = "0.5"
default-features = false
2021-02-21 02:16:58 +00:00
features = ["runtime-tokio-native-tls", "macros", "postgres", "json", "offline"]