mirror of
https://github.com/e621ng/autocompleted.git
synced 2025-03-04 03:03:02 -05:00
22 lines
632 B
TOML
22 lines
632 B
TOML
[package]
|
|
name = "autocompleted"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
moka = { version = "0.12.1", features = ["future"] }
|
|
config = { version = "0.13.3", default_features = false }
|
|
deadpool-postgres = { version = "0.12.0", features = ["serde", "rt_tokio_1"] }
|
|
derive_more = "0.99.2"
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tokio-pg-mapper = "0.2"
|
|
tokio-pg-mapper-derive = "0.2"
|
|
tokio-postgres = "0.7.8"
|
|
unicode-normalization = "0.1.19"
|
|
log = "0.4"
|
|
env_logger = "0.11.0"
|