[package]
name = "haste-codegen"
publish = true
description = "Code generation utilities for Haste Health FHIR server and clients."
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
[dependencies]
haste-fhir-client = { path = "../fhir-client", version = "0.*" }
haste-fhir-generated-ops = { path = "../fhir-generated-ops", version = "0.*" }
haste-fhir-model = { path = "../fhir-model", version = "0.*" }
haste-fhir-operation-error = { path = "../fhir-operation-error", version = "0.*" }
haste-fhir-serialization-json = { path = "../fhir-serialization-json", version = "0.*" }
haste-fhir-terminology = { path = "../fhir-terminology", version = "0.*" }
haste-reflect = { path = "../reflect", version = "0.*" }
indexmap = "2.14.0"
proc-macro2 = "1.0.106"
quote = { workspace = true }
regex = { workspace = true }
serde_json = { workspace = true }
walkdir = { workspace = true }