nekrochan/Cargo.toml

55 řádky
1.2 KiB
TOML
Spustitelný soubor

[package]
name = "nekrochan"
version = "0.1.0"
edition = "2021"
[dependencies]
actix = "0.13.3"
actix-files = "0.6.2"
actix-multipart = "0.6.0"
actix-web = { version = "4.3.1", features = ["cookies"] }
actix-web-actors = "4.3.0"
askama = "0.12.0"
anyhow = "1.0.71"
captcha = "0.0.9"
chrono = { version = "0.4.31", features = ["serde", "unstable-locales"] }
chrono-tz = "0.8.5"
dotenv = "0.15.0"
enumflags2 = "0.7.7"
encoding = "0.2.33"
env_logger = "0.11.2"
glob = "0.3.1"
ipnetwork = "0.20.0"
jsonwebtoken = "9.1.0"
lazy_static = "1.4.0"
log = "0.4.19"
num-traits = "0.2.16"
pwhash = "1.0.0"
rand = "0.8.5"
redis = { version = "0.24.0", features = ["aio", "json", "tokio-comp"] }
regex = "1.10.2"
serde = "1.0.166"
serde_json = "1.0.100"
serde_qs = "0.12.0"
sha256 = "1.1.4"
sqlx = { version = "0.7.0", features = [
"runtime-tokio",
"postgres",
"json",
"chrono",
"ipnetwork",
] }
thiserror = "1.0.41"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] }
toml = "0.8.6"
uuid = { version = "1.7.0", features = ["v4"] }
[build-dependencies]
anyhow = "1.0.74"
fs_extra = "1.3.0"
glob = "0.3.1"
html-minifier = "5.0.0"
[profile.dev]
opt-level = 1