reflow_api_services 0.2.1

Generated API-service actor catalog for Reflow — thousands of actors across ~90 third-party services.
Documentation
[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" }

# Core
serde = { workspace = true }
serde_json = { workspace = true }
anyhow = { workspace = true }
parking_lot = { workspace = true }
flume = { workspace = true }
futures = { workspace = true }

# HTTP (required for all API actors). Use rustls so cross-compiles
# (e.g. aarch64-unknown-linux-gnu in CI) don't need a system OpenSSL.
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }

# Data processing
chrono = { version = "0.4", features = ["serde"] }