mirror of
https://github.com/Noratrieb/karlauth.git
synced 2026-01-14 14:25:02 +01:00
24 lines
No EOL
696 B
TOML
24 lines
No EOL
696 B
TOML
[package]
|
|
name = "karlauth"
|
|
version = "0.1.0"
|
|
authors = ["Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web = "2.0.0"
|
|
actix-web-httpauth = { git = "https://github.com/actix/actix-web-httpauth" }
|
|
chrono = { version = "0.4.10", features = ["serde"] }
|
|
derive_more = "0.99.2"
|
|
diesel = { version = "1.4.2", features = ["postgres", "uuidv07", "r2d2", "chrono"] }
|
|
dotenv = "0.15.0"
|
|
futures = "0.3.1"
|
|
r2d2 = "0.8.8"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
actix-service = "1.0.1"
|
|
alcoholic_jwt = "1.0.0"
|
|
reqwest = "0.9.22"
|
|
actix-rt = "1.0.0" |