[package] version = "0.1.0" name = "orbit-client" description = "An API client for the Orbit Server API" readme.workspace = true edition.workspace = true license.workspace = true authors.workspace = true repository.workspace = true [dependencies] url = "2.5.2" futures = "0.3.30" reqwest = "0.12.5" thiserror = "1.0.63" serde_json = "1.0.120" async-fn-stream = "0.2.2" reqwest-eventsource = "0.6.0" orbit-types = { version = "0.1.0", path = "../types" }