osma-server/Cargo.toml

25 lines
421 B
TOML
Raw Permalink Normal View History

2022-07-26 20:07:57 +03:00
[package]
name = "osma-server"
2022-07-28 20:34:36 +03:00
version = "1.0.0"
2022-07-26 20:07:57 +03:00
edition = "2021"
2022-07-26 21:01:29 +03:00
license = "GPL-3.0-only"
2022-07-26 20:07:57 +03:00
[dependencies]
dotenv = "0.15.0"
actix-web = "4"
actix-rt = "2.7.0"
actix-cors = "0.6.1"
actix-web-grants = "3.0.1"
actix-web-httpauth = "0.8"
mongodb = { version = "2.1.0"}
bson = "2.1.0"
futures = "0.3.21"
jsonwebtoken = "8"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1"
sha3 = "0.10.1"
chrono = "0.4"