aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fa40a86ffe7783d6da3a0cabe002565a7c698f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "chela"
version = "1.3.0"
edition = "2021"
license = "BSL-1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.7.5", features = ["tokio"] }
chrono = { version = "0.4.37", features = ["serde"] }
color-eyre = "0.6.3"
eyre = "0.6.12"
hyper = "1.2.0"
hyper-util = { version = "0.1.3", features = ["tokio"] }
info_utils = "2.2.3"
serde = "1.0.197"
sqids = "0.4.1"
sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "macros", "migrate", "tls-rustls", "chrono"] }
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.4.13"
url = { version = "2.5.0", features = ["serde"] }