forked from tvijverb/atopile-jlc-parts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
26 lines (23 loc) · 896 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "atopile-jlc-parts"
version = "0.4.6"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.4"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tokio = { version = "1.36.0", features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
utoipa = "4.2.0"
utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] }
utoipauto = "0.1.9"
uuid = { version = "1.7.0", features = ["v4"] }
tracing = "0.1.40"
tower-http = { version = "0.5.1", features = ["trace"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "macros", "time", "json", "uuid"] }
clap = { version = "4.5.1", features = ["derive", "env"] }
dotenv = { version = "0.15.0", features = ["clap"] }
axum-test = "14.4.0"
[profile.dev]
debug = 0