This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-rust-api/Cargo.toml

26 lines
778 B
TOML
Raw Permalink Normal View History

2023-08-25 01:42:19 +00:00
[package]
name = "chellaris-rust-api"
2023-12-13 18:07:00 +00:00
version = "1.2.4"
2023-08-25 01:42:19 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-12 19:35:17 +00:00
actix-web = "4.4.0"
chrono = "0.4.31"
ctrlc = "3.4.1"
dotenvy = "0.15.7"
dotenvy_macro = "0.15.7"
2023-12-12 19:35:17 +00:00
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"