# file: kb_materializer_lifecycle/Cargo.toml # version: 5 [package] name = "kb_materializer_lifecycle" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [dependencies] kb_core = { path = "../kb_core" } kb_decoder_api = { path = "../kb_decoder_api" } kb_materializer_api = { path = "../kb_materializer_api" } kb_model = { path = "../kb_model" } kb_program_ids = { path = "../kb_program_ids" } serde_json.workspace = true tracing.workspace = true [lints] workspace = true