[package]
name = "tatara-testing"
description = "Test utilities and in-memory 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"] }
axum = { version = "0.8", features = ["json"] }
tower = { version = "0.5", features = ["util"] }
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1", features = ["v4", "serde"] }