[package]
name = "reflow_api_services"
version = "0.2.1"
edition = "2021"
description = "Generated API-service actor catalog for Reflow — thousands of actors across ~90 third-party services."
license = "MIT OR Apache-2.0"
repository = "https://github.com/offbit-ai/reflow"
homepage = "https://github.com/offbit-ai/reflow"
documentation = "https://docs.rs/reflow_api_services"
readme = "README.md"
authors = ["Damilare Akinlaja"]
rust-version = "1.85"
keywords = ["reflow", "api", "services", "actors", "integration"]
categories = ["api-bindings", "web-programming", "development-tools"]
[dependencies]
reflow_actor = { version = "0.2.1", path = "../reflow_actor" }
reflow_graph = { version = "0.2.1", path = "../reflow_graph" }
reflow_actor_macro = { version = "0.2.1", path = "../reflow_actor_macro" }
serde = { workspace = true }
serde_json = { workspace = true }
anyhow = { workspace = true }
parking_lot = { workspace = true }
flume = { workspace = true }
futures = { workspace = true }
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }
chrono = { version = "0.4", features = ["serde"] }