Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
at main 1.5 kB view raw
1[package] 2name = "slingshot" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7atrium-api = { git = "https://github.com/uniphil/atrium.git", branch = "fix/resolve-handle-https-accept-whitespace", default-features = false } 8atrium-common = { git = "https://github.com/uniphil/atrium.git", branch = "fix/resolve-handle-https-accept-whitespace" } 9atrium-identity = { git = "https://github.com/uniphil/atrium.git", branch = "fix/resolve-handle-https-accept-whitespace" } 10atrium-oauth = { git = "https://github.com/uniphil/atrium.git", branch = "fix/resolve-handle-https-accept-whitespace" } 11clap = { version = "4.5.41", features = ["derive"] } 12ctrlc = "3.4.7" 13foyer = { version = "0.18.0", features = ["serde"] } 14hickory-resolver = "0.25.2" 15jetstream = { path = "../jetstream", features = ["metrics"] } 16links = { path = "../links" } 17log = "0.4.27" 18metrics = "0.24.2" 19metrics-exporter-prometheus = { version = "0.17.1", features = ["http-listener"] } 20poem = { version = "3.1.12", features = ["acme", "static-files"] } 21poem-openapi = { version = "5.1.16", features = ["scalar"] } 22reqwest = { version = "0.12.22", features = ["json"] } 23rustls = "0.23.31" 24serde = { version = "1.0.219", features = ["derive"] } 25serde_json = { version = "1.0.141", features = ["raw_value"] } 26thiserror = "2.0.12" 27time = { version = "0.3.41", features = ["serde"] } 28tokio = { version = "1.47.0", features = ["full"] } 29tokio-util = "0.7.15" 30tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } 31url = "2.5.4"