this repo has no description
1[package]
2name = "bspds"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7anyhow = "1.0.100"
8async-trait = "0.1.89"
9aws-config = "1.8.11"
10aws-sdk-s3 = "1.116.0"
11axum = { version = "0.8.7", features = ["ws", "macros"] }
12base64 = "0.22.1"
13bcrypt = "0.17.1"
14bytes = "1.11.0"
15chrono = { version = "0.4.42", features = ["serde"] }
16cid = "0.11.1"
17dotenvy = "0.15.7"
18futures = "0.3.30"
19hkdf = "0.12"
20hmac = "0.12"
21aes-gcm = "0.10"
22jacquard = { version = "0.9.3", default-features = false, features = ["api", "api_bluesky", "api_full", "derive", "dns"] }
23jacquard-axum = "0.9.2"
24jacquard-repo = "0.9.2"
25jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] }
26k256 = { version = "0.13.3", features = ["ecdsa", "pem", "pkcs8"] }
27multibase = "0.9.1"
28multihash = "0.19.3"
29rand = "0.8.5"
30reqwest = { version = "0.12.24", features = ["json"] }
31serde = { version = "1.0.228", features = ["derive"] }
32serde_bytes = "0.11.14"
33serde_ipld_dagcbor = "0.6.4"
34ipld-core = "0.4.2"
35serde_json = "1.0.145"
36sha2 = "0.10.9"
37subtle = "2.5"
38p256 = { version = "0.13", features = ["ecdsa"] }
39p384 = { version = "0.13", features = ["ecdsa"] }
40ed25519-dalek = { version = "2.1", features = ["pkcs8"] }
41sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json"] }
42thiserror = "2.0.17"
43tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "time", "signal", "process"] }
44tracing = "0.1.43"
45tracing-subscriber = "0.3.22"
46tokio-tungstenite = { version = "0.28.0", features = ["native-tls"] }
47urlencoding = "2.1"
48uuid = { version = "1.19.0", features = ["v4", "fast-rng"] }
49iroh-car = "0.5.1"
50
51[features]
52external-infra = []
53
54[dev-dependencies]
55ctor = "0.6.3"
56testcontainers = "0.26.0"
57testcontainers-modules = { version = "0.14.0", features = ["postgres"] }
58wiremock = "0.6.5"
59
60# urlencoding is also in dependencies, but tests use it directly