26 lines
778 B
TOML
26 lines
778 B
TOML
[package]
|
|
name = "chellaris-rust-api"
|
|
version = "1.2.4"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web = "4.4.0"
|
|
chrono = "0.4.31"
|
|
ctrlc = "3.4.1"
|
|
dotenvy = "0.15.7"
|
|
dotenvy_macro = "0.15.7"
|
|
env_logger = "0.10.1"
|
|
reqwest = "0.11.22"
|
|
schemars = "0.8.16"
|
|
serde = { version = "1.0.193", features = ["derive"] }
|
|
serde_json = "1.0.108"
|
|
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio"] }
|
|
tokio = { version = "1.35.0", features = ["rt", "rt-multi-thread", "macros", "time"] }
|
|
toml = "0.8.8"
|
|
utoipa = { version = "4.1.0", features = ["actix_extras", "non_strict_integers"] }
|
|
utoipa-swagger-ui = { version = "5.0.0", features = ["actix-web"] }
|
|
rand = "0.8.5"
|
|
url = "2.5.0"
|