[package] name = "shitsky" version = "0.1.0" edition = "2024" [dependencies] async-stream = "0.3.6" axum = "0.8" chrono = "0.4.42" cid = { version = "0.11", features = ["serde-codec"] } dotenvy = "0.15.7" futures = "0.3.31" futures-util = "0.3.31" listenfd = "1.0.2" maud = { version = "0.27", features = ["axum"] } reqwest = { version = "0.12", features = ["json"] } rs-car = "0.5.0" serde = { version = "1.0", features = ["derive"] } serde_bytes = "0.11.19" serde_cbor = "0.11" serde_ipld_dagcbor = "0.6.4" serde_json = "1.0" sha2 = "0.10" sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "postgres", "macros", "json", "chrono"] } thiserror = "2.0.17" tokio = { version = "1.0", features = ["full"] } tokio-tungstenite = { version = "0.28.0", features = ["native-tls"] } tower-http = { version = "0.6", features = ["trace"] } tracing = "0.1" tracing-subscriber = "0.3" url = "2.5.7"