Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
at main 755 B view raw
1[package] 2name = "spacedust" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7async-trait = "0.1.88" 8clap = { version = "4.5.40", features = ["derive"] } 9ctrlc = "3.4.7" 10dropshot = "0.16.2" 11env_logger = "0.11.8" 12futures = "0.3.31" 13http = "1.3.1" 14jetstream = { path = "../jetstream", features = ["metrics"] } 15links = { path = "../links" } 16log = "0.4.27" 17metrics = "0.24.2" 18metrics-exporter-prometheus = { version = "0.17.1", features = ["http-listener"] } 19rand = "0.9.1" 20schemars = "0.8.22" 21semver = "1.0.26" 22serde = { version = "1.0.219", features = ["derive"] } 23serde_json = "1.0.140" 24serde_qs = "1.0.0-rc.3" 25thiserror = "2.0.12" 26tinyjson = "2.5.1" 27tokio = { version = "1.45.1", features = ["full"] } 28tokio-tungstenite = "0.27.0" 29tokio-util = "0.7.15"