Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
1[package] 2name = "spacedust" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7anyhow = "1.0.100" 8async-channel = "2.5.0" 9async-trait = "0.1.88" 10clap = { version = "4.5.40", features = ["derive"] } 11ctrlc = "3.4.7" 12dasl = "0.2.0" 13dropshot = "0.16.2" 14env_logger = "0.11.8" 15fjall = "3.0.0-pre.0" 16futures = "0.3.31" 17http = "1.3.1" 18ipld-core = { version = "0.4.2", features = ["serde"] } 19jetstream = { path = "../jetstream", features = ["metrics"] } 20links = { path = "../links" } 21log = "0.4.27" 22metrics = "0.24.2" 23metrics-exporter-prometheus = { version = "0.17.1", features = ["http-listener"] } 24rand = "0.9.1" 25repo-stream = "0.2.2" 26reqwest = { version = "0.12.24", features = ["json", "stream"] } 27schemars = "0.8.22" 28semver = "1.0.26" 29serde = { version = "1.0.219", features = ["derive"] } 30serde_ipld_dagcbor = "0.6.4" 31serde_json = "1.0.140" 32serde_qs = "1.0.0-rc.3" 33thiserror = "2.0.12" 34tinyjson = "2.5.1" 35tokio = { version = "1.45.1", features = ["full"] } 36tokio-tungstenite = "0.27.0" 37tokio-util = "0.7.15"