[package]
name = "tatara-api"
description = "REST + GraphQL + SSE API server for tatara"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
tatara-core = { path = "../tatara-core" , version = "0.2.65" }
tatara-engine = { path = "../tatara-engine" , version = "0.2.65" }
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
axum = { version = "0.8", features = ["json"] }
async-stream = "0.3"
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6", features = ["trace", "cors"] }
async-graphql = { version = "7.0", features = ["tracing", "chrono"] }
async-graphql-axum = "7.0"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1", features = ["v4", "serde"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }