server/Cargo.toml
2023-01-23 10:11:57 +01:00

36 lines
763 B
TOML

[package]
name = "backend"
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.2"
#sea-orm = { version = "^0", features = [ "sqlx-sqlite", "runtime-actix-native-tls", "macros" ] }
rust-argon2 = "1.0" # password hashing
jsonwebtoken = "8"
serde = { version = "^1", features = [ "derive" ] }
toml = { version = "^0.5" }
serde_yaml = "^0.9"
chrono = { version = "^0.4", features = [ "unstable-locales", "clock" ] }
git2 = { version = "0.15" }
log = "^0.4"
env_logger = "^0.9"
futures = "0.3"
futures-util = "0.3"
rand = "0.8.5"
sha2 = "0.10.6"
slug = "0.1.4"
actix-rt = "2.2.0"
background-jobs = "0.14.0"
anyhow = "1.0"
crossbeam-channel = "0.5"