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

23 lines
692 B
TOML

[package]
name = "chellaris-rust-api"
version = "1.0.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.3.1"
chrono = "0.4.26"
ctrlc = "3.4.0"
dotenv = "0.15.0"
dotenv_codegen = "0.15.0"
env_logger = "0.10.0"
schemars = "0.8.10"
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"] }
tokio = { version = "1.32.0", features = ["rt"] }
toml = "0.7.6"
utoipa = { version = "3.5.0", features = ["actix_extras", "non_strict_integers"] }
utoipa-swagger-ui = { version = "3.1.5", features = ["actix-web"] }