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" 19jacquard = { version = "0.9.3", default-features = false, features = ["api", "api_bluesky", "api_full", "derive", "dns"] } 20jacquard-axum = "0.9.2" 21jacquard-repo = "0.9.2" 22jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } 23k256 = { version = "0.13.3", features = ["ecdsa", "pem", "pkcs8"] } 24multibase = "0.9.1" 25multihash = "0.19.3" 26rand = "0.8.5" 27reqwest = { version = "0.12.24", features = ["json"] } 28serde = { version = "1.0.228", features = ["derive"] } 29serde_bytes = "0.11.14" 30serde_ipld_dagcbor = "0.6.4" 31serde_json = "1.0.145" 32sha2 = "0.10.9" 33sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json"] } 34thiserror = "2.0.17" 35tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "time", "signal", "process"] } 36tracing = "0.1.43" 37tracing-subscriber = "0.3.22" 38tokio-tungstenite = { version = "0.28.0", features = ["native-tls"] } 39uuid = { version = "1.19.0", features = ["v4", "fast-rng"] } 40 41[dev-dependencies] 42ctor = "0.6.3" 43iroh-car = "0.5.1" 44testcontainers = "0.26.0" 45testcontainers-modules = { version = "0.14.0", features = ["postgres"] } 46wiremock = "0.6.5"