this repo has no description
1[package]
2name = "bspds"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7anyhow = "1.0.100"
8axum = "0.8.7"
9bcrypt = "0.17.1"
10bytes = "1.11.0"
11chrono = { version = "0.4.42", features = ["serde"] }
12cid = "0.11.1"
13dotenvy = "0.15.7"
14jacquard = "0.9.3"
15jacquard-axum = "0.9.2"
16jacquard-repo = "0.9.2"
17jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] }
18multihash = "0.19.3"
19reqwest = { version = "0.12.24", features = ["json"] }
20serde = { version = "1.0.228", features = ["derive"] }
21serde_ipld_dagcbor = "0.6.4"
22serde_json = "1.0.145"
23sha2 = "0.10.9"
24sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json"] }
25tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "time"] }
26tracing = "0.1.43"
27tracing-subscriber = "0.3.22"
28uuid = { version = "1.19.0", features = ["v4", "fast-rng"] }