2024-04-30 08:38:01 +00:00
|
|
|
[package]
|
|
|
|
name = "emgauwa-core"
|
2024-12-24 22:37:52 +00:00
|
|
|
version = "0.5.2"
|
2024-04-30 08:38:01 +00:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git" }
|
|
|
|
|
|
|
|
actix = "0.13"
|
|
|
|
actix-web = "4.4"
|
|
|
|
actix-web-actors = "4.2"
|
|
|
|
actix-cors = "0.7"
|
|
|
|
|
2024-12-24 22:37:52 +00:00
|
|
|
utoipa = "5.3"
|
|
|
|
utoipa-swagger-ui = { version = "8.1", features = ["actix-web", "debug-embed"] }
|
2024-04-30 08:38:01 +00:00
|
|
|
|
|
|
|
log = "0.4"
|
|
|
|
|
2024-12-24 22:37:52 +00:00
|
|
|
itertools = "0.13"
|
2024-04-30 08:38:01 +00:00
|
|
|
|
|
|
|
serde = "1.0"
|
|
|
|
serde_json = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
|
2024-05-03 11:32:03 +00:00
|
|
|
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] }
|
2024-04-30 08:38:01 +00:00
|
|
|
|
|
|
|
futures = "0.3"
|
|
|
|
tokio = { version = "1.36", features = ["rt", "rt-multi-thread"] }
|