Mirror of https://git.olaren.dev/Olaren/shitsky
at main 899 B view raw
1[package] 2name = "shitsky" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7async-stream = "0.3.6" 8axum = "0.8" 9chrono = "0.4.42" 10cid = { version = "0.11", features = ["serde-codec"] } 11dotenvy = "0.15.7" 12futures = "0.3.31" 13futures-util = "0.3.31" 14listenfd = "1.0.2" 15maud = { version = "0.27", features = ["axum"] } 16reqwest = { version = "0.12", features = ["json"] } 17rs-car = "0.5.0" 18serde = { version = "1.0", features = ["derive"] } 19serde_bytes = "0.11.19" 20serde_cbor = "0.11" 21serde_ipld_dagcbor = "0.6.4" 22serde_json = "1.0" 23sha2 = "0.10" 24sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "postgres", "macros", "json", "chrono"] } 25thiserror = "2.0.17" 26tokio = { version = "1.0", features = ["full"] } 27tokio-tungstenite = { version = "0.28.0", features = ["native-tls"] } 28tower-http = { version = "0.6", features = ["trace"] } 29tracing = "0.1" 30tracing-subscriber = "0.3" 31url = "2.5.7"