nekrochan/Cargo.toml

52 řádky
1.1 KiB
TOML
Surový Normální zobrazení Historie

2023-12-11 15:18:43 +00:00
[package]
name = "nekrochan"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-files = "0.6.2"
actix-multipart = "0.6.0"
actix-web = { version = "4.3.1", features = ["cookies"] }
askama = "0.12.0"
anyhow = "1.0.71"
captcha = "0.0.9"
chrono = { version = "0.4.31", features = ["serde", "unstable-locales"] }
dotenv = "0.15.0"
enumflags2 = "0.7.7"
encoding = "0.2.33"
env_logger = "0.10.0"
fancy-regex = "0.12.0"
glob = "0.3.1"
image = "0.24.7"
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"] }
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"
[build-dependencies]
anyhow = "1.0.74"
2023-12-18 17:00:25 +00:00
fs_extra = "1.3.0"
2023-12-11 15:18:43 +00:00
glob = "0.3.1"
2023-12-16 18:05:47 +00:00
html-minifier = "5.0.0"
2023-12-11 15:18:43 +00:00
[profile.dev]
opt-level = 1