api/Cargo.toml

23 lines
561 B
TOML

[package]
name = "vybr-api"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "2"
actix-web = "4"
async-trait = "0.1"
bcrypt = "0.15"
chrono = { version = "0.4", features = ["serde"] }
diesel = { version = "2", features = ["r2d2", "postgres", "chrono"] }
diesel_migrations = "2"
dotenvy = "*"
hmac = "0.12"
reqwest = { version = "0.11", features = ["blocking", "json"] }
sha2 = "0.10"
lazy_static = "1"
jsonwebtoken = "9"
serde = "1"
serde_json = "1"